- Timestamp:
- Jun 25, 2010, 2:36:38 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFitsImage.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFitsImage.c
r27313 r28509 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.
