Changeset 42842 for trunk/psphot/src/psphotChoosePSF.c
- Timestamp:
- May 9, 2025, 11:21:40 AM (14 months ago)
- Location:
- trunk/psphot
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/psphotChoosePSF.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20230313/psphot (added) merged: 42435,42439,42507-42510,42529,42582,42612,42707,42711
- Property svn:mergeinfo changed
-
trunk/psphot/src/psphotChoosePSF.c
r42380 r42842 114 114 options->psfTrendNy = psMetadataLookupS32 (&status, recipe, "PSF.TREND.NY"); 115 115 assert (status); 116 117 // fit the PSF star positions during PSF model analysis (default false) 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.
