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/libfits/header/F_init_H.c

    r12902 r15487  
    1111  header[0].extend = FALSE;
    1212  header[0].unsign = FALSE;
    13   header[0].bscale = 1;
    14   header[0].bzero  = 0;
     13  header[0].pcount = 0;
     14  header[0].gcount = 1;
     15  header[0].bscale = 1.0;
     16  header[0].bzero  = 0.0;
    1517  header[0].bitpix = 8;
    1618  header[0].Naxes  = 0;
Note: See TracChangeset for help on using the changeset viewer.