#include "MisrOrbitPath.h"
#include "MisrCoordQuery.h"
#include "MisrProjParam.h"
#include "MisrError.h"
#include <stdlib.h>
Go to the source code of this file.
|
| #define | ULI 0 /* Upper left corner index */ |
| |
| #define | LRI 1 /* Lower right corner index */ |
| |
◆ LRI
| #define LRI 1 /* Lower right corner index */ |
◆ ULI
| #define ULI 0 /* Upper left corner index */ |
◆ MtkRegionPathToBlockRange()
Get start and end block numbers of a path over a particular region.
- Returns
- MTK_SUCCESS if successful.
- Example:
- In this example, we get the start and end block numbers of path 78 for a particular region of interest.
- Parameters
-
| [in] | region | Region |
| [in] | path | Path |
| [out] | start_block | Start Block |
| [out] | end_block | End Block |
Definition at line 38 of file MtkRegionPathToBlockRange.c.