code-lab-org / tatc

Tradespace Analysis Toolkit for Constellations (version 3) Library
BSD 3-Clause "New" or "Revised" License
9 stars 4 forks source link

Ground Track Mask does not consider swath #40

Closed ptgrogan closed 2 weeks ago

ptgrogan commented 10 months ago

The collect_ground_track function passes a mask shape directly to collect_orbit_track without considering the effect of swath buffering on potential observations. For example, analysis for a small domain with a large swath will miss most of the observations. The behavior of an optional mask should be changed for collect_ground_track to consider the sensor observation area, rather than only the sub-satellite point.