Utils
check_sat_FOV(region, FOV)
Check if the region is within the Field of View (FOV) of the satellite.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
region |
Tuple[int, int, int, int]
|
The region (lon_min, lat_min, lon_max, lat_max) to check if it is within the FOV |
required |
FOV |
Tuple[int, int]
|
The Field of View (FOV) (lon_min, lat_min, lon_max, lat_max) of the satellite. |
required |
Returns:
Name | Type | Description |
---|---|---|
bool |
bool
|
True if the region is within the FOV, False otherwise. |