IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 3, 2015, 7:00:55 AM (11 years ago)
Author:
eugene
Message:

get the input / output / compressed pixels sizes right and get the byteswaps right

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20150429/src/libfits/test/compress.sh

    r38343 r38356  
    22macro test_image_all
    33
    4   foreach mode NONE GZIP_1
     4  foreach mode NONE GZIP_1 RICE_1
    55    foreach bitpix 8 16 32 -32 -64
    66      echo ===== bitpix = $bitpix =====
     
    4040 end
    4141
     42 if ($cmpmode == RICE_1)
     43   echo "*** funpack fails on RICE_1 ****"
     44   return
     45 end
     46
    4247 if ($bitpix == -64)
    4348   echo "*** bitpix $bitpix fails fpack / funpack ***"
    4449 else
     50   echo "run funpack on our version"
    4551   exec funpack -S test.cmp.fits > test.fun.fits
    4652   rd e test.fun.fits
Note: See TracChangeset for help on using the changeset viewer.