|
MISR Toolkit
1.5.1
|
Go to the source code of this file.
Macros | |
| #define | TIME_BETWEEN_LINE 0.0408 /* Seconds */ |
Functions | |
| MTKt_status | MtkPixelTime (MTKt_TimeMetaData time_metadata, double som_x, double som_y, char pixel_time[MTKd_DATETIME_LEN]) |
| Given SOM Coordinates compute pixel time. More... | |
| #define TIME_BETWEEN_LINE 0.0408 /* Seconds */ |
Definition at line 22 of file MtkPixelTime.c.
| MTKt_status MtkPixelTime | ( | MTKt_TimeMetaData | time_metadata, |
| double | som_x, | ||
| double | som_y, | ||
| char | pixel_time[MTKd_DATETIME_LEN] | ||
| ) |
Given SOM Coordinates compute pixel time.
Time Format: YYYY-MM-DDThh:mm:ss.ssssssZ (ISO 8601)
| [in] | time_metadata | Time metadata from L1B2 product file |
| [in] | som_x | SOM X |
| [in] | som_y | SOM Y |
| [out] | pixel_time | Pixel time |
Definition at line 41 of file MtkPixelTime.c.