IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 17, 2008, 9:49:32 AM (18 years ago)
Author:
bills
Message:

in ppStatsFromMetadata fix problem handing dateobs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStats/src/ppStatsFromMetadataEntries.c

    r20121 r20225  
    107107    if (!strcmp (typename, "STR")) return PS_DATA_STRING;
    108108    if (!strcmp (typename, "TIME")) return PS_DATA_TIME;
     109    if (!strcmp (typename, "UTC")) return PS_DATA_TIME;
     110    if (!strcmp (typename, "TAI")) return PS_DATA_TIME;
    109111
    110112    return 0;
Note: See TracChangeset for help on using the changeset viewer.