IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 6, 2007, 5:09:52 PM (19 years ago)
Author:
eugene
Message:

merging changes from eam_branch_20071015 (read compressed images, clean addstar I/O, other minor issues)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.shell/BufferOps.c

    r13479 r15487  
    7676  /* assign the necessary internal values */
    7777  buf[0].header.bitpix   = -32;
    78   buf[0].header.unsign   = FALSE;
    79   buf[0].header.bzero    = 0;
    80   buf[0].header.bscale   = 1;
    81  
    8278  buf[0].header.Naxes = 2;
    8379  buf[0].header.Naxis[0] = Nx;
     
    8581
    8682  buf[0].bitpix = bitpix;
    87   buf[0].unsign = FALSE;
    8883  buf[0].bzero  = bzero;
    8984  buf[0].bscale = bscale;
Note: See TracChangeset for help on using the changeset viewer.