DES-SL / Y6_Bulk_Coadd_Cutouts

Codebase for large-scale cutout production from DES co-added images on the FNAL cluster
MIT License
0 stars 2 forks source link

Adjusting the output formats #26

Open rmorgan10 opened 3 years ago

rmorgan10 commented 3 years ago

First commit addresses Issue #23 and changes both the TableHDU name and the name of the column containing the COADD_OBJECT_IDs to "ID". Tests pass, because neither "CUTOUT_ID" or "COADD_OBJECT_ID" were hard-coded into the tests.

rmorgan10 commented 3 years ago

second commit addresses Issue #24 and uses one TableHDU to contain the coadd object ids and all recovery information. Tests were updated and pass.

rmorgan10 commented 3 years ago

Third / fourth commits add wcs info following Alex's script