Skip to content
Snippets Groups Projects
Commit c8890e74 authored by Aaron Viets's avatar Aaron Viets Committed by Kipp Cannon
Browse files

gstlal-calibration: cleaned up a few example config files.

parent a436ca84
No related branches found
No related tags found
No related merge requests found
......@@ -76,9 +76,6 @@ ApplyKappaUIM: No
# Set this to have the \kappa_u factors the actuation chain with an adaptive filter that corrects for both magnitude and phase errors.
ApplyComplexKappaUIM: No
# Set this to use a calibration line injected using the UIM stage of actuation to compute \kappa_U. Otherwise, the DARM_ctrl line is used.
UseUIMLine: Yes
ComputeKappaC: Yes
ApplyKappaC: Yes
......@@ -319,9 +316,9 @@ Dewhitening: No
FilterLatency: 1.0
[DataCleaningConfigurations]
####################################################
###################################################
# Options for turning on and off line subtraction #
####################################################
###################################################
# Remove the DC component from the residual and control channels before filtering
RemoveDC: No
# Subtract the calibration lines from the h(t) spectrum
......
......@@ -76,9 +76,6 @@ ApplyKappaUIM: No
# Set this to have the \kappa_u factors the actuation chain with an adaptive filter that corrects for both magnitude and phase errors.
ApplyComplexKappaUIM: No
# Set this to use a calibration line injected using the UIM stage of actuation to compute \kappa_U. Otherwise, the DARM_ctrl line is used.
UseUIMLine: Yes
ComputeKappaC: Yes
ApplyKappaC: Yes
......@@ -101,8 +98,6 @@ CoherenceTime: 130
###################################################################
# Options related to the computation configurations for the TDCFs #
###################################################################
ComputeFactorsSR: 16
RecordFactorsSR: 16
# Length in seconds of low-pass FIR filter used in demodulation of the calibration lines
DemodulationFilterTime: 20
# Time (in seconds) to smooth out \kappas with a median-like method
......@@ -110,6 +105,8 @@ MedianSmoothingTime: 128
TDCFAveragingTime: 10
#If set to yes, bad computed kappas will be replaced by the previous computed median in the running median array. Otherwise, they are replaced with the default value
TDCFDefaultToMedian: Yes
# If using X-end Pcal, we need a minus sign, so set this to -1.0
PcalSign: 1.0
##################################################
# Options related to updating cavity pole filter #
##################################################
......@@ -193,6 +190,17 @@ TSTExcChannel: SUS-ETMY_L3_CAL_LINE_OUT_DQ
PUMExcChannel: SUS-ETMY_L2_CAL_LINE_OUT_DQ
UIMExcChannel: SUS-ETMY_L1_CAL_LINE_OUT_DQ
PCALChannel: CAL-PCALY_TX_PD_OUT_DQ
############################################
# Calibration Line Frequency Channel Names #
############################################
DARMExcLineFreqChannel: None
TSTExcLineFreqChannel: SUS-ETMY_L3_CAL_LINE_FREQ
PUMExcLineFreqChannel: SUS-ETMY_L2_CAL_LINE_FREQ
UIMExcLineFreqChannel: SUS-ETMY_L1_CAL_LINE_FREQ
PCALLine1FreqChannel: None
PCALLine2FreqChannel: CAL-CS_TDEP_CAVITY_POLE_PCAL_FREQ
PCALLine3FreqChannel: None
PCALLine4FreqChannel: CAL-CS_TDEP_D2N_SPRING_PCAL_FREQ
#######################################
# Coherence Uncertainty Channel Names #
#######################################
......@@ -308,9 +316,9 @@ Dewhitening: No
FilterLatency: 1.0
[DataCleaningConfigurations]
####################################################
###################################################
# Options for turning on and off line subtraction #
####################################################
###################################################
# Remove the DC component from the residual and control channels before filtering
RemoveDC: No
# Subtract the calibration lines from the h(t) spectrum
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment