Changeset 28508
- Timestamp:
- Jun 25, 2010, 2:28:23 PM (16 years ago)
- Location:
- tags/ipp-20100623
- Files:
-
- 7 edited
-
. (modified) (1 prop)
-
Ohana (modified) (1 prop)
-
ippMonitor (modified) (1 prop)
-
ippTools/share (modified) (1 prop)
-
psLib/src/fits/psFitsTable.c (modified) (1 diff)
-
psModules (modified) (1 prop)
-
psphot (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20100623
-
tags/ipp-20100623/Ohana
- Property svn:mergeinfo changed (with no actual effect on merging)
-
tags/ipp-20100623/ippMonitor
- Property svn:mergeinfo changed (with no actual effect on merging)
-
tags/ipp-20100623/ippTools/share
- Property svn:mergeinfo changed (with no actual effect on merging)
-
tags/ipp-20100623/psLib/src/fits/psFitsTable.c
r28216 r28508 67 67 return false; 68 68 } 69 if (hdutype == IMAGE_HDU) { 70 // It could be an empty table 71 long size = 0; // Size of 'table' 72 if (fits_get_num_rows(fits->fd, &size, &status)) { 73 psFitsError(status, true, "Unable to determine size of table."); 74 return false; 75 } 76 if (size != 0) { 77 psFitsError(PS_ERR_BAD_FITS, true, "Current FITS HDU is not a table."); 78 return false; 79 } 80 } 69 81 if (hdutype != ASCII_TBL && hdutype != BINARY_TBL) { 70 psError(PS_ERR_ IO, true, _("Current FITS HDU is not a table."));82 psError(PS_ERR_BAD_FITS, true, _("Current FITS HDU is not a table.")); 71 83 return false; 72 84 } -
tags/ipp-20100623/psModules
- Property svn:mergeinfo changed (with no actual effect on merging)
-
tags/ipp-20100623/psphot
- Property svn:mergeinfo changed (with no actual effect on merging)
Note:
See TracChangeset
for help on using the changeset viewer.
