I’m working with the LSST pipeline v24.0.0 and HyperSuprimeCam data,
and trying to run the step 2c subset of DRP which contains the Forward Global Calibration Method(FGCM)
(~photometric calibration process?) with the following command :
raise FileNotFoundError(
FileNotFoundError: Not enough datasets (0) found for non-optional connection fgcmBuildStarsTable.fgcmLookUpTable (fgcmLookUpTable) with minimum=1 for quantum data ID {instrument: 'HSC'}.
Hello, recently I am processing HSC’s data, and I met the same no fgcmLookUpTable question as you, since there are no specific cmd that used to generate the fgcmLookUpTable in this post, so I give the cmd I use in the Gen3 repository to generate the fgcmLookUpTable, I hope this cmd is correct.
Thanks for your post @Yuanyu! Is it possible to be more specific about the issue you’re having so that we can help, there doesn’t seem to be anything obviously wrong with the command so more details would help us help you. Thanks!
Thank you for your reply! I generate the fgcm lookup table with the cmd successfully, and the purpose I give the cmd here is to help others know how to generate a fgcm lookup table in gen3 version, since I didn’t find a tutorial about that.
Thank you!