Changeset 42843 for trunk/psModules/src/objects/pmPSFtryFitEXT.c
- Timestamp:
- May 9, 2025, 11:28:49 AM (12 months ago)
- Location:
- trunk/psModules
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/objects/pmPSFtryFitEXT.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20230313/psModules (added) merged: 42436,42439,42501-42502,42504,42511,42528,42565,42678,42688,42710,42820
- Property svn:mergeinfo changed
-
trunk/psModules/src/objects/pmPSFtryFitEXT.c
r36856 r42843 73 73 74 74 // in this segment, we are fitting the full PSF model class (shape unconstrained) 75 options->fitOptions->mode = PM_SOURCE_FIT_EXT; 76 75 if (options->fitPSFstarCoords) { 76 options->fitOptions->mode = PM_SOURCE_FIT_FULL; 77 } else { 78 options->fitOptions->mode = PM_SOURCE_FIT_EXT; 79 } 77 80 // maskVal is used to test for rejected pixels, and must include markVal 78 81 maskVal |= markVal;
Note:
See TracChangeset
for help on using the changeset viewer.
