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

Add method to stack cutouts #9

Closed erikzaborowski closed 3 years ago

erikzaborowski commented 3 years ago

Adding a method to stack the cutouts for each band into one array. The process is:

  1. For each band, pull cutouts of all objects into an array (resulting in one array per band)
  2. Stack these individual arrays together and then reshape to have the desired dimensions: (num_cutouts, num_bands, cutout_width, cutout_height)