Changeset 16197 for trunk/psLib/src/fits/psFitsScale.h
- Timestamp:
- Jan 22, 2008, 5:44:05 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFitsScale.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFitsScale.h
r16185 r16197 6 6 #include <psType.h> 7 7 #include <psRandom.h> 8 9 /// Measure statistics on the image for the PS_FITS_SCALE_STDEV_ options10 ///11 /// NB: It is the user's responsibility to call this function if there is the possibility of scaling being12 /// performed. The reason this is required is that this function takes a mask (required for measuring the13 /// statistics properly), whereas we would like to avoid having to pass a mask to all the other FITS14 /// functions. Therefore, since the other FITS functions don't have the mask, while the user may, it is the15 /// user's responsibility to call this function.16 bool psFitsScaleMeasure(psFits *fits, ///< FITS file17 const psImage *image, ///< Image to measure18 const psImage *mask, ///< Mask image, or NULL19 psMaskType maskVal, ///< Value to mask20 psRandom *rng ///< Random number generator, or NULL21 );22 8 23 9 /// Determine BSCALE and BZERO for an image
Note:
See TracChangeset
for help on using the changeset viewer.
