Open Issues Need Help
View All on GitHub Demo ingest FITS file to PGSQL about 2 months ago
AI Summary: The task requires creating a demonstration of ingesting a FITS file and directly inserting its data into a PostgreSQL database. This likely involves writing code (possibly Python) to read the FITS file, parse its contents, and then use a PostgreSQL database connector to insert the extracted data into the appropriate tables. The existing project, SAGUARO TOM, appears to already have some database interaction capabilities, so this task might involve extending those capabilities or creating a new module.
Complexity:
4/5
good first issue