Hello everyone! I am new to using the science pipelines software and the data products, and was hoping to get a little insight into what DC2 data products are available and if not, how to create them so I can start doing some science. Specifically, I would like to get the deblended segmentation maps/footprints of individual detected objects in the DC2 public data release coadds. To my understanding, this information would be in the deepCoadd_deblendedFlux
catalogs, using footprint.getSpans()
. It doesn’t seem that the deepCoadd_deblendedFlux
intermediate data product is publicly available, so I was wondering the best way to access or create this data.
I am a DP0 delegate and I’ve looked into the deepCoadd_deblendedFlux
catalogs available on the RSP, and this seems to be exactly what I need. However, I wanted to use the public data because I’ll need to have it on my own machine for some ML training and testing using GPU resources, and I’d like to make a public repo for future use. It seems like I may need to run the detection/deblending tasks on the coadds, but I just wanted to see what my options were.