IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17311


Ignore:
Timestamp:
Apr 2, 2008, 8:02:46 PM (18 years ago)
Author:
eugene
Message:

more consistent APIs for psphotFitEXT and psphotPSFConvModel

File:
1 edited

Legend:

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

    r16820 r17311  
    8787bool            psphotFitBlob (pmReadout *readout, pmSource *source, psArray *sources, pmPSF *psf, psMaskType maskVal);
    8888bool            psphotFitPSF (pmReadout *readout, pmSource *source, pmPSF *psf, psMaskType maskVal);
    89 pmModel        *psphotFitEXT (pmReadout *readout, pmSource *source, psMaskType maskVal);
     89pmModel        *psphotFitEXT (pmReadout *readout, pmSource *source, pmModelType modelType, psMaskType maskVal);
    9090psArray        *psphotFitDBL (pmReadout *readout, pmSource *source, psMaskType maskVal);
    9191
     
    117117bool            psphotMakeResiduals (psArray *sources, psMetadata *recipe, pmPSF *psf, psMaskType maskVal);
    118118
    119 bool            psphotPSFConvModel (pmSource *source, psMetadata *recipe, psMaskType maskVal);
     119pmModel        *psphotPSFConvModel (pmReadout *readout, pmSource *source, pmModelType modelType, int psfSize, psMaskType maskVal);
    120120psKernel       *psphotKernelFromPSF (pmSource *source, int nPix);
    121121
Note: See TracChangeset for help on using the changeset viewer.