Changeset 19881 for trunk/psphot/src/psphotExtendedSourceAnalysis.c
- Timestamp:
- Oct 3, 2008, 11:00:18 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotExtendedSourceAnalysis.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotExtendedSourceAnalysis.c
r17396 r19881 71 71 // all measurements below require the radial profile; skip them all 72 72 // re-subtract the object, leave local sky 73 psTrace ("psphot", 5, "failed to extract radial profile for source at %7.1f, %7.1f", source->moments-> x, source->moments->y);73 psTrace ("psphot", 5, "failed to extract radial profile for source at %7.1f, %7.1f", source->moments->Mx, source->moments->My); 74 74 pmSourceSub (source, PM_MODEL_OP_FULL, maskVal); 75 75 source->mode |= PM_SOURCE_MODE_SUBTRACTED; … … 81 81 if (doIsophotal) { 82 82 if (!psphotIsophotal (source, recipe, maskVal)) { 83 psTrace ("psphot", 5, "failed to measure isophotal mags for source at %7.1f, %7.1f", source->moments-> x, source->moments->y);83 psTrace ("psphot", 5, "failed to measure isophotal mags for source at %7.1f, %7.1f", source->moments->Mx, source->moments->My); 84 84 } else { 85 psTrace ("psphot", 5, "measured isophotal mags for source at %7.1f, %7.1f", source->moments-> x, source->moments->y);85 psTrace ("psphot", 5, "measured isophotal mags for source at %7.1f, %7.1f", source->moments->Mx, source->moments->My); 86 86 Nisophot ++; 87 87 } … … 91 91 if (doPetrosian) { 92 92 if (!psphotPetrosian (source, recipe, maskVal)) { 93 psTrace ("psphot", 5, "measured petrosian flux & radius for source at %7.1f, %7.1f", source->moments-> x, source->moments->y);93 psTrace ("psphot", 5, "measured petrosian flux & radius for source at %7.1f, %7.1f", source->moments->Mx, source->moments->My); 94 94 } else { 95 psTrace ("psphot", 5, "measured petrosian flux & radius for source at %7.1f, %7.1f", source->moments-> x, source->moments->y);95 psTrace ("psphot", 5, "measured petrosian flux & radius for source at %7.1f, %7.1f", source->moments->Mx, source->moments->My); 96 96 Npetro ++; 97 97 } … … 101 101 if (doKron) { 102 102 if (!psphotKron (source, recipe, maskVal)) { 103 psTrace ("psphot", 5, "failed to measure kron mags for source at %7.1f, %7.1f", source->moments-> x, source->moments->y);103 psTrace ("psphot", 5, "failed to measure kron mags for source at %7.1f, %7.1f", source->moments->Mx, source->moments->My); 104 104 } else { 105 psTrace ("psphot", 5, "measure kron mags for source at %7.1f, %7.1f", source->moments-> x, source->moments->y);105 psTrace ("psphot", 5, "measure kron mags for source at %7.1f, %7.1f", source->moments->Mx, source->moments->My); 106 106 Nkron ++; 107 107 } … … 114 114 return false; 115 115 } 116 psTrace ("psphot", 5, "measured annuli for source at %7.1f, %7.1f", source->moments-> x, source->moments->y);116 psTrace ("psphot", 5, "measured annuli for source at %7.1f, %7.1f", source->moments->Mx, source->moments->My); 117 117 Nannuli ++; 118 118 }
Note:
See TracChangeset
for help on using the changeset viewer.
