Changeset 38339 for branches/eam_branches/ohana.20150429/src/libfits/test
- Timestamp:
- May 30, 2015, 1:49:15 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20150429/src/libfits/test/compress.sh
r38329 r38339 1 1 2 macro go2 macro test1 3 3 mcreate z 500 500 4 4 set x = xramp(z) … … 8 8 set d = x - b 9 9 stat d 10 exec fpack -g -S test.raw.fits > test.fpk.fits 10 11 exec funpack -S test.cmp.fits > test.fun.fits 11 12 end 12 13 13 macro ttest 14 macro 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 23 end 24 25 macro test3 14 26 15 27 create x 0 100
Note:
See TracChangeset
for help on using the changeset viewer.
