Changeset 16672 for trunk/psLib/src/fits/psFitsImage.c
- Timestamp:
- Feb 26, 2008, 2:35: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
r16185 r16672 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.2 4$ $Name: not supported by cvs2svn $10 * @date $Date: 2008-0 1-23 03:08:03$9 * @version $Revision: 1.25 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2008-02-27 00:35:41 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 285 285 // Choose an appropriate BSCALE and BZERO 286 286 if (!psFitsScaleDetermine(bscale, bzero, image, fits)) { 287 psError(PS_ERR_UNKNOWN, false, "Unable to determine BSCALE and BZERO for image."); 288 return NULL; 287 // We can't have the write dying for this reason --- try to save it somehow! 288 psWarning("Unable to determine BSCALE and BZERO for image --- setting to 1.0, 0.0"); 289 psErrorStackClear(); 289 290 } 290 291 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
