IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 18, 2007, 6:26:12 PM (19 years ago)
Author:
eugene
Message:

updates for compression

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.data/rd.c

    r15487 r15647  
    182182    ftable.header = &theader;
    183183    gfits_copy_header (&buf[0].header, ftable.header);
    184     status = gfits_fread_ftable_data (f, &ftable);  // XXX does this do more than read the bytes?
    185     status = gfits_uncompress_image (&buf[0].header, &buf[0].matrix, &ftable, !(ccdsel || extend));
     184    status = gfits_fread_ftable_data (f, &ftable);  // this just reads the bytes (not even a SWAP)
     185    status = gfits_uncompress_image (&buf[0].header, &buf[0].matrix, &ftable);
    186186    gfits_free_table (&ftable);
    187187    // XXX this currently does not work for a cube (we get a cube back, not a specific plane)
Note: See TracChangeset for help on using the changeset viewer.