Changeset 15920
- Timestamp:
- Dec 24, 2007, 3:31:21 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFitsImage.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFitsImage.c
r15909 r15920 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.2 1$ $Name: not supported by cvs2svn $10 * @date $Date: 2007-12-2 4 21:00:55$9 * @version $Revision: 1.22 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-12-25 01:31:21 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 516 516 assert(image); 517 517 518 *bscale = 0.0;518 *bscale = 1.0; 519 519 *bzero = 0.0; 520 520 *floatType = PS_FITS_FLOAT_NONE; … … 804 804 // an unsigned integer type). In all other cases, we have already converted the image to use the 805 805 // appropriate scale and zero (because we want to apply a randomiser to the quantisation). 806 fits_set_bscale(fits->fd, 1.0, cfitsioBzero, &status);806 fits_set_bscale(fits->fd, 1.0, bzero, &status); 807 807 808 808 if (bscale != 0.0) {
Note:
See TracChangeset
for help on using the changeset viewer.
