From 093d578956b657abfaa21c1ce37449574857d158 Mon Sep 17 00:00:00 2001 From: Jared Males Date: Wed, 13 Nov 2024 01:03:24 -0700 Subject: [PATCH] added hoblockleaks --- operating/cacao.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/operating/cacao.rst b/operating/cacao.rst index 6b240c1..db3b3c4 100644 --- a/operating/cacao.rst +++ b/operating/cacao.rst @@ -96,6 +96,16 @@ High-order Loop [xsup@rtc tweeter-vispyr-rootdir]$ cacao-calib-apply default +4. After loading a calibration, you probably want to optimize the multiplication coefficients (which we also refer + to as leaks, though there's a 1 minus in there). The standard setup is + + :: + + [xsup@rtc tweeter-vispyr-rootdir]$ hoblockleaks 5 0.98 + + which sets the MCs for block 5 and above to 0.98 (leak of 0.02). Global multiplication coefficient should be 1. + This is how we normally operate the system on sky. + Low-order T/T Loop -------------------