IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25987


Ignore:
Timestamp:
Nov 1, 2009, 4:01:22 PM (17 years ago)
Author:
eugene
Message:

add psphotVisualPlotChisq, psphotMakePSF, psphotForced

File:
1 edited

Legend:

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

    r25971 r25987  
    6161bool            psphotBlendFit_Threaded (psThreadJob *job);
    6262
     63bool            psphotSourceStatsUpdate (psArray *sources, pmConfig *config, pmReadout *readout);
    6364psArray        *psphotSourceStats (pmConfig *config, pmReadout *readout, pmDetections *detections, bool setWindow);
    6465bool            psphotSourceStats_Threaded (psThreadJob *job);
     
    196197bool psphotVisualShowResidualImage (pmReadout *readout);
    197198bool psphotVisualPlotApResid (psArray *sources, float mean, float error);
     199bool psphotVisualPlotChisq (psArray *sources);
    198200bool psphotVisualPlotSourceSize (psMetadata *recipe, psMetadata *analysis, psArray *sources);
    199201bool psphotVisualShowPetrosians (psArray *sources);
     
    270272bool psphotDumpPSFStars (pmReadout *readout, pmPSFtry *try, float radius, psImageMaskType maskVal, psImageMaskType markVal);
    271273
     274bool psphotLoadSRCTEXT (pmFPA *fpa, pmConfig *config);
     275
    272276bool psphotCheckStarDistribution (psArray *sources, psArray *stars, pmPSFOptions *options);
    273277int psphotSupplementStars (psArray *stars, psArray *sources, psImageBinning *binning, int ix, int iy);
     
    280284    );
    281285
     286pmConfig *psphotForcedArguments(int argc, char **argv);
     287bool psphotForcedImageLoop (pmConfig *config);
     288bool psphotForcedReadout(pmConfig *config, const pmFPAview *view);
     289
     290pmConfig *psphotMakePSFArguments(int argc, char **argv);
     291bool psphotMakePSFImageLoop (pmConfig *config);
     292bool psphotMakePSFReadout(pmConfig *config, const pmFPAview *view);
    282293
    283294#endif
Note: See TracChangeset for help on using the changeset viewer.