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

Make sure everything is copied correctly in Image.copy_image() #181

Open guynir42 opened 6 months ago

guynir42 commented 6 months ago

Right now we are using a hard-coded list of attributes to copy. Need to figure out a way to make sure this doesn't silently skip some attributes if the model changes.