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

Coordinates of Measurements objects #246

Closed guynir42 closed 2 months ago

guynir42 commented 2 months ago

Right now we use the position of the source in the SourceList to define the coordinates of the Cutouts object and of the Measurements object.

While the cutouts center is indeed represented by that position, the actual measurement has an additional offset that we get by calculating the centroids. We should use that, instead of the source position, and also add coordinate uncertainties to the model.

Then the updated position should be used when generating Object objects.

guynir42 commented 2 months ago

Duplicate of #234