IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 30, 2015, 1:49:15 PM (11 years ago)
Author:
eugene
Message:

error handling

File:
1 edited

Legend:

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

    r38329 r38339  
    11
    2 macro go
     2macro test1
    33 mcreate z 500 500
    44 set x = xramp(z)
     
    88 set d = x - b
    99 stat d
     10 exec fpack -g -S test.raw.fits > test.fpk.fits
    1011 exec funpack -S test.cmp.fits > test.fun.fits
    1112end
    1213
    13 macro ttest
     14macro test2
     15 mcreate z 500 500
     16 set x = xramp(z)
     17 wd x test.raw.fits -bitpix -32 -bzero 0 -bscale 1
     18 wd x test.cmp.fits -bitpix -32 -bzero 0 -bscale 1 -compress -compress-mode NONE
     19 rd b test.cmp.fits -x 0
     20 set d = x - b
     21 stat d
     22 # exec funpack -S test.cmp.fits > test.fun.fits
     23end
     24
     25macro test3
    1426
    1527 create x 0 100
Note: See TracChangeset for help on using the changeset viewer.