IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 12, 2009, 4:14:01 PM (18 years ago)
Author:
Paul Price
Message:

Adding API for background model calculation that doesn't require definition of pmFPAfiles.

File:
1 edited

Legend:

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

    r20938 r21108  
    213213bool psphotKapaClose ();
    214214bool psphotImageBackgroundCellHistogram (psVector *values, float mean, float sigma, int ix, int iy);
    215 bool psphotDiagnosticPlots (pmConfig *config, char *name, ...);
     215bool psphotDiagnosticPlots (const pmConfig *config, const char *name, ...);
    216216
    217217bool psphotMakeFluxScale (psImage *image, psMetadata *recipe, pmPSF *psf);
     
    222222int psphotSupplementStars (psArray *stars, psArray *sources, psImageBinning *binning, int ix, int iy);
    223223
     224
     225// Create a background model for a readout
     226// Essentially identical to psphotModelBackground, but with a more convenient API for outsiders.
     227psImage *psphotBackgroundModel(pmReadout *ro, // Readout for which to generate background model
     228                               const pmConfig *config // Configuration
     229    );
     230
     231
    224232#endif
Note: See TracChangeset for help on using the changeset viewer.