TUW-VieVS / VieSchedpp

VLBI scheduling software
https://iopscience.iop.org/article/10.1088/1538-3873/ab1820
GNU General Public License v3.0
13 stars 4 forks source link

observations to satellites #3

Closed Matthias-Schartner closed 4 years ago

Matthias-Schartner commented 6 years ago

Is your feature request related to a problem? Please describe. Add the possibility to schedule satellites

Describe the solution you'd like Change std::vector<VieVS::Source> to new class SourceList, similar to Network. Calculate satellite scheduling similar to implementation in VieVS. Schedule Satellites as high impact scans.

Describe alternatives you've considered Create new base class Source and two derived classes Quasar and Satellite.