LCOGT / mop

Microlensing Observation Portal
GNU General Public License v3.0
0 stars 7 forks source link

MOP upload data .csv format #59

Closed ytsapras closed 1 year ago

ytsapras commented 1 year ago

Under Upload a data product the example csv photometry file has 6 columns. Is that accurate? Maybe add the column names and format on the page directly?

rachel3834 commented 1 year ago

Related to this, MOP's custom processor for spectroscopic csv files needs updating to the modern formats. Accurate examples of the required file type should be given.

rachel3834 commented 1 year ago

Since MOP has custom processors for both spectroscopy and photometry, I've implemented a customized template for data uploads, pointing to sample datafiles in our Github repo which meet MOP's formatting requirements.

I've also updated MOP's spectroscopic processor to match a recent upgrade to the underlying TOM generic data processor, which now requires a 3-component tuple (timestamp, data and source_id) rather than the previous two-component tuple.

This issue was fixed in 4.0.5.9.1