Changeset 18421 for trunk/psLib/src/fits/psFitsImage.c
- Timestamp:
- Jul 3, 2008, 5:18:06 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
r18420 r18421 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.3 3$ $Name: not supported by cvs2svn $10 * @date $Date: 2008-07-04 03:1 0:36 $9 * @version $Revision: 1.34 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2008-07-04 03:18:06 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 785 785 } 786 786 787 // This forces a re-scan of the header to ensure everything's kosher. We found this occassionally 788 // necessary for compressed images, which are tables, so perhaps it helps here too. I guess it can't 789 // hurt. 790 ffrdef(fits->fd, &status); 791 if (psFitsError(status, true, "Could not re-scan HDU.")) { 792 goto UPDATE_FAIL; 793 } 794 787 795 return true; 788 796
Note:
See TracChangeset
for help on using the changeset viewer.
