- Timestamp:
- Jun 3, 2015, 7:00:55 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20150429/src/libfits/test/compress.sh
r38343 r38356 2 2 macro test_image_all 3 3 4 foreach mode NONE GZIP_1 4 foreach mode NONE GZIP_1 RICE_1 5 5 foreach bitpix 8 16 32 -32 -64 6 6 echo ===== bitpix = $bitpix ===== … … 40 40 end 41 41 42 if ($cmpmode == RICE_1) 43 echo "*** funpack fails on RICE_1 ****" 44 return 45 end 46 42 47 if ($bitpix == -64) 43 48 echo "*** bitpix $bitpix fails fpack / funpack ***" 44 49 else 50 echo "run funpack on our version" 45 51 exec funpack -S test.cmp.fits > test.fun.fits 46 52 rd e test.fun.fits
Note:
See TracChangeset
for help on using the changeset viewer.
