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

NameDescription
bodyNameCelestial 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.
latStepsNumber of latitude bands (>= 2).
lonStepsNumber of longitude bands (>= 2).