Changeset 21108 for trunk/psphot/src/psphot.h
- Timestamp:
- Jan 12, 2009, 4:14:01 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphot.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphot.h
r20938 r21108 213 213 bool psphotKapaClose (); 214 214 bool psphotImageBackgroundCellHistogram (psVector *values, float mean, float sigma, int ix, int iy); 215 bool psphotDiagnosticPlots ( pmConfig *config,char *name, ...);215 bool psphotDiagnosticPlots (const pmConfig *config, const char *name, ...); 216 216 217 217 bool psphotMakeFluxScale (psImage *image, psMetadata *recipe, pmPSF *psf); … … 222 222 int psphotSupplementStars (psArray *stars, psArray *sources, psImageBinning *binning, int ix, int iy); 223 223 224 225 // Create a background model for a readout 226 // Essentially identical to psphotModelBackground, but with a more convenient API for outsiders. 227 psImage *psphotBackgroundModel(pmReadout *ro, // Readout for which to generate background model 228 const pmConfig *config // Configuration 229 ); 230 231 224 232 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
