Declared in RemoteSensor
Declaration
string DefineAreaOfInterest(
string bodyName,
double minLat,
double maxLat,
double minLon,
double maxLon,
int latSteps,
int lonSteps
);Description
Defines a new area of interest with finer grid resolution for coverage tracking.
Parameters
| Name | Description |
|---|---|
| bodyName | Celestial body name (e.g. “earth”, “moon”). |
| minLat | [deg] Minimum latitude [-90, 90]. |
| maxLat | [deg] Maximum latitude [-90, 90], must be > minLat. |
| minLon | [deg] Minimum longitude [0, 360). |
| maxLon | [deg] Maximum longitude [0, 360), must be > minLon. |
| latSteps | Number of latitude bands (>= 2). |
| lonSteps | Number of longitude bands (>= 2). |