IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40000


Ignore:
Timestamp:
Mar 6, 2017, 3:18:19 PM (9 years ago)
Author:
eugene
Message:

need to init tzero and exptime

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20170121/Ohana/src/getstar/src/ReadImageHeader.c

    r37807 r40000  
    5252  // image[0].tzero = parse_time (header);
    5353  // }
     54
     55  // in this program, we need a vaguely reasonable value so mosaic_astrom.c will select the mosaic image by the time/date
     56  image[0].tzero = 1;
     57  image[0].exptime = 1;
    5458
    5559  /* only load astrometry, NAXIS1,2, and time if this is a MOSAIC_PHU (ctype is ....-DIS) */
Note: See TracChangeset for help on using the changeset viewer.