c3-time-domain / SeeChange

A time-domain data reduction pipeline (e.g., for handling images->lightcurves) for surveys like DECam and LS4
BSD 3-Clause "New" or "Revised" License
0 stars 4 forks source link

Rename header attribute #187

Closed guynir42 closed 7 months ago

guynir42 commented 8 months ago

Change the Image's JSONB column from header to something else (maybe additional_info or just info).

Consider also changing the raw_header attribute to header.

Should also change the Exposure naming convention.

This should be done very carefully as we use both header and raw_header all over the place.

guynir42 commented 8 months ago

Addressed by #190