IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30177


Ignore:
Timestamp:
Dec 24, 2010, 3:31:10 PM (15 years ago)
Author:
eugene
Message:

added psphotVisualShowResidualImage psphotVisualShowObjectRegions psphotSourceChildren psphotSourceChildrenReadout psphotSourceChildrenByObject

File:
1 edited

Legend:

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

    r30141 r30177  
    260260bool            psphotVisualShowSourceSize (pmReadout *readout, psArray *sources);
    261261bool            psphotVisualPlotSourceSizeAlt (psMetadata *recipe, psMetadata *analysis, psArray *sources);
    262 bool            psphotVisualShowResidualImage (pmReadout *readout);
     262bool            psphotVisualShowResidualImage (pmReadout *readout, bool reshow);
     263bool            psphotVisualShowObjectRegions (pmReadout *readout, psMetadata *recipe, psArray *sources);
    263264bool            psphotVisualPlotApResid (psArray *sources, float mean, float error, bool useApMag);
    264265bool            psphotVisualPlotChisq (psArray *sources);
     
    449450bool psphotRedefinePixelsReadout (pmConfig *config, const pmFPAview *view, const char *filerule, int index, psMetadata *recipe);
    450451
     452bool psphotSourceChildren (pmConfig *config, const pmFPAview *view, const char *ruleOut, const char *ruleSrc);
     453bool psphotSourceChildrenReadout (pmConfig *config, const pmFPAview *view, const char *ruleOut, const char *ruleSrc, int index);
     454psArray *psphotSourceChildrenByObject (pmConfig *config, const pmFPAview *view, const char *filerule, psArray *objectsSrc);
     455
    451456#endif
    452 
Note: See TracChangeset for help on using the changeset viewer.