Open sjperkins opened 5 years ago
Is the documentation available somewhere now?
not externally. --help
should give you a reasonable idea of what options are available.
The rest is quite extensively documented in the code: https://github.com/ska-sa/tricolour/blob/master/tricolour/flagging.py
At the moment, the documentation is in the main README.rst and is sorely out of date.
To solve (1) I think each strategy and it's parameters should be documented in Restructured Text.
To solve (2) I think the user should just be instructed to
tricolour --help
as its always going to be difficult to keep the docs and command line args up to date.