- Timestamp:
- Jul 5, 2024, 12:30:50 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/psphot/src/psphotChoosePSF.c
r42380 r42711 114 114 options->psfTrendNy = psMetadataLookupS32 (&status, recipe, "PSF.TREND.NY"); 115 115 assert (status); 116 117 // use poissonian errors or local-sky errors 118 options->fitPSFstarCoords = psMetadataLookupBool (&status, recipe, "PSF_FIT_STAR_COORDS"); 119 if (!status) { 120 options->fitPSFstarCoords = false; 121 } 116 122 117 123 // get the fixed PSF fit radius
Note:
See TracChangeset
for help on using the changeset viewer.
