|
MISR Toolkit
1.5.1
|
Go to the source code of this file.
Functions | |
| MTKt_status | MtkPathBlockRangeToBlockCorners (int path, int start_block, int end_block, MTKt_BlockCorners *block_corners) |
| Compute block corner coordinates in decimal degrees of latitude and longitude for a given path and block range. Coordinates returned are with respect to the pixel center of the upper left corner, center and lower right corner of each block. More... | |
| MTKt_status MtkPathBlockRangeToBlockCorners | ( | int | path, |
| int | start_block, | ||
| int | end_block, | ||
| MTKt_BlockCorners * | block_corners | ||
| ) |
Compute block corner coordinates in decimal degrees of latitude and longitude for a given path and block range. Coordinates returned are with respect to the pixel center of the upper left corner, center and lower right corner of each block.
| [in] | path | Path |
| [in] | start_block | Start Block |
| [in] | end_block | End Block |
| [out] | block_corners | Longitude Decimal Degrees |
Definition at line 36 of file MtkPathBlockRangeToBlockCorners.c.