Web-based astronomical tools that can support scientific research
XTable is a tool designed to quickly merge an input table with data (catalog and images) obtained from web services provided by S-PLUS, Legacy Survey and SDSS.
- Nodejs
- NPM
Clone this repo
git clone https://github.com/nmcardoso/astrotools.git
Go to downloaded folder and install the dependencies
cd astrotools
npm i
Finally, run the development server
npm run dev
Access the local server at http://localhost:3001 and start developing.