IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27932


Ignore:
Timestamp:
May 12, 2010, 12:04:24 PM (16 years ago)
Author:
eugene
Message:

add radial aperture errors

Location:
branches/eam_branches/psphot.20100506/src
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/psphot.20100506/src/Makefile.am

    r27883 r27932  
    191191        psphotEllipticalProfile.c      \
    192192        psphotRadialBins.c             \
     193        psphotRadialApertures.c        \
    193194        psphotPetrosian.c              \
    194195        psphotPetrosianRadialBins.c    \
  • branches/eam_branches/psphot.20100506/src/psphot.h

    r27919 r27932  
    458458bool psphotCopySourcesReadout (pmConfig *config, const pmFPAview *view, const char *ruleOut, const char *ruleSrc, int index);
    459459
     460bool psphotRadialApertures (pmConfig *config, const pmFPAview *view, const char *filerule);
     461bool psphotRadialAperturesReadout (pmConfig *config, const pmFPAview *view, const char *filerule, int index, psMetadata *recipe);
     462bool psphotRadialApertureSource (pmSource *source, psMetadata *recipe, float skynoise, psImageMaskType maskVal, const psVector *radMax);
     463
    460464#endif
  • branches/eam_branches/psphot.20100506/src/psphotRadialBins.c

    r27919 r27932  
    145145        }
    146146    }
    147     binSB->n = binSBstdev->n = binRad->n = binArea->n = nOut;
     147    binSB->n = binSBstdev->n = binSum->n = binRad->n = binArea->n = nOut;
    148148
    149149    // interpolate any bins that were empty (extrapolate to center if needed)
  • branches/eam_branches/psphot.20100506/src/psphotStackReadout.c

    r27919 r27932  
    161161    }
    162162
     163    psphotRadialApertures (config, view, STACK_OUT);
    163164    psphotExtendedSourceAnalysis (config, view, STACK_OUT); // pass 1 (detections->allSources)
    164165    psphotExtendedSourceFits (config, view, STACK_OUT); // pass 1 (detections->allSources)
Note: See TracChangeset for help on using the changeset viewer.