Changeset 28972
- Timestamp:
- Aug 19, 2010, 4:09:20 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/psphot/src/psphotExtendedSourceAnalysis.c
r28013 r28972 157 157 } 158 158 159 # if (0)160 // Isophotal Mags161 if (doIsophotal) {162 if (!psphotIsophotal (source, recipe, maskVal)) {163 psTrace ("psphot", 5, "failed to measure isophotal mags for source at %7.1f, %7.1f", source->moments->Mx, source->moments->My);164 } else {165 psTrace ("psphot", 5, "measured isophotal mags for source at %7.1f, %7.1f", source->moments->Mx, source->moments->My);166 Nisophot ++;167 source->mode |= PM_SOURCE_MODE_EXTENDED_STATS;168 }169 }170 // Kron Mags171 if (doKron) {172 if (!psphotKron (source, recipe, maskVal)) {173 psTrace ("psphot", 5, "failed to measure kron mags for source at %7.1f, %7.1f", source->moments->Mx, source->moments->My);174 } else {175 psTrace ("psphot", 5, "measure kron mags for source at %7.1f, %7.1f", source->moments->Mx, source->moments->My);176 Nkron ++;177 source->mode |= PM_SOURCE_MODE_EXTENDED_STATS;178 }179 }180 # endif181 182 159 // re-subtract the object, leave local sky 183 160 pmSourceSub (source, PM_MODEL_OP_FULL, maskVal);
Note:
See TracChangeset
for help on using the changeset viewer.
