Changeset 27932
- Timestamp:
- May 12, 2010, 12:04:24 PM (16 years ago)
- Location:
- branches/eam_branches/psphot.20100506/src
- Files:
-
- 1 added
- 4 edited
-
Makefile.am (modified) (1 diff)
-
psphot.h (modified) (1 diff)
-
psphotRadialApertures.c (added)
-
psphotRadialBins.c (modified) (1 diff)
-
psphotStackReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/psphot.20100506/src/Makefile.am
r27883 r27932 191 191 psphotEllipticalProfile.c \ 192 192 psphotRadialBins.c \ 193 psphotRadialApertures.c \ 193 194 psphotPetrosian.c \ 194 195 psphotPetrosianRadialBins.c \ -
branches/eam_branches/psphot.20100506/src/psphot.h
r27919 r27932 458 458 bool psphotCopySourcesReadout (pmConfig *config, const pmFPAview *view, const char *ruleOut, const char *ruleSrc, int index); 459 459 460 bool psphotRadialApertures (pmConfig *config, const pmFPAview *view, const char *filerule); 461 bool psphotRadialAperturesReadout (pmConfig *config, const pmFPAview *view, const char *filerule, int index, psMetadata *recipe); 462 bool psphotRadialApertureSource (pmSource *source, psMetadata *recipe, float skynoise, psImageMaskType maskVal, const psVector *radMax); 463 460 464 #endif -
branches/eam_branches/psphot.20100506/src/psphotRadialBins.c
r27919 r27932 145 145 } 146 146 } 147 binSB->n = binSBstdev->n = bin Rad->n = binArea->n = nOut;147 binSB->n = binSBstdev->n = binSum->n = binRad->n = binArea->n = nOut; 148 148 149 149 // interpolate any bins that were empty (extrapolate to center if needed) -
branches/eam_branches/psphot.20100506/src/psphotStackReadout.c
r27919 r27932 161 161 } 162 162 163 psphotRadialApertures (config, view, STACK_OUT); 163 164 psphotExtendedSourceAnalysis (config, view, STACK_OUT); // pass 1 (detections->allSources) 164 165 psphotExtendedSourceFits (config, view, STACK_OUT); // pass 1 (detections->allSources)
Note:
See TracChangeset
for help on using the changeset viewer.
