pycbc_fit_sngl_trigs looks to have been abandoned, should we get rid of it?
The code pycbc_fit_sngl_trigs hasn't been touched in years outwith find/replace style PRs and looks like it has been abandoned.
It isn't used in the github CI, or in any other use cases I know of. Should this be removed?
Assigning to @tdent as he is named in the copyright.
Is there any functionality that is not available in other code (presumably fit sngls split binned) ? Eg the KS test?
The KS test and the plotting including errors are not in pycbc_fit_sngls_split_binned, but are in pycbc_fit_sngls_binned
Ah, there is also the possibility to save fit coeff values and associated numbers to a txt file via --output .. I guess this could be made available simply in fit_sngls_binned by printing the fit values to stdout / logging (then someone can redirect to a file if wanted)