Changeset 18869 for trunk/psLib/src/fits/psFitsImage.c
- Timestamp:
- Aug 1, 2008, 4:50:41 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFitsImage.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFitsImage.c
r18590 r18869 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.3 6$ $Name: not supported by cvs2svn $10 * @date $Date: 2008-0 7-17 03:34:22$9 * @version $Revision: 1.37 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2008-08-02 02:50:41 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 623 623 } 624 624 625 if (blank != 0 ) {625 if (blank != 0 && bitPix > 0) { 626 626 // Some quantisation has taken place --- record the blank ("magic") pixel value 627 627 char *keyword = (psFitsCompressionGetType(fits) != PS_FITS_COMPRESS_NONE &&
Note:
See TracChangeset
for help on using the changeset viewer.
