Changeset 31633 for trunk/psLib/src/fits/psFitsScale.h
- Timestamp:
- Jun 15, 2011, 6:09:25 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFitsScale.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFitsScale.h
r30636 r31633 11 11 double *bzero, ///< Zero point, to return 12 12 double *boffset, ///< Log offset, to return 13 double *bsoften, ///< asinh softening parameter, to return 13 14 long *blank, ///< Blank value, to return 14 15 const psImage *image, ///< Image to scale … … 29 30 double bzero, ///< Zero point 30 31 double boffset, ///< Log offset 32 double bsoften, ///< asinh softening parameter 31 33 psRandom *rng ///< Random number generator (for the "fuzz"), or NULL 32 34 ); 33 35 psImage *psFitsScaleFromDisk(const psImage *image, ///< Image to to unapply BOFFSET 34 double boffset ///< Log offset 36 double boffset, ///< Log offset 37 double bsoften ///< asinh softening parameter 35 38 ); 36 39 /// Interpret a string as a scaling method
Note:
See TracChangeset
for help on using the changeset viewer.
