Skip to content

nmcardoso/astrotools

Repository files navigation

AstroTools

AstroTools

About

Web-based astronomical tools that can support scientific research

XTable

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.

Development

Pre-requisites

  • Nodejs
  • NPM

Quick Start

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.