Changeset 28534 for branches/pap/psLib/src/fits/psFitsImage.c
- Timestamp:
- Jun 28, 2010, 8:11:04 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psLib/src/fits/psFitsImage.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
/trunk (added) merged: 28500,28502,28507,28509-28512,28514,28516-28518,28520,28522,28524-28532
- Property svn:mergeinfo changed
-
branches/pap/psLib/src/fits/psFitsImage.c
r27313 r28534 415 415 if (fits_read_subset(fits->fd, info->fitsDatatype, info->firstPixel, info->lastPixel, 416 416 info->increment, nullValue, output->data.V[0], &anynull, &status) != 0) { 417 psFitsError(status, true, "Reading FITS file failed.");417 psFitsError(status, true, "Reading FITS file %s failed.", fits->fd->Fptr->filename); 418 418 return false; 419 419 }
Note:
See TracChangeset
for help on using the changeset viewer.
