IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 23, 2006, 6:16:11 PM (20 years ago)
Author:
eugene
Message:

fixed some errors with double sources, added second-pass linear PSF fit, multiple-depths

File:
1 edited

Legend:

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

    r6427 r6481  
    4242
    4343// optional object analysis steps
    44 bool            psphotEnsemblePSF (pmReadout *readout, psMetadata *config, psArray *sources, pmPSF *psf);
     44bool            psphotEnsemblePSF (pmReadout *readout, psMetadata *config, psArray *sources, pmPSF *psf, bool final);
    4545bool            psphotBlendFit (pmReadout *readout, psMetadata *config, psArray *sources, pmPSF *psf);
    4646bool            psphotReplaceUnfit (psArray *sources);
     
    5656pmModel        *pmSourceMagnitudes (pmSource *source, pmPSF *psf, float apRadius);
    5757float           pmSourceCrossProduct (pmSource *Mi, pmSource *Mj);
     58float           pmSourceCrossWeight (pmSource *Mi, pmSource *Mj);
    5859psArray        *pmSourceContour_EAM (psImage *image, int x, int y, float threshold);
    5960void            psphotModelGroupInit (void);
     
    6364void            psphotTestArguments (int *argc, char **argv);
    6465bool            pmCellSetMask (pmCell *cell, psMetadata *recipe);
     66bool            psphotBackgroundNames (psMetadata *arguments);
     67bool            psphotSkyReplace (pmReadout *readout, psImage *background);
    6568
    6669// functions to set the correct source pixels
    6770bool            psphotInitRadiusPSF (psMetadata *config, pmModelType type);
    6871bool            psphotCheckRadiusPSF (pmReadout *readout, pmSource *source, pmModel *model);
     72bool            psphotCheckRadiusPSFBlend (pmReadout *readout, pmSource *source, pmModel *model, float dR);
    6973bool            psphotInitRadiusEXT (psMetadata *config, pmModelType type);
    7074bool            psphotCheckRadiusEXT (pmReadout *readout, pmSource *source, pmModel *model);
Note: See TracChangeset for help on using the changeset viewer.