SAGUARO-MMA / saguaro_tom

A Target and Observation Manager for SAGUARO
0 stars 0 forks source link

allow nondetections in photometry uploads #65

Closed griffin-h closed 1 year ago

griffin-h commented 1 year ago

This allows any arbitrary columns in the photometry upload file, which will be stored in the reduced data table. This includes the column 'limit' , which is used to specify limiting magnitudes for nondetections. It also removes masked values before storing the data, so that some rows in the table can be detections and others can be nondetections. I modified the photometry_sample.csv file to show this.

@ms1228 You will have to run manage.py collectstatic before testing this in order to get the new sample photometry file.

ms1228 commented 1 year ago

The 'limit' column works.