- Timestamp:
- Mar 17, 2009, 12:08:50 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psLib/src/fits/psFitsImage.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk merged eligible /branches/eam_branches/eam_branch_20090303 23158-23228
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/cnb_branches/cnb_branch_20090301/psLib/src/fits/psFitsImage.c
r21535 r23352 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.
