Analyze the Line-of-Sight (LOS) visibility between the MATS satellite and Starlink satellites for the first 30 days of January 2023.
- Source: Space-Track
- Period: 2022-12-31 to 2023-02-01
- Satellites Analyzed: 439 Starlink satellites
- Data Resolution: 60-second intervals
The analysis uses a simplified Earth spherical model with the following key parameters:
- Earth Radius: WGS84_EARTH_EQUATORIAL_RADIUS (6,378,137 m)
- Adjusted Radius: ~6,460 km (accounting for 80 km altitude of highest clouds)
Visibility Criterion: Satellites are in line-of-sight if distance ≥ 7,970 km
- Satellite orbit propagation
- Line-of-Sight visibility
- Intersatellite distance calculations
- Waterfall plot showing satellite visibility
- Number of visible satellites over time
- Minimum distance between MATS and Starlink satellites
- Intersatellite distances heatmap
- Orbit: Circular, sun-synchronous
- Altitude: 585 km
- Imaging Capabilities:
- Tangent altitude: 75-110 km
- Field of View: 5.67° × 0.91°
- Swath coverage: 250 km × 40 km
- Analyze Starlink satellites within MATS's field of view
- Develop more sophisticated visibility models
- Quantify potential measurement interference from Starlink satellites
- Python
- pip
- Virtual environment
- Clone the repository
- Create a virtual environment
- Install dependencies:
pip install -r requirements.txt