ONCdbWeb is a Web application which provides data access, analysis, visualization, and downloads from the Orion Nebula Cluster database (ONCdb), a curated collection of astrometry, photometry, and spectra for most known ONC sources.
The live Web application can be found at http://orion.stsci.edu.
To run the application locally, clone the database and application repos and set the database environment variable with:
git clone https://github.com/ONCdb/ONCdbWeb.git
git clone https://github.com/ONCdb/ONCdb.git
export ONC_database="/path/to/ONCdb/orion.db"
The dependencies include SEDkit
and astrodbkit
. Get and install them like so:
git clone https://github.com/hover2pi/SEDkit.git
python SEDkit/setup.py install
git clone https://github.com/bdnyc/astrodbkit.git
python astrodbkit/setup.py install
Then run the application with python ONCdbWeb/onc_app/app_onc.py
. Launch a browser and enter the URL http://0.0.0.0:5000/
.
For feedback, questions, or if you've found an error, please create an Issue here.
- Joe Filippazzo
- Massimo Robberto
- Andrea Lin
- Mario Gennaro