ADACS-Australia / TraceT

VOEvent handling daemon and library for generating triggered MWA observations
https://tracet.readthedocs.io
MIT License
1 stars 0 forks source link

Implement a template class for observing proposals #136

Open PaulHancock opened 3 months ago

PaulHancock commented 3 months ago

The current way that the triggering logic is coded and presented to the user makes it unclear what conditions are required to trigger an observing request for a given project. The triggering logic is spread across two locations in the code (the worth_triggering functions, and in the actual trigger calls themselves).

A proposed restructure of the triggering logic is as follows: