IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35407


Ignore:
Timestamp:
Apr 17, 2013, 9:13:58 AM (13 years ago)
Author:
eugene
Message:

gfits_modify should have been gfits_scan

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130307/Ohana/src/delstar/src/ImageIDsOps.c

    r35406 r35407  
    3535  ALLOCATE (imageID, IndexArray, 1);
    3636
    37   gfits_modify (&header, "MIN_ID", OFF_T_FMT, 1, imageID->minID);
    38   gfits_modify (&header, "MAX_ID", OFF_T_FMT, 1, imageID->maxID);
    39   gfits_modify (&header, "RANGE",  OFF_T_FMT, 1, imageID->range);
     37  gfits_scan (&header, "MIN_ID", OFF_T_FMT, 1, &imageID->minID);
     38  gfits_scan (&header, "MAX_ID", OFF_T_FMT, 1, &imageID->maxID);
     39  gfits_scan (&header, "RANGE",  OFF_T_FMT, 1, &imageID->range);
    4040
    4141  ftable.header = &theader;
Note: See TracChangeset for help on using the changeset viewer.