IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 27, 2010, 9:17:17 AM (16 years ago)
Author:
eugene
Message:

build works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/psphot.stack.20100120/src/psphot.h

    r26688 r26691  
    3737bool            psphotReadoutMinimal(pmConfig *config, const pmFPAview *view);
    3838
    39 bool            psphotReadoutCleanup (pmConfig *config, pmReadout *readout, psMetadata *recipe, pmDetections *detections, pmPSF *psf, psArray *sources);
     39bool            psphotReadoutCleanup (pmConfig *config, const pmFPAview *view);
     40bool            psphotReadoutCleanupReadout (pmConfig *config, const pmFPAview *view, const char *filename, int index, psMetadata *recipe);
     41
    4042bool            psphotDefineFiles (pmConfig *config, pmFPAfile *input);
    4143void            psphotFilesActivate(pmConfig *config, bool state);
     
    5254bool            psphotAddPhotcodeReadout (pmConfig *config, const pmFPAview *view, const char *filerule, int index);
    5355
    54 bool            psphotSetMaskAndVariance (pmConfig *config, const pmFPAview *view, psMetadata *recipe);
     56bool            psphotSetMaskAndVariance (pmConfig *config, const pmFPAview *view);
    5557bool            psphotSetMaskAndVarianceReadout (pmConfig *config, const pmFPAview *view, const char *filename, int index, psMetadata *recipe);
    5658
     
    7173
    7274bool            psphotBasicDeblend (pmConfig *config, const pmFPAview *view);
    73 bool            psphotBasicDeblend (pmConfig *config, const pmFPAview *view, const char *filename, int index);
     75bool            psphotBasicDeblendReadout (pmConfig *config, const pmFPAview *view, const char *filename, int index);
    7476
    7577bool            psphotRoughClass (pmConfig *config, const pmFPAview *view);
     
    9092
    9193bool            psphotFitSourcesLinear (pmConfig *config, const pmFPAview *view, bool final);
    92 bool            psphotFitSourcesLinearReadout (pmConfig *config, const pmFPAview *view, const char *filename, int index);
     94bool            psphotFitSourcesLinearReadout (pmConfig *config, const pmFPAview *view, const char *filename, int index, bool final);
    9395
    9496bool            psphotSourceSize (pmConfig *config, const pmFPAview *view, bool getPSFsize);
     
    114116
    115117bool            psphotApResid (pmConfig *config, const pmFPAview *view);
    116 bool            psphotApResid (pmConfig *config, const pmFPAview *view, const char *filename, int index, psMetadata *recipe);
     118bool            psphotApResidReadout (pmConfig *config, const pmFPAview *view, const char *filename, int index, psMetadata *recipe);
    117119
    118120bool            psphotMagnitudes (pmConfig *config, const pmFPAview *view);
     
    162164bool            psphotRemoveAllSources (const psArray *sources, const psMetadata *recipe);
    163165bool            psphotReplaceUnfitSources (psArray *sources, psImageMaskType maskVal);
    164 bool            psphotReplaceUnfitSources (psArray *sources, psImageMaskType maskVal);
    165 
    166 bool            psphotReplaceAllSources (psArray *sources, psMetadata *recipe);
    167 bool            psphotRemoveAllSources (const psArray *sources, const psMetadata *recipe);
    168166
    169167// thread-related:
     
    186184void            psphotModelClassInit (void);
    187185bool            psphotGrowthCurve (pmReadout *readout, pmPSF *psf, bool ignore, psImageMaskType maskVal);
    188 void            psphotSourceFreePixels (psArray *sources);
    189186
    190187// functions to set the correct source pixels
     
    226223bool            psphotFitSummary (void);
    227224
    228 pmPSF          *psphotLoadPSF (pmConfig *config, const pmFPAview *view, psMetadata *recipe);
     225bool            psphotLoadPSF (pmConfig *config, const pmFPAview *view);
     226bool            psphotLoadPSFReadout (pmConfig *config, const pmFPAview *view, const char *filename, int index, psMetadata *recipe);
     227
    229228bool            psphotSetHeaderNstars (psMetadata *recipe, psArray *sources);
    230 bool            psphotAddNoise (pmReadout *readout, const psArray *sources, const psMetadata *recipe);
    231 bool            psphotSubNoise (pmReadout *readout, const psArray *sources, const psMetadata *recipe);
    232 bool            psphotAddOrSubNoise (pmReadout *readout, const psArray *sources, const psMetadata *recipe, bool add);
    233229bool            psphotRadialPlot (int *kapa, const char *filename, pmSource *source);
    234230bool            psphotSourcePlots (pmReadout *readout, psArray *sources, psMetadata *recipe);
Note: See TracChangeset for help on using the changeset viewer.