IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 8, 2009, 6:24:00 PM (17 years ago)
Author:
Paul Price
Message:

Photometer fake sources to measure magnitude biases near limiting magnitude. Had to change a few prototypes to include 'const'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/psphot/src/psphot.h

    r25260 r25302  
    4949bool            psphotPSFstats (pmReadout *readout, psMetadata *recipe, pmPSF *psf);
    5050bool            psphotMomentsStats (pmReadout *readout, psMetadata *recipe, psArray *sources);
    51 bool            psphotFitSourcesLinear (pmReadout *readout, psArray *sources, psMetadata *recipe, pmPSF *psf, bool final);
     51bool            psphotFitSourcesLinear (pmReadout *readout, psArray *sources, const psMetadata *recipe, const pmPSF *psf, bool final);
    5252bool            psphotReplaceUnfitSources (psArray *sources, psImageMaskType maskVal);
    5353
     
    6464bool            psphotGuessModel_Threaded (psThreadJob *job);
    6565
    66 bool            psphotMagnitudes (pmConfig *config, pmReadout *readout, const pmFPAview *view, psArray *sources, pmPSF *psf);
     66bool            psphotMagnitudes (pmConfig *config, pmReadout *readout, const pmFPAview *view, psArray *sources, const pmPSF *psf);
    6767bool            psphotMagnitudes_Threaded (psThreadJob *job);
    6868
     
    7676bool            psphotExtendedSourceAnalysis (pmReadout *readout, psArray *sources, psMetadata *recipe);
    7777bool            psphotExtendedSourceFits (pmReadout *readout, psArray *sources, psMetadata *recipe);
    78 bool            psphotFake(pmReadout *readout, const pmPSF *psf, psMetadata *recipe, const psArray *realSources);
     78bool            psphotFake(pmConfig *config, pmReadout *readout, const pmFPAview *view, const pmPSF *psf, psMetadata *recipe, const psArray *realSources);
    7979
    8080// thread-related:
Note: See TracChangeset for help on using the changeset viewer.