Changeset 36358
- Timestamp:
- Dec 6, 2013, 2:52:41 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130904/psphot/src/psphotChooseAnalysisOptions.c
r36343 r36358 204 204 // skip saturated stars modeled with a radial profile 205 205 if (source->mode2 & PM_SOURCE_MODE2_SATSTAR_PROFILE) continue; 206 207 // skip sources without a psf model 208 if (source->modelPSF == NULL) continue; 206 209 207 210 // Do the fits if the recipe requests we do extended source fits to everything … … 496 499 // skip saturated stars modeled with a radial profile 497 500 if (source->mode2 & PM_SOURCE_MODE2_SATSTAR_PROFILE) continue; 501 502 // skip sources without a psf model 503 if (source->modelPSF == NULL) continue; 498 504 499 505 // Do the fits if the recipe requests we do extended source fits to everything
Note:
See TracChangeset
for help on using the changeset viewer.
