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_read_H.c

    r12902 r15487  
    7676  gfits_scan (header, "NAXIS10", "%d", 1, &header[0].Naxis[9]);
    7777
     78  if (!gfits_scan (header, "PCOUNT",  "%d", 1, &header[0].pcount)) {
     79    header[0].pcount = 0;
     80  }
     81  if (!gfits_scan (header, "GCOUNT",  "%d", 1, &header[0].gcount)) {
     82    header[0].gcount = 1;
     83  }
     84
    7885  return (TRUE);
    7986
Note: See TracChangeset for help on using the changeset viewer.