Changeset 5861
- Timestamp:
- Dec 30, 2005, 6:31:23 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_rel9_p0/psModules/src/astrom/pmFPAConceptsGet.c
r5796 r5861 859 859 // timeString contains an ISO time 860 860 time = psTimeFromISO(timeString, timeSys); 861 } else if (strcasecmp(timeFormat, "JD") == 0) { 862 double timeValue = strtod (timeString, NULL); 863 time = psTimeFromJD(timeValue); 864 } else if (strcasecmp(timeFormat, "MJD") == 0) { 865 double timeValue = strtod (timeString, NULL); 866 time = psTimeFromMJD(timeValue); 861 867 } else if (strstr(timeFormat, "SEPARATE")) { 862 868 // timeString contains headers for the date and time
Note:
See TracChangeset
for help on using the changeset viewer.
