- Timestamp:
- Jul 5, 2024, 12:29:41 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/psModules/src/objects/pmPSFtryFitEXT.c
r36856 r42710 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.
