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/dvo/cmpread.c

    r8648 r15487  
    8383  } else {
    8484    gprint (GP_ERR, "reading from FITS cmp file %s\n", argv[2]);
    85     Nbytes = gfits_matrix_size (&header);
     85    Nbytes = gfits_data_size (&header);
    8686    fseek (f, Nbytes, SEEK_CUR);
    8787    stars = cmpReadFits (f, &Nstars);
Note: See TracChangeset for help on using the changeset viewer.