|
Open source Very Long Baseline Interferometry
OpenVLBI
|
Functions | |
| DLL_EXPORT timespec_t | vlbi_time_mktimespec (int year, int month, int dom, int hour, int minute, int second, long nanosecond) |
| Obtain a timespec struct containing the date and time specified. More... | |
| DLL_EXPORT double | vlbi_time_timespec_to_J2000time (timespec_t tp) |
| Convert a timespec into J2000 time. More... | |
| DLL_EXPORT double | vlbi_time_J2000time_to_lst (double secs_since_J2000, double Long) |
| Obtain the local sidereal time at an arbitrary moment and location. More... | |
| DLL_EXPORT timespec_t | vlbi_time_string_to_timespec (const char *time) |
| Obtain a timespec struct containing the date and time specified by a time string. More... | |
| DLL_EXPORT timespec_t | vlbi_time_J2000time_to_timespec (double secs_since_J2000) |
| Obtain a timespec struct containing the date and time specified by a J2000 time. More... | |
| DLL_EXPORT double vlbi_time_J2000time_to_lst | ( | double | secs_since_J2000, |
| double | Long | ||
| ) |
| secs_since_J2000 | seconds since J2000. |
| Long | the longitude. |
| DLL_EXPORT timespec_t vlbi_time_J2000time_to_timespec | ( | double | secs_since_J2000 | ) |
| secs_since_J2000 | seconds since J2000. |
| DLL_EXPORT timespec_t vlbi_time_mktimespec | ( | int | year, |
| int | month, | ||
| int | dom, | ||
| int | hour, | ||
| int | minute, | ||
| int | second, | ||
| long | nanosecond | ||
| ) |
| year | the year. |
| month | the month. |
| dom | the day of the month. |
| hour | the hour. |
| minute | minutes. |
| second | seconds. |
| nanosecond | nanoseconds. |
| DLL_EXPORT timespec_t vlbi_time_string_to_timespec | ( | const char * | time | ) |
| time | String containing the time to be converted |
| DLL_EXPORT double vlbi_time_timespec_to_J2000time | ( | timespec_t | tp | ) |
| tp | the timespec containing date and time informations. |
1.8.17