Changeset 28484 for branches/pap/Ohana/src/libfits/matrix/F_read_segment.c
- Timestamp:
- Jun 24, 2010, 2:59:09 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/Ohana
- Property svn:mergeinfo set to
-
branches/pap/Ohana/src/libfits/matrix/F_read_segment.c
r27435 r28484 148 148 149 149 if (nbytes < Nbytes - 2880) { /* this is a bad FITS error: image is not OK */ 150 fprintf (stderr, "error reading in matrix data from FITS file ( %lld < %lld - 2880)\n", (long long) nbytes, (long long)Nbytes);150 fprintf (stderr, "error reading in matrix data from FITS file ("OFF_T_FMT" < "OFF_T_FMT" - 2880)\n", nbytes, Nbytes); 151 151 return (FALSE); 152 152 } 153 153 if (nbytes != Nbytes) { /* this is a FITS error, but often the image is OK */ 154 fprintf (stderr, "incomplete block in FITS file: ( %lld, %lld)\n", (long long) nbytes, (long long)Nbytes);154 fprintf (stderr, "incomplete block in FITS file: ("OFF_T_FMT", "OFF_T_FMT")\n", nbytes, Nbytes); 155 155 return (TRUE); 156 156 }
Note:
See TracChangeset
for help on using the changeset viewer.
