- Ross Collins ([email protected])
- Amy Krause ([email protected])
Software repository for the curation and website hosting of the WFAU Science Archives:
- Python curation scripts and common database access tools
- Database schema
- Website pages and server backend code
- Python 3.12.8
- psycopg-3.2.4
- astropy-7.0.0
- numpy-2.2.2
- scipy-1.15.1
See https://github.com/wfau/ScienceArchives/wiki/Server-Configuration-Details
Python is installed from miniconda3 in /home/dev-env
Enable the correct Python environment via:
source /home/dev-env/miniconda3/bin/activate
Use pip3 to install:
pip3 install psycopg
pip3 install "psycopg[binary]"
pip3 install astropy
pip3 install scipy
git clone -b <branch_name> [email protected]:wfau/ScienceArchives.git
TBD
TBD
TBD
TBD