IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2013, 3:31:46 PM (13 years ago)
Author:
eugene
Message:

thread add/sub noise, thread model background, pass chisq conv options to LMM fitting

File:
1 edited

Legend:

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

    r35630 r35640  
    6767bool            psphotModelBackground (pmConfig *config, const pmFPAview *view, const char *filerule);
    6868bool            psphotModelBackgroundReadoutFileIndex (pmConfig *config, const pmFPAview *view, const char *filerule, int index);
     69bool            psphotModelBackground_Threaded (psThreadJob *job);
    6970
    7071bool            psphotMaskBackground (pmConfig *config, const pmFPAview *view, const char *filerule);
     
    119120bool            psphotAddOrSubNoise (pmConfig *config, const pmFPAview *view, const char *filerule, bool add);
    120121bool            psphotAddOrSubNoiseReadout (pmConfig *config, const pmFPAview *view, const char *filerule, int index, psMetadata *recipe, bool add);
     122bool            psphotAddOrSubNoise_Threaded (psThreadJob *job);
    121123
    122124bool            psphotExtendedSourceAnalysis (pmConfig *config, const pmFPAview *view, const char *filerule);
     
    243245bool            psphotFitInit (int nThreads);
    244246bool            psphotFitSummary (void);
     247bool            psphotFitSummaryExtended (void);
     248bool            psphotFitInitExtended (void);
    245249
    246250bool            psphotLoadPSF (pmConfig *config, const pmFPAview *view, const char *filerule);
Note: See TracChangeset for help on using the changeset viewer.