IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 24, 2006, 11:06:14 AM (20 years ago)
Author:
eugene
Message:

fixed code to measure local background for sources: added new function psphotSelectBackground, new args for psphotMagnitudes

File:
1 edited

Legend:

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

    r10139 r10185  
    4444bool            psphotReplaceUnfit (psArray *sources);
    4545bool            psphotApResid (pmReadout *readout, psArray *sources, psMetadata *recipe, pmPSF *psf);
    46 bool            psphotMagnitudes (psArray *sources, psMetadata *recipe, pmPSF *psf, const pmConfig *config);
     46bool            psphotMagnitudes (psArray *sources, psMetadata *recipe, pmPSF *psf, pmReadout *background);
    4747bool            psphotSkyReplace (pmConfig *config, pmFPAview *view);
    4848bool            psphotReadoutCleanup (pmConfig *config, pmReadout *readout, psMetadata *recipe, pmPSF *psf, psArray *sources);
     
    6969bool            psphotWeightBias (pmReadout *readout, psArray *sources, psMetadata *recipe, pmPSF *psf);
    7070int             psphotSaveImage (psMetadata *header, psImage *image, char *filename);
     71bool psphotDumpConfig (pmConfig *config);
     72pmReadout *psphotSelectBackground (pmConfig *config, pmFPAview *view);
    7173
    7274// PSF / DBL / EXT evaluation functions
Note: See TracChangeset for help on using the changeset viewer.