ENH: use temporary calibration envelopes
Add support for using the temporary calibration envelopes located in /home/ling.sun/public_html/Calibration/tmp_O4_unc
The intended way to use this is by changing the settings
file to include:
{
...
"calibration_config": {
"use_tmp_calibration": True,
}
}
This should allow us to disable this without having to make a new version of bilby_pipe.
I can also make this less flexible and just hard code the value.