Changeset 30636 for trunk/psLib/src/fits/psFitsScale.h
- Timestamp:
- Feb 14, 2011, 2:58:01 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psLib/src/fits/psFitsScale.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/czw_branch/20101203 merged: 30118-30119,30255,30331,30419,30586-30587,30631
- Property svn:mergeinfo changed
-
trunk/psLib/src/fits/psFitsScale.h
r21183 r30636 10 10 bool psFitsScaleDetermine(double *bscale, ///< Scaling, to return 11 11 double *bzero, ///< Zero point, to return 12 double *boffset, ///< Log offset, to return 12 13 long *blank, ///< Blank value, to return 13 14 const psImage *image, ///< Image to scale … … 27 28 double bscale, ///< Scaling 28 29 double bzero, ///< Zero point 30 double boffset, ///< Log offset 29 31 psRandom *rng ///< Random number generator (for the "fuzz"), or NULL 30 32 ); 31 33 psImage *psFitsScaleFromDisk(const psImage *image, ///< Image to to unapply BOFFSET 34 double boffset ///< Log offset 35 ); 32 36 /// Interpret a string as a scaling method 33 37 psFitsScaling psFitsScalingFromString(const char *string ///< String to interpret
Note:
See TracChangeset
for help on using the changeset viewer.
