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

Add x,y on image to cutouts HDF5 file #340

Open rknop opened 3 months ago

rknop commented 3 months ago

Strictly speaking, this is redundant, since you can get the information from the source_list file.

However, right now, the webap is reading the cutouts file and not the source_list file. I'd like to show the (x,y) in the webap. One option would be for the webap to start reading the source_list file as well. But, it would be much easier for the webap if that information were just sitting there in the cutouts file.

This could be added as (say) an attribute of the group that has the new, ref, and sub data inside it.

rknop commented 3 months ago

When this is done, also edit the webap server code to read it, and the webap client code to display it. (The latter has the lines commented out.)