IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

direct copy if bscale,bzero = 1,0

File:
1 edited

Legend:

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

    r38366 r38404  
    330330 # lrnd generates rnd int between 0 and 0x7fffff (2^31 - 1 inclusive)
    331331
    332  $NPT = 1000
     332 # $NPT = 1000
     333 $NPT = 30
    333334 create ni 0 $NPT -int
    334335 set Achar  = lrnd(ni) & 0x7f
     
    339340 create nf 0 $NPT
    340341 set Ffloat = drnd(nf)*1e20
    341  set Fdouble = drnd(nf)*1e100
     342 set Fdouble = drnd(nf)*1e50
    342343
    343344 local format
     
    346347 $format = BIJKED
    347348
     349 #$fields = Ffloat
     350 #$format = E
     351
    348352 write -fits test test.raw.tbl $fields -format $format
    349353 write -fits test test.cmp.tbl $fields -format $format -compress-mode $cmpmode
Note: See TracChangeset for help on using the changeset viewer.