Changeset 22729 for trunk/psLib/src/fits/psFitsImage.c
- Timestamp:
- Mar 2, 2009, 10:14:15 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFitsImage.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFitsImage.c
r21535 r22729 219 219 PS_ASSERT_FITS_NON_NULL(fits, NULL); 220 220 221 if (psFitsCheck SingleCompressedImagePHU(fits, NULL)) {221 if (psFitsCheckCompressedImagePHU(fits, NULL)) { 222 222 // This is really what we want, not the empty PHU 223 223 psTrace("psLib.fits", 1, … … 432 432 PS_ASSERT_INT_NONNEGATIVE(z, NULL); 433 433 434 if (psFitsCheck SingleCompressedImagePHU(fits, NULL)) {434 if (psFitsCheckCompressedImagePHU(fits, NULL)) { 435 435 // This is really what we want, not the empty PHU 436 436 psTrace("psLib.fits", 1, … … 479 479 } 480 480 481 if (psFitsCheck SingleCompressedImagePHU(fits, NULL)) {481 if (psFitsCheckCompressedImagePHU(fits, NULL)) { 482 482 // This is really what we want, not the empty PHU 483 483 psTrace("psLib.fits", 1, … … 873 873 // code replication, and should be sufficient for our needs. 874 874 875 if (psFitsCheck SingleCompressedImagePHU(fits, NULL)) {875 if (psFitsCheckCompressedImagePHU(fits, NULL)) { 876 876 // This is really what we want, not the empty PHU 877 877 psTrace("psLib.fits", 1,
Note:
See TracChangeset
for help on using the changeset viewer.
