IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 31, 2010, 5:01:05 PM (16 years ago)
Author:
eugene
Message:

updates relative to 20091201, fixes for all psphot variants

Location:
branches/eam_branches/psphot.stack.20100120
Files:
2 edited

Legend:

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

  • branches/eam_branches/psphot.stack.20100120/src/psphot.h

    r26691 r26748  
    6363bool            psphotSubtractBackgroundReadout (pmConfig *config, const pmFPAview *view, const char *filename, int index, psMetadata *recipe);
    6464
    65 bool            psphotFindDetections (pmConfig *config, const pmFPAview *view);
    66 bool            psphotFindDetectionsReadout (pmConfig *config, const pmFPAview *view, const char *filename, int index, psMetadata *recipe);
     65bool            psphotFindDetections (pmConfig *config, const pmFPAview *view, bool firstPass);
     66bool            psphotFindDetectionsReadout (pmConfig *config, const pmFPAview *view, const char *filename, int index, psMetadata *recipe, bool firstPass);
    6767
    6868bool            psphotSourceStats (pmConfig *config, const pmFPAview *view, bool setWindow);
     
    140140
    141141// in psphotChoosePSF.c:
    142 bool            psphotPSFstats (pmReadout *readout, psMetadata *recipe, pmPSF *psf);
    143 bool            psphotMomentsStats (pmReadout *readout, psMetadata *recipe, psArray *sources);
     142bool            psphotPSFstats (pmReadout *readout, pmPSF *psf);
     143bool            psphotMomentsStats (pmReadout *readout, psArray *sources);
    144144
    145145// in psphotGuessModel.c
     
    147147
    148148// in psphotMergeSources.c:
    149 bool            psphotLoadExtSources (pmConfig *config, const pmFPAview *view, psArray *sources);
     149bool            psphotLoadExtSources (pmConfig *config, const pmFPAview *view);
    150150psArray        *psphotLoadPSFSources (pmConfig *config, const pmFPAview *view);
     151bool            psphotRepairLoadedSources (pmConfig *config, const pmFPAview *view);
     152bool            psphotCheckExtSources (pmConfig *config, const pmFPAview *view);
    151153
    152154// generate the detection structure for the supplied array of sources
    153 pmDetections   *psphotDetectionsFromSources (pmConfig *config, psArray *sources);
     155bool            psphotDetectionsFromSources (pmConfig *config, const pmFPAview *view, psArray *sources);
    154156
    155157// generate the detection structure for the supplied array of sources
     
    159161// Create a background model for a readout, without saving the result as a pmFPAfile on config->files.  Otherwise identical to psphotModelBackgroundFileIndex.
    160162psImage        *psphotModelBackgroundReadoutNoFile(pmReadout *readout, const pmConfig *config);
    161 psImageBinning *psphotBackgroundBinning(const psImage *, const pmConfig *);
     163psImageBinning *psphotBackgroundBinning(const psImage *image, const pmConfig *config);
    162164
    163165// in psphotReplaceUnfit.c:
     
    186188
    187189// functions to set the correct source pixels
    188 bool            psphotInitRadiusPSF (const psMetadata *recipe, const pmModelType type);
     190bool            psphotInitRadiusPSF(const psMetadata *recipe, const psMetadata *analysis, const pmModelType type);
     191
    189192bool            psphotCheckRadiusPSF (pmReadout *readout, pmSource *source, pmModel *model, psImageMaskType markVal);
    190193bool            psphotCheckRadiusPSFBlend (pmReadout *readout, pmSource *source, pmModel *model, psImageMaskType markVal, float dR);
     
    224227
    225228bool            psphotLoadPSF (pmConfig *config, const pmFPAview *view);
    226 bool            psphotLoadPSFReadout (pmConfig *config, const pmFPAview *view, const char *filename, int index, psMetadata *recipe);
     229bool            psphotLoadPSFReadout (pmConfig *config, const pmFPAview *view, const char *filename, int index);
    227230
    228231bool            psphotSetHeaderNstars (psMetadata *recipe, psArray *sources);
Note: See TracChangeset for help on using the changeset viewer.