The multiband catalog can compute PSF-matched photometry. The images are roughly convolved to match the PSF of the reference image before performing photometry. The user can specify the reference band by a --reference_filter argument to the multiband catalog step. We need to store this metadata in the files. The romancal code currently stores this to
meta.psf_match_reference_filter
in the multiband catalog, which seems like a good place for it. We should also add it to the multiband significance image in order to keep those two files in sync.
Let's make these optional for now.
The multiband catalog can compute PSF-matched photometry. The images are roughly convolved to match the PSF of the reference image before performing photometry. The user can specify the reference band by a --reference_filter argument to the multiband catalog step. We need to store this metadata in the files. The romancal code currently stores this to
meta.psf_match_reference_filter
in the multiband catalog, which seems like a good place for it. We should also add it to the multiband significance image in order to keep those two files in sync.
Let's make these optional for now.
rad/latest/multiband_source_catalog.yaml
Line 22 in b56d5a4