IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 3, 2011, 6:29:49 PM (15 years ago)
Author:
eugene
Message:

thread psphotExtendedAnalsis and psphotRadialApertures; subtract the fake source image so output residuals image is clean

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110710/psphot/src/psphot.h

    r31990 r32023  
    117117bool            psphotExtendedSourceAnalysis (pmConfig *config, const pmFPAview *view, const char *filerule);
    118118bool            psphotExtendedSourceAnalysisReadout (pmConfig *config, const pmFPAview *view, const char *filerule, int index, psMetadata *recipe);
     119bool            psphotExtendedSourceAnalysis_Threaded (psThreadJob *job);
    119120
    120121bool            psphotExtendedSourceFits (pmConfig *config, const pmFPAview *view, const char *filerule);
     
    445446bool psphotRadialApertures (pmConfig *config, const pmFPAview *view, const char *filerule);
    446447bool psphotRadialAperturesReadout (pmConfig *config, const pmFPAview *view, const char *filerule, int index, psMetadata *recipe);
     448bool psphotRadialApertures_Threaded (psThreadJob *job);
    447449bool psphotRadialApertureSource (pmSource *source, psMetadata *recipe, psImageMaskType maskVal, const psVector *radMax, int entry);
    448450
Note: See TracChangeset for help on using the changeset viewer.