IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38388 for trunk


Ignore:
Timestamp:
Jun 5, 2015, 12:40:22 PM (11 years ago)
Author:
bills
Message:

new functions for psphotStack -updatemode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphot.h

    r37932 r38388  
    7171bool            psphotModelBackgroundReadoutFileIndex (pmConfig *config, const pmFPAview *view, const char *filerule, int index);
    7272bool            psphotModelBackground_Threaded (psThreadJob *job);
     73bool            psphotLoadBackgroundModel (pmConfig *config, const pmFPAview *view, const char *filerule);
     74bool            psphotLoadBackgroundModelReadoutFileIndex (pmConfig *config, const pmFPAview *view, const char *filerule, int index);
    7375
    7476bool            psphotMaskBackground (pmConfig *config, const pmFPAview *view, const char *filerule);
     
    386388bool psphotStackImageLoop (pmConfig *config);
    387389bool psphotStackReadout (pmConfig *config, const pmFPAview *view);
     390bool psphotStackUpdateReadout (pmConfig *config, const pmFPAview *view);
    388391bool psphotStackChisqImage (pmConfig *config, const pmFPAview *view, const char *ruleDet, const char *ruleCnv);
    389392bool psphotStackChisqImageAddReadout(const pmConfig *config, // Configuration
     
    395398
    396399bool psphotStackRemoveChisqFromInputs (pmConfig *config, const char *filerule);
     400bool psphotStackMatchPSFsetup (pmConfig *config, const pmFPAview *view, const char *filerule, const char *fPSF);
     401bool psphotStackMatchPSFsetupReadout (pmConfig *config, const pmFPAview *view, const char *filerule, const char *fPSF, int index);
     402bool psphotStackLoadWCS(pmConfig *config, const pmFPAview *view, const char *filerule);
    397403bool pmFPAfileRemoveSingle(psMetadata *files, const char *name, int num);
    398404
     
    401407bool psphotMatchSourcesToObjects (psArray *objects, psArray *sources, float RADIUS);
    402408bool psphotFilterMatchedSources (pmConfig *config, const pmFPAview *view, const char *filerule, psArray *objects);
     409psArray *psphotLinkSources (pmConfig *config, const pmFPAview *view, const char *filerule);
    403410
    404411bool psphotFitSourcesLinearStack (pmConfig *config, psArray *objects, bool final);
Note: See TracChangeset for help on using the changeset viewer.