IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 14, 2011, 2:58:01 PM (15 years ago)
Author:
watersc1
Message:

merge from czw_branch of logflux code

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/psLib/src/fits/psFitsScale.h

    r21183 r30636  
    1010bool psFitsScaleDetermine(double *bscale, ///< Scaling, to return
    1111                          double *bzero, ///< Zero point, to return
     12                          double *boffset, ///< Log offset, to return
    1213                          long *blank,  ///< Blank value, to return
    1314                          const psImage *image, ///< Image to scale
     
    2728                            double bscale, ///< Scaling
    2829                            double bzero, ///< Zero point
     30                            double boffset, ///< Log offset
    2931                            psRandom *rng ///< Random number generator (for the "fuzz"), or NULL
    3032    );
    31 
     33psImage *psFitsScaleFromDisk(const psImage *image, ///< Image to to unapply BOFFSET
     34                             double boffset        ///< Log offset
     35                             );
    3236/// Interpret a string as a scaling method
    3337psFitsScaling psFitsScalingFromString(const char *string ///< String to interpret
Note: See TracChangeset for help on using the changeset viewer.