diff --git a/gstlal-calibration/.gitignore b/gstlal-calibration/.gitignore
index b803f0d41b32ff3941a0942ae2ae184972afa979..a5b40fd783271cbaf857e4d07db193358e69f5c0 100644
--- a/gstlal-calibration/.gitignore
+++ b/gstlal-calibration/.gitignore
@@ -36,3 +36,4 @@ tests/pydarm_GDS_filter_tests/L1/raw_frames/**
 tests/*/*/raw_frames/**
 tests/*/*/Filters/**
 tests/*/*/Frames/**
+tests/*/*/*.swp
diff --git a/gstlal-calibration/tests/DCS_test/H1/H1DCS_TEST.ini b/gstlal-calibration/tests/DCS_test/H1/H1DCS_TEST.ini
new file mode 100644
index 0000000000000000000000000000000000000000..9db3d22e39bddb2385d077fda0c650541ffb6c51
--- /dev/null
+++ b/gstlal-calibration/tests/DCS_test/H1/H1DCS_TEST.ini
@@ -0,0 +1,415 @@
+[InputConfigurations]
+# Filters file containing calibration FIR filters
+FiltersFileName: H1DCS_test.npz
+# Data source should be set to frames or lvshm
+DataSource: frames
+FileChecksum: No
+# Right now, SkipBadFiles needs to be off when reading from frames
+SkipBadFiles: No
+############################################
+# If reading from frames use these options #
+############################################
+# None
+
+###################################################
+# If reading from shared memory use these options #
+###################################################
+SHMPartition: LHO_Online
+# Assumed duration of input frames in seconds
+InputFrameDuration: 1
+
+[OutputConfigurations]
+CompressionScheme: 6
+CompressionLevel: 3
+ChanPrefix: DCS-
+# Set to "None" if you do not want a channel suffix
+ChanSuffix: None
+# Data sink should be set to frames or lvshm
+DataSink: frames
+#################################################
+# If writing to shared memory use these options #
+#################################################
+OutputSHMPartition: LHO_hoft
+BufferMode: 2
+# Use this to approximate the frame size (in bytes) when writing to shared memory
+FrameSize: 405338
+NumBuffers: 10
+###############################################
+# If writing to frame files use these options #
+###############################################
+FrameType: H1DCS_TEST
+
+[CalibrationConfigurations]
+IFO: H1
+# Set calibration mode to Full or Partial
+CalibrationMode: Full
+ComputeCalibStateVector: Yes
+
+[DebuggingConfigurations]
+# If you want to write a pipeline graph, provide the graph name.  Otherwise, set name equal to None
+PipelineGraphFilename: None
+Verbose: Yes
+# Turn this on to write data presentation timestamps and real-time unix timestamps to file at the beginning and end of the pipeline, to measure latency
+TestLatency: No
+# Turn this on to compute transfer functions for the filters by comparing output data to input data
+TestFilters: No
+
+[TDCFConfigurations]
+#########################################################
+# Options related to time dependent correction  factors #
+#########################################################
+ComputeKappaTST: Yes
+ApplyKappaTST: Yes
+# Set this to have the \kappa_tst factors filter the actuation chain with an adaptive filter that corrects for both magnitude and phase errors.
+ApplyComplexKappaTST: No
+
+ComputeKappaPU: No
+ApplyKappaPU: No
+# Set this to have the \kappa_pu factors the actuation chain with an adaptive filter that corrects for both magnitude and phase errors
+ApplyComplexKappaPU: No
+
+ComputeKappaPUM: Yes
+ApplyKappaPUM: No
+# Set this to have the \kappa_p factors the actuation chain with an adaptive filter that corrects for both magnitude and phase errors.
+ApplyComplexKappaPUM: No
+
+ComputeKappaUIM: Yes
+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
+
+ComputeKappaC: Yes
+ApplyKappaC: Yes
+
+ComputeFcc: Yes
+ApplyFcc: Yes
+
+ComputeSRCQ: Yes
+ApplySRCQ: No
+
+ComputeFs: Yes
+ApplyFs: No
+
+###########################################
+# Options related to the coherence gating #
+###########################################
+UseCoherence: Yes
+CoherenceUncThreshold: 0.01
+# Amount of time used in front-end to compute coherence
+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
+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 #
+##################################################
+# Duration of the Fcc filter in the time domain in seconds
+FccFilterDuration: 0.01
+# Number of seconds to average Fcc values before creating a new Fcc filter
+FccAveragingTime: 60 
+# Number of samples to be used when tapering old filter and ramping in new filter
+FccFilterTaperLength: 32768
+############################
+# Nominal values for TDCFs #
+############################
+ExpectedKappaTSTReal: 1.0
+ExpectedKappaTSTImag: 0.0
+ExpectedKappaPUMReal: 1.0
+ExpectedKappaPUMImag: 0.0
+ExpectedKappaUIMReal: 1.0
+ExpectedKappaUIMImag: 0.0
+ExpectedKappaPUReal: 1.0
+ExpectedKappaPUImag: 0.0
+ExpectedKappaC: 1.0
+ExpectedFs_Squared: 4.468
+################################
+# Acceptable variance in TDCFs #
+################################
+KappaTSTRealVar: 0.2
+KappaTSTImagVar: 0.2
+KappaPURealVar: 0.2
+KappaPUImagVar: 0.2
+KappaPUMRealVar: 0.2
+KappaPUMImagVar: 0.2
+KappaUIMRealVar: 0.2
+KappaUIMImagVar: 0.2
+KappaCVar: 0.2
+FccVar: 50.0
+FsVar: 5.0
+SRCQInvMin: 0.0
+SRCQInvMax: 0.5
+#######################
+# EPICS records input #
+#######################
+# Set to Yes if EPICS records for TDCF computations should be read from filters file.  If set to No, they will be read from frames
+FactorsFromFiltersFile: Yes
+##############################################################################################
+# Updating Sensing and Actuation filters with all frequency-dependent corrections parameters #
+##############################################################################################
+# Length of time (in seconds) between when inverse-sensing FIR filter is updated
+SensingFilterUpdateTime: 64
+# Length of time (in seconds) over which the smoothed time-dependent parameters of the sensing function are averaged before updating the filter
+SensingFilterAveragingTime: 1
+# Number of samples to be used when tapering old inverse sensing filter and ramping in new filter
+SensingFilterTaperLength: 32768
+# Number of samples in linear-phase correction filters used for TST, PUM, and UIM
+AdaptiveTSTFilterSamples: 128
+AdaptivePUMFilterSamples: 128
+AdaptiveUIMFilterSamples: 128
+AdaptivePUMUIMFilterSamples: 128
+# Length of time (in seconds) between when the actuation FIR filters are updated
+ActuationFilterUpdateTime: 64
+# Length of time (in seconds) over which the smoothed time-dependent parameters of the actuation function are averaged before updating the filter
+ActuationFilterAveragingTime: 1
+# Number of samples to be used when tapering old actuation filters and ramping in new filters
+ActuationFilterTaperLength: 32768
+
+ComputeFactorsSR: 16
+RecordFactorsSR: 16
+
+[ChannelNames]
+#############################
+# Calibration Channel Names #
+#############################
+DARMCtrlChannel: CAL-DARM_CTRL_DBL_DQ
+DARMErrChannel: CAL-DARM_ERR_DBL_DQ
+DeltaLTSTChannel: CAL-DELTAL_CTRL_TST_DBL_DQ
+DeltaLPUMChannel: CAL-DELTAL_CTRL_PUM_DBL_DQ
+DeltaLUIMChannel: CAL-DELTAL_CTRL_UIM_DBL_DQ
+DeltaLResChannel: CAL-DELTAL_RESIDUAL_DBL_DQ
+####################################
+# Data Quality Vector Channel Name #
+####################################
+ObsIntentChannel: GRD-IFO_INTENT
+LowNoiseStateChannel: GRD-IFO_READY
+HWInjChannel: CAL-INJ_STATUS_OUT_DQ
+FilterClockChannelList: GRD-ISC_LOCK_OK
+##################################
+# Calibration Line Channel Names #
+##################################
+DARMExcChannel: CAL-CS_LINE_SUM_DQ
+TSTExcChannel: SUS-ETMX_L3_CAL_LINE_OUT_DQ
+PUMExcChannel: SUS-ETMX_L2_CAL_LINE_OUT_DQ 
+UIMExcChannel: SUS-ETMX_L1_CAL_LINE_OUT_DQ
+PCALChannel: CAL-PCALY_RX_PD_OUT_DQ
+############################################
+# Calibration Line Frequency Channel Names #
+############################################
+DARMExcLineFreqChannel: CAL-CS_TDEP_DARM_LINE1_COMPARISON_OSC_FREQ
+TSTExcLineFreqChannel: CAL-CS_TDEP_SUS_LINE3_COMPARISON_OSC_FREQ
+PUMExcLineFreqChannel: CAL-CS_TDEP_SUS_LINE2_COMPARISON_OSC_FREQ
+UIMExcLineFreqChannel: CAL-CS_TDEP_SUS_LINE1_COMPARISON_OSC_FREQ
+PCALLine1FreqChannel: CAL-CS_TDEP_PCAL_LINE1_COMPARISON_OSC_FREQ
+PcalLine1CorrRealChannel: CAL-CS_TDEP_PCAL_LINE1_CORRECTION_REAL
+PcalLine1CorrImagChannel: CAL-CS_TDEP_PCAL_LINE1_CORRECTION_IMAG
+PCALLine2FreqChannel: CAL-CS_TDEP_PCAL_LINE2_COMPARISON_OSC_FREQ
+PcalLine2CorrRealChannel: CAL-CS_TDEP_PCAL_LINE2_CORRECTION_REAL
+PcalLine2CorrImagChannel: CAL-CS_TDEP_PCAL_LINE2_CORRECTION_IMAG
+PCALLine3FreqChannel: CAL-CS_TDEP_PCAL_LINE3_COMPARISON_OSC_FREQ
+PcalLine3CorrRealChannel: CAL-CS_TDEP_PCAL_LINE3_CORRECTION_REAL
+PcalLine3CorrImagChannel: CAL-CS_TDEP_PCAL_LINE3_CORRECTION_IMAG
+PCALLine4FreqChannel: CAL-CS_TDEP_PCAL_LINE4_COMPARISON_OSC_FREQ
+PcalLine4CorrRealChannel: CAL-CS_TDEP_PCAL_LINE4_CORRECTION_REAL
+PcalLine4CorrImagChannel: CAL-CS_TDEP_PCAL_LINE4_CORRECTION_IMAG
+#######################################
+# Coherence Uncertainty Channel Names #
+#######################################
+CohUncSusLine1Channel: CAL-CS_TDEP_SUS_LINE1_UNCERTAINTY
+CohUncSusLine2Channel: CAL-CS_TDEP_SUS_LINE2_UNCERTAINTY
+CohUncSusLine3Channel: CAL-CS_TDEP_SUS_LINE3_UNCERTAINTY
+CohUncPcalyLine1Channel: CAL-CS_TDEP_PCAL_LINE1_UNCERTAINTY
+CohUncPcalyLine2Channel: CAL-CS_TDEP_PCAL_LINE2_UNCERTAINTY
+CohUncPcalyLine4Channel: CAL-CS_TDEP_PCAL_LINE4_UNCERTAINTY
+CohUncDARMLine1Channel: CAL-CS_TDEP_DARM_LINE1_UNCERTAINTY
+###################################
+# Noise Subtraction Channel Names #
+###################################
+# Semicolon-separated list of comma-separated lists of witness channels to use to subtract lines from h(t)
+# Semicolons separate channels to be handled separately and commas separate channels to be handled together.
+#Set to None if no line witness channels are to be used
+LineWitnessChannelList: SUS-ETMX_L1_CAL_LINE_OUT_DQ;SUS-ETMX_L2_CAL_LINE_OUT_DQ;SUS-ETMX_L3_CAL_LINE_OUT_DQ;CAL-PCALY_TX_PD_OUT_DQ;PEM-EY_MAINSMON_EBAY_1_DQ
+# Semicolon-separated list of comma-separated lists of witness channels to use to subtract noise from h(t)
+# Set to None if no witness channels are to be used
+#WitnessChannelList: PSL-ISS_SECONDLOOP_OUTPUT_DQ,ASC-DHARD_P_OUT_DQ,ASC-DHARD_Y_OUT_DQ,ASC-CHARD_P_OUT_DQ,ASC-CHARD_Y_OUT_DQ,LSC-SRCL_IN1_DQ,LSC-MICH_IN1_DQ,LSC-PRCL_IN1_DQ
+WitnessChannelList: None
+# What channel should we use to gate the noise subtraction and 60-Hz line subtraction
+NoiseSubGateChannel: GRD-ISC_LOCK_OK
+###############################
+# EPICS Records Channel Names #
+###############################
+EP1RealChannel: CAL-CS_TDEP_SUS_LINE3_REF_INVA_TST_RESPRATIO_REAL
+EP1ImagChannel: CAL-CS_TDEP_SUS_LINE3_REF_INVA_TST_RESPRATIO_IMAG
+EP2RealChannel: CAL-CS_TDEP_REF_CLGRATIO_CTRL_REAL
+EP2ImagChannel: CAL-CS_TDEP_REF_CLGRATIO_CTRL_IMAG
+EP3RealChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_USUM_INV_REAL
+EP3ImagChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_USUM_INV_IMAG
+EP4RealChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_TST_REAL
+EP4ImagChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_TST_IMAG
+EP5RealChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_USUM_REAL
+EP5ImagChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_USUM_IMAG
+EP6RealChannel: CAL-CS_TDEP_PCAL_LINE2_REF_C_NOCAVPOLE_REAL
+EP6ImagChannel: CAL-CS_TDEP_PCAL_LINE2_REF_C_NOCAVPOLE_IMAG
+EP7RealChannel: CAL-CS_TDEP_PCAL_LINE2_REF_D_REAL
+EP7ImagChannel: CAL-CS_TDEP_PCAL_LINE2_REF_D_IMAG
+EP8RealChannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_TST_REAL
+EP8Imagchannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_TST_IMAG
+EP9RealChannel: CAL-CS_TDEP_PCALY_LINE2_REF_A_USUM_REAL
+EP9ImagChannel: CAL-CS_TDEP_PCALY_LINE2_REF_A_USUM_IMAG
+EP10RealChannel: CAL-CS_TDEP_SUS_LINE3_REF_A_TST_NOLOCK_REAL
+EP10ImagChannel: CAL-CS_TDEP_SUS_LINE3_REF_A_TST_NOLOCK_IMAG
+EP11RealChannel: CAL-CS_TDEP_PCAL_LINE1_REF_C_NOCAVPOLE_REAL
+EP11ImagChannel: CAL-CS_TDEP_PCAL_LINE1_REF_C_NOCAVPOLE_IMAG
+EP12RealChannel: CAL-CS_TDEP_PCAL_LINE1_REF_D_REAL
+EP12ImagChannel: CAL-CS_TDEP_PCAL_LINE1_REF_D_IMAG
+EP13RealChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_TST_REAL
+EP13ImagChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_TST_IMAG
+EP14RealChannel: CAL-CS_TDEP_PCALY_LINE4_REF_A_USUM_REAL
+EP14ImagChannel: CAL-CS_TDEP_PCALY_LINE4_REF_A_USUM_IMAG
+EP15RealChannel: CAL-CS_TDEP_SUS_LINE2_REF_INVA_PUM_RESPRATIO_REAL
+EP15Imagchannel: CAL-CS_TDEP_SUS_LINE2_REF_INVA_PUM_RESPRATIO_IMAG
+EP16RealChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_UIM_INV_REAL
+EP16ImagChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_UIM_INV_IMAG
+EP17RealChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_PUM_REAL
+EP17ImagChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_PUM_IMAG
+EP18RealChannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_PUM_REAL
+EP18ImagChannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_PUM_IMAG
+EP19RealChannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_UIM_REAL
+EP19ImagChannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_UIM_IMAG
+EP20RealChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_PUM_REAL
+EP20ImagChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_PUM_IMAG
+EP21RealChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_UIM_REAL
+EP21ImagChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_UIM_IMAG
+EP22RealChannel: CAL-CS_TDEP_SUS_LINE1_REF_INVA_UIM_RESPRATIO_REAL
+EP22ImagChannel: CAL-CS_TDEP_SUS_LINE1_REF_INVA_UIM_RESPRATIO_IMAG
+EP23RealChannel: CAL-CS_TDEP_SUS_LINE2_REF_A_PUM_NOLOCK_REAL
+EP23ImagChannel: CAL-CS_TDEP_SUS_LINE2_REF_A_PUM_NOLOCK_IMAG
+EP24RealChannel: CAL-CS_TDEP_SUS_LINE1_REF_A_UIM_NOLOCK_REAL
+EP24ImagChannel: CAL-CS_TDEP_SUS_LINE1_REF_A_UIM_NOLOCK_IMAG
+
+[SampleRates]
+# Sample rate at which to compute h(t)
+HoftSR: 16384
+# Sample rate at which to compute CALIB_STATE_VECTOR
+CalibStateSR: 16
+# Sample rate of control channel
+# Should be 16384 if using DARM_CTRL and 4096 if using DELTAL_CTRL 
+CtrlSR: 16384
+# Sample rate of low noise state channel
+LowNoiseSR: 16
+# Sample rate of HW injection channel
+HWInjSR: 16384
+# Sample rate of observation intent channel
+ObsIntentSR: 16
+# Sample rate list for channels being used to trigger filter settling clock
+FilterClockSRList: 16
+# Sample rate of TST excitation channel
+TSTExcSR: 512
+# Sample rate of PUM excitation channel
+PUMExcSR: 512
+# Sample rate of UIM excitation channel
+UIMExcSR: 512
+# Sample rate of coherence channels
+CohSR: 16
+# Sample rate for the EPICS reference channels
+EPICSRefSR: 16
+# Sample rates at which transfer functions will be computed and witness channels will be filtered, given as a semicolon-separated list, e.g., 2048;2048;512;2048. This must be given if WitnessChannelList is not None, and it must be the same length.
+WitnessChannelSR: 512
+# Sample rates at which to compute and record TDCFs
+ComputeFactorsSR: 16
+RecordFactorsSR: 16
+
+[Bitmasks]
+ObsReadyBitmask: 1
+ObsIntentBitmask: 1
+CBCHWInjOffBitmask: 9
+BurstHWInjOffBitmask: 17
+DetCharHWInjOffBitmask: 33
+StochHWInjOffBitmask: 65
+NoiseSubGateBitmask: 1
+FilterClockBitmaskList: 1
+
+[PipelineConfigurations]
+BufferLength: 1.0
+FrequencyDomainFiltering: No
+Dewhitening: No
+# Latency of all filtering/averaging/median processes (other than calibration model filters) as a fraction of filter length. Value should be set between 0.0 and 1.0.
+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
+RemoveCalLines: No
+###############################################################
+# Options for running line subtraction using witness channels #
+###############################################################
+# Semicolon-separated list of comma-separated lists of frequencies (same number of semicolons as LineWitnessChannelList)
+LineWitnessFreqs: 15.1;16.7;35.9;36.7,331.9,1083.7;60.0,120.0,180.0,240.0,300.0
+# Time over which to take a median of transfer functions
+LineWitnessTFMedianTime: 128
+# Time over which to average transfer functions
+LineWitnessTFAveragingTime: 1
+# Semicolon-separated list of typical frequency fluctuations in lines being subtracted (same number of semicolons as LineWitnessChannelList)
+LineWitnessFreqVars: 0.0;0.0;0.0;0.0;0.02
+#######################################
+# Options for broadband noise removal #
+#######################################
+# The length in seconds of the fast Fourier transforms used to compute transfer functions between witness channels and h(t). The fft's are windowed with Hann windows and overlapped.
+WitnessChannelFFTTime: 4.0
+# The number of ffts to take before averaging the witness -> h(t) transfer functions calculation. The average is taken after the ratio h(f) / witness(f).
+NumWitnessFFTs: 509
+# Sets the minimum number of FFTs necessary to produce the first transfer functions and clean data after data flow starts.
+MinWitnessFFTs: 509
+# The length in seconds of the filters applied to the witness channels before subtracting from h(t)
+WitnessFIRLength: 1.0
+# The frequency resolution of the filters applied to the witness channels before subtracting from h(t). It can be advantageous to lower the frequency resolution in order to average over excess noise.
+WitnessFrequencyResolution: 0.5
+# List of minima and maxima of frequency ranges where the Fourier transform of h(t) will be replaced by a straight line in the calculation of transfer functions between witness channels and h(t) for noise subtraction. Semicolons separate lists for different sets of witness channels. If no notches are desired, use zeros, e.g., \'0;0;0\'. Here is an example using the expected format: \'495.0,515.0,985.0,1015.0;59,60,119,121;0\' This can be useful, e.g., if there are loud lines in the signal that are not present in the witness channels.
+WitnessNotchFrequencies: 0
+# Cutoff frequencies for high-pass filters for witness channels
+WitnessHighPasses: 10
+# The amount of time after transfer functions between witness channels and h(t) are finished to begin the calculation of the next set of transfer functions
+WitnessTFUpdateTime: 4
+# If lock-loss lasts at least this many seconds, transfer functions will revert to those computed at the beginning of a lock stretch. Set to zero to disbale.
+CriticalLockLossTime: 1800
+# The amount of time to use to taper in newly computed FIR filters for witness channels being used for noise subtraction.
+WitnessFilterTaperTime: 2
+# If writing transfer functions to file, this sets the name. If transfer functions should not be written to file, this should be set to None
+WitnessTFFilename: None
+# Should the transfer function calculation use a median? If not, an average (mean) is used.
+WitnessTFUseMedian: Yes
+# Should transfer functions be computed on a fixed schedule, so that the output does not depend on start time?  This is useful for running jobs in parallel.  Otherwise, they are computed asap.
+WitnessTFParallelMode: Yes
+# When using parallel mode, how many seconds later should we shift the time when transfer functions start being computed from a multiple of the cycle period?
+WitnessTFTimeShift: 360
+# To write only one strain channel, and pick whichever is less noisy, set this option to 'Yes'. This way, if a problem arises with the noise subtraction it will not affect the output strain channel.
+PickCleanestStrainChannel: No
+# A half Hann window is used for transitions between cleaned and uncleaned data.  This is the length of that window in seconds.
+StrainChannelTransitionTime: 10.0
+###############################
+# Options for HOFT_CLEAN bits #
+###############################
+# The amount of data from h(t) and cleaned h(t) that is used to compute and compare the rms. This comparison between cleaned and uncleaned h(t) determines whether the HOFT_CLEAN bits of the calibration state vector are on or off.
+CleaningCheckRMSTime: 30.0
+# Minimum of a range of frequencies in which we expect line/noise subtraction to be impactful. The HOFT_CLEAN_LOWFREQ_OK bit of the calibration state vector is determined based on whether rms of the cleaned data is less than that of uncleaned h(t) in this range.
+CleaningCheckRangeLowMin: 15
+# Maximum of a range of frequencies in which we expect line/noise subtraction to be impactful. The HOFT_CLEAN_LOWFREQ_OK bit of the calibration state vector is determined based on whether rms of the cleaned data is less than that of uncleaned h(t) in this range.
+CleaningCheckRangeLowMax: 20
+# Minimum of a range of frequencies in which we expect line/noise subtraction to be impactful. The HOFT_CLEAN_MIDFREQ_OK bit of the calibration state vector is determined based on whether rms of the cleaned data is less than that of uncleaned h(t) in this range.
+CleaningCheckRangeMidMin: 20
+# Maximum of a range of frequencies in which we expect line/noise subtraction to be impactful. The HOFT_CLEAN_MIDFREQ_OK bit of the calibration state vector is determined based on whether rms of the cleaned data is less than that of uncleaned h(t) in this range.
+CleaningCheckRangeMidMax: 200
diff --git a/gstlal-calibration/tests/DCS_test/H1/H1_raw_frames.cache b/gstlal-calibration/tests/DCS_test/H1/H1_raw_frames.cache
new file mode 100644
index 0000000000000000000000000000000000000000..40ea740320ab15bcdbe00aa96fc521569e87a165
--- /dev/null
+++ b/gstlal-calibration/tests/DCS_test/H1/H1_raw_frames.cache
@@ -0,0 +1,76 @@
+H H1_R 1239035520 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239035520-64.gwf
+H H1_R 1239035584 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239035584-64.gwf
+H H1_R 1239035648 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239035648-64.gwf
+H H1_R 1239035712 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239035712-64.gwf
+H H1_R 1239035776 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239035776-64.gwf
+H H1_R 1239035840 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239035840-64.gwf
+H H1_R 1239035904 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239035904-64.gwf
+H H1_R 1239035968 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239035968-64.gwf
+H H1_R 1239036032 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239036032-64.gwf
+H H1_R 1239036096 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239036096-64.gwf
+H H1_R 1239036160 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239036160-64.gwf
+H H1_R 1239036224 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239036224-64.gwf
+H H1_R 1239036288 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239036288-64.gwf
+H H1_R 1239036352 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239036352-64.gwf
+H H1_R 1239036416 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239036416-64.gwf
+H H1_R 1239036480 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239036480-64.gwf
+H H1_R 1239036544 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239036544-64.gwf
+H H1_R 1239036608 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239036608-64.gwf
+H H1_R 1239036672 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239036672-64.gwf
+H H1_R 1239036736 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239036736-64.gwf
+H H1_R 1239036800 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239036800-64.gwf
+H H1_R 1239036864 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239036864-64.gwf
+H H1_R 1239036928 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239036928-64.gwf
+H H1_R 1239036992 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239036992-64.gwf
+H H1_R 1239037056 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239037056-64.gwf
+H H1_R 1239037120 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239037120-64.gwf
+H H1_R 1239037184 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239037184-64.gwf
+H H1_R 1239037248 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239037248-64.gwf
+H H1_R 1239037312 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239037312-64.gwf
+H H1_R 1239037376 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239037376-64.gwf
+H H1_R 1239037440 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239037440-64.gwf
+H H1_R 1239037504 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239037504-64.gwf
+H H1_R 1239037568 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239037568-64.gwf
+H H1_R 1239037632 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239037632-64.gwf
+H H1_R 1239037696 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239037696-64.gwf
+H H1_R 1239037760 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239037760-64.gwf
+H H1_R 1239037824 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239037824-64.gwf
+H H1_R 1239037888 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239037888-64.gwf
+H H1_R 1239037952 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239037952-64.gwf
+H H1_R 1239038016 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239038016-64.gwf
+H H1_R 1239038080 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239038080-64.gwf
+H H1_R 1239038144 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239038144-64.gwf
+H H1_R 1239038208 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239038208-64.gwf
+H H1_R 1239038272 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239038272-64.gwf
+H H1_R 1239038336 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239038336-64.gwf
+H H1_R 1239038400 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239038400-64.gwf
+H H1_R 1239038464 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239038464-64.gwf
+H H1_R 1239038528 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239038528-64.gwf
+H H1_R 1239038592 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239038592-64.gwf
+H H1_R 1239038656 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239038656-64.gwf
+H H1_R 1239038720 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239038720-64.gwf
+H H1_R 1239038784 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239038784-64.gwf
+H H1_R 1239038848 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239038848-64.gwf
+H H1_R 1239038912 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239038912-64.gwf
+H H1_R 1239038976 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239038976-64.gwf
+H H1_R 1239039040 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239039040-64.gwf
+H H1_R 1239039104 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239039104-64.gwf
+H H1_R 1239039168 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239039168-64.gwf
+H H1_R 1239039232 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239039232-64.gwf
+H H1_R 1239039296 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239039296-64.gwf
+H H1_R 1239039360 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239039360-64.gwf
+H H1_R 1239039424 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239039424-64.gwf
+H H1_R 1239039488 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239039488-64.gwf
+H H1_R 1239039552 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239039552-64.gwf
+H H1_R 1239039616 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239039616-64.gwf
+H H1_R 1239039680 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239039680-64.gwf
+H H1_R 1239039744 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239039744-64.gwf
+H H1_R 1239039808 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239039808-64.gwf
+H H1_R 1239039872 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239039872-64.gwf
+H H1_R 1239039936 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239039936-64.gwf
+H H1_R 1239040000 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239040000-64.gwf
+H H1_R 1239040064 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239040064-64.gwf
+H H1_R 1239040128 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239040128-64.gwf
+H H1_R 1239040192 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239040192-64.gwf
+H H1_R 1239040256 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239040256-64.gwf
+H H1_R 1239040320 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12390/H-H1_R-1239040320-64.gwf
diff --git a/gstlal-calibration/tests/DCS_test/H1/Makefile.ASD_comparison b/gstlal-calibration/tests/DCS_test/H1/Makefile.ASD_comparison
new file mode 100644
index 0000000000000000000000000000000000000000..0e9fcf7fa02af18f0feec6b0a6d0d000a91d3399
--- /dev/null
+++ b/gstlal-calibration/tests/DCS_test/H1/Makefile.ASD_comparison
@@ -0,0 +1,8 @@
+all: ASD_comparison_plots
+
+ASD_comparison_plots: 
+	python ../../check_calibration/ASD_comparison_plots --ifo $(IFO)1 --gps-start-time $(SHORT_PLOT_START) --gps-end-time $(SHORT_PLOT_END) --raw-frame-cache $(IFO)1_raw_frames.cache --hoft-frame-cache $(IFO)1_hoft_DCS_frames.cache --calcs-channel-name CAL-DELTAL_EXTERNAL_DQ --additional-hoft-frame-cache $(IFO)1_raw_frames.cache --analyze-additional-hoft-channel --additional-hoft-channel-name CAL-CFTD_DELTAL_EXTERNAL_DQ --hoft-channel-name DCS-CALIB_STRAIN
+
+clean: 
+	rm *.png 
+
diff --git a/gstlal-calibration/tests/DCS_test/H1/Makefile.all_tests b/gstlal-calibration/tests/DCS_test/H1/Makefile.all_tests
new file mode 100644
index 0000000000000000000000000000000000000000..073eb5da280b9add66e5a4b3b2b1dc55edf4c27c
--- /dev/null
+++ b/gstlal-calibration/tests/DCS_test/H1/Makefile.all_tests
@@ -0,0 +1,103 @@
+# This makefile can be used to run all of the tests instead of running them one by one.
+
+# Indicate IFO and observing run
+# Note: Make sure that there is no space after the L or H! 
+# Another note: Livingston cluster cannot run this for IFO = H. Make sure that the cluster you're using has the raw frames you want. 
+export IFO=H
+# OBSRUN inidcates where to look for filters files (e.g. O1, O2, O3, ER10, ER13, ER14, PreER13, PreER14)
+export OBSRUN=O3
+
+# Set start and stop times for a short lock stretch
+export SHORT_START=1239035540
+export SHORT_END=1239040364
+# Set start and stop times for a longer stretch that spans a lock-unlock stretch
+export LONG_START = 1228350334
+export LONG_END = 1228352985
+export SHMRUNTIME=400
+
+# How much time does the calibraiton need to settle at the start and end?
+PLOT_WARMUP_TIME = 220
+PLOT_COOLDOWN_TIME = 64
+export SHORT_PLOT_START=$(shell echo $(SHORT_START) + $(PLOT_WARMUP_TIME) | bc)
+export LONG_PLOT_START=$(shell echo $(LONG_START) + $(PLOT_WARMUP_TIME) | bc)
+export SHORT_PLOT_END=$(shell echo $(SHORT_END) - $(PLOT_COOLDOWN_TIME) | bc) 
+export LONG_PLOT_END=$(shell echo $(LONG_END) - $(PLOT_COOLDOWN_TIME) | bc) 
+
+# Point to all of the .ini files for different configurations
+#export GDSCONFIGS=H1GDS_1232821094_gstlal-calibration-1-2-7.ini
+export DCSCONFIGS=H1DCS_TEST.ini
+export DCSCONFIGSNOKAPPAS=test_nokappas.ini 
+
+# Needed for writing pipeline graphs
+export GST_DEBUG_DUMP_DOT_DIR=.
+
+all: ASD_comparison statevector timeserieskappas response_function
+
+# Create frame cache files for raw, C00, C01, and C02 frames
+$(IFO)1_raw_frames.cache:
+	gw_data_find -o $(IFO) -t $(IFO)1_R -s $(SHORT_START) -e $(SHORT_END) -l --url-type file > $@
+
+$(IFO)1_C00_frames.cache:
+	gw_data_find -o $(IFO) -t $(IFO)1_HOFT_C00 -s $(SHORT_START) -e $(SHORT_END) -l --url-type file > $@
+
+$(IFO)1_C01_frames.cache:
+	gw_data_find -o $(IFO) -t $(IFO)1_HOFT_C01 -s $(SHORT_START) -e $(SHORT_END) -l --url-type file > $@
+
+$(IFO)1_C02_frames.cache:
+	gw_data_find -o $(IFO) -t $(IFO)1_HOFT_C02 -s $(SHORT_START) -e $(SHORT_END) -l --url-type file > $@
+
+
+# Calibrate DCS testing data
+$(IFO)1_hoft_DCS_frames.cache: $(IFO)1_raw_frames.cache filters framesdir
+	gstlal_compute_strain --gps-start-time $(SHORT_START) --gps-end-time $(SHORT_END) --frame-cache $(IFO)1_raw_frames.cache --output-path Frames/$(OBSRUN)/$(IFO)1/DCS/ --frame-duration=64 --frames-per-file=64 --wings=0 --config-file $(DCSCONFIGS)
+	ls Frames/$(OBSRUN)/$(IFO)1/DCS/$(IFO)-$(IFO)1DCS_TEST-*.gwf | lalapps_path2cache > $@
+
+# Calibrate DCS testing data with no kappas applied for response function test
+$(IFO)1_hoft_DCS_no_kappas_frames.cache: $(IFO)1_raw_frames.cache filters framesdir
+	gstlal_compute_strain --gps-start-time $(SHORT_START) --gps-end-time $(SHORT_END) --frame-cache $(IFO)1_raw_frames.cache --output-path Frames/$(OBSRUN)/$(IFO)1/DCS/ --frame-duration=64 --frames-per-file=64 --wings=0 --config-file $(DCSCONFIGSNOKAPPAS)
+	ls Frames/$(OBSRUN)/$(IFO)1/DCS/$(IFO)-$(IFO)1DCS_TEST_NOKAPPAS*.gwf | lalapps_path2cache > $@
+
+
+filters:
+	if [ -d Filters/$(OBSRUN)/GDSFilters ]; then \
+                svn up Filters/$(OBSRUN)/GDSFilters; \
+        else \
+                mkdir -p Filters/$(OBSRUN); \
+                cd Filters/$(OBSRUN); \
+                svn co https://svn.ligo.caltech.edu/svn/aligocalibration/trunk/Runs/$(OBSRUN)/GDSFilters; \
+        fi
+
+framesdir:
+	mkdir -p Frames/$(OBSRUN)/$(IFO)1/easy_raw
+	mkdir -p Frames/$(OBSRUN)/$(IFO)1/GDS
+	mkdir -p Frames/$(OBSRUN)/$(IFO)1/DCS
+
+
+response_function: $(IFO)1_hoft_DCS_no_kappas_frames.cache $(IFO)1_raw_frames.cache
+	make -f Makefile.response_function
+
+ASD_comparison: $(IFO)1_raw_frames.cache $(IFO)1_hoft_DCS_frames.cache
+	make -f Makefile.ASD_comparison
+
+statevector: $(IFO)1_hoft_DCS_frames.cache
+	make -f Makefile.statevector
+
+timeserieskappas:  $(IFO)1_hoft_DCS_frames.cache 
+	make -f Makefile.timeserieskappas
+
+pcal2darm: $(IFO)1_raw_frames.cache $(IFO)1_hoft_DCS_frames.cache
+	make -f Makefile.pcal2darm
+
+# FIXME: This is seg faulting for me right now
+calib_version_comparison: $(IFO)1_hoft_DCS_frames.cache $(IFO)1_C02_frames.cache
+	make -f Makefile.calib_version_comparison
+
+# Need to clean up this clean command
+clean: 
+	rm -rf Frames/
+	rm -rf Filters/
+	rm *.p*
+	rm *.dot
+	rm *.txt
+
+
diff --git a/gstlal-calibration/tests/DCS_test/H1/Makefile.calib_version_comparison b/gstlal-calibration/tests/DCS_test/H1/Makefile.calib_version_comparison
new file mode 100644
index 0000000000000000000000000000000000000000..a81077c740e5ee31f24bda9c0793a798b11f04ae
--- /dev/null
+++ b/gstlal-calibration/tests/DCS_test/H1/Makefile.calib_version_comparison
@@ -0,0 +1,8 @@
+all: DCS_over_C02
+
+DCS_over_C02: $(IFO)1_hoft_DCS_frames.cache $(IFO)1_C02_frames.cache
+	python ../../check_calibration/plot_transfer_function.py --gps-start-time $(SHORT_PLOT_START) --gps-end-time $(SHORT_PLOT_END) --ifo $(IFO)1 --numerator-frame-cache-list $(IFO)1_hoft_DCS_frames.cache --denominator-frame-cache $(IFO)1_C02_frames.cache --numerator-channel-list DCS-CALIB_STRAIN --denominator-channel-name DCS-CALIB_STRAIN_C02 --denominator-name 'C02' --numerator-name 'DCS_TEST --magnitude-min 0.7 --magnitude-max 1.3 --phase-min -20.0 --phase-max 20.0 --labels 'DCS Test / C02 Transfer Function'
+
+clean:
+	*.png
+
diff --git a/gstlal-calibration/tests/DCS_test/H1/Makefile.latency b/gstlal-calibration/tests/DCS_test/H1/Makefile.latency
new file mode 100644
index 0000000000000000000000000000000000000000..03cbc521ef02be6cfe141b100531d599757df60a
--- /dev/null
+++ b/gstlal-calibration/tests/DCS_test/H1/Makefile.latency
@@ -0,0 +1,8 @@
+all: latency_test
+
+latency_test: $(IFO)1_hoft_GDS_SHM_frames.cache
+	python ../../check_calibration/latency_plot.py --intime-file gstlal_compute_strain_timestamps_in.txt --outtime-file gstlal_compute_strain_timestamps_out.txt --plot-filename-prefix $(IFO)1GDS_latency --plot-title '$(IFO)1 Calibration Latency vs Time'
+
+clean:
+	rm *.png
+
diff --git a/gstlal-calibration/tests/DCS_test/H1/Makefile.lines_ratio b/gstlal-calibration/tests/DCS_test/H1/Makefile.lines_ratio
new file mode 100644
index 0000000000000000000000000000000000000000..4a9b75f269468f2b950be2c8d383ca41fd20e1b1
--- /dev/null
+++ b/gstlal-calibration/tests/DCS_test/H1/Makefile.lines_ratio
@@ -0,0 +1,8 @@
+all: lines_ratio_GDS
+
+lines_ratio_GDS: $(IFO)1_hoft_GDS_frames.cache
+	python ../../check_calibration/demod_ratio_timeseries.py --ifo $(IFO)1 --gps-end-time $(SHORT_PLOT_END) --gps-start-time $(SHORT_PLOT_START) --denominator-frame-cache $(IFO)1_hoft_GDS_frames.cache --numerator-frame-cache $(IFO)1_hoft_GDS_frames.cache --denominator-channel-name 'GDS-CALIB_STRAIN' --numerator-channel-name 'DCS-CALIB_STRAIN_CLEAN' --frequencies '35.9,36.7,331.9,1083.7;60,120,180' --magnitude-ranges '0.0,0.1;0.0,1.0' --phase-ranges '-180.0,180.0;-180.0,180.0' --plot-titles '$(IFO)1 Calibration Line Subtraction;$(IFO)1 Power Mains Line Subtraction'
+
+clean:
+	rm *.gwf *.cache *.png *.txt
+
diff --git a/gstlal-calibration/tests/DCS_test/H1/Makefile.noise_subtraction_tf b/gstlal-calibration/tests/DCS_test/H1/Makefile.noise_subtraction_tf
new file mode 100644
index 0000000000000000000000000000000000000000..b26758c95a0e294128e3c878650640305306c9c0
--- /dev/null
+++ b/gstlal-calibration/tests/DCS_test/H1/Makefile.noise_subtraction_tf
@@ -0,0 +1,8 @@
+all: noise_subtraction_tf_DCS
+
+noise_subtraction_tf_DCS: $(IFO)1_hoft_DCS_frames.cache
+	python ../../check_calibration/plot_transfer_function.py --gps-start-time $(SHORT_PLOT_START) --gps-end-time $(SHORT_PLOT_END) --ifo $(IFO)1 --numerator-frame-cache $(IFO)1_hoft_DCS_frames.cache --denominator-frame-cache $(IFO)1_hoft_DCS_frames.cache --numerator-channel-name DCS-CALIB_STRAIN_CLEAN --denominator-channel-name DCS-CALIB_STRAIN --magnitude-min 0.0 --magnitude-max 1.5 --phase-min -20.0 --phase-max 20.0 --plot-title 'Noise Subtraction Transfer Function'
+
+clean:
+	rm *.gwf *.cache *.png *.txt
+
diff --git a/gstlal-calibration/tests/DCS_test/H1/Makefile.response_function b/gstlal-calibration/tests/DCS_test/H1/Makefile.response_function
new file mode 100644
index 0000000000000000000000000000000000000000..e307953cd95db26b8fbd424cf2d90e9b1c16cdd4
--- /dev/null
+++ b/gstlal-calibration/tests/DCS_test/H1/Makefile.response_function
@@ -0,0 +1,11 @@
+all: DCS_response_function_bode_plot
+
+FILTERS_FILE = Filters/O3/GDSFilters/H1DCS_test.npz
+
+DCS_response_function_bode_plot: 
+	python ../../check_calibration/response_function.py --gps-start-time $(SHORT_PLOT_START) --gps-end-time $(SHORT_PLOT_END) --dt 6.103515625e-05 --ifo $(IFO)1 --hoft-frames-cache $(IFO)1_hoft_DCS_no_kappas_frames.cache --raw-frames-cache $(IFO)1_raw_frames.cache --response-file $(FILTERS_FILE) --analyze-calcs-hoft --hoft-channel-name DCS-CALIB_STRAIN
+
+
+clean: 
+	rm *.pdf
+
diff --git a/gstlal-calibration/tests/DCS_test/H1/Makefile.statevector b/gstlal-calibration/tests/DCS_test/H1/Makefile.statevector
new file mode 100644
index 0000000000000000000000000000000000000000..ae1f5819a7b7ffec8f105ccc1c87b77bb4247f75
--- /dev/null
+++ b/gstlal-calibration/tests/DCS_test/H1/Makefile.statevector
@@ -0,0 +1,9 @@
+all: calib_state_vector_plot
+
+calib_state_vector_plot: 
+	python ../../check_calibration/statevector_plot.py --gps-start-time $(SHORT_PLOT_START) --gps-end-time $(SHORT_PLOT_END) --ifo $(IFO)1 --hoft-frames-cache $(IFO)1_hoft_DCS_frames.cache --calib-state-vector-channel-name DCS-CALIB_STATE_VECTOR
+
+
+clean: 
+	rm *.pdf
+
diff --git a/gstlal-calibration/tests/DCS_test/H1/Makefile.timeserieskappas b/gstlal-calibration/tests/DCS_test/H1/Makefile.timeserieskappas
new file mode 100644
index 0000000000000000000000000000000000000000..1ad3c1a439fd52427a086c2c9dd88c7450ed75fc
--- /dev/null
+++ b/gstlal-calibration/tests/DCS_test/H1/Makefile.timeserieskappas
@@ -0,0 +1,31 @@
+CHANNEL1 = CALIB_KAPPA_C
+CHANNEL2 = CALIB_KAPPA_PUM_REAL
+CHANNEL3 = CALIB_KAPPA_TST_REAL
+CHANNEL4 = CALIB_F_CC
+CHANNEL5 = CALIB_KAPPA_PUM_IMAGINARY
+CHANNEL6 = CALIB_KAPPA_TST_IMAGINARY
+CHANNEL7 = CALIB_KAPPA_UIM_REAL
+CHANNEL8 = CALIB_KAPPA_UIM_IMAGINARY
+CHANNEL9 = CALIB_SRC_Q_INVERSE
+CHANNEL10 = CALIB_F_S_SQUARED
+
+FECHANNEL1 = CS_TDEP_KAPPA_C_OUTPUT
+FECHANNEL2 = CS_TDEP_KAPPA_PUM_REAL_OUTPUT
+FECHANNEL3 = CS_TDEP_KAPPA_TST_REAL_OUTPUT
+FECHANNEL4 = CS_TDEP_F_C_OUTPUT
+FECHANNEL5 = CS_TDEP_KAPPA_PUM_IMAG_OUTPUT
+FECHANNEL6 = CS_TDEP_KAPPA_TST_IMAG_OUTPUT
+FECHANNEL7 = CS_TDEP_KAPPA_UIM_REAL_OUTPUT
+FECHANNEL8 = CS_TDEP_KAPPA_UIM_IMAG_OUTPUT
+FECHANNEL9 = CS_TDEP_Q_S_OUTPUT
+FECHANNEL10 = CS_TDEP_F_S_OUTPUT
+
+all: DCS_Time_Series_of_Kappas
+
+DCS_Time_Series_of_Kappas:
+	python ../../check_calibration/timeserieskappas.py --gps-start-time $(SHORT_PLOT_START) --gps-end-time $(SHORT_PLOT_END) --channel-list 'DCS-$(CHANNEL1)','DCS-$(CHANNEL2)','DCS-$(CHANNEL3)','DCS-$(CHANNEL4)','DCS-$(CHANNEL5)','DCS-$(CHANNEL6)','DCS-$(CHANNEL7)','DCS-$(CHANNEL8)','DCS-$(CHANNEL9)','DCS-$(CHANNEL10)' --frame-cache $(IFO)1_hoft_DCS_frames.cache --ifo $(IFO)1 --front-end-channel-list 'CAL-$(FECHANNEL1)','CAL-$(FECHANNEL2)','CAL-$(FECHANNEL3)','CAL-$(FECHANNEL4)','CAL-$(FECHANNEL5)','CAL-$(FECHANNEL6)','CAL-$(FECHANNEL7)','CAL-$(FECHANNEL8)','CAL-$(FECHANNEL9)','CAL-$(FECHANNEL10)'
+
+
+clean:
+	rm *.png
+
diff --git a/gstlal-calibration/tests/DCS_test/H1/out.txt b/gstlal-calibration/tests/DCS_test/H1/out.txt
new file mode 100644
index 0000000000000000000000000000000000000000..5f3e047c1c9fdaed656c4c48fdc4548b65ab889a
--- /dev/null
+++ b/gstlal-calibration/tests/DCS_test/H1/out.txt
@@ -0,0 +1,4352 @@
+gw_data_find -o H -t H1_R -s 1239035540 -e 1239040364 -l --url-type file > H1_raw_frames.cache
+if [ -d Filters/O3/GDSFilters ]; then \
+                svn up Filters/O3/GDSFilters; \
+        else \
+                mkdir -p Filters/O3; \
+                cd Filters/O3; \
+                svn co https://svn.ligo.caltech.edu/svn/aligocalibration/trunk/Runs/O3/GDSFilters; \
+        fi
+Updating 'Filters/O3/GDSFilters':
+At revision 7376.
+mkdir -p Frames/O3/H1/easy_raw
+mkdir -p Frames/O3/H1/GDS
+mkdir -p Frames/O3/H1/DCS
+gstlal_compute_strain --gps-start-time 1239035540 --gps-end-time 1239040364 --frame-cache H1_raw_frames.cache --output-path Frames/O3/H1/DCS/ --frame-duration=64 --frames-per-file=64 --wings=0 --config-file H1DCS_TEST.ini
+
+Searching for H1DCS_test.npz ...
+Loading calibration filters from /home/wademc/src/gstlal/gstlal-calibration/tests/DCS_test/H1/Filters/O3/GDSFilters/H1DCS_test.npz
+
+set to playing successfully
+progress_src_HW_injections_H1 (00:01:09): 1239035540 seconds
+progress_src_obs_intent_H1 (00:01:09): 1239035540 seconds
+progress_src_low_noise_state_H1 (00:01:09): 1239035540 seconds
+progress_src_GRD-ISC_LOCK_OK (00:01:09): 1239035540 seconds
+progress_src_uimexc (00:01:10): 1239035540 seconds
+progress_src_pumexc (00:01:10): 1239035540 seconds
+progress_src_tstexc (00:01:10): 1239035540 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:01:10): 1239035540 seconds
+progress_src_EP1_real (00:01:10): 1239035540 seconds
+progress_src_EP1_imag (00:01:10): 1239035540 seconds
+progress_src_EP15_real (00:01:10): 1239035540 seconds
+progress_src_EP15_imag (00:01:10): 1239035540 seconds
+progress_src_EP22_real (00:01:10): 1239035540 seconds
+progress_src_EP22_imag (00:01:10): 1239035540 seconds
+progress_src_EP7_real (00:01:10): 1239035540 seconds
+progress_src_EP7_imag (00:01:10): 1239035540 seconds
+progress_src_EP6_real (00:01:10): 1239035540 seconds
+progress_src_EP6_imag (00:01:10): 1239035540 seconds
+progress_src_EP19_real (00:01:10): 1239035540 seconds
+progress_src_EP19_imag (00:01:10): 1239035540 seconds
+progress_src_EP8_real (00:01:10): 1239035540 seconds
+progress_src_EP8_imag (00:01:10): 1239035540 seconds
+progress_src_EP18_real (00:01:10): 1239035540 seconds
+progress_src_EP18_imag (00:01:10): 1239035540 seconds
+progress_src_EP12_real (00:01:10): 1239035540 seconds
+progress_src_EP12_imag (00:01:10): 1239035540 seconds
+progress_src_EP11_real (00:01:10): 1239035540 seconds
+progress_src_EP11_imag (00:01:10): 1239035540 seconds
+progress_src_EP21_real (00:01:10): 1239035540 seconds
+progress_src_EP21_imag (00:01:10): 1239035540 seconds
+progress_src_EP13_real (00:01:10): 1239035540 seconds
+progress_src_EP13_imag (00:01:10): 1239035540 seconds
+progress_src_EP20_real (00:01:10): 1239035540 seconds
+progress_src_EP20_imag (00:01:10): 1239035540 seconds
+progress_src_pcaly_line1_coh (00:01:10): 1239035540 seconds
+progress_src_pcaly_line2_coh (00:01:10): 1239035540 seconds
+progress_src_sus_line1_coh (00:01:10): 1239035540 seconds
+progress_src_sus_line2_coh (00:01:10): 1239035540 seconds
+progress_src_sus_line3_coh (00:01:10): 1239035540 seconds
+progress_src_ctrl (00:01:10): 1239035540 seconds
+progress_src_darm_err (00:01:14): 1239035540 seconds
+progress_src_pcal (00:01:16): 1239035540 seconds
+progress_kappa_uim_real_nogate_H1 (00:01:16): 1239035547 seconds
+progress_kappa_uim_imag_nogate_H1 (00:01:16): 1239035547 seconds
+progress_kappa_pum_real_nogate_H1 (00:01:16): 1239035547 seconds
+progress_kappa_pum_imag_nogate_H1 (00:01:16): 1239035547 seconds
+progress_kappa_tst_real_nogate_H1 (00:01:16): 1239035547 seconds
+progress_kappa_tst_imag_nogate_H1 (00:01:16): 1239035547 seconds
+progress_f_cc_nogate_H1 (00:01:16): 1239035547 seconds
+progress_kappa_c_nogate_H1 (00:01:16): 1239035547 seconds
+progress_f_s_squared_nogate_H1 (00:01:16): 1239035547 seconds
+progress_SRC_Q_nogate_H1 (00:01:16): 1239035547 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:01:16): 1239035540 seconds
+progress_src_HW_injections_H1 (00:02:21): 1239035584 seconds
+progress_src_obs_intent_H1 (00:02:21): 1239035584 seconds
+progress_src_low_noise_state_H1 (00:02:21): 1239035584 seconds
+progress_src_GRD-ISC_LOCK_OK (00:02:21): 1239035584 seconds
+progress_src_uimexc (00:02:21): 1239035584 seconds
+progress_src_pumexc (00:02:21): 1239035584 seconds
+progress_src_tstexc (00:02:21): 1239035584 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:02:21): 1239035584 seconds
+progress_src_EP1_real (00:02:21): 1239035584 seconds
+progress_src_EP1_imag (00:02:21): 1239035584 seconds
+progress_src_EP15_real (00:02:21): 1239035584 seconds
+progress_src_EP15_imag (00:02:21): 1239035584 seconds
+progress_src_EP22_real (00:02:21): 1239035584 seconds
+progress_src_EP22_imag (00:02:21): 1239035584 seconds
+progress_src_EP7_real (00:02:21): 1239035584 seconds
+progress_src_EP7_imag (00:02:21): 1239035584 seconds
+progress_src_EP6_real (00:02:21): 1239035584 seconds
+progress_src_EP6_imag (00:02:22): 1239035584 seconds
+progress_src_EP19_real (00:02:22): 1239035584 seconds
+progress_src_EP19_imag (00:02:22): 1239035584 seconds
+progress_src_EP8_real (00:02:22): 1239035584 seconds
+progress_src_EP8_imag (00:02:22): 1239035584 seconds
+progress_src_EP18_real (00:02:22): 1239035584 seconds
+progress_src_EP18_imag (00:02:22): 1239035584 seconds
+progress_src_EP12_real (00:02:22): 1239035584 seconds
+progress_src_EP12_imag (00:02:22): 1239035584 seconds
+progress_src_EP11_real (00:02:22): 1239035584 seconds
+progress_src_EP11_imag (00:02:22): 1239035584 seconds
+progress_src_EP21_real (00:02:22): 1239035584 seconds
+progress_src_EP21_imag (00:02:22): 1239035584 seconds
+progress_src_EP13_real (00:02:22): 1239035584 seconds
+progress_src_EP13_imag (00:02:22): 1239035584 seconds
+progress_src_EP20_real (00:02:22): 1239035584 seconds
+progress_src_EP20_imag (00:02:22): 1239035584 seconds
+progress_src_pcaly_line1_coh (00:02:22): 1239035584 seconds
+progress_src_pcaly_line2_coh (00:02:22): 1239035584 seconds
+progress_src_sus_line1_coh (00:02:22): 1239035584 seconds
+progress_src_sus_line2_coh (00:02:22): 1239035584 seconds
+progress_src_sus_line3_coh (00:02:22): 1239035584 seconds
+progress_src_ctrl (00:02:22): 1239035584 seconds
+progress_src_darm_err (00:02:25): 1239035584 seconds
+progress_src_pcal (00:02:28): 1239035584 seconds
+progress_kappa_tst_real_nogate_H1 (00:02:28): 1239035547 seconds
+progress_kappa_tst_imag_nogate_H1 (00:02:28): 1239035547 seconds
+progress_kappa_uim_real_nogate_H1 (00:02:28): 1239035547 seconds
+progress_kappa_pum_real_nogate_H1 (00:02:28): 1239035547 seconds
+progress_kappa_pum_imag_nogate_H1 (00:02:28): 1239035547 seconds
+progress_kappa_uim_imag_nogate_H1 (00:02:28): 1239035547 seconds
+progress_f_cc_nogate_H1 (00:02:28): 1239035547 seconds
+progress_kappa_c_nogate_H1 (00:02:28): 1239035547 seconds
+progress_f_s_squared_nogate_H1 (00:02:28): 1239035547 seconds
+progress_SRC_Q_nogate_H1 (00:02:28): 1239035547 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:02:28): 1239035584 seconds
+progress_src_HW_injections_H1 (00:03:39): 1239035648 seconds
+progress_src_obs_intent_H1 (00:03:39): 1239035648 seconds
+progress_src_low_noise_state_H1 (00:03:39): 1239035648 seconds
+progress_src_GRD-ISC_LOCK_OK (00:03:39): 1239035648 seconds
+progress_src_uimexc (00:03:39): 1239035648 seconds
+progress_src_pumexc (00:03:39): 1239035648 seconds
+progress_src_tstexc (00:03:39): 1239035648 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:03:39): 1239035648 seconds
+progress_src_EP1_real (00:03:39): 1239035648 seconds
+progress_src_EP1_imag (00:03:39): 1239035648 seconds
+progress_src_EP15_real (00:03:39): 1239035648 seconds
+progress_src_EP15_imag (00:03:39): 1239035648 seconds
+progress_src_EP22_real (00:03:39): 1239035648 seconds
+progress_src_EP22_imag (00:03:39): 1239035648 seconds
+progress_src_EP7_real (00:03:39): 1239035648 seconds
+progress_src_EP7_imag (00:03:39): 1239035648 seconds
+progress_src_EP6_real (00:03:39): 1239035648 seconds
+progress_src_EP6_imag (00:03:39): 1239035648 seconds
+progress_src_EP19_real (00:03:39): 1239035648 seconds
+progress_src_EP19_imag (00:03:39): 1239035648 seconds
+progress_src_EP8_real (00:03:39): 1239035648 seconds
+progress_src_EP8_imag (00:03:39): 1239035648 seconds
+progress_src_EP18_real (00:03:39): 1239035648 seconds
+progress_src_EP18_imag (00:03:39): 1239035648 seconds
+progress_src_EP12_real (00:03:39): 1239035648 seconds
+progress_src_EP12_imag (00:03:39): 1239035648 seconds
+progress_src_EP11_real (00:03:39): 1239035648 seconds
+progress_src_EP11_imag (00:03:39): 1239035648 seconds
+progress_src_EP21_real (00:03:39): 1239035648 seconds
+progress_src_EP21_imag (00:03:39): 1239035648 seconds
+progress_src_EP13_real (00:03:39): 1239035648 seconds
+progress_src_EP13_imag (00:03:39): 1239035648 seconds
+progress_src_EP20_real (00:03:39): 1239035648 seconds
+progress_src_EP20_imag (00:03:39): 1239035648 seconds
+progress_src_pcaly_line1_coh (00:03:39): 1239035648 seconds
+progress_src_pcaly_line2_coh (00:03:39): 1239035648 seconds
+progress_src_sus_line1_coh (00:03:39): 1239035648 seconds
+progress_src_sus_line2_coh (00:03:40): 1239035648 seconds
+progress_kappa_uim_real_H1 (00:03:40): 1239035547 seconds
+progress_kappa_uim_imag_H1 (00:03:40): 1239035547 seconds
+progress_kappa_pum_real_H1 (00:03:40): 1239035547 seconds
+progress_kappa_pum_imag_H1 (00:03:40): 1239035547 seconds
+progress_src_sus_line3_coh (00:03:40): 1239035648 seconds
+progress_f_cc_H1 (00:03:40): 1239035547 seconds
+progress_kappa_c_H1 (00:03:40): 1239035547 seconds
+progress_kappa_tst_real_H1 (00:03:40): 1239035547 seconds
+progress_kappa_tst_imag_H1 (00:03:40): 1239035547 seconds
+progress_f_s_squared_H1 (00:03:40): 1239035547 seconds
+progress_SRC_Q_H1 (00:03:40): 1239035547 seconds
+progress_src_ctrl (00:03:40): 1239035648 seconds
+progress_src_darm_err (00:03:43): 1239035648 seconds
+progress_src_pcal (00:03:46): 1239035648 seconds
+progress_kappa_tst_real_nogate_H1 (00:03:46): 1239035547 seconds
+progress_kappa_tst_imag_nogate_H1 (00:03:46): 1239035547 seconds
+progress_kappa_uim_real_nogate_H1 (00:03:46): 1239035547 seconds
+progress_kappa_pum_real_nogate_H1 (00:03:46): 1239035547 seconds
+progress_kappa_uim_imag_nogate_H1 (00:03:46): 1239035547 seconds
+progress_kappa_pum_imag_nogate_H1 (00:03:46): 1239035547 seconds
+progress_f_cc_nogate_H1 (00:03:46): 1239035547 seconds
+progress_kappa_c_nogate_H1 (00:03:46): 1239035547 seconds
+progress_f_s_squared_nogate_H1 (00:03:46): 1239035547 seconds
+progress_SRC_Q_nogate_H1 (00:03:46): 1239035547 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:03:46): 1239035648 seconds
+progress_src_HW_injections_H1 (00:05:01): 1239035712 seconds
+progress_src_obs_intent_H1 (00:05:01): 1239035712 seconds
+progress_src_low_noise_state_H1 (00:05:01): 1239035712 seconds
+progress_src_GRD-ISC_LOCK_OK (00:05:01): 1239035712 seconds
+progress_src_uimexc (00:05:01): 1239035712 seconds
+progress_src_pumexc (00:05:01): 1239035712 seconds
+progress_src_tstexc (00:05:01): 1239035712 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:05:01): 1239035712 seconds
+progress_src_EP1_real (00:05:01): 1239035712 seconds
+progress_src_EP1_imag (00:05:01): 1239035712 seconds
+progress_src_EP15_real (00:05:01): 1239035712 seconds
+progress_src_EP15_imag (00:05:01): 1239035712 seconds
+progress_src_EP22_real (00:05:01): 1239035712 seconds
+progress_src_EP22_imag (00:05:01): 1239035712 seconds
+progress_src_EP7_real (00:05:01): 1239035712 seconds
+progress_src_EP7_imag (00:05:01): 1239035712 seconds
+progress_src_EP6_real (00:05:01): 1239035712 seconds
+progress_src_EP6_imag (00:05:01): 1239035712 seconds
+progress_src_EP19_real (00:05:01): 1239035712 seconds
+progress_src_EP19_imag (00:05:01): 1239035712 seconds
+progress_src_EP8_real (00:05:01): 1239035712 seconds
+progress_src_EP8_imag (00:05:01): 1239035712 seconds
+progress_src_EP18_real (00:05:01): 1239035712 seconds
+progress_src_EP18_imag (00:05:01): 1239035712 seconds
+progress_src_EP12_real (00:05:01): 1239035712 seconds
+progress_src_EP12_imag (00:05:01): 1239035712 seconds
+progress_src_EP11_real (00:05:01): 1239035712 seconds
+progress_src_EP11_imag (00:05:01): 1239035712 seconds
+progress_src_EP21_real (00:05:01): 1239035712 seconds
+progress_src_EP21_imag (00:05:01): 1239035712 seconds
+progress_src_EP13_real (00:05:01): 1239035712 seconds
+progress_src_EP13_imag (00:05:01): 1239035712 seconds
+progress_src_EP20_real (00:05:01): 1239035712 seconds
+progress_src_EP20_imag (00:05:01): 1239035712 seconds
+progress_src_pcaly_line1_coh (00:05:01): 1239035712 seconds
+progress_src_pcaly_line2_coh (00:05:01): 1239035712 seconds
+progress_src_sus_line1_coh (00:05:01): 1239035712 seconds
+progress_kappa_uim_real_H1 (00:05:01): 1239035547 seconds
+progress_kappa_uim_imag_H1 (00:05:01): 1239035547 seconds
+progress_src_sus_line2_coh (00:05:01): 1239035712 seconds
+progress_kappa_pum_real_H1 (00:05:01): 1239035547 seconds
+progress_kappa_pum_imag_H1 (00:05:01): 1239035547 seconds
+progress_src_sus_line3_coh (00:05:01): 1239035712 seconds
+progress_f_cc_H1 (00:05:01): 1239035547 seconds
+progress_kappa_c_H1 (00:05:01): 1239035547 seconds
+progress_kappa_tst_real_H1 (00:05:01): 1239035547 seconds
+progress_f_s_squared_H1 (00:05:01): 1239035547 seconds
+progress_kappa_tst_imag_H1 (00:05:01): 1239035547 seconds
+progress_SRC_Q_H1 (00:05:01): 1239035547 seconds
+progress_src_ctrl (00:05:01): 1239035712 seconds
+progress_src_darm_err (00:05:05): 1239035712 seconds
+progress_src_pcal (00:05:07): 1239035712 seconds
+progress_kappa_pum_real_nogate_H1 (00:05:07): 1239035548 seconds
+progress_kappa_uim_real_nogate_H1 (00:05:07): 1239035548 seconds
+progress_kappa_tst_real_nogate_H1 (00:05:07): 1239035548 seconds
+progress_kappa_pum_imag_nogate_H1 (00:05:07): 1239035548 seconds
+progress_kappa_uim_imag_nogate_H1 (00:05:07): 1239035548 seconds
+progress_kappa_tst_imag_nogate_H1 (00:05:07): 1239035548 seconds
+progress_f_cc_nogate_H1 (00:05:07): 1239035548 seconds
+progress_kappa_c_nogate_H1 (00:05:07): 1239035548 seconds
+progress_f_s_squared_nogate_H1 (00:05:07): 1239035548 seconds
+progress_SRC_Q_nogate_H1 (00:05:07): 1239035548 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:05:08): 1239035712 seconds
+progress_src_HW_injections_H1 (00:06:13): 1239035776 seconds
+progress_src_obs_intent_H1 (00:06:13): 1239035776 seconds
+progress_src_low_noise_state_H1 (00:06:13): 1239035776 seconds
+progress_src_GRD-ISC_LOCK_OK (00:06:13): 1239035776 seconds
+progress_src_uimexc (00:06:13): 1239035776 seconds
+progress_src_pumexc (00:06:13): 1239035776 seconds
+progress_src_tstexc (00:06:13): 1239035776 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:06:13): 1239035776 seconds
+progress_src_EP1_real (00:06:13): 1239035776 seconds
+progress_src_EP1_imag (00:06:13): 1239035776 seconds
+progress_src_EP15_real (00:06:13): 1239035776 seconds
+progress_src_EP15_imag (00:06:13): 1239035776 seconds
+progress_src_EP22_real (00:06:13): 1239035776 seconds
+progress_src_EP22_imag (00:06:13): 1239035776 seconds
+progress_src_EP7_real (00:06:13): 1239035776 seconds
+progress_src_EP7_imag (00:06:13): 1239035776 seconds
+progress_src_EP6_real (00:06:13): 1239035776 seconds
+progress_src_EP6_imag (00:06:13): 1239035776 seconds
+progress_src_EP19_real (00:06:13): 1239035776 seconds
+progress_src_EP19_imag (00:06:13): 1239035776 seconds
+progress_src_EP8_real (00:06:13): 1239035776 seconds
+progress_src_EP8_imag (00:06:13): 1239035776 seconds
+progress_src_EP18_real (00:06:13): 1239035776 seconds
+progress_src_EP18_imag (00:06:13): 1239035776 seconds
+progress_src_EP12_real (00:06:13): 1239035776 seconds
+progress_src_EP12_imag (00:06:13): 1239035776 seconds
+progress_src_EP11_real (00:06:13): 1239035776 seconds
+progress_src_EP11_imag (00:06:13): 1239035776 seconds
+progress_src_EP21_real (00:06:13): 1239035776 seconds
+progress_src_EP21_imag (00:06:13): 1239035776 seconds
+progress_src_EP13_real (00:06:13): 1239035776 seconds
+progress_src_EP13_imag (00:06:13): 1239035776 seconds
+progress_src_EP20_real (00:06:13): 1239035776 seconds
+progress_src_EP20_imag (00:06:13): 1239035776 seconds
+progress_src_pcaly_line1_coh (00:06:13): 1239035776 seconds
+progress_src_pcaly_line2_coh (00:06:13): 1239035776 seconds
+progress_src_sus_line1_coh (00:06:13): 1239035776 seconds
+progress_kappa_uim_real_H1 (00:06:13): 1239035547 seconds
+progress_kappa_uim_imag_H1 (00:06:13): 1239035547 seconds
+progress_src_sus_line2_coh (00:06:13): 1239035776 seconds
+progress_kappa_pum_real_H1 (00:06:13): 1239035547 seconds
+progress_kappa_pum_imag_H1 (00:06:13): 1239035547 seconds
+progress_src_sus_line3_coh (00:06:13): 1239035776 seconds
+progress_kappa_c_H1 (00:06:13): 1239035547 seconds
+progress_kappa_tst_real_H1 (00:06:13): 1239035547 seconds
+progress_f_cc_H1 (00:06:13): 1239035547 seconds
+progress_kappa_tst_imag_H1 (00:06:13): 1239035547 seconds
+progress_f_s_squared_H1 (00:06:13): 1239035547 seconds
+progress_SRC_Q_H1 (00:06:13): 1239035547 seconds
+progress_src_ctrl (00:06:13): 1239035776 seconds
+progress_src_darm_err (00:06:17): 1239035776 seconds
+progress_src_pcal (00:06:19): 1239035776 seconds
+progress_kappa_pum_real_nogate_H1 (00:06:19): 1239035612 seconds
+progress_kappa_tst_real_nogate_H1 (00:06:19): 1239035612 seconds
+progress_kappa_uim_real_nogate_H1 (00:06:19): 1239035612 seconds
+progress_kappa_pum_imag_nogate_H1 (00:06:19): 1239035612 seconds
+progress_kappa_tst_imag_nogate_H1 (00:06:19): 1239035612 seconds
+progress_kappa_uim_imag_nogate_H1 (00:06:19): 1239035612 seconds
+progress_f_cc_nogate_H1 (00:06:19): 1239035612 seconds
+progress_kappa_c_nogate_H1 (00:06:19): 1239035612 seconds
+progress_f_s_squared_nogate_H1 (00:06:19): 1239035612 seconds
+progress_SRC_Q_nogate_H1 (00:06:19): 1239035612 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:06:20): 1239035776 seconds
+progress_src_HW_injections_H1 (00:07:31): 1239035840 seconds
+progress_src_obs_intent_H1 (00:07:31): 1239035840 seconds
+progress_src_low_noise_state_H1 (00:07:31): 1239035840 seconds
+progress_src_GRD-ISC_LOCK_OK (00:07:31): 1239035840 seconds
+progress_src_uimexc (00:07:31): 1239035840 seconds
+progress_src_pumexc (00:07:31): 1239035840 seconds
+progress_src_tstexc (00:07:31): 1239035840 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:07:31): 1239035840 seconds
+progress_src_EP1_real (00:07:31): 1239035840 seconds
+progress_src_EP1_imag (00:07:31): 1239035840 seconds
+progress_src_EP15_real (00:07:31): 1239035840 seconds
+progress_src_EP15_imag (00:07:31): 1239035840 seconds
+progress_src_EP22_real (00:07:31): 1239035840 seconds
+progress_src_EP22_imag (00:07:31): 1239035840 seconds
+progress_src_EP7_real (00:07:31): 1239035840 seconds
+progress_src_EP7_imag (00:07:31): 1239035840 seconds
+progress_src_EP6_real (00:07:31): 1239035840 seconds
+progress_src_EP6_imag (00:07:31): 1239035840 seconds
+progress_src_EP19_real (00:07:31): 1239035840 seconds
+progress_src_EP19_imag (00:07:31): 1239035840 seconds
+progress_src_EP8_real (00:07:31): 1239035840 seconds
+progress_src_EP8_imag (00:07:31): 1239035840 seconds
+progress_src_EP18_real (00:07:31): 1239035840 seconds
+progress_src_EP18_imag (00:07:31): 1239035840 seconds
+progress_src_EP12_real (00:07:31): 1239035840 seconds
+progress_src_EP12_imag (00:07:31): 1239035840 seconds
+progress_src_EP11_real (00:07:31): 1239035840 seconds
+progress_src_EP11_imag (00:07:31): 1239035840 seconds
+progress_src_EP21_real (00:07:31): 1239035840 seconds
+progress_src_EP21_imag (00:07:31): 1239035840 seconds
+progress_src_EP13_real (00:07:31): 1239035840 seconds
+progress_src_EP13_imag (00:07:31): 1239035840 seconds
+progress_src_EP20_real (00:07:31): 1239035840 seconds
+progress_src_EP20_imag (00:07:31): 1239035840 seconds
+progress_src_pcaly_line1_coh (00:07:31): 1239035840 seconds
+progress_src_pcaly_line2_coh (00:07:31): 1239035840 seconds
+progress_src_sus_line1_coh (00:07:31): 1239035840 seconds
+progress_kappa_uim_real_H1 (00:07:31): 1239035552 seconds
+progress_kappa_uim_imag_H1 (00:07:31): 1239035552 seconds
+progress_src_sus_line2_coh (00:07:31): 1239035840 seconds
+progress_kappa_pum_real_H1 (00:07:31): 1239035552 seconds
+progress_kappa_pum_imag_H1 (00:07:31): 1239035552 seconds
+progress_src_sus_line3_coh (00:07:31): 1239035840 seconds
+progress_f_cc_H1 (00:07:31): 1239035552 seconds
+progress_kappa_c_H1 (00:07:31): 1239035552 seconds
+progress_f_s_squared_H1 (00:07:31): 1239035552 seconds
+progress_kappa_tst_real_H1 (00:07:31): 1239035552 seconds
+progress_kappa_tst_imag_H1 (00:07:31): 1239035552 seconds
+progress_SRC_Q_H1 (00:07:31): 1239035552 seconds
+progress_src_ctrl (00:07:31): 1239035840 seconds
+progress_hoft_H1 (00:07:33): 1239035540 seconds
+progress_hoft_cleaned_H1 (00:07:33): 1239035540 seconds
+progress_calibstatevec_H1 (00:07:33): 1239035540 seconds
+progress_src_darm_err (00:07:35): 1239035840 seconds
+progress_hoft_H1 (00:07:38): 1239035558 seconds
+progress_hoft_cleaned_H1 (00:07:38): 1239035540 seconds
+progress_calibstatevec_H1 (00:07:38): 1239035540 seconds
+progress_src_pcal (00:07:38): 1239035840 seconds
+progress_kappa_uim_real_nogate_H1 (00:07:38): 1239035676 seconds
+progress_kappa_tst_real_nogate_H1 (00:07:38): 1239035676 seconds
+progress_kappa_pum_real_nogate_H1 (00:07:38): 1239035676 seconds
+progress_kappa_uim_imag_nogate_H1 (00:07:38): 1239035676 seconds
+progress_kappa_tst_imag_nogate_H1 (00:07:38): 1239035676 seconds
+progress_kappa_pum_imag_nogate_H1 (00:07:38): 1239035676 seconds
+progress_kappa_c_nogate_H1 (00:07:38): 1239035676 seconds
+progress_f_cc_nogate_H1 (00:07:38): 1239035676 seconds
+progress_f_s_squared_nogate_H1 (00:07:38): 1239035676 seconds
+progress_SRC_Q_nogate_H1 (00:07:38): 1239035676 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:07:38): 1239035840 seconds
+progress_hoft_H1 (00:07:43): 1239035577 seconds
+progress_hoft_cleaned_H1 (00:07:43): 1239035540 seconds
+progress_calibstatevec_H1 (00:07:43): 1239035540 seconds
+progress_hoft_H1 (00:07:48): 1239035596 seconds
+progress_hoft_cleaned_H1 (00:07:48): 1239035540 seconds
+progress_calibstatevec_H1 (00:07:48): 1239035540 seconds
+progress_hoft_H1 (00:07:53): 1239035613 seconds
+progress_hoft_cleaned_H1 (00:07:53): 1239035540 seconds
+progress_calibstatevec_H1 (00:07:53): 1239035540 seconds
+progress_src_HW_injections_H1 (00:08:45): 1239035904 seconds
+progress_src_obs_intent_H1 (00:08:45): 1239035904 seconds
+progress_src_low_noise_state_H1 (00:08:45): 1239035904 seconds
+progress_src_GRD-ISC_LOCK_OK (00:08:45): 1239035904 seconds
+progress_src_uimexc (00:08:45): 1239035904 seconds
+progress_src_pumexc (00:08:45): 1239035904 seconds
+progress_src_tstexc (00:08:45): 1239035904 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:08:45): 1239035904 seconds
+progress_src_EP1_real (00:08:45): 1239035904 seconds
+progress_src_EP1_imag (00:08:45): 1239035904 seconds
+progress_src_EP15_real (00:08:45): 1239035904 seconds
+progress_src_EP15_imag (00:08:45): 1239035904 seconds
+progress_src_EP22_real (00:08:45): 1239035904 seconds
+progress_src_EP22_imag (00:08:45): 1239035904 seconds
+progress_src_EP7_real (00:08:45): 1239035904 seconds
+progress_src_EP7_imag (00:08:45): 1239035904 seconds
+progress_src_EP6_real (00:08:45): 1239035904 seconds
+progress_src_EP6_imag (00:08:45): 1239035904 seconds
+progress_src_EP19_real (00:08:45): 1239035904 seconds
+progress_src_EP19_imag (00:08:45): 1239035904 seconds
+progress_src_EP8_real (00:08:45): 1239035904 seconds
+progress_src_EP8_imag (00:08:45): 1239035904 seconds
+progress_src_EP18_real (00:08:45): 1239035904 seconds
+progress_src_EP18_imag (00:08:45): 1239035904 seconds
+progress_src_EP12_real (00:08:45): 1239035904 seconds
+progress_src_EP12_imag (00:08:45): 1239035904 seconds
+progress_src_EP11_real (00:08:45): 1239035904 seconds
+progress_src_EP11_imag (00:08:45): 1239035904 seconds
+progress_src_EP21_real (00:08:45): 1239035904 seconds
+progress_src_EP21_imag (00:08:45): 1239035904 seconds
+progress_src_EP13_real (00:08:45): 1239035904 seconds
+progress_src_EP13_imag (00:08:45): 1239035904 seconds
+progress_src_EP20_real (00:08:45): 1239035904 seconds
+progress_src_EP20_imag (00:08:45): 1239035904 seconds
+progress_src_pcaly_line1_coh (00:08:45): 1239035904 seconds
+progress_src_pcaly_line2_coh (00:08:45): 1239035904 seconds
+progress_src_sus_line1_coh (00:08:45): 1239035904 seconds
+progress_kappa_uim_real_H1 (00:08:45): 1239035616 seconds
+progress_kappa_uim_imag_H1 (00:08:45): 1239035616 seconds
+progress_src_sus_line2_coh (00:08:45): 1239035904 seconds
+progress_kappa_pum_real_H1 (00:08:45): 1239035616 seconds
+progress_kappa_pum_imag_H1 (00:08:45): 1239035616 seconds
+progress_src_sus_line3_coh (00:08:45): 1239035904 seconds
+progress_kappa_c_H1 (00:08:45): 1239035616 seconds
+progress_kappa_tst_real_H1 (00:08:45): 1239035616 seconds
+progress_f_cc_H1 (00:08:45): 1239035616 seconds
+progress_kappa_tst_imag_H1 (00:08:45): 1239035616 seconds
+progress_f_s_squared_H1 (00:08:45): 1239035616 seconds
+progress_SRC_Q_H1 (00:08:45): 1239035616 seconds
+progress_hoft_H1 (00:08:45): 1239035615 seconds
+progress_src_ctrl (00:08:45): 1239035904 seconds
+progress_hoft_cleaned_H1 (00:08:45): 1239035540 seconds
+progress_calibstatevec_H1 (00:08:45): 1239035540 seconds
+progress_src_darm_err (00:08:49): 1239035904 seconds
+progress_hoft_H1 (00:08:50): 1239035657 seconds
+progress_hoft_cleaned_H1 (00:08:50): 1239035540 seconds
+progress_calibstatevec_H1 (00:08:50): 1239035540 seconds
+progress_src_pcal (00:08:51): 1239035904 seconds
+progress_kappa_pum_real_nogate_H1 (00:08:51): 1239035740 seconds
+progress_kappa_pum_imag_nogate_H1 (00:08:51): 1239035740 seconds
+progress_kappa_tst_real_nogate_H1 (00:08:51): 1239035740 seconds
+progress_kappa_uim_real_nogate_H1 (00:08:51): 1239035740 seconds
+progress_kappa_tst_imag_nogate_H1 (00:08:51): 1239035740 seconds
+progress_kappa_uim_imag_nogate_H1 (00:08:51): 1239035740 seconds
+progress_kappa_c_nogate_H1 (00:08:51): 1239035740 seconds
+progress_f_cc_nogate_H1 (00:08:51): 1239035740 seconds
+progress_f_s_squared_nogate_H1 (00:08:51): 1239035740 seconds
+progress_SRC_Q_nogate_H1 (00:08:51): 1239035740 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:08:52): 1239035904 seconds
+progress_hoft_H1 (00:08:55): 1239035677 seconds
+progress_hoft_cleaned_H1 (00:08:55): 1239035540 seconds
+progress_calibstatevec_H1 (00:08:55): 1239035540 seconds
+progress_src_HW_injections_H1 (00:10:00): 1239035968 seconds
+progress_src_obs_intent_H1 (00:10:00): 1239035968 seconds
+progress_src_low_noise_state_H1 (00:10:01): 1239035968 seconds
+progress_src_GRD-ISC_LOCK_OK (00:10:01): 1239035968 seconds
+progress_src_uimexc (00:10:01): 1239035968 seconds
+progress_src_pumexc (00:10:01): 1239035968 seconds
+progress_src_tstexc (00:10:01): 1239035968 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:10:01): 1239035968 seconds
+progress_src_EP1_real (00:10:01): 1239035968 seconds
+progress_src_EP1_imag (00:10:01): 1239035968 seconds
+progress_src_EP15_real (00:10:01): 1239035968 seconds
+progress_src_EP15_imag (00:10:01): 1239035968 seconds
+progress_src_EP22_real (00:10:01): 1239035968 seconds
+progress_src_EP22_imag (00:10:01): 1239035968 seconds
+progress_src_EP7_real (00:10:01): 1239035968 seconds
+progress_src_EP7_imag (00:10:01): 1239035968 seconds
+progress_src_EP6_real (00:10:01): 1239035968 seconds
+progress_src_EP6_imag (00:10:01): 1239035968 seconds
+progress_src_EP19_real (00:10:01): 1239035968 seconds
+progress_src_EP19_imag (00:10:01): 1239035968 seconds
+progress_src_EP8_real (00:10:01): 1239035968 seconds
+progress_src_EP8_imag (00:10:01): 1239035968 seconds
+progress_src_EP18_real (00:10:01): 1239035968 seconds
+progress_src_EP18_imag (00:10:01): 1239035968 seconds
+progress_src_EP12_real (00:10:01): 1239035968 seconds
+progress_src_EP12_imag (00:10:01): 1239035968 seconds
+progress_src_EP11_real (00:10:01): 1239035968 seconds
+progress_src_EP11_imag (00:10:01): 1239035968 seconds
+progress_src_EP21_real (00:10:01): 1239035968 seconds
+progress_src_EP21_imag (00:10:01): 1239035968 seconds
+progress_src_EP13_real (00:10:01): 1239035968 seconds
+progress_src_EP13_imag (00:10:01): 1239035968 seconds
+progress_src_EP20_real (00:10:01): 1239035968 seconds
+progress_src_EP20_imag (00:10:01): 1239035968 seconds
+progress_src_pcaly_line1_coh (00:10:01): 1239035968 seconds
+progress_src_pcaly_line2_coh (00:10:01): 1239035968 seconds
+progress_src_sus_line1_coh (00:10:01): 1239035968 seconds
+progress_kappa_uim_real_H1 (00:10:01): 1239035680 seconds
+progress_kappa_uim_imag_H1 (00:10:01): 1239035680 seconds
+progress_src_sus_line2_coh (00:10:01): 1239035968 seconds
+progress_kappa_pum_real_H1 (00:10:01): 1239035680 seconds
+progress_kappa_pum_imag_H1 (00:10:01): 1239035680 seconds
+progress_src_sus_line3_coh (00:10:01): 1239035968 seconds
+progress_kappa_tst_real_H1 (00:10:01): 1239035680 seconds
+progress_f_cc_H1 (00:10:01): 1239035680 seconds
+progress_kappa_tst_imag_H1 (00:10:01): 1239035680 seconds
+progress_kappa_c_H1 (00:10:01): 1239035680 seconds
+progress_f_s_squared_H1 (00:10:01): 1239035680 seconds
+progress_SRC_Q_H1 (00:10:01): 1239035680 seconds
+progress_hoft_H1 (00:10:01): 1239035679 seconds
+progress_src_ctrl (00:10:01): 1239035968 seconds
+progress_hoft_cleaned_H1 (00:10:01): 1239035540 seconds
+progress_calibstatevec_H1 (00:10:01): 1239035540 seconds
+progress_src_darm_err (00:10:05): 1239035968 seconds
+progress_hoft_H1 (00:10:06): 1239035721 seconds
+progress_hoft_cleaned_H1 (00:10:06): 1239035569 seconds
+progress_calibstatevec_H1 (00:10:06): 1239035551 seconds
+progress_src_pcal (00:10:07): 1239035968 seconds
+progress_kappa_tst_real_nogate_H1 (00:10:07): 1239035804 seconds
+progress_kappa_pum_real_nogate_H1 (00:10:07): 1239035804 seconds
+progress_kappa_uim_real_nogate_H1 (00:10:07): 1239035804 seconds
+progress_kappa_tst_imag_nogate_H1 (00:10:07): 1239035804 seconds
+progress_kappa_pum_imag_nogate_H1 (00:10:07): 1239035804 seconds
+progress_kappa_uim_imag_nogate_H1 (00:10:07): 1239035804 seconds
+progress_f_cc_nogate_H1 (00:10:07): 1239035804 seconds
+progress_kappa_c_nogate_H1 (00:10:07): 1239035804 seconds
+progress_f_s_squared_nogate_H1 (00:10:07): 1239035804 seconds
+progress_SRC_Q_nogate_H1 (00:10:07): 1239035804 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:10:08): 1239035968 seconds
+progress_hoft_H1 (00:10:11): 1239035740 seconds
+progress_hoft_cleaned_H1 (00:10:11): 1239035588 seconds
+progress_calibstatevec_H1 (00:10:11): 1239035570 seconds
+progress_src_HW_injections_H1 (00:11:15): 1239036032 seconds
+progress_src_obs_intent_H1 (00:11:16): 1239036032 seconds
+progress_src_low_noise_state_H1 (00:11:16): 1239036032 seconds
+progress_src_GRD-ISC_LOCK_OK (00:11:16): 1239036032 seconds
+progress_src_uimexc (00:11:16): 1239036032 seconds
+progress_src_pumexc (00:11:16): 1239036032 seconds
+progress_src_tstexc (00:11:16): 1239036032 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:11:16): 1239036032 seconds
+progress_src_EP1_real (00:11:16): 1239036032 seconds
+progress_src_EP1_imag (00:11:16): 1239036032 seconds
+progress_src_EP15_real (00:11:16): 1239036032 seconds
+progress_src_EP15_imag (00:11:16): 1239036032 seconds
+progress_src_EP22_real (00:11:16): 1239036032 seconds
+progress_src_EP22_imag (00:11:16): 1239036032 seconds
+progress_src_EP7_real (00:11:16): 1239036032 seconds
+progress_src_EP7_imag (00:11:16): 1239036032 seconds
+progress_src_EP6_real (00:11:16): 1239036032 seconds
+progress_src_EP6_imag (00:11:16): 1239036032 seconds
+progress_src_EP19_real (00:11:16): 1239036032 seconds
+progress_src_EP19_imag (00:11:16): 1239036032 seconds
+progress_src_EP8_real (00:11:16): 1239036032 seconds
+progress_src_EP8_imag (00:11:16): 1239036032 seconds
+progress_src_EP18_real (00:11:16): 1239036032 seconds
+progress_src_EP18_imag (00:11:16): 1239036032 seconds
+progress_src_EP12_real (00:11:16): 1239036032 seconds
+progress_src_EP12_imag (00:11:16): 1239036032 seconds
+progress_src_EP11_real (00:11:16): 1239036032 seconds
+progress_src_EP11_imag (00:11:16): 1239036032 seconds
+progress_src_EP21_real (00:11:16): 1239036032 seconds
+progress_src_EP21_imag (00:11:16): 1239036032 seconds
+progress_src_EP13_real (00:11:16): 1239036032 seconds
+progress_src_EP13_imag (00:11:16): 1239036032 seconds
+progress_src_EP20_real (00:11:16): 1239036032 seconds
+progress_src_EP20_imag (00:11:16): 1239036032 seconds
+progress_src_pcaly_line1_coh (00:11:16): 1239036032 seconds
+progress_src_pcaly_line2_coh (00:11:16): 1239036032 seconds
+progress_src_sus_line1_coh (00:11:16): 1239036032 seconds
+progress_kappa_uim_real_H1 (00:11:16): 1239035744 seconds
+progress_kappa_uim_imag_H1 (00:11:16): 1239035744 seconds
+progress_src_sus_line2_coh (00:11:16): 1239036032 seconds
+progress_kappa_pum_real_H1 (00:11:16): 1239035744 seconds
+progress_kappa_pum_imag_H1 (00:11:16): 1239035744 seconds
+progress_src_sus_line3_coh (00:11:16): 1239036032 seconds
+progress_f_cc_H1 (00:11:16): 1239035744 seconds
+progress_kappa_c_H1 (00:11:16): 1239035744 seconds
+progress_kappa_tst_real_H1 (00:11:16): 1239035744 seconds
+progress_kappa_tst_imag_H1 (00:11:16): 1239035744 seconds
+progress_f_s_squared_H1 (00:11:16): 1239035744 seconds
+progress_SRC_Q_H1 (00:11:16): 1239035744 seconds
+progress_hoft_H1 (00:11:16): 1239035743 seconds
+progress_hoft_cleaned_H1 (00:11:16): 1239035592 seconds
+progress_calibstatevec_H1 (00:11:16): 1239035574 seconds
+progress_src_ctrl (00:11:16): 1239036032 seconds
+progress_src_darm_err (00:11:20): 1239036032 seconds
+progress_hoft_H1 (00:11:21): 1239035782 seconds
+progress_hoft_cleaned_H1 (00:11:21): 1239035630 seconds
+progress_calibstatevec_H1 (00:11:21): 1239035612 seconds
+progress_src_pcal (00:11:22): 1239036032 seconds
+progress_kappa_tst_real_nogate_H1 (00:11:22): 1239035868 seconds
+progress_kappa_pum_real_nogate_H1 (00:11:22): 1239035868 seconds
+progress_kappa_tst_imag_nogate_H1 (00:11:22): 1239035868 seconds
+progress_kappa_pum_imag_nogate_H1 (00:11:22): 1239035868 seconds
+progress_kappa_uim_real_nogate_H1 (00:11:22): 1239035868 seconds
+progress_kappa_uim_imag_nogate_H1 (00:11:22): 1239035868 seconds
+progress_f_cc_nogate_H1 (00:11:22): 1239035868 seconds
+progress_kappa_c_nogate_H1 (00:11:22): 1239035868 seconds
+progress_f_s_squared_nogate_H1 (00:11:22): 1239035868 seconds
+progress_SRC_Q_nogate_H1 (00:11:22): 1239035868 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:11:23): 1239036032 seconds
+progress_hoft_H1 (00:11:26): 1239035801 seconds
+progress_hoft_cleaned_H1 (00:11:26): 1239035649 seconds
+progress_calibstatevec_H1 (00:11:26): 1239035631 seconds
+progress_src_HW_injections_H1 (00:12:30): 1239036096 seconds
+progress_src_obs_intent_H1 (00:12:30): 1239036096 seconds
+progress_src_low_noise_state_H1 (00:12:30): 1239036096 seconds
+progress_src_GRD-ISC_LOCK_OK (00:12:30): 1239036096 seconds
+progress_src_uimexc (00:12:30): 1239036096 seconds
+progress_src_pumexc (00:12:30): 1239036096 seconds
+progress_src_tstexc (00:12:30): 1239036096 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:12:30): 1239036096 seconds
+progress_src_EP1_real (00:12:30): 1239036096 seconds
+progress_src_EP1_imag (00:12:30): 1239036096 seconds
+progress_src_EP15_real (00:12:30): 1239036096 seconds
+progress_src_EP15_imag (00:12:30): 1239036096 seconds
+progress_src_EP22_real (00:12:30): 1239036096 seconds
+progress_src_EP22_imag (00:12:30): 1239036096 seconds
+progress_src_EP7_real (00:12:30): 1239036096 seconds
+progress_src_EP7_imag (00:12:30): 1239036096 seconds
+progress_src_EP6_real (00:12:30): 1239036096 seconds
+progress_src_EP6_imag (00:12:30): 1239036096 seconds
+progress_src_EP19_real (00:12:30): 1239036096 seconds
+progress_src_EP19_imag (00:12:30): 1239036096 seconds
+progress_src_EP8_real (00:12:30): 1239036096 seconds
+progress_src_EP8_imag (00:12:30): 1239036096 seconds
+progress_src_EP18_real (00:12:30): 1239036096 seconds
+progress_src_EP18_imag (00:12:30): 1239036096 seconds
+progress_src_EP12_real (00:12:30): 1239036096 seconds
+progress_src_EP12_imag (00:12:30): 1239036096 seconds
+progress_src_EP11_real (00:12:30): 1239036096 seconds
+progress_src_EP11_imag (00:12:30): 1239036096 seconds
+progress_src_EP21_real (00:12:30): 1239036096 seconds
+progress_src_EP21_imag (00:12:30): 1239036096 seconds
+progress_src_EP13_real (00:12:30): 1239036096 seconds
+progress_src_EP13_imag (00:12:30): 1239036096 seconds
+progress_src_EP20_real (00:12:30): 1239036096 seconds
+progress_src_EP20_imag (00:12:30): 1239036096 seconds
+progress_src_pcaly_line1_coh (00:12:30): 1239036096 seconds
+progress_src_pcaly_line2_coh (00:12:30): 1239036096 seconds
+progress_src_sus_line1_coh (00:12:30): 1239036096 seconds
+progress_kappa_uim_real_H1 (00:12:30): 1239035808 seconds
+progress_kappa_uim_imag_H1 (00:12:30): 1239035808 seconds
+progress_src_sus_line2_coh (00:12:30): 1239036096 seconds
+progress_kappa_pum_real_H1 (00:12:30): 1239035808 seconds
+progress_kappa_pum_imag_H1 (00:12:30): 1239035808 seconds
+progress_src_sus_line3_coh (00:12:30): 1239036096 seconds
+progress_f_cc_H1 (00:12:30): 1239035808 seconds
+progress_kappa_tst_real_H1 (00:12:30): 1239035808 seconds
+progress_kappa_c_H1 (00:12:30): 1239035808 seconds
+progress_kappa_tst_imag_H1 (00:12:30): 1239035808 seconds
+progress_f_s_squared_H1 (00:12:30): 1239035808 seconds
+progress_SRC_Q_H1 (00:12:30): 1239035808 seconds
+progress_hoft_H1 (00:12:30): 1239035807 seconds
+progress_hoft_cleaned_H1 (00:12:30): 1239035656 seconds
+progress_calibstatevec_H1 (00:12:30): 1239035638 seconds
+progress_src_ctrl (00:12:30): 1239036096 seconds
+progress_src_darm_err (00:12:34): 1239036096 seconds
+progress_hoft_H1 (00:12:35): 1239035848 seconds
+progress_hoft_cleaned_H1 (00:12:35): 1239035696 seconds
+progress_calibstatevec_H1 (00:12:35): 1239035678 seconds
+progress_src_pcal (00:12:37): 1239036096 seconds
+progress_kappa_tst_real_nogate_H1 (00:12:37): 1239035932 seconds
+progress_kappa_pum_real_nogate_H1 (00:12:37): 1239035932 seconds
+progress_kappa_uim_real_nogate_H1 (00:12:37): 1239035932 seconds
+progress_kappa_tst_imag_nogate_H1 (00:12:37): 1239035932 seconds
+progress_kappa_pum_imag_nogate_H1 (00:12:37): 1239035932 seconds
+progress_kappa_uim_imag_nogate_H1 (00:12:37): 1239035932 seconds
+progress_f_cc_nogate_H1 (00:12:37): 1239035932 seconds
+progress_kappa_c_nogate_H1 (00:12:37): 1239035932 seconds
+progress_f_s_squared_nogate_H1 (00:12:37): 1239035932 seconds
+progress_SRC_Q_nogate_H1 (00:12:37): 1239035932 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:12:37): 1239036096 seconds
+progress_hoft_H1 (00:12:40): 1239035867 seconds
+progress_hoft_cleaned_H1 (00:12:40): 1239035715 seconds
+progress_calibstatevec_H1 (00:12:40): 1239035697 seconds
+progress_src_HW_injections_H1 (00:13:42): 1239036160 seconds
+progress_src_obs_intent_H1 (00:13:42): 1239036160 seconds
+progress_src_low_noise_state_H1 (00:13:42): 1239036160 seconds
+progress_src_GRD-ISC_LOCK_OK (00:13:42): 1239036160 seconds
+progress_src_uimexc (00:13:42): 1239036160 seconds
+progress_src_pumexc (00:13:42): 1239036160 seconds
+progress_src_tstexc (00:13:42): 1239036160 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:13:42): 1239036160 seconds
+progress_src_EP1_real (00:13:42): 1239036160 seconds
+progress_src_EP1_imag (00:13:42): 1239036160 seconds
+progress_src_EP15_real (00:13:42): 1239036160 seconds
+progress_src_EP15_imag (00:13:42): 1239036160 seconds
+progress_src_EP22_real (00:13:42): 1239036160 seconds
+progress_src_EP22_imag (00:13:42): 1239036160 seconds
+progress_src_EP7_real (00:13:42): 1239036160 seconds
+progress_src_EP7_imag (00:13:42): 1239036160 seconds
+progress_src_EP6_real (00:13:42): 1239036160 seconds
+progress_src_EP6_imag (00:13:42): 1239036160 seconds
+progress_src_EP19_real (00:13:42): 1239036160 seconds
+progress_src_EP19_imag (00:13:42): 1239036160 seconds
+progress_src_EP8_real (00:13:42): 1239036160 seconds
+progress_src_EP8_imag (00:13:42): 1239036160 seconds
+progress_src_EP18_real (00:13:42): 1239036160 seconds
+progress_src_EP18_imag (00:13:42): 1239036160 seconds
+progress_src_EP12_real (00:13:42): 1239036160 seconds
+progress_src_EP12_imag (00:13:42): 1239036160 seconds
+progress_src_EP11_real (00:13:42): 1239036160 seconds
+progress_src_EP11_imag (00:13:42): 1239036160 seconds
+progress_src_EP21_real (00:13:42): 1239036160 seconds
+progress_src_EP21_imag (00:13:42): 1239036160 seconds
+progress_src_EP13_real (00:13:42): 1239036160 seconds
+progress_src_EP13_imag (00:13:42): 1239036160 seconds
+progress_src_EP20_real (00:13:42): 1239036160 seconds
+progress_src_EP20_imag (00:13:42): 1239036160 seconds
+progress_src_pcaly_line1_coh (00:13:42): 1239036160 seconds
+progress_src_pcaly_line2_coh (00:13:42): 1239036160 seconds
+progress_src_sus_line1_coh (00:13:42): 1239036160 seconds
+progress_kappa_uim_real_H1 (00:13:42): 1239035872 seconds
+progress_kappa_uim_imag_H1 (00:13:42): 1239035872 seconds
+progress_src_sus_line2_coh (00:13:42): 1239036160 seconds
+progress_kappa_pum_real_H1 (00:13:42): 1239035872 seconds
+progress_kappa_pum_imag_H1 (00:13:42): 1239035872 seconds
+progress_src_sus_line3_coh (00:13:42): 1239036160 seconds
+progress_kappa_tst_real_H1 (00:13:42): 1239035872 seconds
+progress_f_cc_H1 (00:13:42): 1239035872 seconds
+progress_kappa_c_H1 (00:13:42): 1239035872 seconds
+progress_kappa_tst_imag_H1 (00:13:42): 1239035872 seconds
+progress_f_s_squared_H1 (00:13:42): 1239035872 seconds
+progress_SRC_Q_H1 (00:13:42): 1239035872 seconds
+progress_hoft_H1 (00:13:42): 1239035871 seconds
+progress_hoft_cleaned_H1 (00:13:42): 1239035720 seconds
+progress_src_ctrl (00:13:42): 1239036160 seconds
+progress_calibstatevec_H1 (00:13:42): 1239035702 seconds
+progress_src_darm_err (00:13:46): 1239036160 seconds
+progress_hoft_cleaned_H1 (00:13:47): 1239035758 seconds
+progress_calibstatevec_H1 (00:13:47): 1239035740 seconds
+progress_hoft_H1 (00:13:47): 1239035910 seconds
+progress_src_pcal (00:13:48): 1239036160 seconds
+progress_kappa_tst_real_nogate_H1 (00:13:48): 1239035996 seconds
+progress_kappa_tst_imag_nogate_H1 (00:13:48): 1239035996 seconds
+progress_kappa_pum_real_nogate_H1 (00:13:48): 1239035996 seconds
+progress_kappa_uim_real_nogate_H1 (00:13:48): 1239035996 seconds
+progress_kappa_pum_imag_nogate_H1 (00:13:48): 1239035996 seconds
+progress_kappa_uim_imag_nogate_H1 (00:13:48): 1239035996 seconds
+progress_f_cc_nogate_H1 (00:13:48): 1239035996 seconds
+progress_kappa_c_nogate_H1 (00:13:48): 1239035996 seconds
+progress_f_s_squared_nogate_H1 (00:13:48): 1239035996 seconds
+progress_SRC_Q_nogate_H1 (00:13:48): 1239035996 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:13:49): 1239036160 seconds
+progress_hoft_H1 (00:13:52): 1239035929 seconds
+progress_hoft_cleaned_H1 (00:13:52): 1239035777 seconds
+progress_calibstatevec_H1 (00:13:52): 1239035759 seconds
+progress_src_HW_injections_H1 (00:14:55): 1239036224 seconds
+progress_src_obs_intent_H1 (00:14:55): 1239036224 seconds
+progress_src_low_noise_state_H1 (00:14:55): 1239036224 seconds
+progress_src_GRD-ISC_LOCK_OK (00:14:55): 1239036224 seconds
+progress_src_uimexc (00:14:55): 1239036224 seconds
+progress_src_pumexc (00:14:55): 1239036224 seconds
+progress_src_tstexc (00:14:55): 1239036224 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:14:55): 1239036224 seconds
+progress_src_EP1_real (00:14:55): 1239036224 seconds
+progress_src_EP1_imag (00:14:55): 1239036224 seconds
+progress_src_EP15_real (00:14:55): 1239036224 seconds
+progress_src_EP15_imag (00:14:55): 1239036224 seconds
+progress_src_EP22_real (00:14:55): 1239036224 seconds
+progress_src_EP22_imag (00:14:55): 1239036224 seconds
+progress_src_EP7_real (00:14:55): 1239036224 seconds
+progress_src_EP7_imag (00:14:55): 1239036224 seconds
+progress_src_EP6_real (00:14:55): 1239036224 seconds
+progress_src_EP6_imag (00:14:55): 1239036224 seconds
+progress_src_EP19_real (00:14:55): 1239036224 seconds
+progress_src_EP19_imag (00:14:55): 1239036224 seconds
+progress_src_EP8_real (00:14:55): 1239036224 seconds
+progress_src_EP8_imag (00:14:55): 1239036224 seconds
+progress_src_EP18_real (00:14:56): 1239036224 seconds
+progress_src_EP18_imag (00:14:56): 1239036224 seconds
+progress_src_EP12_real (00:14:56): 1239036224 seconds
+progress_src_EP12_imag (00:14:56): 1239036224 seconds
+progress_src_EP11_real (00:14:56): 1239036224 seconds
+progress_src_EP11_imag (00:14:56): 1239036224 seconds
+progress_src_EP21_real (00:14:56): 1239036224 seconds
+progress_src_EP21_imag (00:14:56): 1239036224 seconds
+progress_src_EP13_real (00:14:56): 1239036224 seconds
+progress_src_EP13_imag (00:14:56): 1239036224 seconds
+progress_src_EP20_real (00:14:56): 1239036224 seconds
+progress_src_EP20_imag (00:14:56): 1239036224 seconds
+progress_src_pcaly_line1_coh (00:14:56): 1239036224 seconds
+progress_src_pcaly_line2_coh (00:14:56): 1239036224 seconds
+progress_src_sus_line1_coh (00:14:56): 1239036224 seconds
+progress_kappa_uim_real_H1 (00:14:56): 1239035936 seconds
+progress_kappa_uim_imag_H1 (00:14:56): 1239035936 seconds
+progress_src_sus_line2_coh (00:14:56): 1239036224 seconds
+progress_kappa_pum_real_H1 (00:14:56): 1239035936 seconds
+progress_kappa_pum_imag_H1 (00:14:56): 1239035936 seconds
+progress_src_sus_line3_coh (00:14:56): 1239036224 seconds
+progress_f_cc_H1 (00:14:56): 1239035936 seconds
+progress_kappa_c_H1 (00:14:56): 1239035936 seconds
+progress_kappa_tst_real_H1 (00:14:56): 1239035936 seconds
+progress_kappa_tst_imag_H1 (00:14:56): 1239035936 seconds
+progress_f_s_squared_H1 (00:14:56): 1239035936 seconds
+progress_SRC_Q_H1 (00:14:56): 1239035936 seconds
+progress_hoft_H1 (00:14:56): 1239035935 seconds
+progress_hoft_cleaned_H1 (00:14:56): 1239035784 seconds
+progress_src_ctrl (00:14:56): 1239036224 seconds
+progress_calibstatevec_H1 (00:14:56): 1239035766 seconds
+progress_src_darm_err (00:14:59): 1239036224 seconds
+progress_hoft_H1 (00:15:01): 1239035977 seconds
+progress_hoft_cleaned_H1 (00:15:01): 1239035825 seconds
+progress_calibstatevec_H1 (00:15:01): 1239035807 seconds
+progress_src_pcal (00:15:02): 1239036224 seconds
+progress_kappa_tst_real_nogate_H1 (00:15:02): 1239036060 seconds
+progress_kappa_pum_real_nogate_H1 (00:15:02): 1239036060 seconds
+progress_kappa_tst_imag_nogate_H1 (00:15:02): 1239036060 seconds
+progress_kappa_pum_imag_nogate_H1 (00:15:02): 1239036060 seconds
+progress_kappa_uim_real_nogate_H1 (00:15:02): 1239036060 seconds
+progress_kappa_uim_imag_nogate_H1 (00:15:02): 1239036060 seconds
+progress_kappa_c_nogate_H1 (00:15:02): 1239036060 seconds
+progress_f_cc_nogate_H1 (00:15:02): 1239036060 seconds
+progress_f_s_squared_nogate_H1 (00:15:02): 1239036060 seconds
+progress_SRC_Q_nogate_H1 (00:15:02): 1239036060 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:15:03): 1239036224 seconds
+progress_hoft_H1 (00:15:06): 1239035997 seconds
+progress_hoft_cleaned_H1 (00:15:06): 1239035845 seconds
+progress_calibstatevec_H1 (00:15:06): 1239035827 seconds
+progress_src_HW_injections_H1 (00:16:20): 1239036288 seconds
+progress_src_obs_intent_H1 (00:16:20): 1239036288 seconds
+progress_src_low_noise_state_H1 (00:16:20): 1239036288 seconds
+progress_src_GRD-ISC_LOCK_OK (00:16:20): 1239036288 seconds
+progress_src_uimexc (00:16:20): 1239036288 seconds
+progress_src_pumexc (00:16:20): 1239036288 seconds
+progress_src_tstexc (00:16:20): 1239036288 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:16:20): 1239036288 seconds
+progress_src_EP1_real (00:16:20): 1239036288 seconds
+progress_src_EP1_imag (00:16:20): 1239036288 seconds
+progress_src_EP15_real (00:16:20): 1239036288 seconds
+progress_src_EP15_imag (00:16:20): 1239036288 seconds
+progress_src_EP22_real (00:16:20): 1239036288 seconds
+progress_src_EP22_imag (00:16:20): 1239036288 seconds
+progress_src_EP7_real (00:16:20): 1239036288 seconds
+progress_src_EP7_imag (00:16:20): 1239036288 seconds
+progress_src_EP6_real (00:16:20): 1239036288 seconds
+progress_src_EP6_imag (00:16:20): 1239036288 seconds
+progress_src_EP19_real (00:16:20): 1239036288 seconds
+progress_src_EP19_imag (00:16:20): 1239036288 seconds
+progress_src_EP8_real (00:16:20): 1239036288 seconds
+progress_src_EP8_imag (00:16:20): 1239036288 seconds
+progress_src_EP18_real (00:16:20): 1239036288 seconds
+progress_src_EP18_imag (00:16:20): 1239036288 seconds
+progress_src_EP12_real (00:16:20): 1239036288 seconds
+progress_src_EP12_imag (00:16:20): 1239036288 seconds
+progress_src_EP11_real (00:16:20): 1239036288 seconds
+progress_src_EP11_imag (00:16:20): 1239036288 seconds
+progress_src_EP21_real (00:16:20): 1239036288 seconds
+progress_src_EP21_imag (00:16:20): 1239036288 seconds
+progress_src_EP13_real (00:16:20): 1239036288 seconds
+progress_src_EP13_imag (00:16:20): 1239036288 seconds
+progress_src_EP20_real (00:16:20): 1239036288 seconds
+progress_src_EP20_imag (00:16:20): 1239036288 seconds
+progress_src_pcaly_line1_coh (00:16:20): 1239036288 seconds
+progress_src_pcaly_line2_coh (00:16:20): 1239036288 seconds
+progress_src_sus_line1_coh (00:16:20): 1239036288 seconds
+progress_kappa_uim_real_H1 (00:16:20): 1239036000 seconds
+progress_kappa_uim_imag_H1 (00:16:20): 1239036000 seconds
+progress_src_sus_line2_coh (00:16:20): 1239036288 seconds
+progress_kappa_pum_real_H1 (00:16:20): 1239036000 seconds
+progress_kappa_pum_imag_H1 (00:16:20): 1239036000 seconds
+progress_src_sus_line3_coh (00:16:20): 1239036288 seconds
+progress_f_cc_H1 (00:16:20): 1239036000 seconds
+progress_kappa_c_H1 (00:16:20): 1239036000 seconds
+progress_kappa_tst_real_H1 (00:16:20): 1239036000 seconds
+progress_f_s_squared_H1 (00:16:20): 1239036000 seconds
+progress_kappa_tst_imag_H1 (00:16:20): 1239036000 seconds
+progress_SRC_Q_H1 (00:16:20): 1239036000 seconds
+progress_hoft_H1 (00:16:20): 1239035999 seconds
+progress_hoft_cleaned_H1 (00:16:20): 1239035848 seconds
+progress_calibstatevec_H1 (00:16:20): 1239035830 seconds
+progress_src_ctrl (00:16:20): 1239036288 seconds
+progress_src_darm_err (00:16:24): 1239036288 seconds
+progress_hoft_cleaned_H1 (00:16:25): 1239035886 seconds
+progress_calibstatevec_H1 (00:16:25): 1239035868 seconds
+progress_hoft_H1 (00:16:25): 1239036038 seconds
+progress_src_pcal (00:16:27): 1239036288 seconds
+progress_kappa_tst_real_nogate_H1 (00:16:27): 1239036124 seconds
+progress_kappa_pum_real_nogate_H1 (00:16:27): 1239036124 seconds
+progress_kappa_tst_imag_nogate_H1 (00:16:27): 1239036124 seconds
+progress_kappa_pum_imag_nogate_H1 (00:16:27): 1239036124 seconds
+progress_kappa_uim_real_nogate_H1 (00:16:27): 1239036124 seconds
+progress_kappa_uim_imag_nogate_H1 (00:16:27): 1239036124 seconds
+progress_f_cc_nogate_H1 (00:16:27): 1239036124 seconds
+progress_kappa_c_nogate_H1 (00:16:27): 1239036124 seconds
+progress_f_s_squared_nogate_H1 (00:16:27): 1239036124 seconds
+progress_SRC_Q_nogate_H1 (00:16:27): 1239036124 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:16:27): 1239036288 seconds
+progress_hoft_H1 (00:16:30): 1239036057 seconds
+progress_hoft_cleaned_H1 (00:16:30): 1239035905 seconds
+progress_calibstatevec_H1 (00:16:30): 1239035887 seconds
+progress_src_HW_injections_H1 (00:17:38): 1239036352 seconds
+progress_src_obs_intent_H1 (00:17:38): 1239036352 seconds
+progress_src_low_noise_state_H1 (00:17:38): 1239036352 seconds
+progress_src_GRD-ISC_LOCK_OK (00:17:38): 1239036352 seconds
+progress_src_uimexc (00:17:38): 1239036352 seconds
+progress_src_pumexc (00:17:38): 1239036352 seconds
+progress_src_tstexc (00:17:38): 1239036352 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:17:38): 1239036352 seconds
+progress_src_EP1_real (00:17:38): 1239036352 seconds
+progress_src_EP1_imag (00:17:38): 1239036352 seconds
+progress_src_EP15_real (00:17:38): 1239036352 seconds
+progress_src_EP15_imag (00:17:38): 1239036352 seconds
+progress_src_EP22_real (00:17:38): 1239036352 seconds
+progress_src_EP22_imag (00:17:38): 1239036352 seconds
+progress_src_EP7_real (00:17:38): 1239036352 seconds
+progress_src_EP7_imag (00:17:38): 1239036352 seconds
+progress_src_EP6_real (00:17:38): 1239036352 seconds
+progress_src_EP6_imag (00:17:38): 1239036352 seconds
+progress_src_EP19_real (00:17:38): 1239036352 seconds
+progress_src_EP19_imag (00:17:38): 1239036352 seconds
+progress_src_EP8_real (00:17:38): 1239036352 seconds
+progress_src_EP8_imag (00:17:38): 1239036352 seconds
+progress_src_EP18_real (00:17:38): 1239036352 seconds
+progress_src_EP18_imag (00:17:38): 1239036352 seconds
+progress_src_EP12_real (00:17:38): 1239036352 seconds
+progress_src_EP12_imag (00:17:38): 1239036352 seconds
+progress_src_EP11_real (00:17:38): 1239036352 seconds
+progress_src_EP11_imag (00:17:38): 1239036352 seconds
+progress_src_EP21_real (00:17:38): 1239036352 seconds
+progress_src_EP21_imag (00:17:38): 1239036352 seconds
+progress_src_EP13_real (00:17:38): 1239036352 seconds
+progress_src_EP13_imag (00:17:38): 1239036352 seconds
+progress_src_EP20_real (00:17:38): 1239036352 seconds
+progress_src_EP20_imag (00:17:38): 1239036352 seconds
+progress_src_pcaly_line1_coh (00:17:38): 1239036352 seconds
+progress_src_pcaly_line2_coh (00:17:38): 1239036352 seconds
+progress_src_sus_line1_coh (00:17:38): 1239036352 seconds
+progress_kappa_uim_real_H1 (00:17:38): 1239036064 seconds
+progress_kappa_uim_imag_H1 (00:17:38): 1239036064 seconds
+progress_src_sus_line2_coh (00:17:38): 1239036352 seconds
+progress_kappa_pum_real_H1 (00:17:38): 1239036064 seconds
+progress_kappa_pum_imag_H1 (00:17:38): 1239036064 seconds
+progress_src_sus_line3_coh (00:17:38): 1239036352 seconds
+progress_f_cc_H1 (00:17:38): 1239036064 seconds
+progress_kappa_tst_real_H1 (00:17:38): 1239036064 seconds
+progress_f_s_squared_H1 (00:17:38): 1239036064 seconds
+progress_kappa_c_H1 (00:17:38): 1239036064 seconds
+progress_kappa_tst_imag_H1 (00:17:38): 1239036064 seconds
+progress_SRC_Q_H1 (00:17:38): 1239036064 seconds
+progress_hoft_H1 (00:17:38): 1239036063 seconds
+progress_hoft_cleaned_H1 (00:17:38): 1239035912 seconds
+progress_src_ctrl (00:17:38): 1239036352 seconds
+progress_calibstatevec_H1 (00:17:38): 1239035894 seconds
+progress_src_darm_err (00:17:42): 1239036352 seconds
+progress_hoft_cleaned_H1 (00:17:43): 1239035950 seconds
+progress_calibstatevec_H1 (00:17:43): 1239035932 seconds
+progress_hoft_H1 (00:17:43): 1239036102 seconds
+progress_src_pcal (00:17:44): 1239036352 seconds
+progress_kappa_tst_real_nogate_H1 (00:17:44): 1239036188 seconds
+progress_kappa_pum_real_nogate_H1 (00:17:44): 1239036188 seconds
+progress_kappa_pum_imag_nogate_H1 (00:17:44): 1239036188 seconds
+progress_kappa_tst_imag_nogate_H1 (00:17:44): 1239036188 seconds
+progress_kappa_uim_real_nogate_H1 (00:17:44): 1239036188 seconds
+progress_kappa_uim_imag_nogate_H1 (00:17:44): 1239036188 seconds
+progress_f_cc_nogate_H1 (00:17:44): 1239036188 seconds
+progress_kappa_c_nogate_H1 (00:17:44): 1239036188 seconds
+progress_f_s_squared_nogate_H1 (00:17:44): 1239036188 seconds
+progress_SRC_Q_nogate_H1 (00:17:44): 1239036188 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:17:45): 1239036352 seconds
+progress_hoft_cleaned_H1 (00:17:48): 1239035970 seconds
+progress_calibstatevec_H1 (00:17:48): 1239035952 seconds
+progress_hoft_H1 (00:17:48): 1239036122 seconds
+progress_src_HW_injections_H1 (00:19:06): 1239036416 seconds
+progress_src_obs_intent_H1 (00:19:06): 1239036416 seconds
+progress_src_low_noise_state_H1 (00:19:06): 1239036416 seconds
+progress_src_GRD-ISC_LOCK_OK (00:19:06): 1239036416 seconds
+progress_src_uimexc (00:19:06): 1239036416 seconds
+progress_src_pumexc (00:19:06): 1239036416 seconds
+progress_src_tstexc (00:19:06): 1239036416 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:19:06): 1239036416 seconds
+progress_src_EP1_real (00:19:06): 1239036416 seconds
+progress_src_EP1_imag (00:19:06): 1239036416 seconds
+progress_src_EP15_real (00:19:06): 1239036416 seconds
+progress_src_EP15_imag (00:19:06): 1239036416 seconds
+progress_src_EP22_real (00:19:06): 1239036416 seconds
+progress_src_EP22_imag (00:19:06): 1239036416 seconds
+progress_src_EP7_real (00:19:06): 1239036416 seconds
+progress_src_EP7_imag (00:19:06): 1239036416 seconds
+progress_src_EP6_real (00:19:06): 1239036416 seconds
+progress_src_EP6_imag (00:19:06): 1239036416 seconds
+progress_src_EP19_real (00:19:06): 1239036416 seconds
+progress_src_EP19_imag (00:19:06): 1239036416 seconds
+progress_src_EP8_real (00:19:06): 1239036416 seconds
+progress_src_EP8_imag (00:19:06): 1239036416 seconds
+progress_src_EP18_real (00:19:06): 1239036416 seconds
+progress_src_EP18_imag (00:19:06): 1239036416 seconds
+progress_src_EP12_real (00:19:06): 1239036416 seconds
+progress_src_EP12_imag (00:19:06): 1239036416 seconds
+progress_src_EP11_real (00:19:06): 1239036416 seconds
+progress_src_EP11_imag (00:19:06): 1239036416 seconds
+progress_src_EP21_real (00:19:06): 1239036416 seconds
+progress_src_EP21_imag (00:19:06): 1239036416 seconds
+progress_src_EP13_real (00:19:06): 1239036416 seconds
+progress_src_EP13_imag (00:19:06): 1239036416 seconds
+progress_src_EP20_real (00:19:06): 1239036416 seconds
+progress_src_EP20_imag (00:19:06): 1239036416 seconds
+progress_src_pcaly_line1_coh (00:19:06): 1239036416 seconds
+progress_src_pcaly_line2_coh (00:19:06): 1239036416 seconds
+progress_src_sus_line1_coh (00:19:06): 1239036416 seconds
+progress_kappa_uim_real_H1 (00:19:06): 1239036128 seconds
+progress_kappa_uim_imag_H1 (00:19:06): 1239036128 seconds
+progress_src_sus_line2_coh (00:19:06): 1239036416 seconds
+progress_kappa_pum_real_H1 (00:19:06): 1239036128 seconds
+progress_kappa_pum_imag_H1 (00:19:06): 1239036128 seconds
+progress_src_sus_line3_coh (00:19:06): 1239036416 seconds
+progress_f_cc_H1 (00:19:06): 1239036128 seconds
+progress_kappa_c_H1 (00:19:06): 1239036128 seconds
+progress_f_s_squared_H1 (00:19:06): 1239036128 seconds
+progress_kappa_tst_real_H1 (00:19:06): 1239036128 seconds
+progress_kappa_tst_imag_H1 (00:19:06): 1239036128 seconds
+progress_SRC_Q_H1 (00:19:06): 1239036128 seconds
+progress_hoft_H1 (00:19:06): 1239036127 seconds
+progress_src_ctrl (00:19:06): 1239036416 seconds
+progress_hoft_cleaned_H1 (00:19:06): 1239035976 seconds
+progress_calibstatevec_H1 (00:19:06): 1239035958 seconds
+progress_src_darm_err (00:19:10): 1239036416 seconds
+progress_hoft_H1 (00:19:11): 1239036166 seconds
+progress_hoft_cleaned_H1 (00:19:11): 1239036014 seconds
+progress_calibstatevec_H1 (00:19:11): 1239035996 seconds
+progress_src_pcal (00:19:12): 1239036416 seconds
+progress_kappa_uim_real_nogate_H1 (00:19:12): 1239036252 seconds
+progress_kappa_pum_real_nogate_H1 (00:19:12): 1239036252 seconds
+progress_kappa_tst_real_nogate_H1 (00:19:12): 1239036252 seconds
+progress_kappa_uim_imag_nogate_H1 (00:19:12): 1239036252 seconds
+progress_kappa_tst_imag_nogate_H1 (00:19:12): 1239036252 seconds
+progress_kappa_pum_imag_nogate_H1 (00:19:12): 1239036252 seconds
+progress_kappa_c_nogate_H1 (00:19:12): 1239036252 seconds
+progress_f_cc_nogate_H1 (00:19:12): 1239036252 seconds
+progress_f_s_squared_nogate_H1 (00:19:12): 1239036252 seconds
+progress_SRC_Q_nogate_H1 (00:19:12): 1239036252 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:19:13): 1239036416 seconds
+progress_hoft_H1 (00:19:16): 1239036185 seconds
+progress_hoft_cleaned_H1 (00:19:16): 1239036033 seconds
+progress_calibstatevec_H1 (00:19:16): 1239036015 seconds
+progress_src_HW_injections_H1 (00:20:26): 1239036480 seconds
+progress_src_obs_intent_H1 (00:20:26): 1239036480 seconds
+progress_src_low_noise_state_H1 (00:20:26): 1239036480 seconds
+progress_src_GRD-ISC_LOCK_OK (00:20:26): 1239036480 seconds
+progress_src_uimexc (00:20:26): 1239036480 seconds
+progress_src_pumexc (00:20:26): 1239036480 seconds
+progress_src_tstexc (00:20:26): 1239036480 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:20:26): 1239036480 seconds
+progress_src_EP1_real (00:20:26): 1239036480 seconds
+progress_src_EP1_imag (00:20:26): 1239036480 seconds
+progress_src_EP15_real (00:20:26): 1239036480 seconds
+progress_src_EP15_imag (00:20:26): 1239036480 seconds
+progress_src_EP22_real (00:20:26): 1239036480 seconds
+progress_src_EP22_imag (00:20:26): 1239036480 seconds
+progress_src_EP7_real (00:20:26): 1239036480 seconds
+progress_src_EP7_imag (00:20:26): 1239036480 seconds
+progress_src_EP6_real (00:20:26): 1239036480 seconds
+progress_src_EP6_imag (00:20:26): 1239036480 seconds
+progress_src_EP19_real (00:20:26): 1239036480 seconds
+progress_src_EP19_imag (00:20:26): 1239036480 seconds
+progress_src_EP8_real (00:20:26): 1239036480 seconds
+progress_src_EP8_imag (00:20:26): 1239036480 seconds
+progress_src_EP18_real (00:20:26): 1239036480 seconds
+progress_src_EP18_imag (00:20:26): 1239036480 seconds
+progress_src_EP12_real (00:20:26): 1239036480 seconds
+progress_src_EP12_imag (00:20:26): 1239036480 seconds
+progress_src_EP11_real (00:20:26): 1239036480 seconds
+progress_src_EP11_imag (00:20:26): 1239036480 seconds
+progress_src_EP21_real (00:20:26): 1239036480 seconds
+progress_src_EP21_imag (00:20:26): 1239036480 seconds
+progress_src_EP13_real (00:20:26): 1239036480 seconds
+progress_src_EP13_imag (00:20:26): 1239036480 seconds
+progress_src_EP20_real (00:20:26): 1239036480 seconds
+progress_src_EP20_imag (00:20:26): 1239036480 seconds
+progress_src_pcaly_line1_coh (00:20:26): 1239036480 seconds
+progress_src_pcaly_line2_coh (00:20:26): 1239036480 seconds
+progress_src_sus_line1_coh (00:20:26): 1239036480 seconds
+progress_kappa_uim_real_H1 (00:20:26): 1239036192 seconds
+progress_kappa_uim_imag_H1 (00:20:26): 1239036192 seconds
+progress_src_sus_line2_coh (00:20:26): 1239036480 seconds
+progress_kappa_pum_real_H1 (00:20:26): 1239036192 seconds
+progress_kappa_pum_imag_H1 (00:20:26): 1239036192 seconds
+progress_src_sus_line3_coh (00:20:26): 1239036480 seconds
+progress_f_cc_H1 (00:20:26): 1239036192 seconds
+progress_kappa_c_H1 (00:20:26): 1239036192 seconds
+progress_f_s_squared_H1 (00:20:26): 1239036192 seconds
+progress_kappa_tst_real_H1 (00:20:26): 1239036192 seconds
+progress_kappa_tst_imag_H1 (00:20:26): 1239036192 seconds
+progress_SRC_Q_H1 (00:20:26): 1239036192 seconds
+progress_hoft_H1 (00:20:26): 1239036191 seconds
+progress_hoft_cleaned_H1 (00:20:26): 1239036040 seconds
+progress_src_ctrl (00:20:26): 1239036480 seconds
+progress_calibstatevec_H1 (00:20:26): 1239036022 seconds
+progress_src_darm_err (00:20:30): 1239036480 seconds
+progress_hoft_cleaned_H1 (00:20:31): 1239036078 seconds
+progress_calibstatevec_H1 (00:20:31): 1239036060 seconds
+progress_hoft_H1 (00:20:31): 1239036230 seconds
+progress_src_pcal (00:20:33): 1239036480 seconds
+progress_kappa_tst_real_nogate_H1 (00:20:33): 1239036316 seconds
+progress_kappa_tst_imag_nogate_H1 (00:20:33): 1239036316 seconds
+progress_kappa_uim_real_nogate_H1 (00:20:33): 1239036316 seconds
+progress_kappa_pum_real_nogate_H1 (00:20:33): 1239036316 seconds
+progress_kappa_uim_imag_nogate_H1 (00:20:33): 1239036316 seconds
+progress_kappa_pum_imag_nogate_H1 (00:20:33): 1239036316 seconds
+progress_f_cc_nogate_H1 (00:20:33): 1239036316 seconds
+progress_kappa_c_nogate_H1 (00:20:33): 1239036316 seconds
+progress_f_s_squared_nogate_H1 (00:20:33): 1239036316 seconds
+progress_SRC_Q_nogate_H1 (00:20:33): 1239036316 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:20:33): 1239036480 seconds
+progress_hoft_H1 (00:20:36): 1239036250 seconds
+progress_hoft_cleaned_H1 (00:20:36): 1239036098 seconds
+progress_calibstatevec_H1 (00:20:36): 1239036080 seconds
+progress_src_HW_injections_H1 (00:21:39): 1239036544 seconds
+progress_src_obs_intent_H1 (00:21:40): 1239036544 seconds
+progress_src_low_noise_state_H1 (00:21:40): 1239036544 seconds
+progress_src_GRD-ISC_LOCK_OK (00:21:40): 1239036544 seconds
+progress_src_uimexc (00:21:40): 1239036544 seconds
+progress_src_pumexc (00:21:40): 1239036544 seconds
+progress_src_tstexc (00:21:40): 1239036544 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:21:40): 1239036544 seconds
+progress_src_EP1_real (00:21:40): 1239036544 seconds
+progress_src_EP1_imag (00:21:40): 1239036544 seconds
+progress_src_EP15_real (00:21:40): 1239036544 seconds
+progress_src_EP15_imag (00:21:40): 1239036544 seconds
+progress_src_EP22_real (00:21:40): 1239036544 seconds
+progress_src_EP22_imag (00:21:40): 1239036544 seconds
+progress_src_EP7_real (00:21:40): 1239036544 seconds
+progress_src_EP7_imag (00:21:40): 1239036544 seconds
+progress_src_EP6_real (00:21:40): 1239036544 seconds
+progress_src_EP6_imag (00:21:40): 1239036544 seconds
+progress_src_EP19_real (00:21:40): 1239036544 seconds
+progress_src_EP19_imag (00:21:40): 1239036544 seconds
+progress_src_EP8_real (00:21:40): 1239036544 seconds
+progress_src_EP8_imag (00:21:40): 1239036544 seconds
+progress_src_EP18_real (00:21:40): 1239036544 seconds
+progress_src_EP18_imag (00:21:40): 1239036544 seconds
+progress_src_EP12_real (00:21:40): 1239036544 seconds
+progress_src_EP12_imag (00:21:40): 1239036544 seconds
+progress_src_EP11_real (00:21:40): 1239036544 seconds
+progress_src_EP11_imag (00:21:40): 1239036544 seconds
+progress_src_EP21_real (00:21:40): 1239036544 seconds
+progress_src_EP21_imag (00:21:40): 1239036544 seconds
+progress_src_EP13_real (00:21:40): 1239036544 seconds
+progress_src_EP13_imag (00:21:40): 1239036544 seconds
+progress_src_EP20_real (00:21:40): 1239036544 seconds
+progress_src_EP20_imag (00:21:40): 1239036544 seconds
+progress_src_pcaly_line1_coh (00:21:40): 1239036544 seconds
+progress_src_pcaly_line2_coh (00:21:40): 1239036544 seconds
+progress_src_sus_line1_coh (00:21:40): 1239036544 seconds
+progress_kappa_uim_real_H1 (00:21:40): 1239036256 seconds
+progress_kappa_uim_imag_H1 (00:21:40): 1239036256 seconds
+progress_src_sus_line2_coh (00:21:40): 1239036544 seconds
+progress_kappa_pum_real_H1 (00:21:40): 1239036256 seconds
+progress_kappa_pum_imag_H1 (00:21:40): 1239036256 seconds
+progress_src_sus_line3_coh (00:21:40): 1239036544 seconds
+progress_kappa_c_H1 (00:21:40): 1239036256 seconds
+progress_kappa_tst_real_H1 (00:21:40): 1239036256 seconds
+progress_f_cc_H1 (00:21:40): 1239036256 seconds
+progress_f_s_squared_H1 (00:21:40): 1239036256 seconds
+progress_kappa_tst_imag_H1 (00:21:40): 1239036256 seconds
+progress_SRC_Q_H1 (00:21:40): 1239036256 seconds
+progress_hoft_H1 (00:21:40): 1239036255 seconds
+progress_hoft_cleaned_H1 (00:21:40): 1239036104 seconds
+progress_calibstatevec_H1 (00:21:40): 1239036086 seconds
+progress_src_ctrl (00:21:40): 1239036544 seconds
+progress_src_darm_err (00:21:44): 1239036544 seconds
+progress_hoft_H1 (00:21:45): 1239036295 seconds
+progress_hoft_cleaned_H1 (00:21:45): 1239036143 seconds
+progress_calibstatevec_H1 (00:21:45): 1239036125 seconds
+progress_src_pcal (00:21:46): 1239036544 seconds
+progress_kappa_pum_real_nogate_H1 (00:21:46): 1239036380 seconds
+progress_kappa_tst_real_nogate_H1 (00:21:46): 1239036380 seconds
+progress_kappa_uim_real_nogate_H1 (00:21:46): 1239036380 seconds
+progress_kappa_pum_imag_nogate_H1 (00:21:46): 1239036380 seconds
+progress_kappa_tst_imag_nogate_H1 (00:21:46): 1239036380 seconds
+progress_kappa_uim_imag_nogate_H1 (00:21:46): 1239036380 seconds
+progress_f_cc_nogate_H1 (00:21:46): 1239036380 seconds
+progress_kappa_c_nogate_H1 (00:21:46): 1239036380 seconds
+progress_f_s_squared_nogate_H1 (00:21:46): 1239036380 seconds
+progress_SRC_Q_nogate_H1 (00:21:46): 1239036380 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:21:47): 1239036544 seconds
+progress_hoft_H1 (00:21:50): 1239036314 seconds
+progress_hoft_cleaned_H1 (00:21:50): 1239036162 seconds
+progress_calibstatevec_H1 (00:21:50): 1239036144 seconds
+progress_src_HW_injections_H1 (00:22:54): 1239036608 seconds
+progress_src_obs_intent_H1 (00:22:54): 1239036608 seconds
+progress_src_low_noise_state_H1 (00:22:54): 1239036608 seconds
+progress_src_GRD-ISC_LOCK_OK (00:22:54): 1239036608 seconds
+progress_src_uimexc (00:22:54): 1239036608 seconds
+progress_src_pumexc (00:22:54): 1239036608 seconds
+progress_src_tstexc (00:22:54): 1239036608 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:22:54): 1239036608 seconds
+progress_src_EP1_real (00:22:55): 1239036608 seconds
+progress_src_EP1_imag (00:22:55): 1239036608 seconds
+progress_src_EP15_real (00:22:55): 1239036608 seconds
+progress_src_EP15_imag (00:22:55): 1239036608 seconds
+progress_src_EP22_real (00:22:55): 1239036608 seconds
+progress_src_EP22_imag (00:22:55): 1239036608 seconds
+progress_src_EP7_real (00:22:55): 1239036608 seconds
+progress_src_EP7_imag (00:22:55): 1239036608 seconds
+progress_src_EP6_real (00:22:55): 1239036608 seconds
+progress_src_EP6_imag (00:22:55): 1239036608 seconds
+progress_src_EP19_real (00:22:55): 1239036608 seconds
+progress_src_EP19_imag (00:22:55): 1239036608 seconds
+progress_src_EP8_real (00:22:55): 1239036608 seconds
+progress_src_EP8_imag (00:22:55): 1239036608 seconds
+progress_src_EP18_real (00:22:55): 1239036608 seconds
+progress_src_EP18_imag (00:22:55): 1239036608 seconds
+progress_src_EP12_real (00:22:55): 1239036608 seconds
+progress_src_EP12_imag (00:22:55): 1239036608 seconds
+progress_src_EP11_real (00:22:55): 1239036608 seconds
+progress_src_EP11_imag (00:22:55): 1239036608 seconds
+progress_src_EP21_real (00:22:55): 1239036608 seconds
+progress_src_EP21_imag (00:22:55): 1239036608 seconds
+progress_src_EP13_real (00:22:55): 1239036608 seconds
+progress_src_EP13_imag (00:22:55): 1239036608 seconds
+progress_src_EP20_real (00:22:55): 1239036608 seconds
+progress_src_EP20_imag (00:22:55): 1239036608 seconds
+progress_src_pcaly_line1_coh (00:22:55): 1239036608 seconds
+progress_src_pcaly_line2_coh (00:22:55): 1239036608 seconds
+progress_src_sus_line1_coh (00:22:55): 1239036608 seconds
+progress_kappa_uim_real_H1 (00:22:55): 1239036320 seconds
+progress_kappa_uim_imag_H1 (00:22:55): 1239036320 seconds
+progress_src_sus_line2_coh (00:22:55): 1239036608 seconds
+progress_kappa_pum_real_H1 (00:22:55): 1239036320 seconds
+progress_kappa_pum_imag_H1 (00:22:55): 1239036320 seconds
+progress_src_sus_line3_coh (00:22:55): 1239036608 seconds
+progress_f_cc_H1 (00:22:55): 1239036320 seconds
+progress_kappa_c_H1 (00:22:55): 1239036320 seconds
+progress_kappa_tst_real_H1 (00:22:55): 1239036320 seconds
+progress_f_s_squared_H1 (00:22:55): 1239036320 seconds
+progress_kappa_tst_imag_H1 (00:22:55): 1239036320 seconds
+progress_SRC_Q_H1 (00:22:55): 1239036320 seconds
+progress_hoft_H1 (00:22:55): 1239036319 seconds
+progress_src_ctrl (00:22:55): 1239036608 seconds
+progress_hoft_cleaned_H1 (00:22:55): 1239036168 seconds
+progress_calibstatevec_H1 (00:22:55): 1239036150 seconds
+progress_src_darm_err (00:22:58): 1239036608 seconds
+progress_hoft_H1 (00:23:00): 1239036360 seconds
+progress_hoft_cleaned_H1 (00:23:00): 1239036208 seconds
+progress_calibstatevec_H1 (00:23:00): 1239036190 seconds
+progress_src_pcal (00:23:01): 1239036608 seconds
+progress_kappa_tst_real_nogate_H1 (00:23:01): 1239036444 seconds
+progress_kappa_uim_real_nogate_H1 (00:23:01): 1239036444 seconds
+progress_kappa_pum_real_nogate_H1 (00:23:01): 1239036444 seconds
+progress_kappa_tst_imag_nogate_H1 (00:23:01): 1239036444 seconds
+progress_kappa_uim_imag_nogate_H1 (00:23:01): 1239036444 seconds
+progress_kappa_pum_imag_nogate_H1 (00:23:01): 1239036444 seconds
+progress_f_cc_nogate_H1 (00:23:01): 1239036444 seconds
+progress_kappa_c_nogate_H1 (00:23:01): 1239036444 seconds
+progress_f_s_squared_nogate_H1 (00:23:01): 1239036444 seconds
+progress_SRC_Q_nogate_H1 (00:23:01): 1239036444 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:23:02): 1239036608 seconds
+progress_hoft_H1 (00:23:05): 1239036379 seconds
+progress_hoft_cleaned_H1 (00:23:05): 1239036227 seconds
+progress_calibstatevec_H1 (00:23:05): 1239036209 seconds
+progress_src_HW_injections_H1 (00:24:05): 1239036672 seconds
+progress_src_obs_intent_H1 (00:24:06): 1239036672 seconds
+progress_src_low_noise_state_H1 (00:24:06): 1239036672 seconds
+progress_src_GRD-ISC_LOCK_OK (00:24:06): 1239036672 seconds
+progress_src_uimexc (00:24:06): 1239036672 seconds
+progress_src_pumexc (00:24:06): 1239036672 seconds
+progress_src_tstexc (00:24:06): 1239036672 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:24:06): 1239036672 seconds
+progress_src_EP1_real (00:24:06): 1239036672 seconds
+progress_src_EP1_imag (00:24:06): 1239036672 seconds
+progress_src_EP15_real (00:24:06): 1239036672 seconds
+progress_src_EP15_imag (00:24:06): 1239036672 seconds
+progress_src_EP22_real (00:24:06): 1239036672 seconds
+progress_src_EP22_imag (00:24:06): 1239036672 seconds
+progress_src_EP7_real (00:24:06): 1239036672 seconds
+progress_src_EP7_imag (00:24:06): 1239036672 seconds
+progress_src_EP6_real (00:24:06): 1239036672 seconds
+progress_src_EP6_imag (00:24:06): 1239036672 seconds
+progress_src_EP19_real (00:24:06): 1239036672 seconds
+progress_src_EP19_imag (00:24:06): 1239036672 seconds
+progress_src_EP8_real (00:24:06): 1239036672 seconds
+progress_src_EP8_imag (00:24:06): 1239036672 seconds
+progress_src_EP18_real (00:24:06): 1239036672 seconds
+progress_src_EP18_imag (00:24:06): 1239036672 seconds
+progress_src_EP12_real (00:24:06): 1239036672 seconds
+progress_src_EP12_imag (00:24:06): 1239036672 seconds
+progress_src_EP11_real (00:24:06): 1239036672 seconds
+progress_src_EP11_imag (00:24:06): 1239036672 seconds
+progress_src_EP21_real (00:24:06): 1239036672 seconds
+progress_src_EP21_imag (00:24:06): 1239036672 seconds
+progress_src_EP13_real (00:24:06): 1239036672 seconds
+progress_src_EP13_imag (00:24:06): 1239036672 seconds
+progress_src_EP20_real (00:24:06): 1239036672 seconds
+progress_src_EP20_imag (00:24:06): 1239036672 seconds
+progress_src_pcaly_line1_coh (00:24:06): 1239036672 seconds
+progress_src_pcaly_line2_coh (00:24:06): 1239036672 seconds
+progress_src_sus_line1_coh (00:24:06): 1239036672 seconds
+progress_kappa_uim_real_H1 (00:24:06): 1239036384 seconds
+progress_kappa_uim_imag_H1 (00:24:06): 1239036384 seconds
+progress_src_sus_line2_coh (00:24:06): 1239036672 seconds
+progress_kappa_pum_real_H1 (00:24:06): 1239036384 seconds
+progress_kappa_pum_imag_H1 (00:24:06): 1239036384 seconds
+progress_src_sus_line3_coh (00:24:06): 1239036672 seconds
+progress_kappa_c_H1 (00:24:06): 1239036384 seconds
+progress_f_cc_H1 (00:24:06): 1239036384 seconds
+progress_kappa_tst_real_H1 (00:24:06): 1239036384 seconds
+progress_f_s_squared_H1 (00:24:06): 1239036384 seconds
+progress_kappa_tst_imag_H1 (00:24:06): 1239036384 seconds
+progress_SRC_Q_H1 (00:24:06): 1239036384 seconds
+progress_hoft_H1 (00:24:06): 1239036383 seconds
+progress_hoft_cleaned_H1 (00:24:06): 1239036232 seconds
+progress_calibstatevec_H1 (00:24:06): 1239036214 seconds
+progress_src_ctrl (00:24:06): 1239036672 seconds
+progress_src_darm_err (00:24:10): 1239036672 seconds
+progress_hoft_H1 (00:24:11): 1239036424 seconds
+progress_hoft_cleaned_H1 (00:24:11): 1239036272 seconds
+progress_calibstatevec_H1 (00:24:11): 1239036254 seconds
+progress_src_pcal (00:24:12): 1239036672 seconds
+progress_kappa_tst_real_nogate_H1 (00:24:12): 1239036508 seconds
+progress_kappa_pum_real_nogate_H1 (00:24:12): 1239036508 seconds
+progress_kappa_uim_real_nogate_H1 (00:24:12): 1239036508 seconds
+progress_kappa_tst_imag_nogate_H1 (00:24:12): 1239036508 seconds
+progress_kappa_uim_imag_nogate_H1 (00:24:12): 1239036508 seconds
+progress_kappa_pum_imag_nogate_H1 (00:24:12): 1239036508 seconds
+progress_f_cc_nogate_H1 (00:24:12): 1239036508 seconds
+progress_kappa_c_nogate_H1 (00:24:12): 1239036508 seconds
+progress_f_s_squared_nogate_H1 (00:24:12): 1239036508 seconds
+progress_SRC_Q_nogate_H1 (00:24:12): 1239036508 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:24:13): 1239036672 seconds
+progress_hoft_H1 (00:24:16): 1239036444 seconds
+progress_hoft_cleaned_H1 (00:24:16): 1239036292 seconds
+progress_calibstatevec_H1 (00:24:16): 1239036274 seconds
+progress_src_HW_injections_H1 (00:25:21): 1239036736 seconds
+progress_src_obs_intent_H1 (00:25:21): 1239036736 seconds
+progress_src_low_noise_state_H1 (00:25:21): 1239036736 seconds
+progress_src_GRD-ISC_LOCK_OK (00:25:21): 1239036736 seconds
+progress_src_uimexc (00:25:21): 1239036736 seconds
+progress_src_pumexc (00:25:21): 1239036736 seconds
+progress_src_tstexc (00:25:21): 1239036736 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:25:21): 1239036736 seconds
+progress_src_EP1_real (00:25:22): 1239036736 seconds
+progress_src_EP1_imag (00:25:22): 1239036736 seconds
+progress_src_EP15_real (00:25:22): 1239036736 seconds
+progress_src_EP15_imag (00:25:22): 1239036736 seconds
+progress_src_EP22_real (00:25:22): 1239036736 seconds
+progress_src_EP22_imag (00:25:22): 1239036736 seconds
+progress_src_EP7_real (00:25:22): 1239036736 seconds
+progress_src_EP7_imag (00:25:22): 1239036736 seconds
+progress_src_EP6_real (00:25:22): 1239036736 seconds
+progress_src_EP6_imag (00:25:22): 1239036736 seconds
+progress_src_EP19_real (00:25:22): 1239036736 seconds
+progress_src_EP19_imag (00:25:22): 1239036736 seconds
+progress_src_EP8_real (00:25:22): 1239036736 seconds
+progress_src_EP8_imag (00:25:22): 1239036736 seconds
+progress_src_EP18_real (00:25:22): 1239036736 seconds
+progress_src_EP18_imag (00:25:22): 1239036736 seconds
+progress_src_EP12_real (00:25:22): 1239036736 seconds
+progress_src_EP12_imag (00:25:22): 1239036736 seconds
+progress_src_EP11_real (00:25:22): 1239036736 seconds
+progress_src_EP11_imag (00:25:22): 1239036736 seconds
+progress_src_EP21_real (00:25:22): 1239036736 seconds
+progress_src_EP21_imag (00:25:22): 1239036736 seconds
+progress_src_EP13_real (00:25:22): 1239036736 seconds
+progress_src_EP13_imag (00:25:22): 1239036736 seconds
+progress_src_EP20_real (00:25:22): 1239036736 seconds
+progress_src_EP20_imag (00:25:22): 1239036736 seconds
+progress_src_pcaly_line1_coh (00:25:22): 1239036736 seconds
+progress_src_pcaly_line2_coh (00:25:22): 1239036736 seconds
+progress_src_sus_line1_coh (00:25:22): 1239036736 seconds
+progress_kappa_uim_real_H1 (00:25:22): 1239036448 seconds
+progress_kappa_uim_imag_H1 (00:25:22): 1239036448 seconds
+progress_src_sus_line2_coh (00:25:22): 1239036736 seconds
+progress_kappa_pum_real_H1 (00:25:22): 1239036448 seconds
+progress_kappa_pum_imag_H1 (00:25:22): 1239036448 seconds
+progress_src_sus_line3_coh (00:25:22): 1239036736 seconds
+progress_kappa_c_H1 (00:25:22): 1239036448 seconds
+progress_kappa_tst_real_H1 (00:25:22): 1239036448 seconds
+progress_f_s_squared_H1 (00:25:22): 1239036448 seconds
+progress_kappa_tst_imag_H1 (00:25:22): 1239036448 seconds
+progress_f_cc_H1 (00:25:22): 1239036448 seconds
+progress_SRC_Q_H1 (00:25:22): 1239036448 seconds
+progress_hoft_H1 (00:25:22): 1239036447 seconds
+progress_hoft_cleaned_H1 (00:25:22): 1239036296 seconds
+progress_calibstatevec_H1 (00:25:22): 1239036278 seconds
+progress_src_ctrl (00:25:22): 1239036736 seconds
+progress_src_darm_err (00:25:25): 1239036736 seconds
+progress_hoft_H1 (00:25:27): 1239036489 seconds
+progress_hoft_cleaned_H1 (00:25:27): 1239036337 seconds
+progress_calibstatevec_H1 (00:25:27): 1239036319 seconds
+progress_src_pcal (00:25:28): 1239036736 seconds
+progress_kappa_pum_real_nogate_H1 (00:25:28): 1239036572 seconds
+progress_kappa_pum_imag_nogate_H1 (00:25:28): 1239036572 seconds
+progress_kappa_tst_real_nogate_H1 (00:25:28): 1239036572 seconds
+progress_kappa_uim_real_nogate_H1 (00:25:28): 1239036572 seconds
+progress_kappa_tst_imag_nogate_H1 (00:25:28): 1239036572 seconds
+progress_kappa_uim_imag_nogate_H1 (00:25:28): 1239036572 seconds
+progress_f_cc_nogate_H1 (00:25:28): 1239036572 seconds
+progress_kappa_c_nogate_H1 (00:25:28): 1239036572 seconds
+progress_f_s_squared_nogate_H1 (00:25:28): 1239036572 seconds
+progress_SRC_Q_nogate_H1 (00:25:28): 1239036572 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:25:29): 1239036736 seconds
+progress_hoft_H1 (00:25:32): 1239036508 seconds
+progress_hoft_cleaned_H1 (00:25:32): 1239036356 seconds
+progress_calibstatevec_H1 (00:25:32): 1239036338 seconds
+progress_src_HW_injections_H1 (00:26:48): 1239036800 seconds
+progress_src_obs_intent_H1 (00:26:49): 1239036800 seconds
+progress_src_low_noise_state_H1 (00:26:49): 1239036800 seconds
+progress_src_GRD-ISC_LOCK_OK (00:26:49): 1239036800 seconds
+progress_src_uimexc (00:26:49): 1239036800 seconds
+progress_src_pumexc (00:26:49): 1239036800 seconds
+progress_src_tstexc (00:26:49): 1239036800 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:26:49): 1239036800 seconds
+progress_src_EP1_real (00:26:49): 1239036800 seconds
+progress_src_EP1_imag (00:26:49): 1239036800 seconds
+progress_src_EP15_real (00:26:49): 1239036800 seconds
+progress_src_EP15_imag (00:26:49): 1239036800 seconds
+progress_src_EP22_real (00:26:49): 1239036800 seconds
+progress_src_EP22_imag (00:26:49): 1239036800 seconds
+progress_src_EP7_real (00:26:49): 1239036800 seconds
+progress_src_EP7_imag (00:26:49): 1239036800 seconds
+progress_src_EP6_real (00:26:49): 1239036800 seconds
+progress_src_EP6_imag (00:26:49): 1239036800 seconds
+progress_src_EP19_real (00:26:49): 1239036800 seconds
+progress_src_EP19_imag (00:26:49): 1239036800 seconds
+progress_src_EP8_real (00:26:49): 1239036800 seconds
+progress_src_EP8_imag (00:26:49): 1239036800 seconds
+progress_src_EP18_real (00:26:49): 1239036800 seconds
+progress_src_EP18_imag (00:26:49): 1239036800 seconds
+progress_src_EP12_real (00:26:49): 1239036800 seconds
+progress_src_EP12_imag (00:26:49): 1239036800 seconds
+progress_src_EP11_real (00:26:49): 1239036800 seconds
+progress_src_EP11_imag (00:26:49): 1239036800 seconds
+progress_src_EP21_real (00:26:49): 1239036800 seconds
+progress_src_EP21_imag (00:26:49): 1239036800 seconds
+progress_src_EP13_real (00:26:49): 1239036800 seconds
+progress_src_EP13_imag (00:26:49): 1239036800 seconds
+progress_src_EP20_real (00:26:49): 1239036800 seconds
+progress_src_EP20_imag (00:26:49): 1239036800 seconds
+progress_src_pcaly_line1_coh (00:26:49): 1239036800 seconds
+progress_src_pcaly_line2_coh (00:26:49): 1239036800 seconds
+progress_src_sus_line1_coh (00:26:49): 1239036800 seconds
+progress_kappa_uim_real_H1 (00:26:49): 1239036512 seconds
+progress_kappa_uim_imag_H1 (00:26:49): 1239036512 seconds
+progress_src_sus_line2_coh (00:26:49): 1239036800 seconds
+progress_kappa_pum_real_H1 (00:26:49): 1239036512 seconds
+progress_kappa_pum_imag_H1 (00:26:49): 1239036512 seconds
+progress_src_sus_line3_coh (00:26:49): 1239036800 seconds
+progress_kappa_c_H1 (00:26:49): 1239036512 seconds
+progress_f_cc_H1 (00:26:49): 1239036512 seconds
+progress_kappa_tst_real_H1 (00:26:49): 1239036512 seconds
+progress_kappa_tst_imag_H1 (00:26:49): 1239036512 seconds
+progress_f_s_squared_H1 (00:26:49): 1239036512 seconds
+progress_SRC_Q_H1 (00:26:49): 1239036512 seconds
+progress_hoft_H1 (00:26:49): 1239036511 seconds
+progress_hoft_cleaned_H1 (00:26:49): 1239036360 seconds
+progress_calibstatevec_H1 (00:26:49): 1239036342 seconds
+progress_src_ctrl (00:26:49): 1239036800 seconds
+progress_src_darm_err (00:26:53): 1239036800 seconds
+progress_hoft_H1 (00:26:54): 1239036553 seconds
+progress_hoft_cleaned_H1 (00:26:54): 1239036401 seconds
+progress_calibstatevec_H1 (00:26:54): 1239036383 seconds
+progress_src_pcal (00:26:55): 1239036800 seconds
+progress_kappa_tst_real_nogate_H1 (00:26:55): 1239036636 seconds
+progress_kappa_pum_real_nogate_H1 (00:26:55): 1239036636 seconds
+progress_kappa_tst_imag_nogate_H1 (00:26:55): 1239036636 seconds
+progress_kappa_uim_real_nogate_H1 (00:26:55): 1239036636 seconds
+progress_kappa_pum_imag_nogate_H1 (00:26:55): 1239036636 seconds
+progress_kappa_uim_imag_nogate_H1 (00:26:55): 1239036636 seconds
+progress_f_cc_nogate_H1 (00:26:55): 1239036636 seconds
+progress_kappa_c_nogate_H1 (00:26:55): 1239036636 seconds
+progress_f_s_squared_nogate_H1 (00:26:55): 1239036636 seconds
+progress_SRC_Q_nogate_H1 (00:26:55): 1239036636 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:26:56): 1239036800 seconds
+progress_hoft_H1 (00:26:59): 1239036572 seconds
+progress_hoft_cleaned_H1 (00:26:59): 1239036420 seconds
+progress_calibstatevec_H1 (00:26:59): 1239036402 seconds
+progress_src_HW_injections_H1 (00:28:00): 1239036864 seconds
+progress_src_obs_intent_H1 (00:28:00): 1239036864 seconds
+progress_src_low_noise_state_H1 (00:28:01): 1239036864 seconds
+progress_src_GRD-ISC_LOCK_OK (00:28:01): 1239036864 seconds
+progress_src_uimexc (00:28:01): 1239036864 seconds
+progress_src_pumexc (00:28:01): 1239036864 seconds
+progress_src_tstexc (00:28:01): 1239036864 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:28:01): 1239036864 seconds
+progress_src_EP1_real (00:28:01): 1239036864 seconds
+progress_src_EP1_imag (00:28:01): 1239036864 seconds
+progress_src_EP15_real (00:28:01): 1239036864 seconds
+progress_src_EP15_imag (00:28:01): 1239036864 seconds
+progress_src_EP22_real (00:28:01): 1239036864 seconds
+progress_src_EP22_imag (00:28:01): 1239036864 seconds
+progress_src_EP7_real (00:28:01): 1239036864 seconds
+progress_src_EP7_imag (00:28:01): 1239036864 seconds
+progress_src_EP6_real (00:28:01): 1239036864 seconds
+progress_src_EP6_imag (00:28:01): 1239036864 seconds
+progress_src_EP19_real (00:28:01): 1239036864 seconds
+progress_src_EP19_imag (00:28:01): 1239036864 seconds
+progress_src_EP8_real (00:28:01): 1239036864 seconds
+progress_src_EP8_imag (00:28:01): 1239036864 seconds
+progress_src_EP18_real (00:28:01): 1239036864 seconds
+progress_src_EP18_imag (00:28:01): 1239036864 seconds
+progress_src_EP12_real (00:28:01): 1239036864 seconds
+progress_src_EP12_imag (00:28:01): 1239036864 seconds
+progress_src_EP11_real (00:28:01): 1239036864 seconds
+progress_src_EP11_imag (00:28:01): 1239036864 seconds
+progress_src_EP21_real (00:28:01): 1239036864 seconds
+progress_src_EP21_imag (00:28:01): 1239036864 seconds
+progress_src_EP13_real (00:28:01): 1239036864 seconds
+progress_src_EP13_imag (00:28:01): 1239036864 seconds
+progress_src_EP20_real (00:28:01): 1239036864 seconds
+progress_src_EP20_imag (00:28:01): 1239036864 seconds
+progress_src_pcaly_line1_coh (00:28:01): 1239036864 seconds
+progress_src_pcaly_line2_coh (00:28:01): 1239036864 seconds
+progress_src_sus_line1_coh (00:28:01): 1239036864 seconds
+progress_kappa_uim_real_H1 (00:28:01): 1239036576 seconds
+progress_kappa_uim_imag_H1 (00:28:01): 1239036576 seconds
+progress_src_sus_line2_coh (00:28:01): 1239036864 seconds
+progress_kappa_pum_real_H1 (00:28:01): 1239036576 seconds
+progress_kappa_pum_imag_H1 (00:28:01): 1239036576 seconds
+progress_src_sus_line3_coh (00:28:01): 1239036864 seconds
+progress_kappa_c_H1 (00:28:01): 1239036576 seconds
+progress_f_cc_H1 (00:28:01): 1239036576 seconds
+progress_f_s_squared_H1 (00:28:01): 1239036576 seconds
+progress_kappa_tst_real_H1 (00:28:01): 1239036576 seconds
+progress_kappa_tst_imag_H1 (00:28:01): 1239036576 seconds
+progress_SRC_Q_H1 (00:28:01): 1239036576 seconds
+progress_hoft_H1 (00:28:01): 1239036575 seconds
+progress_hoft_cleaned_H1 (00:28:01): 1239036424 seconds
+progress_calibstatevec_H1 (00:28:01): 1239036406 seconds
+progress_src_ctrl (00:28:01): 1239036864 seconds
+progress_src_darm_err (00:28:05): 1239036864 seconds
+progress_hoft_cleaned_H1 (00:28:06): 1239036464 seconds
+progress_calibstatevec_H1 (00:28:06): 1239036446 seconds
+progress_hoft_H1 (00:28:06): 1239036616 seconds
+progress_src_pcal (00:28:07): 1239036864 seconds
+progress_kappa_tst_real_nogate_H1 (00:28:07): 1239036700 seconds
+progress_kappa_pum_real_nogate_H1 (00:28:07): 1239036700 seconds
+progress_kappa_tst_imag_nogate_H1 (00:28:07): 1239036700 seconds
+progress_kappa_pum_imag_nogate_H1 (00:28:07): 1239036700 seconds
+progress_kappa_uim_real_nogate_H1 (00:28:07): 1239036700 seconds
+progress_kappa_uim_imag_nogate_H1 (00:28:07): 1239036700 seconds
+progress_f_cc_nogate_H1 (00:28:07): 1239036700 seconds
+progress_kappa_c_nogate_H1 (00:28:07): 1239036700 seconds
+progress_f_s_squared_nogate_H1 (00:28:07): 1239036700 seconds
+progress_SRC_Q_nogate_H1 (00:28:07): 1239036700 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:28:08): 1239036864 seconds
+progress_hoft_H1 (00:28:11): 1239036635 seconds
+progress_hoft_cleaned_H1 (00:28:11): 1239036483 seconds
+progress_calibstatevec_H1 (00:28:11): 1239036465 seconds
+progress_src_HW_injections_H1 (00:29:23): 1239036928 seconds
+progress_src_obs_intent_H1 (00:29:24): 1239036928 seconds
+progress_src_low_noise_state_H1 (00:29:24): 1239036928 seconds
+progress_src_GRD-ISC_LOCK_OK (00:29:24): 1239036928 seconds
+progress_src_uimexc (00:29:24): 1239036928 seconds
+progress_src_pumexc (00:29:24): 1239036928 seconds
+progress_src_tstexc (00:29:24): 1239036928 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:29:24): 1239036928 seconds
+progress_src_EP1_real (00:29:24): 1239036928 seconds
+progress_src_EP1_imag (00:29:24): 1239036928 seconds
+progress_src_EP15_real (00:29:24): 1239036928 seconds
+progress_src_EP15_imag (00:29:24): 1239036928 seconds
+progress_src_EP22_real (00:29:24): 1239036928 seconds
+progress_src_EP22_imag (00:29:24): 1239036928 seconds
+progress_src_EP7_real (00:29:24): 1239036928 seconds
+progress_src_EP7_imag (00:29:24): 1239036928 seconds
+progress_src_EP6_real (00:29:24): 1239036928 seconds
+progress_src_EP6_imag (00:29:24): 1239036928 seconds
+progress_src_EP19_real (00:29:24): 1239036928 seconds
+progress_src_EP19_imag (00:29:24): 1239036928 seconds
+progress_src_EP8_real (00:29:24): 1239036928 seconds
+progress_src_EP8_imag (00:29:24): 1239036928 seconds
+progress_src_EP18_real (00:29:24): 1239036928 seconds
+progress_src_EP18_imag (00:29:24): 1239036928 seconds
+progress_src_EP12_real (00:29:24): 1239036928 seconds
+progress_src_EP12_imag (00:29:24): 1239036928 seconds
+progress_src_EP11_real (00:29:24): 1239036928 seconds
+progress_src_EP11_imag (00:29:24): 1239036928 seconds
+progress_src_EP21_real (00:29:24): 1239036928 seconds
+progress_src_EP21_imag (00:29:24): 1239036928 seconds
+progress_src_EP13_real (00:29:24): 1239036928 seconds
+progress_src_EP13_imag (00:29:24): 1239036928 seconds
+progress_src_EP20_real (00:29:24): 1239036928 seconds
+progress_src_EP20_imag (00:29:24): 1239036928 seconds
+progress_src_pcaly_line1_coh (00:29:24): 1239036928 seconds
+progress_src_pcaly_line2_coh (00:29:24): 1239036928 seconds
+progress_src_sus_line1_coh (00:29:24): 1239036928 seconds
+progress_kappa_uim_real_H1 (00:29:24): 1239036640 seconds
+progress_kappa_uim_imag_H1 (00:29:24): 1239036640 seconds
+progress_src_sus_line2_coh (00:29:24): 1239036928 seconds
+progress_kappa_pum_real_H1 (00:29:24): 1239036640 seconds
+progress_kappa_pum_imag_H1 (00:29:24): 1239036640 seconds
+progress_src_sus_line3_coh (00:29:24): 1239036928 seconds
+progress_f_cc_H1 (00:29:24): 1239036640 seconds
+progress_kappa_c_H1 (00:29:24): 1239036640 seconds
+progress_kappa_tst_real_H1 (00:29:24): 1239036640 seconds
+progress_kappa_tst_imag_H1 (00:29:24): 1239036640 seconds
+progress_f_s_squared_H1 (00:29:24): 1239036640 seconds
+progress_SRC_Q_H1 (00:29:24): 1239036640 seconds
+progress_hoft_H1 (00:29:24): 1239036639 seconds
+progress_hoft_cleaned_H1 (00:29:24): 1239036488 seconds
+progress_src_ctrl (00:29:24): 1239036928 seconds
+progress_calibstatevec_H1 (00:29:24): 1239036470 seconds
+progress_src_darm_err (00:29:28): 1239036928 seconds
+progress_hoft_H1 (00:29:29): 1239036680 seconds
+progress_hoft_cleaned_H1 (00:29:29): 1239036528 seconds
+progress_calibstatevec_H1 (00:29:29): 1239036510 seconds
+progress_src_pcal (00:29:30): 1239036928 seconds
+progress_kappa_tst_real_nogate_H1 (00:29:30): 1239036764 seconds
+progress_kappa_pum_real_nogate_H1 (00:29:30): 1239036764 seconds
+progress_kappa_tst_imag_nogate_H1 (00:29:30): 1239036764 seconds
+progress_kappa_pum_imag_nogate_H1 (00:29:30): 1239036764 seconds
+progress_kappa_uim_real_nogate_H1 (00:29:30): 1239036764 seconds
+progress_kappa_uim_imag_nogate_H1 (00:29:30): 1239036764 seconds
+progress_f_cc_nogate_H1 (00:29:30): 1239036764 seconds
+progress_kappa_c_nogate_H1 (00:29:30): 1239036764 seconds
+progress_f_s_squared_nogate_H1 (00:29:30): 1239036764 seconds
+progress_SRC_Q_nogate_H1 (00:29:30): 1239036764 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:29:31): 1239036928 seconds
+progress_hoft_H1 (00:29:34): 1239036700 seconds
+progress_hoft_cleaned_H1 (00:29:34): 1239036548 seconds
+progress_calibstatevec_H1 (00:29:34): 1239036530 seconds
+progress_src_HW_injections_H1 (00:30:43): 1239036992 seconds
+progress_src_obs_intent_H1 (00:30:43): 1239036992 seconds
+progress_src_low_noise_state_H1 (00:30:43): 1239036992 seconds
+progress_src_GRD-ISC_LOCK_OK (00:30:43): 1239036992 seconds
+progress_src_uimexc (00:30:43): 1239036992 seconds
+progress_src_pumexc (00:30:44): 1239036992 seconds
+progress_src_tstexc (00:30:44): 1239036992 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:30:44): 1239036992 seconds
+progress_src_EP1_real (00:30:44): 1239036992 seconds
+progress_src_EP1_imag (00:30:44): 1239036992 seconds
+progress_src_EP15_real (00:30:44): 1239036992 seconds
+progress_src_EP15_imag (00:30:44): 1239036992 seconds
+progress_src_EP22_real (00:30:44): 1239036992 seconds
+progress_src_EP22_imag (00:30:44): 1239036992 seconds
+progress_src_EP7_real (00:30:44): 1239036992 seconds
+progress_src_EP7_imag (00:30:44): 1239036992 seconds
+progress_src_EP6_real (00:30:44): 1239036992 seconds
+progress_src_EP6_imag (00:30:44): 1239036992 seconds
+progress_src_EP19_real (00:30:44): 1239036992 seconds
+progress_src_EP19_imag (00:30:44): 1239036992 seconds
+progress_src_EP8_real (00:30:44): 1239036992 seconds
+progress_src_EP8_imag (00:30:44): 1239036992 seconds
+progress_src_EP18_real (00:30:44): 1239036992 seconds
+progress_src_EP18_imag (00:30:44): 1239036992 seconds
+progress_src_EP12_real (00:30:44): 1239036992 seconds
+progress_src_EP12_imag (00:30:44): 1239036992 seconds
+progress_src_EP11_real (00:30:44): 1239036992 seconds
+progress_src_EP11_imag (00:30:44): 1239036992 seconds
+progress_src_EP21_real (00:30:44): 1239036992 seconds
+progress_src_EP21_imag (00:30:44): 1239036992 seconds
+progress_src_EP13_real (00:30:44): 1239036992 seconds
+progress_src_EP13_imag (00:30:44): 1239036992 seconds
+progress_src_EP20_real (00:30:44): 1239036992 seconds
+progress_src_EP20_imag (00:30:44): 1239036992 seconds
+progress_src_pcaly_line1_coh (00:30:44): 1239036992 seconds
+progress_src_pcaly_line2_coh (00:30:44): 1239036992 seconds
+progress_src_sus_line1_coh (00:30:44): 1239036992 seconds
+progress_kappa_uim_real_H1 (00:30:44): 1239036704 seconds
+progress_kappa_uim_imag_H1 (00:30:44): 1239036704 seconds
+progress_src_sus_line2_coh (00:30:44): 1239036992 seconds
+progress_kappa_pum_real_H1 (00:30:44): 1239036704 seconds
+progress_kappa_pum_imag_H1 (00:30:44): 1239036704 seconds
+progress_src_sus_line3_coh (00:30:44): 1239036992 seconds
+progress_f_cc_H1 (00:30:44): 1239036704 seconds
+progress_kappa_tst_real_H1 (00:30:44): 1239036704 seconds
+progress_kappa_tst_imag_H1 (00:30:44): 1239036704 seconds
+progress_kappa_c_H1 (00:30:44): 1239036704 seconds
+progress_f_s_squared_H1 (00:30:44): 1239036704 seconds
+progress_SRC_Q_H1 (00:30:44): 1239036704 seconds
+progress_hoft_H1 (00:30:44): 1239036703 seconds
+progress_hoft_cleaned_H1 (00:30:44): 1239036552 seconds
+progress_calibstatevec_H1 (00:30:44): 1239036534 seconds
+progress_src_ctrl (00:30:44): 1239036992 seconds
+progress_src_darm_err (00:30:48): 1239036992 seconds
+progress_hoft_H1 (00:30:49): 1239036745 seconds
+progress_hoft_cleaned_H1 (00:30:49): 1239036593 seconds
+progress_calibstatevec_H1 (00:30:49): 1239036575 seconds
+progress_src_pcal (00:30:50): 1239036992 seconds
+progress_kappa_pum_real_nogate_H1 (00:30:50): 1239036828 seconds
+progress_kappa_pum_imag_nogate_H1 (00:30:50): 1239036828 seconds
+progress_kappa_tst_real_nogate_H1 (00:30:50): 1239036828 seconds
+progress_kappa_uim_real_nogate_H1 (00:30:50): 1239036828 seconds
+progress_kappa_tst_imag_nogate_H1 (00:30:50): 1239036828 seconds
+progress_kappa_uim_imag_nogate_H1 (00:30:50): 1239036828 seconds
+progress_f_cc_nogate_H1 (00:30:50): 1239036828 seconds
+progress_kappa_c_nogate_H1 (00:30:50): 1239036828 seconds
+progress_f_s_squared_nogate_H1 (00:30:50): 1239036828 seconds
+progress_SRC_Q_nogate_H1 (00:30:50): 1239036828 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:30:51): 1239036992 seconds
+progress_hoft_cleaned_H1 (00:30:54): 1239036612 seconds
+progress_calibstatevec_H1 (00:30:54): 1239036594 seconds
+progress_hoft_H1 (00:30:54): 1239036764 seconds
+progress_src_HW_injections_H1 (00:32:07): 1239037056 seconds
+progress_src_obs_intent_H1 (00:32:07): 1239037056 seconds
+progress_src_low_noise_state_H1 (00:32:07): 1239037056 seconds
+progress_src_GRD-ISC_LOCK_OK (00:32:07): 1239037056 seconds
+progress_src_uimexc (00:32:07): 1239037056 seconds
+progress_src_pumexc (00:32:07): 1239037056 seconds
+progress_src_tstexc (00:32:07): 1239037056 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:32:07): 1239037056 seconds
+progress_src_EP1_real (00:32:07): 1239037056 seconds
+progress_src_EP1_imag (00:32:07): 1239037056 seconds
+progress_src_EP15_real (00:32:07): 1239037056 seconds
+progress_src_EP15_imag (00:32:07): 1239037056 seconds
+progress_src_EP22_real (00:32:07): 1239037056 seconds
+progress_src_EP22_imag (00:32:07): 1239037056 seconds
+progress_src_EP7_real (00:32:07): 1239037056 seconds
+progress_src_EP7_imag (00:32:07): 1239037056 seconds
+progress_src_EP6_real (00:32:07): 1239037056 seconds
+progress_src_EP6_imag (00:32:07): 1239037056 seconds
+progress_src_EP19_real (00:32:07): 1239037056 seconds
+progress_src_EP19_imag (00:32:07): 1239037056 seconds
+progress_src_EP8_real (00:32:07): 1239037056 seconds
+progress_src_EP8_imag (00:32:07): 1239037056 seconds
+progress_src_EP18_real (00:32:07): 1239037056 seconds
+progress_src_EP18_imag (00:32:07): 1239037056 seconds
+progress_src_EP12_real (00:32:07): 1239037056 seconds
+progress_src_EP12_imag (00:32:07): 1239037056 seconds
+progress_src_EP11_real (00:32:07): 1239037056 seconds
+progress_src_EP11_imag (00:32:07): 1239037056 seconds
+progress_src_EP21_real (00:32:07): 1239037056 seconds
+progress_src_EP21_imag (00:32:07): 1239037056 seconds
+progress_src_EP13_real (00:32:07): 1239037056 seconds
+progress_src_EP13_imag (00:32:07): 1239037056 seconds
+progress_src_EP20_real (00:32:07): 1239037056 seconds
+progress_src_EP20_imag (00:32:07): 1239037056 seconds
+progress_src_pcaly_line1_coh (00:32:07): 1239037056 seconds
+progress_src_pcaly_line2_coh (00:32:07): 1239037056 seconds
+progress_src_sus_line1_coh (00:32:07): 1239037056 seconds
+progress_kappa_uim_real_H1 (00:32:07): 1239036768 seconds
+progress_kappa_uim_imag_H1 (00:32:07): 1239036768 seconds
+progress_src_sus_line2_coh (00:32:07): 1239037056 seconds
+progress_kappa_pum_real_H1 (00:32:07): 1239036768 seconds
+progress_kappa_pum_imag_H1 (00:32:07): 1239036768 seconds
+progress_src_sus_line3_coh (00:32:07): 1239037056 seconds
+progress_kappa_c_H1 (00:32:07): 1239036768 seconds
+progress_f_cc_H1 (00:32:07): 1239036768 seconds
+progress_kappa_tst_real_H1 (00:32:07): 1239036768 seconds
+progress_f_s_squared_H1 (00:32:07): 1239036768 seconds
+progress_kappa_tst_imag_H1 (00:32:07): 1239036768 seconds
+progress_SRC_Q_H1 (00:32:07): 1239036768 seconds
+progress_hoft_H1 (00:32:07): 1239036767 seconds
+progress_src_ctrl (00:32:07): 1239037056 seconds
+progress_hoft_cleaned_H1 (00:32:07): 1239036616 seconds
+progress_calibstatevec_H1 (00:32:07): 1239036598 seconds
+progress_src_darm_err (00:32:11): 1239037056 seconds
+progress_hoft_H1 (00:32:12): 1239036806 seconds
+progress_hoft_cleaned_H1 (00:32:12): 1239036654 seconds
+progress_calibstatevec_H1 (00:32:12): 1239036636 seconds
+progress_src_pcal (00:32:13): 1239037056 seconds
+progress_kappa_tst_real_nogate_H1 (00:32:13): 1239036892 seconds
+progress_kappa_uim_real_nogate_H1 (00:32:13): 1239036892 seconds
+progress_kappa_pum_real_nogate_H1 (00:32:13): 1239036892 seconds
+progress_kappa_uim_imag_nogate_H1 (00:32:13): 1239036892 seconds
+progress_kappa_tst_imag_nogate_H1 (00:32:13): 1239036892 seconds
+progress_kappa_pum_imag_nogate_H1 (00:32:13): 1239036892 seconds
+progress_kappa_c_nogate_H1 (00:32:13): 1239036892 seconds
+progress_f_cc_nogate_H1 (00:32:13): 1239036892 seconds
+progress_f_s_squared_nogate_H1 (00:32:13): 1239036892 seconds
+progress_SRC_Q_nogate_H1 (00:32:13): 1239036892 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:32:14): 1239037056 seconds
+progress_hoft_H1 (00:32:17): 1239036825 seconds
+progress_hoft_cleaned_H1 (00:32:17): 1239036673 seconds
+progress_calibstatevec_H1 (00:32:17): 1239036655 seconds
+progress_src_HW_injections_H1 (00:33:57): 1239037120 seconds
+progress_src_obs_intent_H1 (00:33:58): 1239037120 seconds
+progress_src_low_noise_state_H1 (00:33:58): 1239037120 seconds
+progress_src_GRD-ISC_LOCK_OK (00:33:58): 1239037120 seconds
+progress_src_uimexc (00:33:58): 1239037120 seconds
+progress_src_pumexc (00:33:58): 1239037120 seconds
+progress_src_tstexc (00:33:58): 1239037120 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:33:58): 1239037120 seconds
+progress_src_EP1_real (00:33:58): 1239037120 seconds
+progress_src_EP1_imag (00:33:58): 1239037120 seconds
+progress_src_EP15_real (00:33:58): 1239037120 seconds
+progress_src_EP15_imag (00:33:58): 1239037120 seconds
+progress_src_EP22_real (00:33:58): 1239037120 seconds
+progress_src_EP22_imag (00:33:58): 1239037120 seconds
+progress_src_EP7_real (00:33:58): 1239037120 seconds
+progress_src_EP7_imag (00:33:58): 1239037120 seconds
+progress_src_EP6_real (00:33:58): 1239037120 seconds
+progress_src_EP6_imag (00:33:58): 1239037120 seconds
+progress_src_EP19_real (00:33:58): 1239037120 seconds
+progress_src_EP19_imag (00:33:58): 1239037120 seconds
+progress_src_EP8_real (00:33:58): 1239037120 seconds
+progress_src_EP8_imag (00:33:58): 1239037120 seconds
+progress_src_EP18_real (00:33:58): 1239037120 seconds
+progress_src_EP18_imag (00:33:58): 1239037120 seconds
+progress_src_EP12_real (00:33:58): 1239037120 seconds
+progress_src_EP12_imag (00:33:58): 1239037120 seconds
+progress_src_EP11_real (00:33:58): 1239037120 seconds
+progress_src_EP11_imag (00:33:58): 1239037120 seconds
+progress_src_EP21_real (00:33:58): 1239037120 seconds
+progress_src_EP21_imag (00:33:58): 1239037120 seconds
+progress_src_EP13_real (00:33:58): 1239037120 seconds
+progress_src_EP13_imag (00:33:58): 1239037120 seconds
+progress_src_EP20_real (00:33:58): 1239037120 seconds
+progress_src_EP20_imag (00:33:58): 1239037120 seconds
+progress_src_pcaly_line1_coh (00:33:58): 1239037120 seconds
+progress_src_pcaly_line2_coh (00:33:58): 1239037120 seconds
+progress_src_sus_line1_coh (00:33:58): 1239037120 seconds
+progress_kappa_uim_real_H1 (00:33:58): 1239036832 seconds
+progress_kappa_uim_imag_H1 (00:33:58): 1239036832 seconds
+progress_src_sus_line2_coh (00:33:58): 1239037120 seconds
+progress_kappa_pum_real_H1 (00:33:58): 1239036832 seconds
+progress_kappa_pum_imag_H1 (00:33:58): 1239036832 seconds
+progress_src_sus_line3_coh (00:33:58): 1239037120 seconds
+progress_kappa_c_H1 (00:33:58): 1239036832 seconds
+progress_f_cc_H1 (00:33:58): 1239036832 seconds
+progress_kappa_tst_real_H1 (00:33:58): 1239036832 seconds
+progress_kappa_tst_imag_H1 (00:33:58): 1239036832 seconds
+progress_f_s_squared_H1 (00:33:58): 1239036832 seconds
+progress_SRC_Q_H1 (00:33:58): 1239036832 seconds
+progress_hoft_H1 (00:33:58): 1239036831 seconds
+progress_src_ctrl (00:33:58): 1239037120 seconds
+progress_hoft_cleaned_H1 (00:33:58): 1239036680 seconds
+progress_calibstatevec_H1 (00:33:58): 1239036662 seconds
+progress_src_darm_err (00:34:02): 1239037120 seconds
+progress_hoft_H1 (00:34:03): 1239036870 seconds
+progress_hoft_cleaned_H1 (00:34:03): 1239036718 seconds
+progress_calibstatevec_H1 (00:34:03): 1239036700 seconds
+progress_src_pcal (00:34:04): 1239037120 seconds
+progress_kappa_pum_real_nogate_H1 (00:34:04): 1239036956 seconds
+progress_kappa_tst_real_nogate_H1 (00:34:04): 1239036956 seconds
+progress_kappa_uim_real_nogate_H1 (00:34:04): 1239036956 seconds
+progress_kappa_uim_imag_nogate_H1 (00:34:04): 1239036956 seconds
+progress_kappa_pum_imag_nogate_H1 (00:34:04): 1239036956 seconds
+progress_kappa_tst_imag_nogate_H1 (00:34:04): 1239036956 seconds
+progress_f_cc_nogate_H1 (00:34:04): 1239036956 seconds
+progress_kappa_c_nogate_H1 (00:34:04): 1239036956 seconds
+progress_f_s_squared_nogate_H1 (00:34:04): 1239036956 seconds
+progress_SRC_Q_nogate_H1 (00:34:04): 1239036956 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:34:05): 1239037120 seconds
+progress_hoft_cleaned_H1 (00:34:08): 1239036737 seconds
+progress_calibstatevec_H1 (00:34:08): 1239036719 seconds
+progress_hoft_H1 (00:34:08): 1239036889 seconds
+progress_src_HW_injections_H1 (00:35:17): 1239037184 seconds
+progress_src_obs_intent_H1 (00:35:17): 1239037184 seconds
+progress_src_low_noise_state_H1 (00:35:17): 1239037184 seconds
+progress_src_GRD-ISC_LOCK_OK (00:35:17): 1239037184 seconds
+progress_src_uimexc (00:35:17): 1239037184 seconds
+progress_src_pumexc (00:35:17): 1239037184 seconds
+progress_src_tstexc (00:35:17): 1239037184 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:35:17): 1239037184 seconds
+progress_src_EP1_real (00:35:17): 1239037184 seconds
+progress_src_EP1_imag (00:35:17): 1239037184 seconds
+progress_src_EP15_real (00:35:17): 1239037184 seconds
+progress_src_EP15_imag (00:35:17): 1239037184 seconds
+progress_src_EP22_real (00:35:17): 1239037184 seconds
+progress_src_EP22_imag (00:35:17): 1239037184 seconds
+progress_src_EP7_real (00:35:17): 1239037184 seconds
+progress_src_EP7_imag (00:35:17): 1239037184 seconds
+progress_src_EP6_real (00:35:17): 1239037184 seconds
+progress_src_EP6_imag (00:35:17): 1239037184 seconds
+progress_src_EP19_real (00:35:17): 1239037184 seconds
+progress_src_EP19_imag (00:35:17): 1239037184 seconds
+progress_src_EP8_real (00:35:17): 1239037184 seconds
+progress_src_EP8_imag (00:35:17): 1239037184 seconds
+progress_src_EP18_real (00:35:17): 1239037184 seconds
+progress_src_EP18_imag (00:35:17): 1239037184 seconds
+progress_src_EP12_real (00:35:17): 1239037184 seconds
+progress_src_EP12_imag (00:35:17): 1239037184 seconds
+progress_src_EP11_real (00:35:17): 1239037184 seconds
+progress_src_EP11_imag (00:35:17): 1239037184 seconds
+progress_src_EP21_real (00:35:17): 1239037184 seconds
+progress_src_EP21_imag (00:35:17): 1239037184 seconds
+progress_src_EP13_real (00:35:17): 1239037184 seconds
+progress_src_EP13_imag (00:35:17): 1239037184 seconds
+progress_src_EP20_real (00:35:17): 1239037184 seconds
+progress_src_EP20_imag (00:35:17): 1239037184 seconds
+progress_src_pcaly_line1_coh (00:35:17): 1239037184 seconds
+progress_src_pcaly_line2_coh (00:35:17): 1239037184 seconds
+progress_src_sus_line1_coh (00:35:17): 1239037184 seconds
+progress_kappa_uim_real_H1 (00:35:17): 1239036896 seconds
+progress_kappa_uim_imag_H1 (00:35:17): 1239036896 seconds
+progress_src_sus_line2_coh (00:35:17): 1239037184 seconds
+progress_kappa_pum_real_H1 (00:35:17): 1239036896 seconds
+progress_kappa_pum_imag_H1 (00:35:17): 1239036896 seconds
+progress_src_sus_line3_coh (00:35:17): 1239037184 seconds
+progress_kappa_c_H1 (00:35:17): 1239036896 seconds
+progress_f_cc_H1 (00:35:17): 1239036896 seconds
+progress_kappa_tst_real_H1 (00:35:17): 1239036896 seconds
+progress_kappa_tst_imag_H1 (00:35:17): 1239036896 seconds
+progress_f_s_squared_H1 (00:35:17): 1239036896 seconds
+progress_SRC_Q_H1 (00:35:17): 1239036896 seconds
+progress_hoft_H1 (00:35:17): 1239036895 seconds
+progress_hoft_cleaned_H1 (00:35:17): 1239036744 seconds
+progress_src_ctrl (00:35:17): 1239037184 seconds
+progress_calibstatevec_H1 (00:35:17): 1239036726 seconds
+progress_src_darm_err (00:35:21): 1239037184 seconds
+progress_hoft_H1 (00:35:22): 1239036935 seconds
+progress_hoft_cleaned_H1 (00:35:22): 1239036783 seconds
+progress_calibstatevec_H1 (00:35:22): 1239036765 seconds
+progress_src_pcal (00:35:24): 1239037184 seconds
+progress_kappa_tst_real_nogate_H1 (00:35:24): 1239037020 seconds
+progress_kappa_tst_imag_nogate_H1 (00:35:24): 1239037020 seconds
+progress_kappa_pum_real_nogate_H1 (00:35:24): 1239037020 seconds
+progress_kappa_pum_imag_nogate_H1 (00:35:24): 1239037020 seconds
+progress_kappa_uim_real_nogate_H1 (00:35:24): 1239037020 seconds
+progress_kappa_uim_imag_nogate_H1 (00:35:24): 1239037020 seconds
+progress_f_cc_nogate_H1 (00:35:24): 1239037020 seconds
+progress_kappa_c_nogate_H1 (00:35:24): 1239037020 seconds
+progress_f_s_squared_nogate_H1 (00:35:24): 1239037020 seconds
+progress_SRC_Q_nogate_H1 (00:35:24): 1239037020 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:35:24): 1239037184 seconds
+progress_hoft_H1 (00:35:27): 1239036954 seconds
+progress_hoft_cleaned_H1 (00:35:27): 1239036802 seconds
+progress_calibstatevec_H1 (00:35:27): 1239036784 seconds
+progress_src_HW_injections_H1 (00:36:33): 1239037248 seconds
+progress_src_obs_intent_H1 (00:36:33): 1239037248 seconds
+progress_src_low_noise_state_H1 (00:36:33): 1239037248 seconds
+progress_src_GRD-ISC_LOCK_OK (00:36:33): 1239037248 seconds
+progress_src_uimexc (00:36:33): 1239037248 seconds
+progress_src_pumexc (00:36:33): 1239037248 seconds
+progress_src_tstexc (00:36:33): 1239037248 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:36:33): 1239037248 seconds
+progress_src_EP1_real (00:36:33): 1239037248 seconds
+progress_src_EP1_imag (00:36:33): 1239037248 seconds
+progress_src_EP15_real (00:36:33): 1239037248 seconds
+progress_src_EP15_imag (00:36:33): 1239037248 seconds
+progress_src_EP22_real (00:36:33): 1239037248 seconds
+progress_src_EP22_imag (00:36:33): 1239037248 seconds
+progress_src_EP7_real (00:36:33): 1239037248 seconds
+progress_src_EP7_imag (00:36:33): 1239037248 seconds
+progress_src_EP6_real (00:36:33): 1239037248 seconds
+progress_src_EP6_imag (00:36:33): 1239037248 seconds
+progress_src_EP19_real (00:36:33): 1239037248 seconds
+progress_src_EP19_imag (00:36:33): 1239037248 seconds
+progress_src_EP8_real (00:36:33): 1239037248 seconds
+progress_src_EP8_imag (00:36:33): 1239037248 seconds
+progress_src_EP18_real (00:36:33): 1239037248 seconds
+progress_src_EP18_imag (00:36:33): 1239037248 seconds
+progress_src_EP12_real (00:36:33): 1239037248 seconds
+progress_src_EP12_imag (00:36:33): 1239037248 seconds
+progress_src_EP11_real (00:36:33): 1239037248 seconds
+progress_src_EP11_imag (00:36:33): 1239037248 seconds
+progress_src_EP21_real (00:36:33): 1239037248 seconds
+progress_src_EP21_imag (00:36:33): 1239037248 seconds
+progress_src_EP13_real (00:36:33): 1239037248 seconds
+progress_src_EP13_imag (00:36:33): 1239037248 seconds
+progress_src_EP20_real (00:36:33): 1239037248 seconds
+progress_src_EP20_imag (00:36:33): 1239037248 seconds
+progress_src_pcaly_line1_coh (00:36:33): 1239037248 seconds
+progress_src_pcaly_line2_coh (00:36:33): 1239037248 seconds
+progress_src_sus_line1_coh (00:36:33): 1239037248 seconds
+progress_kappa_uim_real_H1 (00:36:33): 1239036960 seconds
+progress_kappa_uim_imag_H1 (00:36:33): 1239036960 seconds
+progress_src_sus_line2_coh (00:36:33): 1239037248 seconds
+progress_kappa_pum_real_H1 (00:36:33): 1239036960 seconds
+progress_kappa_pum_imag_H1 (00:36:33): 1239036960 seconds
+progress_src_sus_line3_coh (00:36:33): 1239037248 seconds
+progress_kappa_c_H1 (00:36:33): 1239036960 seconds
+progress_f_cc_H1 (00:36:33): 1239036960 seconds
+progress_kappa_tst_real_H1 (00:36:33): 1239036960 seconds
+progress_kappa_tst_imag_H1 (00:36:33): 1239036960 seconds
+progress_f_s_squared_H1 (00:36:33): 1239036960 seconds
+progress_SRC_Q_H1 (00:36:33): 1239036960 seconds
+progress_hoft_H1 (00:36:33): 1239036959 seconds
+progress_src_ctrl (00:36:33): 1239037248 seconds
+progress_hoft_cleaned_H1 (00:36:33): 1239036808 seconds
+progress_calibstatevec_H1 (00:36:33): 1239036790 seconds
+progress_src_darm_err (00:36:37): 1239037248 seconds
+progress_hoft_H1 (00:36:38): 1239036999 seconds
+progress_hoft_cleaned_H1 (00:36:38): 1239036847 seconds
+progress_calibstatevec_H1 (00:36:38): 1239036829 seconds
+progress_src_pcal (00:36:40): 1239037248 seconds
+progress_kappa_tst_real_nogate_H1 (00:36:40): 1239037084 seconds
+progress_kappa_uim_real_nogate_H1 (00:36:40): 1239037084 seconds
+progress_kappa_pum_real_nogate_H1 (00:36:40): 1239037084 seconds
+progress_kappa_tst_imag_nogate_H1 (00:36:40): 1239037084 seconds
+progress_kappa_uim_imag_nogate_H1 (00:36:40): 1239037084 seconds
+progress_kappa_pum_imag_nogate_H1 (00:36:40): 1239037084 seconds
+progress_f_cc_nogate_H1 (00:36:40): 1239037084 seconds
+progress_kappa_c_nogate_H1 (00:36:40): 1239037084 seconds
+progress_f_s_squared_nogate_H1 (00:36:40): 1239037084 seconds
+progress_SRC_Q_nogate_H1 (00:36:40): 1239037084 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:36:40): 1239037248 seconds
+progress_hoft_H1 (00:36:43): 1239037017 seconds
+progress_hoft_cleaned_H1 (00:36:43): 1239036865 seconds
+progress_calibstatevec_H1 (00:36:43): 1239036847 seconds
+progress_src_HW_injections_H1 (00:37:55): 1239037312 seconds
+progress_src_obs_intent_H1 (00:37:55): 1239037312 seconds
+progress_src_low_noise_state_H1 (00:37:55): 1239037312 seconds
+progress_src_GRD-ISC_LOCK_OK (00:37:55): 1239037312 seconds
+progress_src_uimexc (00:37:55): 1239037312 seconds
+progress_src_pumexc (00:37:55): 1239037312 seconds
+progress_src_tstexc (00:37:55): 1239037312 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:37:55): 1239037312 seconds
+progress_src_EP1_real (00:37:55): 1239037312 seconds
+progress_src_EP1_imag (00:37:55): 1239037312 seconds
+progress_src_EP15_real (00:37:55): 1239037312 seconds
+progress_src_EP15_imag (00:37:55): 1239037312 seconds
+progress_src_EP22_real (00:37:55): 1239037312 seconds
+progress_src_EP22_imag (00:37:55): 1239037312 seconds
+progress_src_EP7_real (00:37:55): 1239037312 seconds
+progress_src_EP7_imag (00:37:55): 1239037312 seconds
+progress_src_EP6_real (00:37:55): 1239037312 seconds
+progress_src_EP6_imag (00:37:55): 1239037312 seconds
+progress_src_EP19_real (00:37:55): 1239037312 seconds
+progress_src_EP19_imag (00:37:55): 1239037312 seconds
+progress_src_EP8_real (00:37:55): 1239037312 seconds
+progress_src_EP8_imag (00:37:55): 1239037312 seconds
+progress_src_EP18_real (00:37:55): 1239037312 seconds
+progress_src_EP18_imag (00:37:55): 1239037312 seconds
+progress_src_EP12_real (00:37:55): 1239037312 seconds
+progress_src_EP12_imag (00:37:55): 1239037312 seconds
+progress_src_EP11_real (00:37:55): 1239037312 seconds
+progress_src_EP11_imag (00:37:55): 1239037312 seconds
+progress_src_EP21_real (00:37:55): 1239037312 seconds
+progress_src_EP21_imag (00:37:55): 1239037312 seconds
+progress_src_EP13_real (00:37:55): 1239037312 seconds
+progress_src_EP13_imag (00:37:55): 1239037312 seconds
+progress_src_EP20_real (00:37:55): 1239037312 seconds
+progress_src_EP20_imag (00:37:55): 1239037312 seconds
+progress_src_pcaly_line1_coh (00:37:55): 1239037312 seconds
+progress_src_pcaly_line2_coh (00:37:55): 1239037312 seconds
+progress_src_sus_line1_coh (00:37:55): 1239037312 seconds
+progress_kappa_uim_real_H1 (00:37:55): 1239037024 seconds
+progress_kappa_uim_imag_H1 (00:37:55): 1239037024 seconds
+progress_src_sus_line2_coh (00:37:55): 1239037312 seconds
+progress_kappa_pum_real_H1 (00:37:55): 1239037024 seconds
+progress_kappa_pum_imag_H1 (00:37:55): 1239037024 seconds
+progress_src_sus_line3_coh (00:37:55): 1239037312 seconds
+progress_kappa_c_H1 (00:37:55): 1239037024 seconds
+progress_f_cc_H1 (00:37:55): 1239037024 seconds
+progress_kappa_tst_real_H1 (00:37:55): 1239037024 seconds
+progress_kappa_tst_imag_H1 (00:37:55): 1239037024 seconds
+progress_f_s_squared_H1 (00:37:55): 1239037024 seconds
+progress_SRC_Q_H1 (00:37:55): 1239037024 seconds
+progress_hoft_H1 (00:37:55): 1239037023 seconds
+progress_hoft_cleaned_H1 (00:37:55): 1239036872 seconds
+progress_src_ctrl (00:37:55): 1239037312 seconds
+progress_calibstatevec_H1 (00:37:55): 1239036854 seconds
+progress_src_darm_err (00:37:59): 1239037312 seconds
+progress_hoft_H1 (00:38:00): 1239037063 seconds
+progress_hoft_cleaned_H1 (00:38:00): 1239036911 seconds
+progress_calibstatevec_H1 (00:38:00): 1239036893 seconds
+progress_src_pcal (00:38:02): 1239037312 seconds
+progress_kappa_uim_real_nogate_H1 (00:38:02): 1239037148 seconds
+progress_kappa_tst_real_nogate_H1 (00:38:02): 1239037148 seconds
+progress_kappa_pum_real_nogate_H1 (00:38:02): 1239037148 seconds
+progress_kappa_uim_imag_nogate_H1 (00:38:02): 1239037148 seconds
+progress_kappa_tst_imag_nogate_H1 (00:38:02): 1239037148 seconds
+progress_kappa_pum_imag_nogate_H1 (00:38:02): 1239037148 seconds
+progress_f_cc_nogate_H1 (00:38:02): 1239037148 seconds
+progress_kappa_c_nogate_H1 (00:38:02): 1239037148 seconds
+progress_f_s_squared_nogate_H1 (00:38:02): 1239037148 seconds
+progress_SRC_Q_nogate_H1 (00:38:02): 1239037148 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:38:02): 1239037312 seconds
+progress_hoft_cleaned_H1 (00:38:05): 1239036930 seconds
+progress_calibstatevec_H1 (00:38:05): 1239036912 seconds
+progress_hoft_H1 (00:38:05): 1239037082 seconds
+progress_src_HW_injections_H1 (00:39:13): 1239037376 seconds
+progress_src_obs_intent_H1 (00:39:13): 1239037376 seconds
+progress_src_low_noise_state_H1 (00:39:13): 1239037376 seconds
+progress_src_GRD-ISC_LOCK_OK (00:39:13): 1239037376 seconds
+progress_src_uimexc (00:39:13): 1239037376 seconds
+progress_src_pumexc (00:39:13): 1239037376 seconds
+progress_src_tstexc (00:39:13): 1239037376 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:39:13): 1239037376 seconds
+progress_src_EP1_real (00:39:14): 1239037376 seconds
+progress_src_EP1_imag (00:39:14): 1239037376 seconds
+progress_src_EP15_real (00:39:14): 1239037376 seconds
+progress_src_EP15_imag (00:39:14): 1239037376 seconds
+progress_src_EP22_real (00:39:14): 1239037376 seconds
+progress_src_EP22_imag (00:39:14): 1239037376 seconds
+progress_src_EP7_real (00:39:14): 1239037376 seconds
+progress_src_EP7_imag (00:39:14): 1239037376 seconds
+progress_src_EP6_real (00:39:14): 1239037376 seconds
+progress_src_EP6_imag (00:39:14): 1239037376 seconds
+progress_src_EP19_real (00:39:14): 1239037376 seconds
+progress_src_EP19_imag (00:39:14): 1239037376 seconds
+progress_src_EP8_real (00:39:14): 1239037376 seconds
+progress_src_EP8_imag (00:39:14): 1239037376 seconds
+progress_src_EP18_real (00:39:14): 1239037376 seconds
+progress_src_EP18_imag (00:39:14): 1239037376 seconds
+progress_src_EP12_real (00:39:14): 1239037376 seconds
+progress_src_EP12_imag (00:39:14): 1239037376 seconds
+progress_src_EP11_real (00:39:14): 1239037376 seconds
+progress_src_EP11_imag (00:39:14): 1239037376 seconds
+progress_src_EP21_real (00:39:14): 1239037376 seconds
+progress_src_EP21_imag (00:39:14): 1239037376 seconds
+progress_src_EP13_real (00:39:14): 1239037376 seconds
+progress_src_EP13_imag (00:39:14): 1239037376 seconds
+progress_src_EP20_real (00:39:14): 1239037376 seconds
+progress_src_EP20_imag (00:39:14): 1239037376 seconds
+progress_src_pcaly_line1_coh (00:39:14): 1239037376 seconds
+progress_src_pcaly_line2_coh (00:39:14): 1239037376 seconds
+progress_src_sus_line1_coh (00:39:14): 1239037376 seconds
+progress_kappa_uim_real_H1 (00:39:14): 1239037088 seconds
+progress_kappa_uim_imag_H1 (00:39:14): 1239037088 seconds
+progress_src_sus_line2_coh (00:39:14): 1239037376 seconds
+progress_kappa_pum_real_H1 (00:39:14): 1239037088 seconds
+progress_kappa_pum_imag_H1 (00:39:14): 1239037088 seconds
+progress_src_sus_line3_coh (00:39:14): 1239037376 seconds
+progress_f_cc_H1 (00:39:14): 1239037088 seconds
+progress_kappa_c_H1 (00:39:14): 1239037088 seconds
+progress_kappa_tst_real_H1 (00:39:14): 1239037088 seconds
+progress_kappa_tst_imag_H1 (00:39:14): 1239037088 seconds
+progress_f_s_squared_H1 (00:39:14): 1239037088 seconds
+progress_SRC_Q_H1 (00:39:14): 1239037088 seconds
+progress_hoft_H1 (00:39:14): 1239037087 seconds
+progress_src_ctrl (00:39:14): 1239037376 seconds
+progress_hoft_cleaned_H1 (00:39:14): 1239036936 seconds
+progress_calibstatevec_H1 (00:39:14): 1239036918 seconds
+progress_src_darm_err (00:39:17): 1239037376 seconds
+progress_hoft_cleaned_H1 (00:39:19): 1239036975 seconds
+progress_calibstatevec_H1 (00:39:19): 1239036957 seconds
+progress_hoft_H1 (00:39:19): 1239037127 seconds
+progress_src_pcal (00:39:20): 1239037376 seconds
+progress_kappa_uim_real_nogate_H1 (00:39:20): 1239037212 seconds
+progress_kappa_tst_real_nogate_H1 (00:39:20): 1239037212 seconds
+progress_kappa_uim_imag_nogate_H1 (00:39:20): 1239037212 seconds
+progress_kappa_tst_imag_nogate_H1 (00:39:20): 1239037212 seconds
+progress_kappa_pum_real_nogate_H1 (00:39:20): 1239037212 seconds
+progress_kappa_pum_imag_nogate_H1 (00:39:20): 1239037212 seconds
+progress_f_cc_nogate_H1 (00:39:20): 1239037212 seconds
+progress_kappa_c_nogate_H1 (00:39:20): 1239037212 seconds
+progress_f_s_squared_nogate_H1 (00:39:20): 1239037212 seconds
+progress_SRC_Q_nogate_H1 (00:39:20): 1239037212 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:39:21): 1239037376 seconds
+progress_hoft_H1 (00:39:24): 1239037146 seconds
+progress_hoft_cleaned_H1 (00:39:24): 1239036994 seconds
+progress_calibstatevec_H1 (00:39:24): 1239036976 seconds
+progress_src_HW_injections_H1 (00:40:27): 1239037440 seconds
+progress_src_obs_intent_H1 (00:40:27): 1239037440 seconds
+progress_src_low_noise_state_H1 (00:40:27): 1239037440 seconds
+progress_src_GRD-ISC_LOCK_OK (00:40:27): 1239037440 seconds
+progress_src_uimexc (00:40:27): 1239037440 seconds
+progress_src_pumexc (00:40:27): 1239037440 seconds
+progress_src_tstexc (00:40:27): 1239037440 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:40:27): 1239037440 seconds
+progress_src_EP1_real (00:40:27): 1239037440 seconds
+progress_src_EP1_imag (00:40:27): 1239037440 seconds
+progress_src_EP15_real (00:40:27): 1239037440 seconds
+progress_src_EP15_imag (00:40:27): 1239037440 seconds
+progress_src_EP22_real (00:40:27): 1239037440 seconds
+progress_src_EP22_imag (00:40:27): 1239037440 seconds
+progress_src_EP7_real (00:40:27): 1239037440 seconds
+progress_src_EP7_imag (00:40:27): 1239037440 seconds
+progress_src_EP6_real (00:40:27): 1239037440 seconds
+progress_src_EP6_imag (00:40:27): 1239037440 seconds
+progress_src_EP19_real (00:40:27): 1239037440 seconds
+progress_src_EP19_imag (00:40:27): 1239037440 seconds
+progress_src_EP8_real (00:40:27): 1239037440 seconds
+progress_src_EP8_imag (00:40:27): 1239037440 seconds
+progress_src_EP18_real (00:40:27): 1239037440 seconds
+progress_src_EP18_imag (00:40:27): 1239037440 seconds
+progress_src_EP12_real (00:40:27): 1239037440 seconds
+progress_src_EP12_imag (00:40:27): 1239037440 seconds
+progress_src_EP11_real (00:40:27): 1239037440 seconds
+progress_src_EP11_imag (00:40:27): 1239037440 seconds
+progress_src_EP21_real (00:40:27): 1239037440 seconds
+progress_src_EP21_imag (00:40:27): 1239037440 seconds
+progress_src_EP13_real (00:40:27): 1239037440 seconds
+progress_src_EP13_imag (00:40:27): 1239037440 seconds
+progress_src_EP20_real (00:40:27): 1239037440 seconds
+progress_src_EP20_imag (00:40:27): 1239037440 seconds
+progress_src_pcaly_line1_coh (00:40:27): 1239037440 seconds
+progress_src_pcaly_line2_coh (00:40:27): 1239037440 seconds
+progress_src_sus_line1_coh (00:40:27): 1239037440 seconds
+progress_kappa_uim_real_H1 (00:40:27): 1239037152 seconds
+progress_kappa_uim_imag_H1 (00:40:27): 1239037152 seconds
+progress_src_sus_line2_coh (00:40:27): 1239037440 seconds
+progress_kappa_pum_real_H1 (00:40:27): 1239037152 seconds
+progress_kappa_pum_imag_H1 (00:40:27): 1239037152 seconds
+progress_src_sus_line3_coh (00:40:27): 1239037440 seconds
+progress_kappa_c_H1 (00:40:27): 1239037152 seconds
+progress_f_cc_H1 (00:40:27): 1239037152 seconds
+progress_f_s_squared_H1 (00:40:27): 1239037152 seconds
+progress_kappa_tst_real_H1 (00:40:27): 1239037152 seconds
+progress_kappa_tst_imag_H1 (00:40:27): 1239037152 seconds
+progress_SRC_Q_H1 (00:40:27): 1239037152 seconds
+progress_hoft_H1 (00:40:27): 1239037151 seconds
+progress_src_ctrl (00:40:27): 1239037440 seconds
+progress_hoft_cleaned_H1 (00:40:27): 1239037000 seconds
+progress_calibstatevec_H1 (00:40:27): 1239036982 seconds
+progress_src_darm_err (00:40:31): 1239037440 seconds
+progress_hoft_H1 (00:40:32): 1239037192 seconds
+progress_hoft_cleaned_H1 (00:40:32): 1239037040 seconds
+progress_calibstatevec_H1 (00:40:32): 1239037022 seconds
+progress_src_pcal (00:40:33): 1239037440 seconds
+progress_kappa_uim_real_nogate_H1 (00:40:33): 1239037276 seconds
+progress_kappa_uim_imag_nogate_H1 (00:40:33): 1239037276 seconds
+progress_kappa_pum_real_nogate_H1 (00:40:33): 1239037276 seconds
+progress_kappa_tst_real_nogate_H1 (00:40:33): 1239037276 seconds
+progress_kappa_pum_imag_nogate_H1 (00:40:33): 1239037276 seconds
+progress_kappa_tst_imag_nogate_H1 (00:40:33): 1239037276 seconds
+progress_f_cc_nogate_H1 (00:40:33): 1239037276 seconds
+progress_kappa_c_nogate_H1 (00:40:33): 1239037276 seconds
+progress_f_s_squared_nogate_H1 (00:40:33): 1239037276 seconds
+progress_SRC_Q_nogate_H1 (00:40:33): 1239037276 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:40:34): 1239037440 seconds
+progress_hoft_H1 (00:40:37): 1239037211 seconds
+progress_hoft_cleaned_H1 (00:40:37): 1239037059 seconds
+progress_calibstatevec_H1 (00:40:37): 1239037041 seconds
+progress_src_HW_injections_H1 (00:41:37): 1239037504 seconds
+progress_src_obs_intent_H1 (00:41:37): 1239037504 seconds
+progress_src_low_noise_state_H1 (00:41:37): 1239037504 seconds
+progress_src_GRD-ISC_LOCK_OK (00:41:37): 1239037504 seconds
+progress_src_uimexc (00:41:37): 1239037504 seconds
+progress_src_pumexc (00:41:37): 1239037504 seconds
+progress_src_tstexc (00:41:37): 1239037504 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:41:37): 1239037504 seconds
+progress_src_EP1_real (00:41:37): 1239037504 seconds
+progress_src_EP1_imag (00:41:37): 1239037504 seconds
+progress_src_EP15_real (00:41:37): 1239037504 seconds
+progress_src_EP15_imag (00:41:37): 1239037504 seconds
+progress_src_EP22_real (00:41:37): 1239037504 seconds
+progress_src_EP22_imag (00:41:37): 1239037504 seconds
+progress_src_EP7_real (00:41:37): 1239037504 seconds
+progress_src_EP7_imag (00:41:37): 1239037504 seconds
+progress_src_EP6_real (00:41:37): 1239037504 seconds
+progress_src_EP6_imag (00:41:37): 1239037504 seconds
+progress_src_EP19_real (00:41:37): 1239037504 seconds
+progress_src_EP19_imag (00:41:37): 1239037504 seconds
+progress_src_EP8_real (00:41:37): 1239037504 seconds
+progress_src_EP8_imag (00:41:37): 1239037504 seconds
+progress_src_EP18_real (00:41:37): 1239037504 seconds
+progress_src_EP18_imag (00:41:37): 1239037504 seconds
+progress_src_EP12_real (00:41:37): 1239037504 seconds
+progress_src_EP12_imag (00:41:37): 1239037504 seconds
+progress_src_EP11_real (00:41:37): 1239037504 seconds
+progress_src_EP11_imag (00:41:37): 1239037504 seconds
+progress_src_EP21_real (00:41:37): 1239037504 seconds
+progress_src_EP21_imag (00:41:37): 1239037504 seconds
+progress_src_EP13_real (00:41:37): 1239037504 seconds
+progress_src_EP13_imag (00:41:37): 1239037504 seconds
+progress_src_EP20_real (00:41:37): 1239037504 seconds
+progress_src_EP20_imag (00:41:37): 1239037504 seconds
+progress_src_pcaly_line1_coh (00:41:37): 1239037504 seconds
+progress_src_pcaly_line2_coh (00:41:37): 1239037504 seconds
+progress_src_sus_line1_coh (00:41:37): 1239037504 seconds
+progress_kappa_uim_real_H1 (00:41:37): 1239037216 seconds
+progress_kappa_uim_imag_H1 (00:41:37): 1239037216 seconds
+progress_src_sus_line2_coh (00:41:37): 1239037504 seconds
+progress_kappa_pum_real_H1 (00:41:37): 1239037216 seconds
+progress_kappa_pum_imag_H1 (00:41:37): 1239037216 seconds
+progress_src_sus_line3_coh (00:41:37): 1239037504 seconds
+progress_f_cc_H1 (00:41:37): 1239037216 seconds
+progress_kappa_tst_real_H1 (00:41:37): 1239037216 seconds
+progress_f_s_squared_H1 (00:41:37): 1239037216 seconds
+progress_kappa_tst_imag_H1 (00:41:37): 1239037216 seconds
+progress_kappa_c_H1 (00:41:37): 1239037216 seconds
+progress_SRC_Q_H1 (00:41:37): 1239037216 seconds
+progress_hoft_H1 (00:41:37): 1239037215 seconds
+progress_hoft_cleaned_H1 (00:41:37): 1239037064 seconds
+progress_calibstatevec_H1 (00:41:37): 1239037046 seconds
+progress_src_ctrl (00:41:37): 1239037504 seconds
+progress_src_darm_err (00:41:41): 1239037504 seconds
+progress_hoft_H1 (00:41:42): 1239037256 seconds
+progress_hoft_cleaned_H1 (00:41:42): 1239037104 seconds
+progress_calibstatevec_H1 (00:41:42): 1239037086 seconds
+progress_src_pcal (00:41:43): 1239037504 seconds
+progress_kappa_tst_real_nogate_H1 (00:41:43): 1239037340 seconds
+progress_kappa_tst_imag_nogate_H1 (00:41:43): 1239037340 seconds
+progress_kappa_pum_real_nogate_H1 (00:41:43): 1239037340 seconds
+progress_kappa_uim_real_nogate_H1 (00:41:43): 1239037340 seconds
+progress_kappa_pum_imag_nogate_H1 (00:41:43): 1239037340 seconds
+progress_kappa_uim_imag_nogate_H1 (00:41:43): 1239037340 seconds
+progress_f_cc_nogate_H1 (00:41:43): 1239037340 seconds
+progress_kappa_c_nogate_H1 (00:41:43): 1239037340 seconds
+progress_f_s_squared_nogate_H1 (00:41:43): 1239037340 seconds
+progress_SRC_Q_nogate_H1 (00:41:43): 1239037340 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:41:44): 1239037504 seconds
+progress_hoft_H1 (00:41:47): 1239037276 seconds
+progress_hoft_cleaned_H1 (00:41:47): 1239037124 seconds
+progress_calibstatevec_H1 (00:41:47): 1239037106 seconds
+progress_src_HW_injections_H1 (00:42:55): 1239037568 seconds
+progress_src_obs_intent_H1 (00:42:55): 1239037568 seconds
+progress_src_low_noise_state_H1 (00:42:55): 1239037568 seconds
+progress_src_GRD-ISC_LOCK_OK (00:42:55): 1239037568 seconds
+progress_src_uimexc (00:42:55): 1239037568 seconds
+progress_src_pumexc (00:42:55): 1239037568 seconds
+progress_src_tstexc (00:42:55): 1239037568 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:42:55): 1239037568 seconds
+progress_src_EP1_real (00:42:55): 1239037568 seconds
+progress_src_EP1_imag (00:42:55): 1239037568 seconds
+progress_src_EP15_real (00:42:55): 1239037568 seconds
+progress_src_EP15_imag (00:42:55): 1239037568 seconds
+progress_src_EP22_real (00:42:55): 1239037568 seconds
+progress_src_EP22_imag (00:42:55): 1239037568 seconds
+progress_src_EP7_real (00:42:55): 1239037568 seconds
+progress_src_EP7_imag (00:42:55): 1239037568 seconds
+progress_src_EP6_real (00:42:55): 1239037568 seconds
+progress_src_EP6_imag (00:42:55): 1239037568 seconds
+progress_src_EP19_real (00:42:55): 1239037568 seconds
+progress_src_EP19_imag (00:42:55): 1239037568 seconds
+progress_src_EP8_real (00:42:55): 1239037568 seconds
+progress_src_EP8_imag (00:42:55): 1239037568 seconds
+progress_src_EP18_real (00:42:55): 1239037568 seconds
+progress_src_EP18_imag (00:42:55): 1239037568 seconds
+progress_src_EP12_real (00:42:55): 1239037568 seconds
+progress_src_EP12_imag (00:42:55): 1239037568 seconds
+progress_src_EP11_real (00:42:55): 1239037568 seconds
+progress_src_EP11_imag (00:42:55): 1239037568 seconds
+progress_src_EP21_real (00:42:55): 1239037568 seconds
+progress_src_EP21_imag (00:42:55): 1239037568 seconds
+progress_src_EP13_real (00:42:55): 1239037568 seconds
+progress_src_EP13_imag (00:42:55): 1239037568 seconds
+progress_src_EP20_real (00:42:55): 1239037568 seconds
+progress_src_EP20_imag (00:42:55): 1239037568 seconds
+progress_src_pcaly_line1_coh (00:42:55): 1239037568 seconds
+progress_src_pcaly_line2_coh (00:42:55): 1239037568 seconds
+progress_src_sus_line1_coh (00:42:55): 1239037568 seconds
+progress_kappa_uim_real_H1 (00:42:55): 1239037280 seconds
+progress_kappa_uim_imag_H1 (00:42:55): 1239037280 seconds
+progress_src_sus_line2_coh (00:42:55): 1239037568 seconds
+progress_kappa_pum_real_H1 (00:42:55): 1239037280 seconds
+progress_kappa_pum_imag_H1 (00:42:55): 1239037280 seconds
+progress_src_sus_line3_coh (00:42:55): 1239037568 seconds
+progress_f_cc_H1 (00:42:55): 1239037280 seconds
+progress_kappa_c_H1 (00:42:55): 1239037280 seconds
+progress_kappa_tst_real_H1 (00:42:55): 1239037280 seconds
+progress_f_s_squared_H1 (00:42:55): 1239037280 seconds
+progress_kappa_tst_imag_H1 (00:42:55): 1239037280 seconds
+progress_SRC_Q_H1 (00:42:55): 1239037280 seconds
+progress_hoft_H1 (00:42:55): 1239037279 seconds
+progress_src_ctrl (00:42:55): 1239037568 seconds
+progress_hoft_cleaned_H1 (00:42:55): 1239037128 seconds
+progress_calibstatevec_H1 (00:42:55): 1239037110 seconds
+progress_src_darm_err (00:42:59): 1239037568 seconds
+progress_hoft_cleaned_H1 (00:43:00): 1239037169 seconds
+progress_calibstatevec_H1 (00:43:00): 1239037151 seconds
+progress_hoft_H1 (00:43:00): 1239037321 seconds
+progress_src_pcal (00:43:01): 1239037568 seconds
+progress_kappa_tst_real_nogate_H1 (00:43:01): 1239037404 seconds
+progress_kappa_pum_real_nogate_H1 (00:43:01): 1239037404 seconds
+progress_kappa_tst_imag_nogate_H1 (00:43:01): 1239037404 seconds
+progress_kappa_uim_real_nogate_H1 (00:43:01): 1239037404 seconds
+progress_kappa_pum_imag_nogate_H1 (00:43:01): 1239037404 seconds
+progress_kappa_uim_imag_nogate_H1 (00:43:01): 1239037404 seconds
+progress_f_cc_nogate_H1 (00:43:01): 1239037404 seconds
+progress_kappa_c_nogate_H1 (00:43:01): 1239037404 seconds
+progress_f_s_squared_nogate_H1 (00:43:01): 1239037404 seconds
+progress_SRC_Q_nogate_H1 (00:43:01): 1239037404 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:43:02): 1239037568 seconds
+progress_hoft_H1 (00:43:05): 1239037340 seconds
+progress_hoft_cleaned_H1 (00:43:05): 1239037188 seconds
+progress_calibstatevec_H1 (00:43:05): 1239037170 seconds
+progress_src_HW_injections_H1 (00:44:06): 1239037632 seconds
+progress_src_obs_intent_H1 (00:44:06): 1239037632 seconds
+progress_src_low_noise_state_H1 (00:44:06): 1239037632 seconds
+progress_src_GRD-ISC_LOCK_OK (00:44:06): 1239037632 seconds
+progress_src_uimexc (00:44:06): 1239037632 seconds
+progress_src_pumexc (00:44:06): 1239037632 seconds
+progress_src_tstexc (00:44:06): 1239037632 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:44:06): 1239037632 seconds
+progress_src_EP1_real (00:44:06): 1239037632 seconds
+progress_src_EP1_imag (00:44:06): 1239037632 seconds
+progress_src_EP15_real (00:44:06): 1239037632 seconds
+progress_src_EP15_imag (00:44:06): 1239037632 seconds
+progress_src_EP22_real (00:44:06): 1239037632 seconds
+progress_src_EP22_imag (00:44:06): 1239037632 seconds
+progress_src_EP7_real (00:44:06): 1239037632 seconds
+progress_src_EP7_imag (00:44:06): 1239037632 seconds
+progress_src_EP6_real (00:44:06): 1239037632 seconds
+progress_src_EP6_imag (00:44:06): 1239037632 seconds
+progress_src_EP19_real (00:44:06): 1239037632 seconds
+progress_src_EP19_imag (00:44:06): 1239037632 seconds
+progress_src_EP8_real (00:44:06): 1239037632 seconds
+progress_src_EP8_imag (00:44:06): 1239037632 seconds
+progress_src_EP18_real (00:44:06): 1239037632 seconds
+progress_src_EP18_imag (00:44:06): 1239037632 seconds
+progress_src_EP12_real (00:44:06): 1239037632 seconds
+progress_src_EP12_imag (00:44:06): 1239037632 seconds
+progress_src_EP11_real (00:44:06): 1239037632 seconds
+progress_src_EP11_imag (00:44:06): 1239037632 seconds
+progress_src_EP21_real (00:44:06): 1239037632 seconds
+progress_src_EP21_imag (00:44:06): 1239037632 seconds
+progress_src_EP13_real (00:44:06): 1239037632 seconds
+progress_src_EP13_imag (00:44:06): 1239037632 seconds
+progress_src_EP20_real (00:44:06): 1239037632 seconds
+progress_src_EP20_imag (00:44:06): 1239037632 seconds
+progress_src_pcaly_line1_coh (00:44:06): 1239037632 seconds
+progress_src_pcaly_line2_coh (00:44:06): 1239037632 seconds
+progress_src_sus_line1_coh (00:44:06): 1239037632 seconds
+progress_kappa_uim_real_H1 (00:44:06): 1239037344 seconds
+progress_kappa_uim_imag_H1 (00:44:06): 1239037344 seconds
+progress_src_sus_line2_coh (00:44:06): 1239037632 seconds
+progress_kappa_pum_real_H1 (00:44:06): 1239037344 seconds
+progress_kappa_pum_imag_H1 (00:44:06): 1239037344 seconds
+progress_src_sus_line3_coh (00:44:06): 1239037632 seconds
+progress_f_cc_H1 (00:44:06): 1239037344 seconds
+progress_kappa_c_H1 (00:44:06): 1239037344 seconds
+progress_f_s_squared_H1 (00:44:06): 1239037344 seconds
+progress_kappa_tst_real_H1 (00:44:06): 1239037344 seconds
+progress_kappa_tst_imag_H1 (00:44:06): 1239037344 seconds
+progress_SRC_Q_H1 (00:44:06): 1239037344 seconds
+progress_hoft_H1 (00:44:06): 1239037343 seconds
+progress_hoft_cleaned_H1 (00:44:06): 1239037192 seconds
+progress_src_ctrl (00:44:06): 1239037632 seconds
+progress_calibstatevec_H1 (00:44:06): 1239037174 seconds
+progress_src_darm_err (00:44:10): 1239037632 seconds
+progress_hoft_H1 (00:44:11): 1239037382 seconds
+progress_hoft_cleaned_H1 (00:44:11): 1239037230 seconds
+progress_calibstatevec_H1 (00:44:11): 1239037212 seconds
+progress_src_pcal (00:44:12): 1239037632 seconds
+progress_kappa_uim_real_nogate_H1 (00:44:12): 1239037468 seconds
+progress_kappa_pum_real_nogate_H1 (00:44:12): 1239037468 seconds
+progress_kappa_tst_real_nogate_H1 (00:44:12): 1239037468 seconds
+progress_kappa_uim_imag_nogate_H1 (00:44:12): 1239037468 seconds
+progress_kappa_pum_imag_nogate_H1 (00:44:12): 1239037468 seconds
+progress_kappa_tst_imag_nogate_H1 (00:44:12): 1239037468 seconds
+progress_f_cc_nogate_H1 (00:44:12): 1239037468 seconds
+progress_kappa_c_nogate_H1 (00:44:12): 1239037468 seconds
+progress_f_s_squared_nogate_H1 (00:44:12): 1239037468 seconds
+progress_SRC_Q_nogate_H1 (00:44:12): 1239037468 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:44:13): 1239037632 seconds
+progress_hoft_H1 (00:44:16): 1239037401 seconds
+progress_hoft_cleaned_H1 (00:44:16): 1239037249 seconds
+progress_calibstatevec_H1 (00:44:16): 1239037231 seconds
+progress_src_HW_injections_H1 (00:45:24): 1239037696 seconds
+progress_src_obs_intent_H1 (00:45:24): 1239037696 seconds
+progress_src_low_noise_state_H1 (00:45:24): 1239037696 seconds
+progress_src_GRD-ISC_LOCK_OK (00:45:24): 1239037696 seconds
+progress_src_uimexc (00:45:24): 1239037696 seconds
+progress_src_pumexc (00:45:24): 1239037696 seconds
+progress_src_tstexc (00:45:24): 1239037696 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:45:24): 1239037696 seconds
+progress_src_EP1_real (00:45:24): 1239037696 seconds
+progress_src_EP1_imag (00:45:24): 1239037696 seconds
+progress_src_EP15_real (00:45:24): 1239037696 seconds
+progress_src_EP15_imag (00:45:24): 1239037696 seconds
+progress_src_EP22_real (00:45:24): 1239037696 seconds
+progress_src_EP22_imag (00:45:24): 1239037696 seconds
+progress_src_EP7_real (00:45:24): 1239037696 seconds
+progress_src_EP7_imag (00:45:24): 1239037696 seconds
+progress_src_EP6_real (00:45:24): 1239037696 seconds
+progress_src_EP6_imag (00:45:24): 1239037696 seconds
+progress_src_EP19_real (00:45:24): 1239037696 seconds
+progress_src_EP19_imag (00:45:24): 1239037696 seconds
+progress_src_EP8_real (00:45:24): 1239037696 seconds
+progress_src_EP8_imag (00:45:24): 1239037696 seconds
+progress_src_EP18_real (00:45:24): 1239037696 seconds
+progress_src_EP18_imag (00:45:24): 1239037696 seconds
+progress_src_EP12_real (00:45:24): 1239037696 seconds
+progress_src_EP12_imag (00:45:24): 1239037696 seconds
+progress_src_EP11_real (00:45:24): 1239037696 seconds
+progress_src_EP11_imag (00:45:24): 1239037696 seconds
+progress_src_EP21_real (00:45:24): 1239037696 seconds
+progress_src_EP21_imag (00:45:24): 1239037696 seconds
+progress_src_EP13_real (00:45:24): 1239037696 seconds
+progress_src_EP13_imag (00:45:24): 1239037696 seconds
+progress_src_EP20_real (00:45:24): 1239037696 seconds
+progress_src_EP20_imag (00:45:24): 1239037696 seconds
+progress_src_pcaly_line1_coh (00:45:24): 1239037696 seconds
+progress_src_pcaly_line2_coh (00:45:24): 1239037696 seconds
+progress_src_sus_line1_coh (00:45:24): 1239037696 seconds
+progress_kappa_uim_real_H1 (00:45:24): 1239037408 seconds
+progress_kappa_uim_imag_H1 (00:45:24): 1239037408 seconds
+progress_src_sus_line2_coh (00:45:24): 1239037696 seconds
+progress_kappa_pum_real_H1 (00:45:24): 1239037408 seconds
+progress_kappa_pum_imag_H1 (00:45:24): 1239037408 seconds
+progress_src_sus_line3_coh (00:45:24): 1239037696 seconds
+progress_f_cc_H1 (00:45:24): 1239037408 seconds
+progress_kappa_c_H1 (00:45:24): 1239037408 seconds
+progress_kappa_tst_real_H1 (00:45:24): 1239037408 seconds
+progress_kappa_tst_imag_H1 (00:45:24): 1239037408 seconds
+progress_f_s_squared_H1 (00:45:24): 1239037408 seconds
+progress_SRC_Q_H1 (00:45:24): 1239037408 seconds
+progress_hoft_H1 (00:45:24): 1239037407 seconds
+progress_hoft_cleaned_H1 (00:45:24): 1239037256 seconds
+progress_src_ctrl (00:45:24): 1239037696 seconds
+progress_calibstatevec_H1 (00:45:24): 1239037238 seconds
+progress_src_darm_err (00:45:28): 1239037696 seconds
+progress_hoft_H1 (00:45:29): 1239037447 seconds
+progress_hoft_cleaned_H1 (00:45:29): 1239037295 seconds
+progress_calibstatevec_H1 (00:45:29): 1239037277 seconds
+progress_src_pcal (00:45:31): 1239037696 seconds
+progress_kappa_uim_real_nogate_H1 (00:45:31): 1239037532 seconds
+progress_kappa_pum_real_nogate_H1 (00:45:31): 1239037532 seconds
+progress_kappa_tst_real_nogate_H1 (00:45:31): 1239037532 seconds
+progress_kappa_pum_imag_nogate_H1 (00:45:31): 1239037532 seconds
+progress_kappa_uim_imag_nogate_H1 (00:45:31): 1239037532 seconds
+progress_kappa_tst_imag_nogate_H1 (00:45:31): 1239037532 seconds
+progress_kappa_c_nogate_H1 (00:45:31): 1239037532 seconds
+progress_f_cc_nogate_H1 (00:45:31): 1239037532 seconds
+progress_f_s_squared_nogate_H1 (00:45:31): 1239037532 seconds
+progress_SRC_Q_nogate_H1 (00:45:31): 1239037532 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:45:31): 1239037696 seconds
+progress_hoft_H1 (00:45:34): 1239037466 seconds
+progress_hoft_cleaned_H1 (00:45:34): 1239037314 seconds
+progress_calibstatevec_H1 (00:45:34): 1239037296 seconds
+progress_src_HW_injections_H1 (00:46:40): 1239037760 seconds
+progress_src_obs_intent_H1 (00:46:40): 1239037760 seconds
+progress_src_low_noise_state_H1 (00:46:40): 1239037760 seconds
+progress_src_GRD-ISC_LOCK_OK (00:46:40): 1239037760 seconds
+progress_src_uimexc (00:46:40): 1239037760 seconds
+progress_src_pumexc (00:46:40): 1239037760 seconds
+progress_src_tstexc (00:46:40): 1239037760 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:46:40): 1239037760 seconds
+progress_src_EP1_real (00:46:40): 1239037760 seconds
+progress_src_EP1_imag (00:46:40): 1239037760 seconds
+progress_src_EP15_real (00:46:40): 1239037760 seconds
+progress_src_EP15_imag (00:46:40): 1239037760 seconds
+progress_src_EP22_real (00:46:40): 1239037760 seconds
+progress_src_EP22_imag (00:46:40): 1239037760 seconds
+progress_src_EP7_real (00:46:40): 1239037760 seconds
+progress_src_EP7_imag (00:46:40): 1239037760 seconds
+progress_src_EP6_real (00:46:40): 1239037760 seconds
+progress_src_EP6_imag (00:46:40): 1239037760 seconds
+progress_src_EP19_real (00:46:40): 1239037760 seconds
+progress_src_EP19_imag (00:46:40): 1239037760 seconds
+progress_src_EP8_real (00:46:40): 1239037760 seconds
+progress_src_EP8_imag (00:46:40): 1239037760 seconds
+progress_src_EP18_real (00:46:40): 1239037760 seconds
+progress_src_EP18_imag (00:46:40): 1239037760 seconds
+progress_src_EP12_real (00:46:40): 1239037760 seconds
+progress_src_EP12_imag (00:46:40): 1239037760 seconds
+progress_src_EP11_real (00:46:40): 1239037760 seconds
+progress_src_EP11_imag (00:46:40): 1239037760 seconds
+progress_src_EP21_real (00:46:40): 1239037760 seconds
+progress_src_EP21_imag (00:46:40): 1239037760 seconds
+progress_src_EP13_real (00:46:40): 1239037760 seconds
+progress_src_EP13_imag (00:46:40): 1239037760 seconds
+progress_src_EP20_real (00:46:40): 1239037760 seconds
+progress_src_EP20_imag (00:46:40): 1239037760 seconds
+progress_src_pcaly_line1_coh (00:46:40): 1239037760 seconds
+progress_src_pcaly_line2_coh (00:46:40): 1239037760 seconds
+progress_src_sus_line1_coh (00:46:40): 1239037760 seconds
+progress_kappa_uim_real_H1 (00:46:40): 1239037472 seconds
+progress_kappa_uim_imag_H1 (00:46:40): 1239037472 seconds
+progress_src_sus_line2_coh (00:46:40): 1239037760 seconds
+progress_kappa_pum_real_H1 (00:46:40): 1239037472 seconds
+progress_kappa_pum_imag_H1 (00:46:40): 1239037472 seconds
+progress_src_sus_line3_coh (00:46:40): 1239037760 seconds
+progress_f_cc_H1 (00:46:40): 1239037472 seconds
+progress_kappa_c_H1 (00:46:40): 1239037472 seconds
+progress_kappa_tst_real_H1 (00:46:40): 1239037472 seconds
+progress_kappa_tst_imag_H1 (00:46:40): 1239037472 seconds
+progress_f_s_squared_H1 (00:46:40): 1239037472 seconds
+progress_SRC_Q_H1 (00:46:40): 1239037472 seconds
+progress_hoft_H1 (00:46:40): 1239037471 seconds
+progress_src_ctrl (00:46:40): 1239037760 seconds
+progress_hoft_cleaned_H1 (00:46:40): 1239037320 seconds
+progress_calibstatevec_H1 (00:46:40): 1239037302 seconds
+progress_src_darm_err (00:46:44): 1239037760 seconds
+progress_hoft_H1 (00:46:45): 1239037511 seconds
+progress_hoft_cleaned_H1 (00:46:45): 1239037359 seconds
+progress_calibstatevec_H1 (00:46:45): 1239037341 seconds
+progress_src_pcal (00:46:47): 1239037760 seconds
+progress_kappa_uim_real_nogate_H1 (00:46:47): 1239037596 seconds
+progress_kappa_uim_imag_nogate_H1 (00:46:47): 1239037596 seconds
+progress_kappa_tst_real_nogate_H1 (00:46:47): 1239037596 seconds
+progress_kappa_pum_real_nogate_H1 (00:46:47): 1239037596 seconds
+progress_kappa_pum_imag_nogate_H1 (00:46:47): 1239037596 seconds
+progress_kappa_tst_imag_nogate_H1 (00:46:47): 1239037596 seconds
+progress_f_cc_nogate_H1 (00:46:47): 1239037596 seconds
+progress_kappa_c_nogate_H1 (00:46:47): 1239037596 seconds
+progress_f_s_squared_nogate_H1 (00:46:47): 1239037596 seconds
+progress_SRC_Q_nogate_H1 (00:46:47): 1239037596 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:46:47): 1239037760 seconds
+progress_hoft_H1 (00:46:50): 1239037530 seconds
+progress_hoft_cleaned_H1 (00:46:50): 1239037378 seconds
+progress_calibstatevec_H1 (00:46:50): 1239037360 seconds
+progress_src_HW_injections_H1 (00:47:51): 1239037824 seconds
+progress_src_obs_intent_H1 (00:47:51): 1239037824 seconds
+progress_src_low_noise_state_H1 (00:47:51): 1239037824 seconds
+progress_src_GRD-ISC_LOCK_OK (00:47:51): 1239037824 seconds
+progress_src_uimexc (00:47:51): 1239037824 seconds
+progress_src_pumexc (00:47:51): 1239037824 seconds
+progress_src_tstexc (00:47:51): 1239037824 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:47:51): 1239037824 seconds
+progress_src_EP1_real (00:47:51): 1239037824 seconds
+progress_src_EP1_imag (00:47:51): 1239037824 seconds
+progress_src_EP15_real (00:47:51): 1239037824 seconds
+progress_src_EP15_imag (00:47:51): 1239037824 seconds
+progress_src_EP22_real (00:47:51): 1239037824 seconds
+progress_src_EP22_imag (00:47:51): 1239037824 seconds
+progress_src_EP7_real (00:47:51): 1239037824 seconds
+progress_src_EP7_imag (00:47:51): 1239037824 seconds
+progress_src_EP6_real (00:47:51): 1239037824 seconds
+progress_src_EP6_imag (00:47:51): 1239037824 seconds
+progress_src_EP19_real (00:47:51): 1239037824 seconds
+progress_src_EP19_imag (00:47:51): 1239037824 seconds
+progress_src_EP8_real (00:47:51): 1239037824 seconds
+progress_src_EP8_imag (00:47:51): 1239037824 seconds
+progress_src_EP18_real (00:47:51): 1239037824 seconds
+progress_src_EP18_imag (00:47:51): 1239037824 seconds
+progress_src_EP12_real (00:47:51): 1239037824 seconds
+progress_src_EP12_imag (00:47:51): 1239037824 seconds
+progress_src_EP11_real (00:47:51): 1239037824 seconds
+progress_src_EP11_imag (00:47:51): 1239037824 seconds
+progress_src_EP21_real (00:47:51): 1239037824 seconds
+progress_src_EP21_imag (00:47:51): 1239037824 seconds
+progress_src_EP13_real (00:47:51): 1239037824 seconds
+progress_src_EP13_imag (00:47:51): 1239037824 seconds
+progress_src_EP20_real (00:47:51): 1239037824 seconds
+progress_src_EP20_imag (00:47:51): 1239037824 seconds
+progress_src_pcaly_line1_coh (00:47:51): 1239037824 seconds
+progress_src_pcaly_line2_coh (00:47:51): 1239037824 seconds
+progress_src_sus_line1_coh (00:47:51): 1239037824 seconds
+progress_kappa_uim_real_H1 (00:47:51): 1239037536 seconds
+progress_kappa_uim_imag_H1 (00:47:51): 1239037536 seconds
+progress_src_sus_line2_coh (00:47:51): 1239037824 seconds
+progress_kappa_pum_real_H1 (00:47:51): 1239037536 seconds
+progress_kappa_pum_imag_H1 (00:47:51): 1239037536 seconds
+progress_src_sus_line3_coh (00:47:51): 1239037824 seconds
+progress_f_cc_H1 (00:47:51): 1239037536 seconds
+progress_kappa_c_H1 (00:47:51): 1239037536 seconds
+progress_f_s_squared_H1 (00:47:51): 1239037536 seconds
+progress_kappa_tst_real_H1 (00:47:51): 1239037536 seconds
+progress_kappa_tst_imag_H1 (00:47:51): 1239037536 seconds
+progress_SRC_Q_H1 (00:47:51): 1239037536 seconds
+progress_hoft_H1 (00:47:51): 1239037535 seconds
+progress_src_ctrl (00:47:51): 1239037824 seconds
+progress_hoft_cleaned_H1 (00:47:51): 1239037384 seconds
+progress_calibstatevec_H1 (00:47:51): 1239037366 seconds
+progress_src_darm_err (00:47:55): 1239037824 seconds
+progress_hoft_H1 (00:47:56): 1239037575 seconds
+progress_hoft_cleaned_H1 (00:47:56): 1239037424 seconds
+progress_calibstatevec_H1 (00:47:56): 1239037406 seconds
+progress_src_pcal (00:47:58): 1239037824 seconds
+progress_kappa_pum_real_nogate_H1 (00:47:58): 1239037660 seconds
+progress_kappa_uim_real_nogate_H1 (00:47:58): 1239037660 seconds
+progress_kappa_tst_real_nogate_H1 (00:47:58): 1239037660 seconds
+progress_kappa_pum_imag_nogate_H1 (00:47:58): 1239037660 seconds
+progress_kappa_uim_imag_nogate_H1 (00:47:58): 1239037660 seconds
+progress_kappa_tst_imag_nogate_H1 (00:47:58): 1239037660 seconds
+progress_f_cc_nogate_H1 (00:47:58): 1239037660 seconds
+progress_kappa_c_nogate_H1 (00:47:58): 1239037660 seconds
+progress_f_s_squared_nogate_H1 (00:47:58): 1239037660 seconds
+progress_SRC_Q_nogate_H1 (00:47:58): 1239037660 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:47:58): 1239037824 seconds
+progress_hoft_cleaned_H1 (00:48:01): 1239037443 seconds
+progress_calibstatevec_H1 (00:48:01): 1239037425 seconds
+progress_hoft_H1 (00:48:01): 1239037595 seconds
+progress_src_HW_injections_H1 (00:49:06): 1239037888 seconds
+progress_src_obs_intent_H1 (00:49:06): 1239037888 seconds
+progress_src_low_noise_state_H1 (00:49:06): 1239037888 seconds
+progress_src_GRD-ISC_LOCK_OK (00:49:06): 1239037888 seconds
+progress_src_uimexc (00:49:06): 1239037888 seconds
+progress_src_pumexc (00:49:07): 1239037888 seconds
+progress_src_tstexc (00:49:07): 1239037888 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:49:07): 1239037888 seconds
+progress_src_EP1_real (00:49:07): 1239037888 seconds
+progress_src_EP1_imag (00:49:07): 1239037888 seconds
+progress_src_EP15_real (00:49:07): 1239037888 seconds
+progress_src_EP15_imag (00:49:07): 1239037888 seconds
+progress_src_EP22_real (00:49:07): 1239037888 seconds
+progress_src_EP22_imag (00:49:07): 1239037888 seconds
+progress_src_EP7_real (00:49:07): 1239037888 seconds
+progress_src_EP7_imag (00:49:07): 1239037888 seconds
+progress_src_EP6_real (00:49:07): 1239037888 seconds
+progress_src_EP6_imag (00:49:07): 1239037888 seconds
+progress_src_EP19_real (00:49:07): 1239037888 seconds
+progress_src_EP19_imag (00:49:07): 1239037888 seconds
+progress_src_EP8_real (00:49:07): 1239037888 seconds
+progress_src_EP8_imag (00:49:07): 1239037888 seconds
+progress_src_EP18_real (00:49:07): 1239037888 seconds
+progress_src_EP18_imag (00:49:07): 1239037888 seconds
+progress_src_EP12_real (00:49:07): 1239037888 seconds
+progress_src_EP12_imag (00:49:07): 1239037888 seconds
+progress_src_EP11_real (00:49:07): 1239037888 seconds
+progress_src_EP11_imag (00:49:07): 1239037888 seconds
+progress_src_EP21_real (00:49:07): 1239037888 seconds
+progress_src_EP21_imag (00:49:07): 1239037888 seconds
+progress_src_EP13_real (00:49:07): 1239037888 seconds
+progress_src_EP13_imag (00:49:07): 1239037888 seconds
+progress_src_EP20_real (00:49:07): 1239037888 seconds
+progress_src_EP20_imag (00:49:07): 1239037888 seconds
+progress_src_pcaly_line1_coh (00:49:07): 1239037888 seconds
+progress_src_pcaly_line2_coh (00:49:07): 1239037888 seconds
+progress_src_sus_line1_coh (00:49:07): 1239037888 seconds
+progress_kappa_uim_real_H1 (00:49:07): 1239037600 seconds
+progress_kappa_uim_imag_H1 (00:49:07): 1239037600 seconds
+progress_src_sus_line2_coh (00:49:07): 1239037888 seconds
+progress_kappa_pum_real_H1 (00:49:07): 1239037600 seconds
+progress_kappa_pum_imag_H1 (00:49:07): 1239037600 seconds
+progress_src_sus_line3_coh (00:49:07): 1239037888 seconds
+progress_kappa_c_H1 (00:49:07): 1239037600 seconds
+progress_f_cc_H1 (00:49:07): 1239037600 seconds
+progress_f_s_squared_H1 (00:49:07): 1239037600 seconds
+progress_kappa_tst_real_H1 (00:49:07): 1239037600 seconds
+progress_kappa_tst_imag_H1 (00:49:07): 1239037600 seconds
+progress_SRC_Q_H1 (00:49:07): 1239037600 seconds
+progress_hoft_H1 (00:49:07): 1239037599 seconds
+progress_hoft_cleaned_H1 (00:49:07): 1239037448 seconds
+progress_src_ctrl (00:49:07): 1239037888 seconds
+progress_calibstatevec_H1 (00:49:07): 1239037430 seconds
+progress_src_darm_err (00:49:11): 1239037888 seconds
+progress_hoft_H1 (00:49:12): 1239037640 seconds
+progress_hoft_cleaned_H1 (00:49:12): 1239037488 seconds
+progress_calibstatevec_H1 (00:49:12): 1239037470 seconds
+progress_src_pcal (00:49:13): 1239037888 seconds
+progress_kappa_uim_real_nogate_H1 (00:49:13): 1239037724 seconds
+progress_kappa_pum_real_nogate_H1 (00:49:13): 1239037724 seconds
+progress_kappa_uim_imag_nogate_H1 (00:49:13): 1239037724 seconds
+progress_kappa_pum_imag_nogate_H1 (00:49:13): 1239037724 seconds
+progress_kappa_tst_real_nogate_H1 (00:49:13): 1239037724 seconds
+progress_kappa_tst_imag_nogate_H1 (00:49:13): 1239037724 seconds
+progress_f_cc_nogate_H1 (00:49:13): 1239037724 seconds
+progress_kappa_c_nogate_H1 (00:49:13): 1239037724 seconds
+progress_f_s_squared_nogate_H1 (00:49:13): 1239037724 seconds
+progress_SRC_Q_nogate_H1 (00:49:13): 1239037724 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:49:13): 1239037888 seconds
+progress_hoft_cleaned_H1 (00:49:17): 1239037507 seconds
+progress_calibstatevec_H1 (00:49:17): 1239037489 seconds
+progress_hoft_H1 (00:49:17): 1239037659 seconds
+progress_src_HW_injections_H1 (00:50:15): 1239037952 seconds
+progress_src_obs_intent_H1 (00:50:15): 1239037952 seconds
+progress_src_low_noise_state_H1 (00:50:15): 1239037952 seconds
+progress_src_GRD-ISC_LOCK_OK (00:50:15): 1239037952 seconds
+progress_src_uimexc (00:50:15): 1239037952 seconds
+progress_src_pumexc (00:50:15): 1239037952 seconds
+progress_src_tstexc (00:50:15): 1239037952 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:50:15): 1239037952 seconds
+progress_src_EP1_real (00:50:15): 1239037952 seconds
+progress_src_EP1_imag (00:50:15): 1239037952 seconds
+progress_src_EP15_real (00:50:15): 1239037952 seconds
+progress_src_EP15_imag (00:50:15): 1239037952 seconds
+progress_src_EP22_real (00:50:15): 1239037952 seconds
+progress_src_EP22_imag (00:50:15): 1239037952 seconds
+progress_src_EP7_real (00:50:15): 1239037952 seconds
+progress_src_EP7_imag (00:50:15): 1239037952 seconds
+progress_src_EP6_real (00:50:15): 1239037952 seconds
+progress_src_EP6_imag (00:50:15): 1239037952 seconds
+progress_src_EP19_real (00:50:15): 1239037952 seconds
+progress_src_EP19_imag (00:50:15): 1239037952 seconds
+progress_src_EP8_real (00:50:15): 1239037952 seconds
+progress_src_EP8_imag (00:50:15): 1239037952 seconds
+progress_src_EP18_real (00:50:15): 1239037952 seconds
+progress_src_EP18_imag (00:50:15): 1239037952 seconds
+progress_src_EP12_real (00:50:15): 1239037952 seconds
+progress_src_EP12_imag (00:50:15): 1239037952 seconds
+progress_src_EP11_real (00:50:15): 1239037952 seconds
+progress_src_EP11_imag (00:50:15): 1239037952 seconds
+progress_src_EP21_real (00:50:15): 1239037952 seconds
+progress_src_EP21_imag (00:50:15): 1239037952 seconds
+progress_src_EP13_real (00:50:15): 1239037952 seconds
+progress_src_EP13_imag (00:50:15): 1239037952 seconds
+progress_src_EP20_real (00:50:15): 1239037952 seconds
+progress_src_EP20_imag (00:50:15): 1239037952 seconds
+progress_src_pcaly_line1_coh (00:50:15): 1239037952 seconds
+progress_src_pcaly_line2_coh (00:50:15): 1239037952 seconds
+progress_src_sus_line1_coh (00:50:15): 1239037952 seconds
+progress_kappa_uim_real_H1 (00:50:15): 1239037664 seconds
+progress_kappa_uim_imag_H1 (00:50:15): 1239037664 seconds
+progress_src_sus_line2_coh (00:50:15): 1239037952 seconds
+progress_kappa_pum_real_H1 (00:50:15): 1239037664 seconds
+progress_kappa_pum_imag_H1 (00:50:15): 1239037664 seconds
+progress_src_sus_line3_coh (00:50:15): 1239037952 seconds
+progress_kappa_c_H1 (00:50:15): 1239037664 seconds
+progress_f_cc_H1 (00:50:15): 1239037664 seconds
+progress_kappa_tst_real_H1 (00:50:15): 1239037664 seconds
+progress_f_s_squared_H1 (00:50:15): 1239037664 seconds
+progress_kappa_tst_imag_H1 (00:50:15): 1239037664 seconds
+progress_SRC_Q_H1 (00:50:15): 1239037664 seconds
+progress_hoft_H1 (00:50:15): 1239037663 seconds
+progress_hoft_cleaned_H1 (00:50:15): 1239037512 seconds
+progress_calibstatevec_H1 (00:50:15): 1239037494 seconds
+progress_src_ctrl (00:50:15): 1239037952 seconds
+progress_src_darm_err (00:50:19): 1239037952 seconds
+progress_hoft_H1 (00:50:20): 1239037701 seconds
+progress_hoft_cleaned_H1 (00:50:20): 1239037549 seconds
+progress_calibstatevec_H1 (00:50:20): 1239037531 seconds
+progress_src_pcal (00:50:22): 1239037952 seconds
+progress_kappa_pum_real_nogate_H1 (00:50:22): 1239037788 seconds
+progress_kappa_tst_real_nogate_H1 (00:50:22): 1239037788 seconds
+progress_kappa_uim_real_nogate_H1 (00:50:22): 1239037788 seconds
+progress_kappa_tst_imag_nogate_H1 (00:50:22): 1239037788 seconds
+progress_kappa_pum_imag_nogate_H1 (00:50:22): 1239037788 seconds
+progress_kappa_uim_imag_nogate_H1 (00:50:22): 1239037788 seconds
+progress_f_cc_nogate_H1 (00:50:22): 1239037788 seconds
+progress_kappa_c_nogate_H1 (00:50:22): 1239037788 seconds
+progress_f_s_squared_nogate_H1 (00:50:22): 1239037788 seconds
+progress_SRC_Q_nogate_H1 (00:50:22): 1239037788 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:50:22): 1239037952 seconds
+progress_calibstatevec_H1 (00:50:25): 1239037550 seconds
+progress_hoft_cleaned_H1 (00:50:25): 1239037568 seconds
+progress_hoft_H1 (00:50:25): 1239037720 seconds
+progress_src_HW_injections_H1 (00:51:34): 1239038016 seconds
+progress_src_obs_intent_H1 (00:51:35): 1239038016 seconds
+progress_src_low_noise_state_H1 (00:51:35): 1239038016 seconds
+progress_src_GRD-ISC_LOCK_OK (00:51:35): 1239038016 seconds
+progress_src_uimexc (00:51:35): 1239038016 seconds
+progress_src_pumexc (00:51:35): 1239038016 seconds
+progress_src_tstexc (00:51:35): 1239038016 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:51:35): 1239038016 seconds
+progress_src_EP1_real (00:51:35): 1239038016 seconds
+progress_src_EP1_imag (00:51:35): 1239038016 seconds
+progress_src_EP15_real (00:51:35): 1239038016 seconds
+progress_src_EP15_imag (00:51:35): 1239038016 seconds
+progress_src_EP22_real (00:51:35): 1239038016 seconds
+progress_src_EP22_imag (00:51:35): 1239038016 seconds
+progress_src_EP7_real (00:51:35): 1239038016 seconds
+progress_src_EP7_imag (00:51:35): 1239038016 seconds
+progress_src_EP6_real (00:51:35): 1239038016 seconds
+progress_src_EP6_imag (00:51:35): 1239038016 seconds
+progress_src_EP19_real (00:51:35): 1239038016 seconds
+progress_src_EP19_imag (00:51:35): 1239038016 seconds
+progress_src_EP8_real (00:51:35): 1239038016 seconds
+progress_src_EP8_imag (00:51:35): 1239038016 seconds
+progress_src_EP18_real (00:51:35): 1239038016 seconds
+progress_src_EP18_imag (00:51:35): 1239038016 seconds
+progress_src_EP12_real (00:51:35): 1239038016 seconds
+progress_src_EP12_imag (00:51:35): 1239038016 seconds
+progress_src_EP11_real (00:51:35): 1239038016 seconds
+progress_src_EP11_imag (00:51:35): 1239038016 seconds
+progress_src_EP21_real (00:51:35): 1239038016 seconds
+progress_src_EP21_imag (00:51:35): 1239038016 seconds
+progress_src_EP13_real (00:51:35): 1239038016 seconds
+progress_src_EP13_imag (00:51:35): 1239038016 seconds
+progress_src_EP20_real (00:51:35): 1239038016 seconds
+progress_src_EP20_imag (00:51:35): 1239038016 seconds
+progress_src_pcaly_line1_coh (00:51:35): 1239038016 seconds
+progress_src_pcaly_line2_coh (00:51:35): 1239038016 seconds
+progress_src_sus_line1_coh (00:51:35): 1239038016 seconds
+progress_kappa_uim_real_H1 (00:51:35): 1239037728 seconds
+progress_kappa_uim_imag_H1 (00:51:35): 1239037728 seconds
+progress_src_sus_line2_coh (00:51:35): 1239038016 seconds
+progress_kappa_pum_real_H1 (00:51:35): 1239037728 seconds
+progress_kappa_pum_imag_H1 (00:51:35): 1239037728 seconds
+progress_src_sus_line3_coh (00:51:35): 1239038016 seconds
+progress_kappa_c_H1 (00:51:35): 1239037728 seconds
+progress_f_cc_H1 (00:51:35): 1239037728 seconds
+progress_kappa_tst_real_H1 (00:51:35): 1239037728 seconds
+progress_f_s_squared_H1 (00:51:35): 1239037728 seconds
+progress_kappa_tst_imag_H1 (00:51:35): 1239037728 seconds
+progress_SRC_Q_H1 (00:51:35): 1239037728 seconds
+progress_hoft_H1 (00:51:35): 1239037727 seconds
+progress_src_ctrl (00:51:35): 1239038016 seconds
+progress_hoft_cleaned_H1 (00:51:35): 1239037576 seconds
+progress_calibstatevec_H1 (00:51:35): 1239037558 seconds
+progress_src_darm_err (00:51:39): 1239038016 seconds
+progress_hoft_H1 (00:51:40): 1239037766 seconds
+progress_hoft_cleaned_H1 (00:51:40): 1239037614 seconds
+progress_calibstatevec_H1 (00:51:40): 1239037596 seconds
+progress_src_pcal (00:51:41): 1239038016 seconds
+progress_kappa_tst_real_nogate_H1 (00:51:41): 1239037852 seconds
+progress_kappa_tst_imag_nogate_H1 (00:51:41): 1239037852 seconds
+progress_kappa_pum_real_nogate_H1 (00:51:41): 1239037852 seconds
+progress_kappa_uim_real_nogate_H1 (00:51:41): 1239037852 seconds
+progress_kappa_pum_imag_nogate_H1 (00:51:41): 1239037852 seconds
+progress_kappa_uim_imag_nogate_H1 (00:51:41): 1239037852 seconds
+progress_f_cc_nogate_H1 (00:51:41): 1239037852 seconds
+progress_kappa_c_nogate_H1 (00:51:41): 1239037852 seconds
+progress_f_s_squared_nogate_H1 (00:51:41): 1239037852 seconds
+progress_SRC_Q_nogate_H1 (00:51:41): 1239037852 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:51:42): 1239038016 seconds
+progress_hoft_H1 (00:51:45): 1239037785 seconds
+progress_hoft_cleaned_H1 (00:51:45): 1239037633 seconds
+progress_calibstatevec_H1 (00:51:45): 1239037615 seconds
+progress_src_HW_injections_H1 (00:52:53): 1239038080 seconds
+progress_src_obs_intent_H1 (00:52:53): 1239038080 seconds
+progress_src_low_noise_state_H1 (00:52:53): 1239038080 seconds
+progress_src_GRD-ISC_LOCK_OK (00:52:53): 1239038080 seconds
+progress_src_uimexc (00:52:53): 1239038080 seconds
+progress_src_pumexc (00:52:53): 1239038080 seconds
+progress_src_tstexc (00:52:53): 1239038080 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:52:53): 1239038080 seconds
+progress_src_EP1_real (00:52:53): 1239038080 seconds
+progress_src_EP1_imag (00:52:53): 1239038080 seconds
+progress_src_EP15_real (00:52:53): 1239038080 seconds
+progress_src_EP15_imag (00:52:53): 1239038080 seconds
+progress_src_EP22_real (00:52:53): 1239038080 seconds
+progress_src_EP22_imag (00:52:53): 1239038080 seconds
+progress_src_EP7_real (00:52:53): 1239038080 seconds
+progress_src_EP7_imag (00:52:53): 1239038080 seconds
+progress_src_EP6_real (00:52:53): 1239038080 seconds
+progress_src_EP6_imag (00:52:53): 1239038080 seconds
+progress_src_EP19_real (00:52:53): 1239038080 seconds
+progress_src_EP19_imag (00:52:53): 1239038080 seconds
+progress_src_EP8_real (00:52:53): 1239038080 seconds
+progress_src_EP8_imag (00:52:53): 1239038080 seconds
+progress_src_EP18_real (00:52:53): 1239038080 seconds
+progress_src_EP18_imag (00:52:53): 1239038080 seconds
+progress_src_EP12_real (00:52:53): 1239038080 seconds
+progress_src_EP12_imag (00:52:53): 1239038080 seconds
+progress_src_EP11_real (00:52:53): 1239038080 seconds
+progress_src_EP11_imag (00:52:53): 1239038080 seconds
+progress_src_EP21_real (00:52:53): 1239038080 seconds
+progress_src_EP21_imag (00:52:53): 1239038080 seconds
+progress_src_EP13_real (00:52:53): 1239038080 seconds
+progress_src_EP13_imag (00:52:53): 1239038080 seconds
+progress_src_EP20_real (00:52:53): 1239038080 seconds
+progress_src_EP20_imag (00:52:53): 1239038080 seconds
+progress_src_pcaly_line1_coh (00:52:53): 1239038080 seconds
+progress_src_pcaly_line2_coh (00:52:53): 1239038080 seconds
+progress_src_sus_line1_coh (00:52:53): 1239038080 seconds
+progress_kappa_uim_real_H1 (00:52:53): 1239037792 seconds
+progress_kappa_uim_imag_H1 (00:52:53): 1239037792 seconds
+progress_src_sus_line2_coh (00:52:53): 1239038080 seconds
+progress_kappa_pum_real_H1 (00:52:53): 1239037792 seconds
+progress_kappa_pum_imag_H1 (00:52:53): 1239037792 seconds
+progress_src_sus_line3_coh (00:52:53): 1239038080 seconds
+progress_kappa_c_H1 (00:52:53): 1239037792 seconds
+progress_f_cc_H1 (00:52:53): 1239037792 seconds
+progress_kappa_tst_real_H1 (00:52:53): 1239037792 seconds
+progress_kappa_tst_imag_H1 (00:52:53): 1239037792 seconds
+progress_f_s_squared_H1 (00:52:53): 1239037792 seconds
+progress_hoft_H1 (00:52:53): 1239037791 seconds
+progress_SRC_Q_H1 (00:52:53): 1239037792 seconds
+progress_src_ctrl (00:52:53): 1239038080 seconds
+progress_hoft_cleaned_H1 (00:52:53): 1239037640 seconds
+progress_calibstatevec_H1 (00:52:53): 1239037622 seconds
+progress_src_darm_err (00:52:57): 1239038080 seconds
+progress_hoft_H1 (00:52:58): 1239037830 seconds
+progress_hoft_cleaned_H1 (00:52:58): 1239037678 seconds
+progress_calibstatevec_H1 (00:52:58): 1239037660 seconds
+progress_src_pcal (00:53:00): 1239038080 seconds
+progress_kappa_uim_real_nogate_H1 (00:53:00): 1239037916 seconds
+progress_kappa_uim_imag_nogate_H1 (00:53:00): 1239037916 seconds
+progress_kappa_tst_real_nogate_H1 (00:53:00): 1239037916 seconds
+progress_kappa_tst_imag_nogate_H1 (00:53:00): 1239037916 seconds
+progress_kappa_pum_real_nogate_H1 (00:53:00): 1239037916 seconds
+progress_kappa_pum_imag_nogate_H1 (00:53:00): 1239037916 seconds
+progress_f_cc_nogate_H1 (00:53:00): 1239037916 seconds
+progress_kappa_c_nogate_H1 (00:53:00): 1239037916 seconds
+progress_f_s_squared_nogate_H1 (00:53:00): 1239037916 seconds
+progress_SRC_Q_nogate_H1 (00:53:00): 1239037916 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:53:00): 1239038080 seconds
+progress_hoft_H1 (00:53:03): 1239037849 seconds
+progress_hoft_cleaned_H1 (00:53:03): 1239037697 seconds
+progress_calibstatevec_H1 (00:53:03): 1239037679 seconds
+progress_src_HW_injections_H1 (00:54:05): 1239038144 seconds
+progress_src_obs_intent_H1 (00:54:05): 1239038144 seconds
+progress_src_low_noise_state_H1 (00:54:05): 1239038144 seconds
+progress_src_GRD-ISC_LOCK_OK (00:54:05): 1239038144 seconds
+progress_src_uimexc (00:54:05): 1239038144 seconds
+progress_src_pumexc (00:54:06): 1239038144 seconds
+progress_src_tstexc (00:54:06): 1239038144 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:54:06): 1239038144 seconds
+progress_src_EP1_real (00:54:06): 1239038144 seconds
+progress_src_EP1_imag (00:54:06): 1239038144 seconds
+progress_src_EP15_real (00:54:06): 1239038144 seconds
+progress_src_EP15_imag (00:54:06): 1239038144 seconds
+progress_src_EP22_real (00:54:06): 1239038144 seconds
+progress_src_EP22_imag (00:54:06): 1239038144 seconds
+progress_src_EP7_real (00:54:06): 1239038144 seconds
+progress_src_EP7_imag (00:54:06): 1239038144 seconds
+progress_src_EP6_real (00:54:06): 1239038144 seconds
+progress_src_EP6_imag (00:54:06): 1239038144 seconds
+progress_src_EP19_real (00:54:06): 1239038144 seconds
+progress_src_EP19_imag (00:54:06): 1239038144 seconds
+progress_src_EP8_real (00:54:06): 1239038144 seconds
+progress_src_EP8_imag (00:54:06): 1239038144 seconds
+progress_src_EP18_real (00:54:06): 1239038144 seconds
+progress_src_EP18_imag (00:54:06): 1239038144 seconds
+progress_src_EP12_real (00:54:06): 1239038144 seconds
+progress_src_EP12_imag (00:54:06): 1239038144 seconds
+progress_src_EP11_real (00:54:06): 1239038144 seconds
+progress_src_EP11_imag (00:54:06): 1239038144 seconds
+progress_src_EP21_real (00:54:06): 1239038144 seconds
+progress_src_EP21_imag (00:54:06): 1239038144 seconds
+progress_src_EP13_real (00:54:06): 1239038144 seconds
+progress_src_EP13_imag (00:54:06): 1239038144 seconds
+progress_src_EP20_real (00:54:06): 1239038144 seconds
+progress_src_EP20_imag (00:54:06): 1239038144 seconds
+progress_src_pcaly_line1_coh (00:54:06): 1239038144 seconds
+progress_src_pcaly_line2_coh (00:54:06): 1239038144 seconds
+progress_src_sus_line1_coh (00:54:06): 1239038144 seconds
+progress_kappa_uim_real_H1 (00:54:06): 1239037856 seconds
+progress_kappa_uim_imag_H1 (00:54:06): 1239037856 seconds
+progress_src_sus_line2_coh (00:54:06): 1239038144 seconds
+progress_kappa_pum_real_H1 (00:54:06): 1239037856 seconds
+progress_kappa_pum_imag_H1 (00:54:06): 1239037856 seconds
+progress_src_sus_line3_coh (00:54:06): 1239038144 seconds
+progress_f_cc_H1 (00:54:06): 1239037856 seconds
+progress_kappa_c_H1 (00:54:06): 1239037856 seconds
+progress_kappa_tst_real_H1 (00:54:06): 1239037856 seconds
+progress_kappa_tst_imag_H1 (00:54:06): 1239037856 seconds
+progress_f_s_squared_H1 (00:54:06): 1239037856 seconds
+progress_SRC_Q_H1 (00:54:06): 1239037856 seconds
+progress_hoft_H1 (00:54:06): 1239037855 seconds
+progress_src_ctrl (00:54:06): 1239038144 seconds
+progress_hoft_cleaned_H1 (00:54:06): 1239037704 seconds
+progress_calibstatevec_H1 (00:54:06): 1239037686 seconds
+progress_src_darm_err (00:54:10): 1239038144 seconds
+progress_hoft_H1 (00:54:11): 1239037898 seconds
+progress_hoft_cleaned_H1 (00:54:11): 1239037746 seconds
+progress_calibstatevec_H1 (00:54:11): 1239037728 seconds
+progress_src_pcal (00:54:12): 1239038144 seconds
+progress_kappa_uim_real_nogate_H1 (00:54:12): 1239037980 seconds
+progress_kappa_uim_imag_nogate_H1 (00:54:12): 1239037980 seconds
+progress_kappa_tst_real_nogate_H1 (00:54:12): 1239037980 seconds
+progress_kappa_pum_real_nogate_H1 (00:54:12): 1239037980 seconds
+progress_kappa_pum_imag_nogate_H1 (00:54:12): 1239037980 seconds
+progress_kappa_tst_imag_nogate_H1 (00:54:12): 1239037980 seconds
+progress_f_cc_nogate_H1 (00:54:12): 1239037980 seconds
+progress_kappa_c_nogate_H1 (00:54:12): 1239037980 seconds
+progress_f_s_squared_nogate_H1 (00:54:12): 1239037980 seconds
+progress_SRC_Q_nogate_H1 (00:54:12): 1239037980 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:54:13): 1239038144 seconds
+progress_hoft_cleaned_H1 (00:54:16): 1239037765 seconds
+progress_calibstatevec_H1 (00:54:16): 1239037748 seconds
+progress_hoft_H1 (00:54:16): 1239037917 seconds
+progress_src_HW_injections_H1 (00:55:22): 1239038208 seconds
+progress_src_obs_intent_H1 (00:55:22): 1239038208 seconds
+progress_src_low_noise_state_H1 (00:55:22): 1239038208 seconds
+progress_src_GRD-ISC_LOCK_OK (00:55:22): 1239038208 seconds
+progress_src_uimexc (00:55:22): 1239038208 seconds
+progress_src_pumexc (00:55:22): 1239038208 seconds
+progress_src_tstexc (00:55:22): 1239038208 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:55:22): 1239038208 seconds
+progress_src_EP1_real (00:55:22): 1239038208 seconds
+progress_src_EP1_imag (00:55:22): 1239038208 seconds
+progress_src_EP15_real (00:55:22): 1239038208 seconds
+progress_src_EP15_imag (00:55:22): 1239038208 seconds
+progress_src_EP22_real (00:55:22): 1239038208 seconds
+progress_src_EP22_imag (00:55:22): 1239038208 seconds
+progress_src_EP7_real (00:55:22): 1239038208 seconds
+progress_src_EP7_imag (00:55:22): 1239038208 seconds
+progress_src_EP6_real (00:55:22): 1239038208 seconds
+progress_src_EP6_imag (00:55:22): 1239038208 seconds
+progress_src_EP19_real (00:55:22): 1239038208 seconds
+progress_src_EP19_imag (00:55:22): 1239038208 seconds
+progress_src_EP8_real (00:55:22): 1239038208 seconds
+progress_src_EP8_imag (00:55:22): 1239038208 seconds
+progress_src_EP18_real (00:55:22): 1239038208 seconds
+progress_src_EP18_imag (00:55:22): 1239038208 seconds
+progress_src_EP12_real (00:55:22): 1239038208 seconds
+progress_src_EP12_imag (00:55:22): 1239038208 seconds
+progress_src_EP11_real (00:55:22): 1239038208 seconds
+progress_src_EP11_imag (00:55:22): 1239038208 seconds
+progress_src_EP21_real (00:55:22): 1239038208 seconds
+progress_src_EP21_imag (00:55:22): 1239038208 seconds
+progress_src_EP13_real (00:55:22): 1239038208 seconds
+progress_src_EP13_imag (00:55:22): 1239038208 seconds
+progress_src_EP20_real (00:55:22): 1239038208 seconds
+progress_src_EP20_imag (00:55:22): 1239038208 seconds
+progress_src_pcaly_line1_coh (00:55:22): 1239038208 seconds
+progress_src_pcaly_line2_coh (00:55:22): 1239038208 seconds
+progress_src_sus_line1_coh (00:55:22): 1239038208 seconds
+progress_kappa_uim_real_H1 (00:55:22): 1239037920 seconds
+progress_kappa_uim_imag_H1 (00:55:22): 1239037920 seconds
+progress_src_sus_line2_coh (00:55:22): 1239038208 seconds
+progress_kappa_pum_real_H1 (00:55:22): 1239037920 seconds
+progress_kappa_pum_imag_H1 (00:55:22): 1239037920 seconds
+progress_src_sus_line3_coh (00:55:22): 1239038208 seconds
+progress_f_cc_H1 (00:55:22): 1239037920 seconds
+progress_kappa_c_H1 (00:55:22): 1239037920 seconds
+progress_f_s_squared_H1 (00:55:22): 1239037920 seconds
+progress_kappa_tst_real_H1 (00:55:22): 1239037920 seconds
+progress_kappa_tst_imag_H1 (00:55:22): 1239037920 seconds
+progress_SRC_Q_H1 (00:55:22): 1239037920 seconds
+progress_hoft_H1 (00:55:22): 1239037919 seconds
+progress_hoft_cleaned_H1 (00:55:22): 1239037768 seconds
+progress_calibstatevec_H1 (00:55:22): 1239037750 seconds
+progress_src_ctrl (00:55:22): 1239038208 seconds
+progress_src_darm_err (00:55:26): 1239038208 seconds
+progress_hoft_H1 (00:55:27): 1239037959 seconds
+progress_hoft_cleaned_H1 (00:55:27): 1239037807 seconds
+progress_calibstatevec_H1 (00:55:27): 1239037789 seconds
+progress_src_pcal (00:55:29): 1239038208 seconds
+progress_kappa_tst_real_nogate_H1 (00:55:29): 1239038044 seconds
+progress_kappa_pum_real_nogate_H1 (00:55:29): 1239038044 seconds
+progress_kappa_uim_real_nogate_H1 (00:55:29): 1239038044 seconds
+progress_kappa_tst_imag_nogate_H1 (00:55:29): 1239038044 seconds
+progress_kappa_pum_imag_nogate_H1 (00:55:29): 1239038044 seconds
+progress_kappa_uim_imag_nogate_H1 (00:55:29): 1239038044 seconds
+progress_kappa_c_nogate_H1 (00:55:29): 1239038044 seconds
+progress_f_cc_nogate_H1 (00:55:29): 1239038044 seconds
+progress_f_s_squared_nogate_H1 (00:55:29): 1239038044 seconds
+progress_SRC_Q_nogate_H1 (00:55:29): 1239038044 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:55:29): 1239038208 seconds
+progress_hoft_H1 (00:55:32): 1239037978 seconds
+progress_hoft_cleaned_H1 (00:55:32): 1239037826 seconds
+progress_calibstatevec_H1 (00:55:32): 1239037808 seconds
+progress_src_HW_injections_H1 (00:56:38): 1239038272 seconds
+progress_src_obs_intent_H1 (00:56:38): 1239038272 seconds
+progress_src_low_noise_state_H1 (00:56:38): 1239038272 seconds
+progress_src_GRD-ISC_LOCK_OK (00:56:38): 1239038272 seconds
+progress_src_uimexc (00:56:39): 1239038272 seconds
+progress_src_pumexc (00:56:39): 1239038272 seconds
+progress_src_tstexc (00:56:39): 1239038272 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:56:39): 1239038272 seconds
+progress_src_EP1_real (00:56:39): 1239038272 seconds
+progress_src_EP1_imag (00:56:39): 1239038272 seconds
+progress_src_EP15_real (00:56:39): 1239038272 seconds
+progress_src_EP15_imag (00:56:39): 1239038272 seconds
+progress_src_EP22_real (00:56:39): 1239038272 seconds
+progress_src_EP22_imag (00:56:39): 1239038272 seconds
+progress_src_EP7_real (00:56:39): 1239038272 seconds
+progress_src_EP7_imag (00:56:39): 1239038272 seconds
+progress_src_EP6_real (00:56:39): 1239038272 seconds
+progress_src_EP6_imag (00:56:39): 1239038272 seconds
+progress_src_EP19_real (00:56:39): 1239038272 seconds
+progress_src_EP19_imag (00:56:39): 1239038272 seconds
+progress_src_EP8_real (00:56:39): 1239038272 seconds
+progress_src_EP8_imag (00:56:39): 1239038272 seconds
+progress_src_EP18_real (00:56:39): 1239038272 seconds
+progress_src_EP18_imag (00:56:39): 1239038272 seconds
+progress_src_EP12_real (00:56:39): 1239038272 seconds
+progress_src_EP12_imag (00:56:39): 1239038272 seconds
+progress_src_EP11_real (00:56:39): 1239038272 seconds
+progress_src_EP11_imag (00:56:39): 1239038272 seconds
+progress_src_EP21_real (00:56:39): 1239038272 seconds
+progress_src_EP21_imag (00:56:39): 1239038272 seconds
+progress_src_EP13_real (00:56:39): 1239038272 seconds
+progress_src_EP13_imag (00:56:39): 1239038272 seconds
+progress_src_EP20_real (00:56:39): 1239038272 seconds
+progress_src_EP20_imag (00:56:39): 1239038272 seconds
+progress_src_pcaly_line1_coh (00:56:39): 1239038272 seconds
+progress_src_pcaly_line2_coh (00:56:39): 1239038272 seconds
+progress_src_sus_line1_coh (00:56:39): 1239038272 seconds
+progress_kappa_uim_real_H1 (00:56:39): 1239037984 seconds
+progress_kappa_uim_imag_H1 (00:56:39): 1239037984 seconds
+progress_src_sus_line2_coh (00:56:39): 1239038272 seconds
+progress_kappa_pum_real_H1 (00:56:39): 1239037984 seconds
+progress_kappa_pum_imag_H1 (00:56:39): 1239037984 seconds
+progress_src_sus_line3_coh (00:56:39): 1239038272 seconds
+progress_kappa_tst_real_H1 (00:56:39): 1239037984 seconds
+progress_f_cc_H1 (00:56:39): 1239037984 seconds
+progress_kappa_tst_imag_H1 (00:56:39): 1239037984 seconds
+progress_f_s_squared_H1 (00:56:39): 1239037984 seconds
+progress_kappa_c_H1 (00:56:39): 1239037984 seconds
+progress_SRC_Q_H1 (00:56:39): 1239037984 seconds
+progress_hoft_H1 (00:56:39): 1239037983 seconds
+progress_src_ctrl (00:56:39): 1239038272 seconds
+progress_hoft_cleaned_H1 (00:56:39): 1239037832 seconds
+progress_calibstatevec_H1 (00:56:39): 1239037814 seconds
+progress_src_darm_err (00:56:43): 1239038272 seconds
+progress_hoft_H1 (00:56:44): 1239038024 seconds
+progress_hoft_cleaned_H1 (00:56:44): 1239037872 seconds
+progress_calibstatevec_H1 (00:56:44): 1239037854 seconds
+progress_src_pcal (00:56:45): 1239038272 seconds
+progress_kappa_pum_real_nogate_H1 (00:56:45): 1239038108 seconds
+progress_kappa_uim_real_nogate_H1 (00:56:45): 1239038108 seconds
+progress_kappa_pum_imag_nogate_H1 (00:56:45): 1239038108 seconds
+progress_kappa_uim_imag_nogate_H1 (00:56:45): 1239038108 seconds
+progress_kappa_tst_real_nogate_H1 (00:56:45): 1239038108 seconds
+progress_kappa_tst_imag_nogate_H1 (00:56:45): 1239038108 seconds
+progress_f_cc_nogate_H1 (00:56:45): 1239038108 seconds
+progress_kappa_c_nogate_H1 (00:56:45): 1239038108 seconds
+progress_f_s_squared_nogate_H1 (00:56:45): 1239038108 seconds
+progress_SRC_Q_nogate_H1 (00:56:45): 1239038108 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:56:46): 1239038272 seconds
+progress_hoft_cleaned_H1 (00:56:49): 1239037891 seconds
+progress_calibstatevec_H1 (00:56:49): 1239037873 seconds
+progress_hoft_H1 (00:56:49): 1239038042 seconds
+progress_src_HW_injections_H1 (00:57:49): 1239038336 seconds
+progress_src_obs_intent_H1 (00:57:49): 1239038336 seconds
+progress_src_low_noise_state_H1 (00:57:49): 1239038336 seconds
+progress_src_GRD-ISC_LOCK_OK (00:57:49): 1239038336 seconds
+progress_src_uimexc (00:57:49): 1239038336 seconds
+progress_src_pumexc (00:57:49): 1239038336 seconds
+progress_src_tstexc (00:57:49): 1239038336 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:57:49): 1239038336 seconds
+progress_src_EP1_real (00:57:49): 1239038336 seconds
+progress_src_EP1_imag (00:57:49): 1239038336 seconds
+progress_src_EP15_real (00:57:49): 1239038336 seconds
+progress_src_EP15_imag (00:57:49): 1239038336 seconds
+progress_src_EP22_real (00:57:49): 1239038336 seconds
+progress_src_EP22_imag (00:57:49): 1239038336 seconds
+progress_src_EP7_real (00:57:49): 1239038336 seconds
+progress_src_EP7_imag (00:57:49): 1239038336 seconds
+progress_src_EP6_real (00:57:49): 1239038336 seconds
+progress_src_EP6_imag (00:57:49): 1239038336 seconds
+progress_src_EP19_real (00:57:49): 1239038336 seconds
+progress_src_EP19_imag (00:57:49): 1239038336 seconds
+progress_src_EP8_real (00:57:49): 1239038336 seconds
+progress_src_EP8_imag (00:57:49): 1239038336 seconds
+progress_src_EP18_real (00:57:49): 1239038336 seconds
+progress_src_EP18_imag (00:57:49): 1239038336 seconds
+progress_src_EP12_real (00:57:49): 1239038336 seconds
+progress_src_EP12_imag (00:57:49): 1239038336 seconds
+progress_src_EP11_real (00:57:49): 1239038336 seconds
+progress_src_EP11_imag (00:57:49): 1239038336 seconds
+progress_src_EP21_real (00:57:49): 1239038336 seconds
+progress_src_EP21_imag (00:57:49): 1239038336 seconds
+progress_src_EP13_real (00:57:49): 1239038336 seconds
+progress_src_EP13_imag (00:57:49): 1239038336 seconds
+progress_src_EP20_real (00:57:49): 1239038336 seconds
+progress_src_EP20_imag (00:57:49): 1239038336 seconds
+progress_src_pcaly_line1_coh (00:57:49): 1239038336 seconds
+progress_src_pcaly_line2_coh (00:57:49): 1239038336 seconds
+progress_src_sus_line1_coh (00:57:49): 1239038336 seconds
+progress_kappa_uim_real_H1 (00:57:49): 1239038048 seconds
+progress_kappa_uim_imag_H1 (00:57:49): 1239038048 seconds
+progress_src_sus_line2_coh (00:57:49): 1239038336 seconds
+progress_kappa_pum_real_H1 (00:57:49): 1239038048 seconds
+progress_kappa_pum_imag_H1 (00:57:49): 1239038048 seconds
+progress_src_sus_line3_coh (00:57:49): 1239038336 seconds
+progress_f_cc_H1 (00:57:49): 1239038048 seconds
+progress_kappa_c_H1 (00:57:49): 1239038048 seconds
+progress_kappa_tst_real_H1 (00:57:49): 1239038048 seconds
+progress_f_s_squared_H1 (00:57:49): 1239038048 seconds
+progress_kappa_tst_imag_H1 (00:57:49): 1239038048 seconds
+progress_SRC_Q_H1 (00:57:49): 1239038048 seconds
+progress_hoft_H1 (00:57:49): 1239038047 seconds
+progress_hoft_cleaned_H1 (00:57:49): 1239037896 seconds
+progress_calibstatevec_H1 (00:57:49): 1239037878 seconds
+progress_src_ctrl (00:57:49): 1239038336 seconds
+progress_src_darm_err (00:57:53): 1239038336 seconds
+progress_hoft_H1 (00:57:54): 1239038084 seconds
+progress_hoft_cleaned_H1 (00:57:54): 1239037932 seconds
+progress_calibstatevec_H1 (00:57:54): 1239037914 seconds
+progress_src_pcal (00:57:56): 1239038336 seconds
+progress_kappa_uim_real_nogate_H1 (00:57:56): 1239038172 seconds
+progress_kappa_tst_real_nogate_H1 (00:57:56): 1239038172 seconds
+progress_kappa_uim_imag_nogate_H1 (00:57:56): 1239038172 seconds
+progress_kappa_pum_real_nogate_H1 (00:57:56): 1239038172 seconds
+progress_kappa_tst_imag_nogate_H1 (00:57:56): 1239038172 seconds
+progress_kappa_pum_imag_nogate_H1 (00:57:56): 1239038172 seconds
+progress_f_cc_nogate_H1 (00:57:56): 1239038172 seconds
+progress_kappa_c_nogate_H1 (00:57:56): 1239038172 seconds
+progress_f_s_squared_nogate_H1 (00:57:56): 1239038172 seconds
+progress_SRC_Q_nogate_H1 (00:57:56): 1239038172 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:57:57): 1239038336 seconds
+progress_hoft_H1 (00:57:59): 1239038103 seconds
+progress_hoft_cleaned_H1 (00:57:59): 1239037951 seconds
+progress_calibstatevec_H1 (00:57:59): 1239037933 seconds
+progress_src_HW_injections_H1 (00:59:02): 1239038400 seconds
+progress_src_obs_intent_H1 (00:59:02): 1239038400 seconds
+progress_src_low_noise_state_H1 (00:59:02): 1239038400 seconds
+progress_src_GRD-ISC_LOCK_OK (00:59:02): 1239038400 seconds
+progress_src_uimexc (00:59:02): 1239038400 seconds
+progress_src_pumexc (00:59:02): 1239038400 seconds
+progress_src_tstexc (00:59:02): 1239038400 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (00:59:02): 1239038400 seconds
+progress_src_EP1_real (00:59:02): 1239038400 seconds
+progress_src_EP1_imag (00:59:02): 1239038400 seconds
+progress_src_EP15_real (00:59:02): 1239038400 seconds
+progress_src_EP15_imag (00:59:02): 1239038400 seconds
+progress_src_EP22_real (00:59:02): 1239038400 seconds
+progress_src_EP22_imag (00:59:02): 1239038400 seconds
+progress_src_EP7_real (00:59:02): 1239038400 seconds
+progress_src_EP7_imag (00:59:02): 1239038400 seconds
+progress_src_EP6_real (00:59:02): 1239038400 seconds
+progress_src_EP6_imag (00:59:02): 1239038400 seconds
+progress_src_EP19_real (00:59:02): 1239038400 seconds
+progress_src_EP19_imag (00:59:02): 1239038400 seconds
+progress_src_EP8_real (00:59:02): 1239038400 seconds
+progress_src_EP8_imag (00:59:02): 1239038400 seconds
+progress_src_EP18_real (00:59:02): 1239038400 seconds
+progress_src_EP18_imag (00:59:02): 1239038400 seconds
+progress_src_EP12_real (00:59:02): 1239038400 seconds
+progress_src_EP12_imag (00:59:02): 1239038400 seconds
+progress_src_EP11_real (00:59:02): 1239038400 seconds
+progress_src_EP11_imag (00:59:02): 1239038400 seconds
+progress_src_EP21_real (00:59:02): 1239038400 seconds
+progress_src_EP21_imag (00:59:02): 1239038400 seconds
+progress_src_EP13_real (00:59:02): 1239038400 seconds
+progress_src_EP13_imag (00:59:02): 1239038400 seconds
+progress_src_EP20_real (00:59:02): 1239038400 seconds
+progress_src_EP20_imag (00:59:02): 1239038400 seconds
+progress_src_pcaly_line1_coh (00:59:02): 1239038400 seconds
+progress_src_pcaly_line2_coh (00:59:02): 1239038400 seconds
+progress_src_sus_line1_coh (00:59:02): 1239038400 seconds
+progress_kappa_uim_real_H1 (00:59:02): 1239038112 seconds
+progress_kappa_uim_imag_H1 (00:59:02): 1239038112 seconds
+progress_src_sus_line2_coh (00:59:02): 1239038400 seconds
+progress_kappa_pum_real_H1 (00:59:02): 1239038112 seconds
+progress_kappa_pum_imag_H1 (00:59:02): 1239038112 seconds
+progress_src_sus_line3_coh (00:59:02): 1239038400 seconds
+progress_f_cc_H1 (00:59:02): 1239038112 seconds
+progress_kappa_c_H1 (00:59:02): 1239038112 seconds
+progress_f_s_squared_H1 (00:59:02): 1239038112 seconds
+progress_kappa_tst_real_H1 (00:59:02): 1239038112 seconds
+progress_kappa_tst_imag_H1 (00:59:02): 1239038112 seconds
+progress_SRC_Q_H1 (00:59:02): 1239038112 seconds
+progress_hoft_H1 (00:59:02): 1239038111 seconds
+progress_hoft_cleaned_H1 (00:59:02): 1239037960 seconds
+progress_calibstatevec_H1 (00:59:02): 1239037942 seconds
+progress_src_ctrl (00:59:02): 1239038400 seconds
+progress_src_darm_err (00:59:06): 1239038400 seconds
+progress_hoft_H1 (00:59:07): 1239038149 seconds
+progress_hoft_cleaned_H1 (00:59:07): 1239037997 seconds
+progress_calibstatevec_H1 (00:59:07): 1239037979 seconds
+progress_src_pcal (00:59:09): 1239038400 seconds
+progress_kappa_pum_real_nogate_H1 (00:59:09): 1239038236 seconds
+progress_kappa_pum_imag_nogate_H1 (00:59:09): 1239038236 seconds
+progress_kappa_tst_real_nogate_H1 (00:59:09): 1239038236 seconds
+progress_kappa_uim_real_nogate_H1 (00:59:09): 1239038236 seconds
+progress_kappa_tst_imag_nogate_H1 (00:59:09): 1239038236 seconds
+progress_kappa_uim_imag_nogate_H1 (00:59:09): 1239038236 seconds
+progress_f_cc_nogate_H1 (00:59:09): 1239038236 seconds
+progress_kappa_c_nogate_H1 (00:59:09): 1239038236 seconds
+progress_f_s_squared_nogate_H1 (00:59:09): 1239038236 seconds
+progress_SRC_Q_nogate_H1 (00:59:09): 1239038236 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (00:59:09): 1239038400 seconds
+progress_hoft_H1 (00:59:12): 1239038168 seconds
+progress_hoft_cleaned_H1 (00:59:12): 1239038016 seconds
+progress_calibstatevec_H1 (00:59:12): 1239037998 seconds
+progress_src_HW_injections_H1 (01:00:14): 1239038464 seconds
+progress_src_obs_intent_H1 (01:00:14): 1239038464 seconds
+progress_src_low_noise_state_H1 (01:00:14): 1239038464 seconds
+progress_src_GRD-ISC_LOCK_OK (01:00:14): 1239038464 seconds
+progress_src_uimexc (01:00:14): 1239038464 seconds
+progress_src_pumexc (01:00:14): 1239038464 seconds
+progress_src_tstexc (01:00:14): 1239038464 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (01:00:14): 1239038464 seconds
+progress_src_EP1_real (01:00:14): 1239038464 seconds
+progress_src_EP1_imag (01:00:14): 1239038464 seconds
+progress_src_EP15_real (01:00:14): 1239038464 seconds
+progress_src_EP15_imag (01:00:14): 1239038464 seconds
+progress_src_EP22_real (01:00:14): 1239038464 seconds
+progress_src_EP22_imag (01:00:14): 1239038464 seconds
+progress_src_EP7_real (01:00:14): 1239038464 seconds
+progress_src_EP7_imag (01:00:14): 1239038464 seconds
+progress_src_EP6_real (01:00:14): 1239038464 seconds
+progress_src_EP6_imag (01:00:14): 1239038464 seconds
+progress_src_EP19_real (01:00:14): 1239038464 seconds
+progress_src_EP19_imag (01:00:14): 1239038464 seconds
+progress_src_EP8_real (01:00:14): 1239038464 seconds
+progress_src_EP8_imag (01:00:14): 1239038464 seconds
+progress_src_EP18_real (01:00:14): 1239038464 seconds
+progress_src_EP18_imag (01:00:14): 1239038464 seconds
+progress_src_EP12_real (01:00:14): 1239038464 seconds
+progress_src_EP12_imag (01:00:14): 1239038464 seconds
+progress_src_EP11_real (01:00:14): 1239038464 seconds
+progress_src_EP11_imag (01:00:14): 1239038464 seconds
+progress_src_EP21_real (01:00:14): 1239038464 seconds
+progress_src_EP21_imag (01:00:14): 1239038464 seconds
+progress_src_EP13_real (01:00:14): 1239038464 seconds
+progress_src_EP13_imag (01:00:14): 1239038464 seconds
+progress_src_EP20_real (01:00:14): 1239038464 seconds
+progress_src_EP20_imag (01:00:14): 1239038464 seconds
+progress_src_pcaly_line1_coh (01:00:14): 1239038464 seconds
+progress_src_pcaly_line2_coh (01:00:14): 1239038464 seconds
+progress_src_sus_line1_coh (01:00:14): 1239038464 seconds
+progress_kappa_uim_real_H1 (01:00:14): 1239038176 seconds
+progress_kappa_uim_imag_H1 (01:00:14): 1239038176 seconds
+progress_src_sus_line2_coh (01:00:14): 1239038464 seconds
+progress_kappa_pum_real_H1 (01:00:14): 1239038176 seconds
+progress_kappa_pum_imag_H1 (01:00:14): 1239038176 seconds
+progress_src_sus_line3_coh (01:00:14): 1239038464 seconds
+progress_kappa_c_H1 (01:00:14): 1239038176 seconds
+progress_kappa_tst_real_H1 (01:00:14): 1239038176 seconds
+progress_f_cc_H1 (01:00:14): 1239038176 seconds
+progress_f_s_squared_H1 (01:00:14): 1239038176 seconds
+progress_kappa_tst_imag_H1 (01:00:14): 1239038176 seconds
+progress_SRC_Q_H1 (01:00:14): 1239038176 seconds
+progress_hoft_H1 (01:00:14): 1239038175 seconds
+progress_src_ctrl (01:00:14): 1239038464 seconds
+progress_hoft_cleaned_H1 (01:00:14): 1239038024 seconds
+progress_calibstatevec_H1 (01:00:14): 1239038006 seconds
+progress_src_darm_err (01:00:18): 1239038464 seconds
+progress_hoft_H1 (01:00:19): 1239038214 seconds
+progress_hoft_cleaned_H1 (01:00:19): 1239038062 seconds
+progress_calibstatevec_H1 (01:00:19): 1239038044 seconds
+progress_src_pcal (01:00:21): 1239038464 seconds
+progress_kappa_uim_real_nogate_H1 (01:00:21): 1239038300 seconds
+progress_kappa_uim_imag_nogate_H1 (01:00:21): 1239038300 seconds
+progress_kappa_pum_real_nogate_H1 (01:00:21): 1239038300 seconds
+progress_kappa_pum_imag_nogate_H1 (01:00:21): 1239038300 seconds
+progress_kappa_tst_real_nogate_H1 (01:00:21): 1239038300 seconds
+progress_kappa_tst_imag_nogate_H1 (01:00:21): 1239038300 seconds
+progress_f_cc_nogate_H1 (01:00:21): 1239038300 seconds
+progress_kappa_c_nogate_H1 (01:00:21): 1239038300 seconds
+progress_f_s_squared_nogate_H1 (01:00:21): 1239038300 seconds
+progress_SRC_Q_nogate_H1 (01:00:21): 1239038300 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (01:00:21): 1239038464 seconds
+progress_hoft_H1 (01:00:24): 1239038233 seconds
+progress_hoft_cleaned_H1 (01:00:24): 1239038081 seconds
+progress_calibstatevec_H1 (01:00:24): 1239038063 seconds
+progress_src_HW_injections_H1 (01:01:32): 1239038528 seconds
+progress_src_obs_intent_H1 (01:01:33): 1239038528 seconds
+progress_src_low_noise_state_H1 (01:01:33): 1239038528 seconds
+progress_src_GRD-ISC_LOCK_OK (01:01:33): 1239038528 seconds
+progress_src_uimexc (01:01:33): 1239038528 seconds
+progress_src_pumexc (01:01:33): 1239038528 seconds
+progress_src_tstexc (01:01:33): 1239038528 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (01:01:33): 1239038528 seconds
+progress_src_EP1_real (01:01:33): 1239038528 seconds
+progress_src_EP1_imag (01:01:33): 1239038528 seconds
+progress_src_EP15_real (01:01:33): 1239038528 seconds
+progress_src_EP15_imag (01:01:33): 1239038528 seconds
+progress_src_EP22_real (01:01:33): 1239038528 seconds
+progress_src_EP22_imag (01:01:33): 1239038528 seconds
+progress_src_EP7_real (01:01:33): 1239038528 seconds
+progress_src_EP7_imag (01:01:33): 1239038528 seconds
+progress_src_EP6_real (01:01:33): 1239038528 seconds
+progress_src_EP6_imag (01:01:33): 1239038528 seconds
+progress_src_EP19_real (01:01:33): 1239038528 seconds
+progress_src_EP19_imag (01:01:33): 1239038528 seconds
+progress_src_EP8_real (01:01:33): 1239038528 seconds
+progress_src_EP8_imag (01:01:33): 1239038528 seconds
+progress_src_EP18_real (01:01:33): 1239038528 seconds
+progress_src_EP18_imag (01:01:33): 1239038528 seconds
+progress_src_EP12_real (01:01:33): 1239038528 seconds
+progress_src_EP12_imag (01:01:33): 1239038528 seconds
+progress_src_EP11_real (01:01:33): 1239038528 seconds
+progress_src_EP11_imag (01:01:33): 1239038528 seconds
+progress_src_EP21_real (01:01:33): 1239038528 seconds
+progress_src_EP21_imag (01:01:33): 1239038528 seconds
+progress_src_EP13_real (01:01:33): 1239038528 seconds
+progress_src_EP13_imag (01:01:33): 1239038528 seconds
+progress_src_EP20_real (01:01:33): 1239038528 seconds
+progress_src_EP20_imag (01:01:33): 1239038528 seconds
+progress_src_pcaly_line1_coh (01:01:33): 1239038528 seconds
+progress_src_pcaly_line2_coh (01:01:33): 1239038528 seconds
+progress_src_sus_line1_coh (01:01:33): 1239038528 seconds
+progress_kappa_uim_real_H1 (01:01:33): 1239038240 seconds
+progress_kappa_uim_imag_H1 (01:01:33): 1239038240 seconds
+progress_src_sus_line2_coh (01:01:33): 1239038528 seconds
+progress_kappa_pum_real_H1 (01:01:33): 1239038240 seconds
+progress_kappa_pum_imag_H1 (01:01:33): 1239038240 seconds
+progress_src_sus_line3_coh (01:01:33): 1239038528 seconds
+progress_kappa_c_H1 (01:01:33): 1239038240 seconds
+progress_f_cc_H1 (01:01:33): 1239038240 seconds
+progress_kappa_tst_real_H1 (01:01:33): 1239038240 seconds
+progress_kappa_tst_imag_H1 (01:01:33): 1239038240 seconds
+progress_f_s_squared_H1 (01:01:33): 1239038240 seconds
+progress_SRC_Q_H1 (01:01:33): 1239038240 seconds
+progress_hoft_H1 (01:01:33): 1239038239 seconds
+progress_hoft_cleaned_H1 (01:01:33): 1239038088 seconds
+progress_src_ctrl (01:01:33): 1239038528 seconds
+progress_calibstatevec_H1 (01:01:33): 1239038070 seconds
+progress_src_darm_err (01:01:37): 1239038528 seconds
+progress_hoft_H1 (01:01:38): 1239038279 seconds
+progress_hoft_cleaned_H1 (01:01:38): 1239038127 seconds
+progress_calibstatevec_H1 (01:01:38): 1239038109 seconds
+progress_src_pcal (01:01:39): 1239038528 seconds
+progress_kappa_pum_real_nogate_H1 (01:01:39): 1239038364 seconds
+progress_kappa_tst_real_nogate_H1 (01:01:39): 1239038364 seconds
+progress_kappa_pum_imag_nogate_H1 (01:01:39): 1239038364 seconds
+progress_kappa_uim_real_nogate_H1 (01:01:39): 1239038364 seconds
+progress_kappa_tst_imag_nogate_H1 (01:01:39): 1239038364 seconds
+progress_kappa_uim_imag_nogate_H1 (01:01:39): 1239038364 seconds
+progress_f_cc_nogate_H1 (01:01:39): 1239038364 seconds
+progress_kappa_c_nogate_H1 (01:01:39): 1239038364 seconds
+progress_f_s_squared_nogate_H1 (01:01:39): 1239038364 seconds
+progress_SRC_Q_nogate_H1 (01:01:39): 1239038364 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (01:01:40): 1239038528 seconds
+progress_hoft_H1 (01:01:43): 1239038298 seconds
+progress_hoft_cleaned_H1 (01:01:43): 1239038146 seconds
+progress_calibstatevec_H1 (01:01:43): 1239038128 seconds
+progress_src_HW_injections_H1 (01:02:49): 1239038592 seconds
+progress_src_obs_intent_H1 (01:02:50): 1239038592 seconds
+progress_src_low_noise_state_H1 (01:02:50): 1239038592 seconds
+progress_src_GRD-ISC_LOCK_OK (01:02:50): 1239038592 seconds
+progress_src_uimexc (01:02:50): 1239038592 seconds
+progress_src_pumexc (01:02:50): 1239038592 seconds
+progress_src_tstexc (01:02:50): 1239038592 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (01:02:50): 1239038592 seconds
+progress_src_EP1_real (01:02:50): 1239038592 seconds
+progress_src_EP1_imag (01:02:50): 1239038592 seconds
+progress_src_EP15_real (01:02:50): 1239038592 seconds
+progress_src_EP15_imag (01:02:50): 1239038592 seconds
+progress_src_EP22_real (01:02:50): 1239038592 seconds
+progress_src_EP22_imag (01:02:50): 1239038592 seconds
+progress_src_EP7_real (01:02:50): 1239038592 seconds
+progress_src_EP7_imag (01:02:50): 1239038592 seconds
+progress_src_EP6_real (01:02:50): 1239038592 seconds
+progress_src_EP6_imag (01:02:50): 1239038592 seconds
+progress_src_EP19_real (01:02:50): 1239038592 seconds
+progress_src_EP19_imag (01:02:50): 1239038592 seconds
+progress_src_EP8_real (01:02:50): 1239038592 seconds
+progress_src_EP8_imag (01:02:50): 1239038592 seconds
+progress_src_EP18_real (01:02:50): 1239038592 seconds
+progress_src_EP18_imag (01:02:50): 1239038592 seconds
+progress_src_EP12_real (01:02:50): 1239038592 seconds
+progress_src_EP12_imag (01:02:50): 1239038592 seconds
+progress_src_EP11_real (01:02:50): 1239038592 seconds
+progress_src_EP11_imag (01:02:50): 1239038592 seconds
+progress_src_EP21_real (01:02:50): 1239038592 seconds
+progress_src_EP21_imag (01:02:50): 1239038592 seconds
+progress_src_EP13_real (01:02:50): 1239038592 seconds
+progress_src_EP13_imag (01:02:50): 1239038592 seconds
+progress_src_EP20_real (01:02:50): 1239038592 seconds
+progress_src_EP20_imag (01:02:50): 1239038592 seconds
+progress_src_pcaly_line1_coh (01:02:50): 1239038592 seconds
+progress_src_pcaly_line2_coh (01:02:50): 1239038592 seconds
+progress_src_sus_line1_coh (01:02:50): 1239038592 seconds
+progress_kappa_uim_real_H1 (01:02:50): 1239038304 seconds
+progress_kappa_uim_imag_H1 (01:02:50): 1239038304 seconds
+progress_src_sus_line2_coh (01:02:50): 1239038592 seconds
+progress_kappa_pum_real_H1 (01:02:50): 1239038304 seconds
+progress_kappa_pum_imag_H1 (01:02:50): 1239038304 seconds
+progress_src_sus_line3_coh (01:02:50): 1239038592 seconds
+progress_kappa_tst_real_H1 (01:02:50): 1239038304 seconds
+progress_f_cc_H1 (01:02:50): 1239038304 seconds
+progress_kappa_tst_imag_H1 (01:02:50): 1239038304 seconds
+progress_f_s_squared_H1 (01:02:50): 1239038304 seconds
+progress_kappa_c_H1 (01:02:50): 1239038304 seconds
+progress_SRC_Q_H1 (01:02:50): 1239038304 seconds
+progress_hoft_H1 (01:02:50): 1239038303 seconds
+progress_hoft_cleaned_H1 (01:02:50): 1239038152 seconds
+progress_src_ctrl (01:02:50): 1239038592 seconds
+progress_calibstatevec_H1 (01:02:50): 1239038134 seconds
+progress_src_darm_err (01:02:54): 1239038592 seconds
+progress_hoft_H1 (01:02:55): 1239038344 seconds
+progress_hoft_cleaned_H1 (01:02:55): 1239038192 seconds
+progress_calibstatevec_H1 (01:02:55): 1239038174 seconds
+progress_src_pcal (01:02:56): 1239038592 seconds
+progress_kappa_pum_real_nogate_H1 (01:02:56): 1239038428 seconds
+progress_kappa_pum_imag_nogate_H1 (01:02:56): 1239038428 seconds
+progress_kappa_tst_real_nogate_H1 (01:02:56): 1239038428 seconds
+progress_kappa_uim_real_nogate_H1 (01:02:56): 1239038428 seconds
+progress_kappa_tst_imag_nogate_H1 (01:02:56): 1239038428 seconds
+progress_kappa_uim_imag_nogate_H1 (01:02:56): 1239038428 seconds
+progress_f_cc_nogate_H1 (01:02:56): 1239038428 seconds
+progress_kappa_c_nogate_H1 (01:02:56): 1239038428 seconds
+progress_f_s_squared_nogate_H1 (01:02:56): 1239038428 seconds
+progress_SRC_Q_nogate_H1 (01:02:56): 1239038428 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (01:02:57): 1239038592 seconds
+progress_hoft_cleaned_H1 (01:03:00): 1239038211 seconds
+progress_calibstatevec_H1 (01:03:00): 1239038193 seconds
+progress_hoft_H1 (01:03:00): 1239038363 seconds
+progress_src_HW_injections_H1 (01:04:09): 1239038656 seconds
+progress_src_obs_intent_H1 (01:04:10): 1239038656 seconds
+progress_src_low_noise_state_H1 (01:04:10): 1239038656 seconds
+progress_src_GRD-ISC_LOCK_OK (01:04:10): 1239038656 seconds
+progress_src_uimexc (01:04:10): 1239038656 seconds
+progress_src_pumexc (01:04:10): 1239038656 seconds
+progress_src_tstexc (01:04:10): 1239038656 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (01:04:10): 1239038656 seconds
+progress_src_EP1_real (01:04:10): 1239038656 seconds
+progress_src_EP1_imag (01:04:10): 1239038656 seconds
+progress_src_EP15_real (01:04:10): 1239038656 seconds
+progress_src_EP15_imag (01:04:10): 1239038656 seconds
+progress_src_EP22_real (01:04:10): 1239038656 seconds
+progress_src_EP22_imag (01:04:10): 1239038656 seconds
+progress_src_EP7_real (01:04:10): 1239038656 seconds
+progress_src_EP7_imag (01:04:10): 1239038656 seconds
+progress_src_EP6_real (01:04:10): 1239038656 seconds
+progress_src_EP6_imag (01:04:10): 1239038656 seconds
+progress_src_EP19_real (01:04:10): 1239038656 seconds
+progress_src_EP19_imag (01:04:10): 1239038656 seconds
+progress_src_EP8_real (01:04:10): 1239038656 seconds
+progress_src_EP8_imag (01:04:10): 1239038656 seconds
+progress_src_EP18_real (01:04:10): 1239038656 seconds
+progress_src_EP18_imag (01:04:10): 1239038656 seconds
+progress_src_EP12_real (01:04:10): 1239038656 seconds
+progress_src_EP12_imag (01:04:10): 1239038656 seconds
+progress_src_EP11_real (01:04:10): 1239038656 seconds
+progress_src_EP11_imag (01:04:10): 1239038656 seconds
+progress_src_EP21_real (01:04:10): 1239038656 seconds
+progress_src_EP21_imag (01:04:10): 1239038656 seconds
+progress_src_EP13_real (01:04:10): 1239038656 seconds
+progress_src_EP13_imag (01:04:10): 1239038656 seconds
+progress_src_EP20_real (01:04:10): 1239038656 seconds
+progress_src_EP20_imag (01:04:10): 1239038656 seconds
+progress_src_pcaly_line1_coh (01:04:10): 1239038656 seconds
+progress_src_pcaly_line2_coh (01:04:10): 1239038656 seconds
+progress_src_sus_line1_coh (01:04:10): 1239038656 seconds
+progress_kappa_uim_real_H1 (01:04:10): 1239038368 seconds
+progress_kappa_uim_imag_H1 (01:04:10): 1239038368 seconds
+progress_src_sus_line2_coh (01:04:10): 1239038656 seconds
+progress_kappa_pum_real_H1 (01:04:10): 1239038368 seconds
+progress_kappa_pum_imag_H1 (01:04:10): 1239038368 seconds
+progress_src_sus_line3_coh (01:04:10): 1239038656 seconds
+progress_kappa_c_H1 (01:04:10): 1239038368 seconds
+progress_f_s_squared_H1 (01:04:10): 1239038368 seconds
+progress_f_cc_H1 (01:04:10): 1239038368 seconds
+progress_kappa_tst_real_H1 (01:04:10): 1239038368 seconds
+progress_SRC_Q_H1 (01:04:10): 1239038368 seconds
+progress_kappa_tst_imag_H1 (01:04:10): 1239038368 seconds
+progress_hoft_H1 (01:04:10): 1239038367 seconds
+progress_src_ctrl (01:04:10): 1239038656 seconds
+progress_hoft_cleaned_H1 (01:04:10): 1239038216 seconds
+progress_calibstatevec_H1 (01:04:10): 1239038198 seconds
+progress_src_darm_err (01:04:14): 1239038656 seconds
+progress_hoft_cleaned_H1 (01:04:15): 1239038256 seconds
+progress_calibstatevec_H1 (01:04:15): 1239038238 seconds
+progress_hoft_H1 (01:04:15): 1239038408 seconds
+progress_src_pcal (01:04:16): 1239038656 seconds
+progress_kappa_tst_real_nogate_H1 (01:04:16): 1239038492 seconds
+progress_kappa_pum_real_nogate_H1 (01:04:16): 1239038492 seconds
+progress_kappa_tst_imag_nogate_H1 (01:04:16): 1239038492 seconds
+progress_kappa_uim_real_nogate_H1 (01:04:16): 1239038492 seconds
+progress_kappa_pum_imag_nogate_H1 (01:04:16): 1239038492 seconds
+progress_kappa_uim_imag_nogate_H1 (01:04:16): 1239038492 seconds
+progress_f_cc_nogate_H1 (01:04:16): 1239038492 seconds
+progress_kappa_c_nogate_H1 (01:04:16): 1239038492 seconds
+progress_f_s_squared_nogate_H1 (01:04:16): 1239038492 seconds
+progress_SRC_Q_nogate_H1 (01:04:16): 1239038492 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (01:04:17): 1239038656 seconds
+progress_hoft_H1 (01:04:20): 1239038428 seconds
+progress_hoft_cleaned_H1 (01:04:20): 1239038276 seconds
+progress_calibstatevec_H1 (01:04:20): 1239038258 seconds
+progress_src_HW_injections_H1 (01:06:27): 1239038720 seconds
+progress_src_obs_intent_H1 (01:06:27): 1239038720 seconds
+progress_src_low_noise_state_H1 (01:06:27): 1239038720 seconds
+progress_src_GRD-ISC_LOCK_OK (01:06:27): 1239038720 seconds
+progress_src_uimexc (01:06:27): 1239038720 seconds
+progress_src_pumexc (01:06:27): 1239038720 seconds
+progress_src_tstexc (01:06:27): 1239038720 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (01:06:27): 1239038720 seconds
+progress_src_EP1_real (01:06:27): 1239038720 seconds
+progress_src_EP1_imag (01:06:27): 1239038720 seconds
+progress_src_EP15_real (01:06:27): 1239038720 seconds
+progress_src_EP15_imag (01:06:27): 1239038720 seconds
+progress_src_EP22_real (01:06:27): 1239038720 seconds
+progress_src_EP22_imag (01:06:27): 1239038720 seconds
+progress_src_EP7_real (01:06:27): 1239038720 seconds
+progress_src_EP7_imag (01:06:27): 1239038720 seconds
+progress_src_EP6_real (01:06:27): 1239038720 seconds
+progress_src_EP6_imag (01:06:27): 1239038720 seconds
+progress_src_EP19_real (01:06:27): 1239038720 seconds
+progress_src_EP19_imag (01:06:27): 1239038720 seconds
+progress_src_EP8_real (01:06:27): 1239038720 seconds
+progress_src_EP8_imag (01:06:27): 1239038720 seconds
+progress_src_EP18_real (01:06:27): 1239038720 seconds
+progress_src_EP18_imag (01:06:27): 1239038720 seconds
+progress_src_EP12_real (01:06:27): 1239038720 seconds
+progress_src_EP12_imag (01:06:27): 1239038720 seconds
+progress_src_EP11_real (01:06:27): 1239038720 seconds
+progress_src_EP11_imag (01:06:27): 1239038720 seconds
+progress_src_EP21_real (01:06:27): 1239038720 seconds
+progress_src_EP21_imag (01:06:27): 1239038720 seconds
+progress_src_EP13_real (01:06:27): 1239038720 seconds
+progress_src_EP13_imag (01:06:27): 1239038720 seconds
+progress_src_EP20_real (01:06:27): 1239038720 seconds
+progress_src_EP20_imag (01:06:27): 1239038720 seconds
+progress_src_pcaly_line1_coh (01:06:27): 1239038720 seconds
+progress_src_pcaly_line2_coh (01:06:27): 1239038720 seconds
+progress_src_sus_line1_coh (01:06:27): 1239038720 seconds
+progress_kappa_uim_real_H1 (01:06:27): 1239038432 seconds
+progress_kappa_uim_imag_H1 (01:06:27): 1239038432 seconds
+progress_src_sus_line2_coh (01:06:27): 1239038720 seconds
+progress_kappa_pum_real_H1 (01:06:27): 1239038432 seconds
+progress_kappa_pum_imag_H1 (01:06:27): 1239038432 seconds
+progress_src_sus_line3_coh (01:06:27): 1239038720 seconds
+progress_f_cc_H1 (01:06:27): 1239038432 seconds
+progress_kappa_tst_real_H1 (01:06:27): 1239038432 seconds
+progress_kappa_c_H1 (01:06:27): 1239038432 seconds
+progress_f_s_squared_H1 (01:06:27): 1239038432 seconds
+progress_kappa_tst_imag_H1 (01:06:27): 1239038432 seconds
+progress_SRC_Q_H1 (01:06:27): 1239038432 seconds
+progress_hoft_H1 (01:06:27): 1239038431 seconds
+progress_hoft_cleaned_H1 (01:06:27): 1239038280 seconds
+progress_calibstatevec_H1 (01:06:27): 1239038262 seconds
+progress_src_ctrl (01:06:27): 1239038720 seconds
+progress_src_darm_err (01:06:31): 1239038720 seconds
+progress_hoft_cleaned_H1 (01:06:32): 1239038318 seconds
+progress_calibstatevec_H1 (01:06:32): 1239038300 seconds
+progress_hoft_H1 (01:06:32): 1239038470 seconds
+progress_src_pcal (01:06:33): 1239038720 seconds
+progress_kappa_tst_real_nogate_H1 (01:06:33): 1239038556 seconds
+progress_kappa_pum_real_nogate_H1 (01:06:33): 1239038556 seconds
+progress_kappa_tst_imag_nogate_H1 (01:06:33): 1239038556 seconds
+progress_kappa_pum_imag_nogate_H1 (01:06:33): 1239038556 seconds
+progress_kappa_uim_real_nogate_H1 (01:06:33): 1239038556 seconds
+progress_kappa_uim_imag_nogate_H1 (01:06:33): 1239038556 seconds
+progress_f_cc_nogate_H1 (01:06:33): 1239038556 seconds
+progress_kappa_c_nogate_H1 (01:06:33): 1239038556 seconds
+progress_f_s_squared_nogate_H1 (01:06:33): 1239038556 seconds
+progress_SRC_Q_nogate_H1 (01:06:33): 1239038556 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (01:06:34): 1239038720 seconds
+progress_hoft_H1 (01:06:37): 1239038489 seconds
+progress_hoft_cleaned_H1 (01:06:37): 1239038337 seconds
+progress_calibstatevec_H1 (01:06:37): 1239038319 seconds
+progress_src_HW_injections_H1 (01:07:43): 1239038784 seconds
+progress_src_obs_intent_H1 (01:07:43): 1239038784 seconds
+progress_src_low_noise_state_H1 (01:07:43): 1239038784 seconds
+progress_src_GRD-ISC_LOCK_OK (01:07:43): 1239038784 seconds
+progress_src_uimexc (01:07:43): 1239038784 seconds
+progress_src_pumexc (01:07:43): 1239038784 seconds
+progress_src_tstexc (01:07:43): 1239038784 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (01:07:43): 1239038784 seconds
+progress_src_EP1_real (01:07:43): 1239038784 seconds
+progress_src_EP1_imag (01:07:43): 1239038784 seconds
+progress_src_EP15_real (01:07:43): 1239038784 seconds
+progress_src_EP15_imag (01:07:43): 1239038784 seconds
+progress_src_EP22_real (01:07:43): 1239038784 seconds
+progress_src_EP22_imag (01:07:43): 1239038784 seconds
+progress_src_EP7_real (01:07:43): 1239038784 seconds
+progress_src_EP7_imag (01:07:43): 1239038784 seconds
+progress_src_EP6_real (01:07:43): 1239038784 seconds
+progress_src_EP6_imag (01:07:43): 1239038784 seconds
+progress_src_EP19_real (01:07:43): 1239038784 seconds
+progress_src_EP19_imag (01:07:43): 1239038784 seconds
+progress_src_EP8_real (01:07:43): 1239038784 seconds
+progress_src_EP8_imag (01:07:43): 1239038784 seconds
+progress_src_EP18_real (01:07:43): 1239038784 seconds
+progress_src_EP18_imag (01:07:43): 1239038784 seconds
+progress_src_EP12_real (01:07:43): 1239038784 seconds
+progress_src_EP12_imag (01:07:43): 1239038784 seconds
+progress_src_EP11_real (01:07:43): 1239038784 seconds
+progress_src_EP11_imag (01:07:43): 1239038784 seconds
+progress_src_EP21_real (01:07:43): 1239038784 seconds
+progress_src_EP21_imag (01:07:43): 1239038784 seconds
+progress_src_EP13_real (01:07:43): 1239038784 seconds
+progress_src_EP13_imag (01:07:43): 1239038784 seconds
+progress_src_EP20_real (01:07:43): 1239038784 seconds
+progress_src_EP20_imag (01:07:43): 1239038784 seconds
+progress_src_pcaly_line1_coh (01:07:43): 1239038784 seconds
+progress_src_pcaly_line2_coh (01:07:43): 1239038784 seconds
+progress_src_sus_line1_coh (01:07:43): 1239038784 seconds
+progress_kappa_uim_real_H1 (01:07:43): 1239038496 seconds
+progress_kappa_uim_imag_H1 (01:07:43): 1239038496 seconds
+progress_src_sus_line2_coh (01:07:43): 1239038784 seconds
+progress_kappa_pum_real_H1 (01:07:43): 1239038496 seconds
+progress_kappa_pum_imag_H1 (01:07:43): 1239038496 seconds
+progress_src_sus_line3_coh (01:07:43): 1239038784 seconds
+progress_kappa_c_H1 (01:07:43): 1239038496 seconds
+progress_kappa_tst_real_H1 (01:07:43): 1239038496 seconds
+progress_f_cc_H1 (01:07:43): 1239038496 seconds
+progress_kappa_tst_imag_H1 (01:07:43): 1239038496 seconds
+progress_f_s_squared_H1 (01:07:43): 1239038496 seconds
+progress_SRC_Q_H1 (01:07:43): 1239038496 seconds
+progress_hoft_H1 (01:07:43): 1239038495 seconds
+progress_hoft_cleaned_H1 (01:07:43): 1239038344 seconds
+progress_calibstatevec_H1 (01:07:43): 1239038326 seconds
+progress_src_ctrl (01:07:43): 1239038784 seconds
+progress_src_darm_err (01:07:47): 1239038784 seconds
+progress_hoft_H1 (01:07:48): 1239038535 seconds
+progress_hoft_cleaned_H1 (01:07:48): 1239038383 seconds
+progress_calibstatevec_H1 (01:07:48): 1239038365 seconds
+progress_src_pcal (01:07:50): 1239038784 seconds
+progress_kappa_tst_real_nogate_H1 (01:07:50): 1239038620 seconds
+progress_kappa_tst_imag_nogate_H1 (01:07:50): 1239038620 seconds
+progress_kappa_pum_real_nogate_H1 (01:07:50): 1239038620 seconds
+progress_kappa_pum_imag_nogate_H1 (01:07:50): 1239038620 seconds
+progress_kappa_uim_real_nogate_H1 (01:07:50): 1239038620 seconds
+progress_kappa_uim_imag_nogate_H1 (01:07:50): 1239038620 seconds
+progress_f_cc_nogate_H1 (01:07:50): 1239038620 seconds
+progress_kappa_c_nogate_H1 (01:07:50): 1239038620 seconds
+progress_f_s_squared_nogate_H1 (01:07:50): 1239038620 seconds
+progress_SRC_Q_nogate_H1 (01:07:50): 1239038620 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (01:07:50): 1239038784 seconds
+progress_hoft_H1 (01:07:53): 1239038554 seconds
+progress_hoft_cleaned_H1 (01:07:53): 1239038402 seconds
+progress_calibstatevec_H1 (01:07:53): 1239038384 seconds
+progress_src_HW_injections_H1 (01:08:52): 1239038848 seconds
+progress_src_obs_intent_H1 (01:08:53): 1239038848 seconds
+progress_src_low_noise_state_H1 (01:08:53): 1239038848 seconds
+progress_src_GRD-ISC_LOCK_OK (01:08:53): 1239038848 seconds
+progress_src_uimexc (01:08:53): 1239038848 seconds
+progress_src_pumexc (01:08:53): 1239038848 seconds
+progress_src_tstexc (01:08:53): 1239038848 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (01:08:53): 1239038848 seconds
+progress_src_EP1_real (01:08:53): 1239038848 seconds
+progress_src_EP1_imag (01:08:53): 1239038848 seconds
+progress_src_EP15_real (01:08:53): 1239038848 seconds
+progress_src_EP15_imag (01:08:53): 1239038848 seconds
+progress_src_EP22_real (01:08:53): 1239038848 seconds
+progress_src_EP22_imag (01:08:53): 1239038848 seconds
+progress_src_EP7_real (01:08:53): 1239038848 seconds
+progress_src_EP7_imag (01:08:53): 1239038848 seconds
+progress_src_EP6_real (01:08:53): 1239038848 seconds
+progress_src_EP6_imag (01:08:53): 1239038848 seconds
+progress_src_EP19_real (01:08:53): 1239038848 seconds
+progress_src_EP19_imag (01:08:53): 1239038848 seconds
+progress_src_EP8_real (01:08:53): 1239038848 seconds
+progress_src_EP8_imag (01:08:53): 1239038848 seconds
+progress_src_EP18_real (01:08:53): 1239038848 seconds
+progress_src_EP18_imag (01:08:53): 1239038848 seconds
+progress_src_EP12_real (01:08:53): 1239038848 seconds
+progress_src_EP12_imag (01:08:53): 1239038848 seconds
+progress_src_EP11_real (01:08:53): 1239038848 seconds
+progress_src_EP11_imag (01:08:53): 1239038848 seconds
+progress_src_EP21_real (01:08:53): 1239038848 seconds
+progress_src_EP21_imag (01:08:53): 1239038848 seconds
+progress_src_EP13_real (01:08:53): 1239038848 seconds
+progress_src_EP13_imag (01:08:53): 1239038848 seconds
+progress_src_EP20_real (01:08:53): 1239038848 seconds
+progress_src_EP20_imag (01:08:53): 1239038848 seconds
+progress_src_pcaly_line1_coh (01:08:53): 1239038848 seconds
+progress_src_pcaly_line2_coh (01:08:53): 1239038848 seconds
+progress_src_sus_line1_coh (01:08:53): 1239038848 seconds
+progress_kappa_uim_real_H1 (01:08:53): 1239038560 seconds
+progress_kappa_uim_imag_H1 (01:08:53): 1239038560 seconds
+progress_src_sus_line2_coh (01:08:53): 1239038848 seconds
+progress_kappa_pum_real_H1 (01:08:53): 1239038560 seconds
+progress_kappa_pum_imag_H1 (01:08:53): 1239038560 seconds
+progress_src_sus_line3_coh (01:08:53): 1239038848 seconds
+progress_kappa_tst_real_H1 (01:08:53): 1239038560 seconds
+progress_kappa_c_H1 (01:08:53): 1239038560 seconds
+progress_f_s_squared_H1 (01:08:53): 1239038560 seconds
+progress_f_cc_H1 (01:08:53): 1239038560 seconds
+progress_hoft_H1 (01:08:53): 1239038559 seconds
+progress_SRC_Q_H1 (01:08:53): 1239038560 seconds
+progress_kappa_tst_imag_H1 (01:08:53): 1239038560 seconds
+progress_src_ctrl (01:08:53): 1239038848 seconds
+progress_hoft_cleaned_H1 (01:08:53): 1239038408 seconds
+progress_calibstatevec_H1 (01:08:53): 1239038390 seconds
+progress_src_darm_err (01:08:57): 1239038848 seconds
+progress_hoft_H1 (01:08:58): 1239038600 seconds
+progress_hoft_cleaned_H1 (01:08:58): 1239038448 seconds
+progress_calibstatevec_H1 (01:08:58): 1239038430 seconds
+progress_src_pcal (01:08:59): 1239038848 seconds
+progress_kappa_uim_real_nogate_H1 (01:08:59): 1239038684 seconds
+progress_kappa_tst_real_nogate_H1 (01:08:59): 1239038684 seconds
+progress_kappa_pum_real_nogate_H1 (01:08:59): 1239038684 seconds
+progress_kappa_uim_imag_nogate_H1 (01:08:59): 1239038684 seconds
+progress_kappa_tst_imag_nogate_H1 (01:08:59): 1239038684 seconds
+progress_kappa_pum_imag_nogate_H1 (01:08:59): 1239038684 seconds
+progress_f_cc_nogate_H1 (01:08:59): 1239038684 seconds
+progress_kappa_c_nogate_H1 (01:08:59): 1239038684 seconds
+progress_f_s_squared_nogate_H1 (01:08:59): 1239038684 seconds
+progress_SRC_Q_nogate_H1 (01:08:59): 1239038684 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (01:09:00): 1239038848 seconds
+progress_hoft_H1 (01:09:03): 1239038619 seconds
+progress_hoft_cleaned_H1 (01:09:03): 1239038467 seconds
+progress_calibstatevec_H1 (01:09:03): 1239038449 seconds
+progress_src_HW_injections_H1 (01:10:07): 1239038912 seconds
+progress_src_obs_intent_H1 (01:10:07): 1239038912 seconds
+progress_src_low_noise_state_H1 (01:10:07): 1239038912 seconds
+progress_src_GRD-ISC_LOCK_OK (01:10:07): 1239038912 seconds
+progress_src_uimexc (01:10:07): 1239038912 seconds
+progress_src_pumexc (01:10:07): 1239038912 seconds
+progress_src_tstexc (01:10:07): 1239038912 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (01:10:07): 1239038912 seconds
+progress_src_EP1_real (01:10:07): 1239038912 seconds
+progress_src_EP1_imag (01:10:07): 1239038912 seconds
+progress_src_EP15_real (01:10:07): 1239038912 seconds
+progress_src_EP15_imag (01:10:07): 1239038912 seconds
+progress_src_EP22_real (01:10:07): 1239038912 seconds
+progress_src_EP22_imag (01:10:07): 1239038912 seconds
+progress_src_EP7_real (01:10:07): 1239038912 seconds
+progress_src_EP7_imag (01:10:07): 1239038912 seconds
+progress_src_EP6_real (01:10:07): 1239038912 seconds
+progress_src_EP6_imag (01:10:07): 1239038912 seconds
+progress_src_EP19_real (01:10:07): 1239038912 seconds
+progress_src_EP19_imag (01:10:07): 1239038912 seconds
+progress_src_EP8_real (01:10:07): 1239038912 seconds
+progress_src_EP8_imag (01:10:07): 1239038912 seconds
+progress_src_EP18_real (01:10:07): 1239038912 seconds
+progress_src_EP18_imag (01:10:07): 1239038912 seconds
+progress_src_EP12_real (01:10:07): 1239038912 seconds
+progress_src_EP12_imag (01:10:07): 1239038912 seconds
+progress_src_EP11_real (01:10:07): 1239038912 seconds
+progress_src_EP11_imag (01:10:07): 1239038912 seconds
+progress_src_EP21_real (01:10:07): 1239038912 seconds
+progress_src_EP21_imag (01:10:07): 1239038912 seconds
+progress_src_EP13_real (01:10:07): 1239038912 seconds
+progress_src_EP13_imag (01:10:07): 1239038912 seconds
+progress_src_EP20_real (01:10:07): 1239038912 seconds
+progress_src_EP20_imag (01:10:07): 1239038912 seconds
+progress_src_pcaly_line1_coh (01:10:07): 1239038912 seconds
+progress_src_pcaly_line2_coh (01:10:07): 1239038912 seconds
+progress_src_sus_line1_coh (01:10:07): 1239038912 seconds
+progress_kappa_uim_real_H1 (01:10:07): 1239038624 seconds
+progress_kappa_uim_imag_H1 (01:10:07): 1239038624 seconds
+progress_src_sus_line2_coh (01:10:07): 1239038912 seconds
+progress_kappa_pum_real_H1 (01:10:07): 1239038624 seconds
+progress_kappa_pum_imag_H1 (01:10:07): 1239038624 seconds
+progress_src_sus_line3_coh (01:10:07): 1239038912 seconds
+progress_kappa_c_H1 (01:10:07): 1239038624 seconds
+progress_f_cc_H1 (01:10:07): 1239038624 seconds
+progress_f_s_squared_H1 (01:10:07): 1239038624 seconds
+progress_kappa_tst_real_H1 (01:10:07): 1239038624 seconds
+progress_kappa_tst_imag_H1 (01:10:07): 1239038624 seconds
+progress_SRC_Q_H1 (01:10:07): 1239038624 seconds
+progress_hoft_H1 (01:10:07): 1239038623 seconds
+progress_hoft_cleaned_H1 (01:10:07): 1239038472 seconds
+progress_calibstatevec_H1 (01:10:07): 1239038454 seconds
+progress_src_ctrl (01:10:07): 1239038912 seconds
+progress_src_darm_err (01:10:11): 1239038912 seconds
+progress_hoft_H1 (01:10:12): 1239038661 seconds
+progress_hoft_cleaned_H1 (01:10:12): 1239038509 seconds
+progress_calibstatevec_H1 (01:10:12): 1239038491 seconds
+progress_src_pcal (01:10:14): 1239038912 seconds
+progress_kappa_pum_real_nogate_H1 (01:10:14): 1239038748 seconds
+progress_kappa_tst_real_nogate_H1 (01:10:14): 1239038748 seconds
+progress_kappa_pum_imag_nogate_H1 (01:10:14): 1239038748 seconds
+progress_kappa_uim_real_nogate_H1 (01:10:14): 1239038748 seconds
+progress_kappa_tst_imag_nogate_H1 (01:10:14): 1239038748 seconds
+progress_kappa_uim_imag_nogate_H1 (01:10:14): 1239038748 seconds
+progress_f_cc_nogate_H1 (01:10:14): 1239038748 seconds
+progress_kappa_c_nogate_H1 (01:10:14): 1239038748 seconds
+progress_f_s_squared_nogate_H1 (01:10:14): 1239038748 seconds
+progress_SRC_Q_nogate_H1 (01:10:14): 1239038748 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (01:10:14): 1239038912 seconds
+progress_hoft_H1 (01:10:17): 1239038680 seconds
+progress_hoft_cleaned_H1 (01:10:17): 1239038528 seconds
+progress_calibstatevec_H1 (01:10:17): 1239038510 seconds
+progress_src_HW_injections_H1 (01:11:19): 1239038976 seconds
+progress_src_obs_intent_H1 (01:11:19): 1239038976 seconds
+progress_src_low_noise_state_H1 (01:11:19): 1239038976 seconds
+progress_src_GRD-ISC_LOCK_OK (01:11:19): 1239038976 seconds
+progress_src_uimexc (01:11:19): 1239038976 seconds
+progress_src_pumexc (01:11:19): 1239038976 seconds
+progress_src_tstexc (01:11:19): 1239038976 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (01:11:19): 1239038976 seconds
+progress_src_EP1_real (01:11:19): 1239038976 seconds
+progress_src_EP1_imag (01:11:19): 1239038976 seconds
+progress_src_EP15_real (01:11:19): 1239038976 seconds
+progress_src_EP15_imag (01:11:19): 1239038976 seconds
+progress_src_EP22_real (01:11:19): 1239038976 seconds
+progress_src_EP22_imag (01:11:19): 1239038976 seconds
+progress_src_EP7_real (01:11:19): 1239038976 seconds
+progress_src_EP7_imag (01:11:19): 1239038976 seconds
+progress_src_EP6_real (01:11:19): 1239038976 seconds
+progress_src_EP6_imag (01:11:19): 1239038976 seconds
+progress_src_EP19_real (01:11:19): 1239038976 seconds
+progress_src_EP19_imag (01:11:19): 1239038976 seconds
+progress_src_EP8_real (01:11:19): 1239038976 seconds
+progress_src_EP8_imag (01:11:19): 1239038976 seconds
+progress_src_EP18_real (01:11:19): 1239038976 seconds
+progress_src_EP18_imag (01:11:19): 1239038976 seconds
+progress_src_EP12_real (01:11:19): 1239038976 seconds
+progress_src_EP12_imag (01:11:19): 1239038976 seconds
+progress_src_EP11_real (01:11:19): 1239038976 seconds
+progress_src_EP11_imag (01:11:19): 1239038976 seconds
+progress_src_EP21_real (01:11:19): 1239038976 seconds
+progress_src_EP21_imag (01:11:19): 1239038976 seconds
+progress_src_EP13_real (01:11:19): 1239038976 seconds
+progress_src_EP13_imag (01:11:19): 1239038976 seconds
+progress_src_EP20_real (01:11:19): 1239038976 seconds
+progress_src_EP20_imag (01:11:19): 1239038976 seconds
+progress_src_pcaly_line1_coh (01:11:19): 1239038976 seconds
+progress_src_pcaly_line2_coh (01:11:19): 1239038976 seconds
+progress_src_sus_line1_coh (01:11:19): 1239038976 seconds
+progress_kappa_uim_real_H1 (01:11:19): 1239038688 seconds
+progress_kappa_uim_imag_H1 (01:11:19): 1239038688 seconds
+progress_src_sus_line2_coh (01:11:19): 1239038976 seconds
+progress_kappa_pum_real_H1 (01:11:19): 1239038688 seconds
+progress_kappa_pum_imag_H1 (01:11:19): 1239038688 seconds
+progress_src_sus_line3_coh (01:11:19): 1239038976 seconds
+progress_f_cc_H1 (01:11:19): 1239038688 seconds
+progress_kappa_c_H1 (01:11:19): 1239038688 seconds
+progress_f_s_squared_H1 (01:11:19): 1239038688 seconds
+progress_kappa_tst_real_H1 (01:11:19): 1239038688 seconds
+progress_kappa_tst_imag_H1 (01:11:19): 1239038688 seconds
+progress_SRC_Q_H1 (01:11:19): 1239038688 seconds
+progress_hoft_H1 (01:11:19): 1239038687 seconds
+progress_src_ctrl (01:11:19): 1239038976 seconds
+progress_hoft_cleaned_H1 (01:11:19): 1239038536 seconds
+progress_calibstatevec_H1 (01:11:19): 1239038518 seconds
+progress_src_darm_err (01:11:23): 1239038976 seconds
+progress_hoft_H1 (01:11:24): 1239038726 seconds
+progress_hoft_cleaned_H1 (01:11:24): 1239038574 seconds
+progress_calibstatevec_H1 (01:11:24): 1239038556 seconds
+progress_src_pcal (01:11:26): 1239038976 seconds
+progress_kappa_uim_real_nogate_H1 (01:11:26): 1239038812 seconds
+progress_kappa_pum_real_nogate_H1 (01:11:26): 1239038812 seconds
+progress_kappa_uim_imag_nogate_H1 (01:11:26): 1239038812 seconds
+progress_kappa_tst_real_nogate_H1 (01:11:26): 1239038812 seconds
+progress_kappa_pum_imag_nogate_H1 (01:11:26): 1239038812 seconds
+progress_kappa_tst_imag_nogate_H1 (01:11:26): 1239038812 seconds
+progress_kappa_c_nogate_H1 (01:11:26): 1239038812 seconds
+progress_f_cc_nogate_H1 (01:11:26): 1239038812 seconds
+progress_f_s_squared_nogate_H1 (01:11:26): 1239038812 seconds
+progress_SRC_Q_nogate_H1 (01:11:26): 1239038812 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (01:11:26): 1239038976 seconds
+progress_hoft_H1 (01:11:29): 1239038745 seconds
+progress_hoft_cleaned_H1 (01:11:29): 1239038593 seconds
+progress_calibstatevec_H1 (01:11:29): 1239038575 seconds
+progress_src_HW_injections_H1 (01:12:27): 1239039040 seconds
+progress_src_obs_intent_H1 (01:12:27): 1239039040 seconds
+progress_src_low_noise_state_H1 (01:12:27): 1239039040 seconds
+progress_src_GRD-ISC_LOCK_OK (01:12:27): 1239039040 seconds
+progress_src_uimexc (01:12:27): 1239039040 seconds
+progress_src_pumexc (01:12:27): 1239039040 seconds
+progress_src_tstexc (01:12:27): 1239039040 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (01:12:27): 1239039040 seconds
+progress_src_EP1_real (01:12:27): 1239039040 seconds
+progress_src_EP1_imag (01:12:27): 1239039040 seconds
+progress_src_EP15_real (01:12:27): 1239039040 seconds
+progress_src_EP15_imag (01:12:27): 1239039040 seconds
+progress_src_EP22_real (01:12:27): 1239039040 seconds
+progress_src_EP22_imag (01:12:27): 1239039040 seconds
+progress_src_EP7_real (01:12:27): 1239039040 seconds
+progress_src_EP7_imag (01:12:27): 1239039040 seconds
+progress_src_EP6_real (01:12:27): 1239039040 seconds
+progress_src_EP6_imag (01:12:27): 1239039040 seconds
+progress_src_EP19_real (01:12:27): 1239039040 seconds
+progress_src_EP19_imag (01:12:27): 1239039040 seconds
+progress_src_EP8_real (01:12:27): 1239039040 seconds
+progress_src_EP8_imag (01:12:27): 1239039040 seconds
+progress_src_EP18_real (01:12:27): 1239039040 seconds
+progress_src_EP18_imag (01:12:27): 1239039040 seconds
+progress_src_EP12_real (01:12:27): 1239039040 seconds
+progress_src_EP12_imag (01:12:27): 1239039040 seconds
+progress_src_EP11_real (01:12:27): 1239039040 seconds
+progress_src_EP11_imag (01:12:27): 1239039040 seconds
+progress_src_EP21_real (01:12:27): 1239039040 seconds
+progress_src_EP21_imag (01:12:27): 1239039040 seconds
+progress_src_EP13_real (01:12:27): 1239039040 seconds
+progress_src_EP13_imag (01:12:27): 1239039040 seconds
+progress_src_EP20_real (01:12:27): 1239039040 seconds
+progress_src_EP20_imag (01:12:27): 1239039040 seconds
+progress_src_pcaly_line1_coh (01:12:27): 1239039040 seconds
+progress_src_pcaly_line2_coh (01:12:27): 1239039040 seconds
+progress_src_sus_line1_coh (01:12:27): 1239039040 seconds
+progress_kappa_uim_real_H1 (01:12:27): 1239038752 seconds
+progress_kappa_uim_imag_H1 (01:12:27): 1239038752 seconds
+progress_src_sus_line2_coh (01:12:27): 1239039040 seconds
+progress_kappa_pum_real_H1 (01:12:27): 1239038752 seconds
+progress_kappa_pum_imag_H1 (01:12:27): 1239038752 seconds
+progress_src_sus_line3_coh (01:12:27): 1239039040 seconds
+progress_f_cc_H1 (01:12:27): 1239038752 seconds
+progress_kappa_c_H1 (01:12:27): 1239038752 seconds
+progress_kappa_tst_real_H1 (01:12:27): 1239038752 seconds
+progress_kappa_tst_imag_H1 (01:12:27): 1239038752 seconds
+progress_f_s_squared_H1 (01:12:27): 1239038752 seconds
+progress_SRC_Q_H1 (01:12:27): 1239038752 seconds
+progress_hoft_H1 (01:12:27): 1239038751 seconds
+progress_hoft_cleaned_H1 (01:12:27): 1239038600 seconds
+progress_calibstatevec_H1 (01:12:27): 1239038582 seconds
+progress_src_ctrl (01:12:27): 1239039040 seconds
+progress_src_darm_err (01:12:31): 1239039040 seconds
+progress_hoft_cleaned_H1 (01:12:32): 1239038637 seconds
+progress_calibstatevec_H1 (01:12:32): 1239038619 seconds
+progress_hoft_H1 (01:12:32): 1239038789 seconds
+progress_src_pcal (01:12:34): 1239039040 seconds
+progress_kappa_uim_real_nogate_H1 (01:12:34): 1239038876 seconds
+progress_kappa_tst_real_nogate_H1 (01:12:34): 1239038876 seconds
+progress_kappa_uim_imag_nogate_H1 (01:12:34): 1239038876 seconds
+progress_kappa_pum_real_nogate_H1 (01:12:34): 1239038876 seconds
+progress_kappa_tst_imag_nogate_H1 (01:12:34): 1239038876 seconds
+progress_kappa_pum_imag_nogate_H1 (01:12:34): 1239038876 seconds
+progress_f_cc_nogate_H1 (01:12:34): 1239038876 seconds
+progress_kappa_c_nogate_H1 (01:12:34): 1239038876 seconds
+progress_f_s_squared_nogate_H1 (01:12:34): 1239038876 seconds
+progress_SRC_Q_nogate_H1 (01:12:34): 1239038876 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (01:12:35): 1239039040 seconds
+progress_hoft_H1 (01:12:37): 1239038808 seconds
+progress_hoft_cleaned_H1 (01:12:37): 1239038656 seconds
+progress_calibstatevec_H1 (01:12:37): 1239038638 seconds
+progress_src_HW_injections_H1 (01:13:40): 1239039104 seconds
+progress_src_obs_intent_H1 (01:13:41): 1239039104 seconds
+progress_src_low_noise_state_H1 (01:13:41): 1239039104 seconds
+progress_src_GRD-ISC_LOCK_OK (01:13:41): 1239039104 seconds
+progress_src_uimexc (01:13:41): 1239039104 seconds
+progress_src_pumexc (01:13:41): 1239039104 seconds
+progress_src_tstexc (01:13:41): 1239039104 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (01:13:41): 1239039104 seconds
+progress_src_EP1_real (01:13:41): 1239039104 seconds
+progress_src_EP1_imag (01:13:41): 1239039104 seconds
+progress_src_EP15_real (01:13:41): 1239039104 seconds
+progress_src_EP15_imag (01:13:41): 1239039104 seconds
+progress_src_EP22_real (01:13:41): 1239039104 seconds
+progress_src_EP22_imag (01:13:41): 1239039104 seconds
+progress_src_EP7_real (01:13:41): 1239039104 seconds
+progress_src_EP7_imag (01:13:41): 1239039104 seconds
+progress_src_EP6_real (01:13:41): 1239039104 seconds
+progress_src_EP6_imag (01:13:41): 1239039104 seconds
+progress_src_EP19_real (01:13:41): 1239039104 seconds
+progress_src_EP19_imag (01:13:41): 1239039104 seconds
+progress_src_EP8_real (01:13:41): 1239039104 seconds
+progress_src_EP8_imag (01:13:41): 1239039104 seconds
+progress_src_EP18_real (01:13:41): 1239039104 seconds
+progress_src_EP18_imag (01:13:41): 1239039104 seconds
+progress_src_EP12_real (01:13:41): 1239039104 seconds
+progress_src_EP12_imag (01:13:41): 1239039104 seconds
+progress_src_EP11_real (01:13:41): 1239039104 seconds
+progress_src_EP11_imag (01:13:41): 1239039104 seconds
+progress_src_EP21_real (01:13:41): 1239039104 seconds
+progress_src_EP21_imag (01:13:41): 1239039104 seconds
+progress_src_EP13_real (01:13:41): 1239039104 seconds
+progress_src_EP13_imag (01:13:41): 1239039104 seconds
+progress_src_EP20_real (01:13:41): 1239039104 seconds
+progress_src_EP20_imag (01:13:41): 1239039104 seconds
+progress_src_pcaly_line1_coh (01:13:41): 1239039104 seconds
+progress_src_pcaly_line2_coh (01:13:41): 1239039104 seconds
+progress_src_sus_line1_coh (01:13:41): 1239039104 seconds
+progress_kappa_uim_real_H1 (01:13:41): 1239038816 seconds
+progress_kappa_uim_imag_H1 (01:13:41): 1239038816 seconds
+progress_src_sus_line2_coh (01:13:41): 1239039104 seconds
+progress_kappa_pum_real_H1 (01:13:41): 1239038816 seconds
+progress_kappa_pum_imag_H1 (01:13:41): 1239038816 seconds
+progress_src_sus_line3_coh (01:13:41): 1239039104 seconds
+progress_f_cc_H1 (01:13:41): 1239038816 seconds
+progress_kappa_c_H1 (01:13:41): 1239038816 seconds
+progress_kappa_tst_real_H1 (01:13:41): 1239038816 seconds
+progress_f_s_squared_H1 (01:13:41): 1239038816 seconds
+progress_kappa_tst_imag_H1 (01:13:41): 1239038816 seconds
+progress_SRC_Q_H1 (01:13:41): 1239038816 seconds
+progress_hoft_H1 (01:13:41): 1239038815 seconds
+progress_hoft_cleaned_H1 (01:13:41): 1239038664 seconds
+progress_calibstatevec_H1 (01:13:41): 1239038646 seconds
+progress_src_ctrl (01:13:41): 1239039104 seconds
+progress_src_darm_err (01:13:45): 1239039104 seconds
+progress_hoft_H1 (01:13:46): 1239038857 seconds
+progress_hoft_cleaned_H1 (01:13:46): 1239038705 seconds
+progress_calibstatevec_H1 (01:13:46): 1239038687 seconds
+progress_src_pcal (01:13:47): 1239039104 seconds
+progress_kappa_uim_real_nogate_H1 (01:13:47): 1239038940 seconds
+progress_kappa_uim_imag_nogate_H1 (01:13:47): 1239038940 seconds
+progress_kappa_pum_real_nogate_H1 (01:13:47): 1239038940 seconds
+progress_kappa_tst_real_nogate_H1 (01:13:47): 1239038940 seconds
+progress_kappa_pum_imag_nogate_H1 (01:13:47): 1239038940 seconds
+progress_kappa_tst_imag_nogate_H1 (01:13:47): 1239038940 seconds
+progress_f_cc_nogate_H1 (01:13:47): 1239038940 seconds
+progress_kappa_c_nogate_H1 (01:13:47): 1239038940 seconds
+progress_f_s_squared_nogate_H1 (01:13:47): 1239038940 seconds
+progress_SRC_Q_nogate_H1 (01:13:47): 1239038940 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (01:13:48): 1239039104 seconds
+progress_hoft_H1 (01:13:51): 1239038876 seconds
+progress_hoft_cleaned_H1 (01:13:51): 1239038724 seconds
+progress_calibstatevec_H1 (01:13:51): 1239038706 seconds
+progress_src_HW_injections_H1 (01:14:49): 1239039168 seconds
+progress_src_obs_intent_H1 (01:14:49): 1239039168 seconds
+progress_src_low_noise_state_H1 (01:14:50): 1239039168 seconds
+progress_src_GRD-ISC_LOCK_OK (01:14:50): 1239039168 seconds
+progress_src_uimexc (01:14:50): 1239039168 seconds
+progress_src_pumexc (01:14:50): 1239039168 seconds
+progress_src_tstexc (01:14:50): 1239039168 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (01:14:50): 1239039168 seconds
+progress_src_EP1_real (01:14:50): 1239039168 seconds
+progress_src_EP1_imag (01:14:50): 1239039168 seconds
+progress_src_EP15_real (01:14:50): 1239039168 seconds
+progress_src_EP15_imag (01:14:50): 1239039168 seconds
+progress_src_EP22_real (01:14:50): 1239039168 seconds
+progress_src_EP22_imag (01:14:50): 1239039168 seconds
+progress_src_EP7_real (01:14:50): 1239039168 seconds
+progress_src_EP7_imag (01:14:50): 1239039168 seconds
+progress_src_EP6_real (01:14:50): 1239039168 seconds
+progress_src_EP6_imag (01:14:50): 1239039168 seconds
+progress_src_EP19_real (01:14:50): 1239039168 seconds
+progress_src_EP19_imag (01:14:50): 1239039168 seconds
+progress_src_EP8_real (01:14:50): 1239039168 seconds
+progress_src_EP8_imag (01:14:50): 1239039168 seconds
+progress_src_EP18_real (01:14:50): 1239039168 seconds
+progress_src_EP18_imag (01:14:50): 1239039168 seconds
+progress_src_EP12_real (01:14:50): 1239039168 seconds
+progress_src_EP12_imag (01:14:50): 1239039168 seconds
+progress_src_EP11_real (01:14:50): 1239039168 seconds
+progress_src_EP11_imag (01:14:50): 1239039168 seconds
+progress_src_EP21_real (01:14:50): 1239039168 seconds
+progress_src_EP21_imag (01:14:50): 1239039168 seconds
+progress_src_EP13_real (01:14:50): 1239039168 seconds
+progress_src_EP13_imag (01:14:50): 1239039168 seconds
+progress_src_EP20_real (01:14:50): 1239039168 seconds
+progress_src_EP20_imag (01:14:50): 1239039168 seconds
+progress_src_pcaly_line1_coh (01:14:50): 1239039168 seconds
+progress_src_pcaly_line2_coh (01:14:50): 1239039168 seconds
+progress_src_sus_line1_coh (01:14:50): 1239039168 seconds
+progress_kappa_uim_real_H1 (01:14:50): 1239038880 seconds
+progress_kappa_uim_imag_H1 (01:14:50): 1239038880 seconds
+progress_src_sus_line2_coh (01:14:50): 1239039168 seconds
+progress_kappa_pum_real_H1 (01:14:50): 1239038880 seconds
+progress_kappa_pum_imag_H1 (01:14:50): 1239038880 seconds
+progress_src_sus_line3_coh (01:14:50): 1239039168 seconds
+progress_f_cc_H1 (01:14:50): 1239038880 seconds
+progress_kappa_tst_real_H1 (01:14:50): 1239038880 seconds
+progress_kappa_tst_imag_H1 (01:14:50): 1239038880 seconds
+progress_f_s_squared_H1 (01:14:50): 1239038880 seconds
+progress_kappa_c_H1 (01:14:50): 1239038880 seconds
+progress_SRC_Q_H1 (01:14:50): 1239038880 seconds
+progress_hoft_H1 (01:14:50): 1239038879 seconds
+progress_src_ctrl (01:14:50): 1239039168 seconds
+progress_hoft_cleaned_H1 (01:14:50): 1239038728 seconds
+progress_calibstatevec_H1 (01:14:50): 1239038710 seconds
+progress_src_darm_err (01:14:54): 1239039168 seconds
+progress_hoft_H1 (01:14:55): 1239038922 seconds
+progress_hoft_cleaned_H1 (01:14:55): 1239038770 seconds
+progress_calibstatevec_H1 (01:14:55): 1239038752 seconds
+progress_src_pcal (01:14:56): 1239039168 seconds
+progress_kappa_pum_real_nogate_H1 (01:14:56): 1239039004 seconds
+progress_kappa_tst_real_nogate_H1 (01:14:56): 1239039004 seconds
+progress_kappa_pum_imag_nogate_H1 (01:14:56): 1239039004 seconds
+progress_kappa_tst_imag_nogate_H1 (01:14:56): 1239039004 seconds
+progress_kappa_uim_real_nogate_H1 (01:14:56): 1239039004 seconds
+progress_kappa_uim_imag_nogate_H1 (01:14:56): 1239039004 seconds
+progress_f_cc_nogate_H1 (01:14:56): 1239039004 seconds
+progress_kappa_c_nogate_H1 (01:14:56): 1239039004 seconds
+progress_f_s_squared_nogate_H1 (01:14:56): 1239039004 seconds
+progress_SRC_Q_nogate_H1 (01:14:56): 1239039004 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (01:14:57): 1239039168 seconds
+progress_hoft_H1 (01:15:00): 1239038941 seconds
+progress_hoft_cleaned_H1 (01:15:00): 1239038789 seconds
+progress_calibstatevec_H1 (01:15:00): 1239038771 seconds
+progress_src_HW_injections_H1 (01:15:55): 1239039232 seconds
+progress_src_obs_intent_H1 (01:15:55): 1239039232 seconds
+progress_src_low_noise_state_H1 (01:15:55): 1239039232 seconds
+progress_src_GRD-ISC_LOCK_OK (01:15:55): 1239039232 seconds
+progress_src_uimexc (01:15:55): 1239039232 seconds
+progress_src_pumexc (01:15:55): 1239039232 seconds
+progress_src_tstexc (01:15:55): 1239039232 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (01:15:55): 1239039232 seconds
+progress_src_EP1_real (01:15:55): 1239039232 seconds
+progress_src_EP1_imag (01:15:55): 1239039232 seconds
+progress_src_EP15_real (01:15:55): 1239039232 seconds
+progress_src_EP15_imag (01:15:55): 1239039232 seconds
+progress_src_EP22_real (01:15:55): 1239039232 seconds
+progress_src_EP22_imag (01:15:55): 1239039232 seconds
+progress_src_EP7_real (01:15:55): 1239039232 seconds
+progress_src_EP7_imag (01:15:55): 1239039232 seconds
+progress_src_EP6_real (01:15:55): 1239039232 seconds
+progress_src_EP6_imag (01:15:55): 1239039232 seconds
+progress_src_EP19_real (01:15:55): 1239039232 seconds
+progress_src_EP19_imag (01:15:55): 1239039232 seconds
+progress_src_EP8_real (01:15:55): 1239039232 seconds
+progress_src_EP8_imag (01:15:55): 1239039232 seconds
+progress_src_EP18_real (01:15:55): 1239039232 seconds
+progress_src_EP18_imag (01:15:55): 1239039232 seconds
+progress_src_EP12_real (01:15:55): 1239039232 seconds
+progress_src_EP12_imag (01:15:55): 1239039232 seconds
+progress_src_EP11_real (01:15:55): 1239039232 seconds
+progress_src_EP11_imag (01:15:55): 1239039232 seconds
+progress_src_EP21_real (01:15:55): 1239039232 seconds
+progress_src_EP21_imag (01:15:55): 1239039232 seconds
+progress_src_EP13_real (01:15:55): 1239039232 seconds
+progress_src_EP13_imag (01:15:55): 1239039232 seconds
+progress_src_EP20_real (01:15:55): 1239039232 seconds
+progress_src_EP20_imag (01:15:55): 1239039232 seconds
+progress_src_pcaly_line1_coh (01:15:55): 1239039232 seconds
+progress_src_pcaly_line2_coh (01:15:55): 1239039232 seconds
+progress_src_sus_line1_coh (01:15:55): 1239039232 seconds
+progress_kappa_uim_real_H1 (01:15:55): 1239038944 seconds
+progress_kappa_uim_imag_H1 (01:15:55): 1239038944 seconds
+progress_src_sus_line2_coh (01:15:55): 1239039232 seconds
+progress_kappa_pum_real_H1 (01:15:55): 1239038944 seconds
+progress_kappa_pum_imag_H1 (01:15:55): 1239038944 seconds
+progress_src_sus_line3_coh (01:15:55): 1239039232 seconds
+progress_kappa_c_H1 (01:15:55): 1239038944 seconds
+progress_f_cc_H1 (01:15:55): 1239038944 seconds
+progress_kappa_tst_real_H1 (01:15:55): 1239038944 seconds
+progress_kappa_tst_imag_H1 (01:15:55): 1239038944 seconds
+progress_f_s_squared_H1 (01:15:55): 1239038944 seconds
+progress_SRC_Q_H1 (01:15:55): 1239038944 seconds
+progress_hoft_H1 (01:15:55): 1239038943 seconds
+progress_src_ctrl (01:15:55): 1239039232 seconds
+progress_hoft_cleaned_H1 (01:15:55): 1239038792 seconds
+progress_calibstatevec_H1 (01:15:55): 1239038774 seconds
+progress_src_darm_err (01:15:59): 1239039232 seconds
+progress_hoft_H1 (01:16:00): 1239038982 seconds
+progress_hoft_cleaned_H1 (01:16:00): 1239038830 seconds
+progress_calibstatevec_H1 (01:16:00): 1239038812 seconds
+progress_src_pcal (01:16:02): 1239039232 seconds
+progress_kappa_tst_real_nogate_H1 (01:16:02): 1239039068 seconds
+progress_kappa_pum_real_nogate_H1 (01:16:02): 1239039068 seconds
+progress_kappa_uim_real_nogate_H1 (01:16:02): 1239039068 seconds
+progress_kappa_uim_imag_nogate_H1 (01:16:02): 1239039068 seconds
+progress_kappa_pum_imag_nogate_H1 (01:16:02): 1239039068 seconds
+progress_kappa_tst_imag_nogate_H1 (01:16:02): 1239039068 seconds
+progress_f_cc_nogate_H1 (01:16:02): 1239039068 seconds
+progress_kappa_c_nogate_H1 (01:16:02): 1239039068 seconds
+progress_f_s_squared_nogate_H1 (01:16:02): 1239039068 seconds
+progress_SRC_Q_nogate_H1 (01:16:02): 1239039068 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (01:16:02): 1239039232 seconds
+progress_hoft_H1 (01:16:05): 1239039002 seconds
+progress_hoft_cleaned_H1 (01:16:05): 1239038850 seconds
+progress_calibstatevec_H1 (01:16:05): 1239038832 seconds
+progress_src_HW_injections_H1 (01:17:18): 1239039296 seconds
+progress_src_obs_intent_H1 (01:17:19): 1239039296 seconds
+progress_src_low_noise_state_H1 (01:17:19): 1239039296 seconds
+progress_src_GRD-ISC_LOCK_OK (01:17:19): 1239039296 seconds
+progress_src_uimexc (01:17:19): 1239039296 seconds
+progress_src_pumexc (01:17:19): 1239039296 seconds
+progress_src_tstexc (01:17:19): 1239039296 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (01:17:19): 1239039296 seconds
+progress_src_EP1_real (01:17:19): 1239039296 seconds
+progress_src_EP1_imag (01:17:19): 1239039296 seconds
+progress_src_EP15_real (01:17:19): 1239039296 seconds
+progress_src_EP15_imag (01:17:19): 1239039296 seconds
+progress_src_EP22_real (01:17:19): 1239039296 seconds
+progress_src_EP22_imag (01:17:19): 1239039296 seconds
+progress_src_EP7_real (01:17:19): 1239039296 seconds
+progress_src_EP7_imag (01:17:19): 1239039296 seconds
+progress_src_EP6_real (01:17:19): 1239039296 seconds
+progress_src_EP6_imag (01:17:19): 1239039296 seconds
+progress_src_EP19_real (01:17:19): 1239039296 seconds
+progress_src_EP19_imag (01:17:19): 1239039296 seconds
+progress_src_EP8_real (01:17:19): 1239039296 seconds
+progress_src_EP8_imag (01:17:19): 1239039296 seconds
+progress_src_EP18_real (01:17:19): 1239039296 seconds
+progress_src_EP18_imag (01:17:19): 1239039296 seconds
+progress_src_EP12_real (01:17:19): 1239039296 seconds
+progress_src_EP12_imag (01:17:19): 1239039296 seconds
+progress_src_EP11_real (01:17:19): 1239039296 seconds
+progress_src_EP11_imag (01:17:19): 1239039296 seconds
+progress_src_EP21_real (01:17:19): 1239039296 seconds
+progress_src_EP21_imag (01:17:19): 1239039296 seconds
+progress_src_EP13_real (01:17:19): 1239039296 seconds
+progress_src_EP13_imag (01:17:19): 1239039296 seconds
+progress_src_EP20_real (01:17:19): 1239039296 seconds
+progress_src_EP20_imag (01:17:19): 1239039296 seconds
+progress_src_pcaly_line1_coh (01:17:19): 1239039296 seconds
+progress_src_pcaly_line2_coh (01:17:19): 1239039296 seconds
+progress_src_sus_line1_coh (01:17:19): 1239039296 seconds
+progress_kappa_uim_real_H1 (01:17:19): 1239039008 seconds
+progress_kappa_uim_imag_H1 (01:17:19): 1239039008 seconds
+progress_src_sus_line2_coh (01:17:19): 1239039296 seconds
+progress_kappa_pum_real_H1 (01:17:19): 1239039008 seconds
+progress_kappa_pum_imag_H1 (01:17:19): 1239039008 seconds
+progress_src_sus_line3_coh (01:17:19): 1239039296 seconds
+progress_f_cc_H1 (01:17:19): 1239039008 seconds
+progress_kappa_c_H1 (01:17:19): 1239039008 seconds
+progress_kappa_tst_real_H1 (01:17:19): 1239039008 seconds
+progress_kappa_tst_imag_H1 (01:17:19): 1239039008 seconds
+progress_f_s_squared_H1 (01:17:19): 1239039008 seconds
+progress_SRC_Q_H1 (01:17:19): 1239039008 seconds
+progress_hoft_H1 (01:17:19): 1239039007 seconds
+progress_src_ctrl (01:17:19): 1239039296 seconds
+progress_hoft_cleaned_H1 (01:17:19): 1239038856 seconds
+progress_calibstatevec_H1 (01:17:19): 1239038838 seconds
+progress_src_darm_err (01:17:23): 1239039296 seconds
+progress_calibstatevec_H1 (01:17:24): 1239038880 seconds
+progress_hoft_cleaned_H1 (01:17:24): 1239038898 seconds
+progress_hoft_H1 (01:17:24): 1239039050 seconds
+progress_src_pcal (01:17:25): 1239039296 seconds
+progress_kappa_pum_real_nogate_H1 (01:17:25): 1239039132 seconds
+progress_kappa_tst_real_nogate_H1 (01:17:25): 1239039132 seconds
+progress_kappa_uim_real_nogate_H1 (01:17:25): 1239039132 seconds
+progress_kappa_pum_imag_nogate_H1 (01:17:25): 1239039132 seconds
+progress_kappa_tst_imag_nogate_H1 (01:17:25): 1239039132 seconds
+progress_kappa_uim_imag_nogate_H1 (01:17:25): 1239039132 seconds
+progress_f_cc_nogate_H1 (01:17:25): 1239039132 seconds
+progress_kappa_c_nogate_H1 (01:17:25): 1239039132 seconds
+progress_f_s_squared_nogate_H1 (01:17:25): 1239039132 seconds
+progress_SRC_Q_nogate_H1 (01:17:25): 1239039132 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (01:17:26): 1239039296 seconds
+progress_hoft_H1 (01:17:29): 1239039069 seconds
+progress_hoft_cleaned_H1 (01:17:29): 1239038917 seconds
+progress_calibstatevec_H1 (01:17:29): 1239038899 seconds
+progress_src_HW_injections_H1 (01:18:31): 1239039360 seconds
+progress_src_obs_intent_H1 (01:18:31): 1239039360 seconds
+progress_src_low_noise_state_H1 (01:18:32): 1239039360 seconds
+progress_src_GRD-ISC_LOCK_OK (01:18:32): 1239039360 seconds
+progress_src_uimexc (01:18:32): 1239039360 seconds
+progress_src_pumexc (01:18:32): 1239039360 seconds
+progress_src_tstexc (01:18:32): 1239039360 seconds
+progress_src_PEM-EY_MAINSMON_EBAY_1_DQ (01:18:32): 1239039360 seconds
+progress_src_EP1_real (01:18:32): 1239039360 seconds
+progress_src_EP1_imag (01:18:32): 1239039360 seconds
+progress_src_EP15_real (01:18:32): 1239039360 seconds
+progress_src_EP15_imag (01:18:32): 1239039360 seconds
+progress_src_EP22_real (01:18:32): 1239039360 seconds
+progress_src_EP22_imag (01:18:32): 1239039360 seconds
+progress_src_EP7_real (01:18:32): 1239039360 seconds
+progress_src_EP7_imag (01:18:32): 1239039360 seconds
+progress_src_EP6_real (01:18:32): 1239039360 seconds
+progress_src_EP6_imag (01:18:32): 1239039360 seconds
+progress_src_EP19_real (01:18:32): 1239039360 seconds
+progress_src_EP19_imag (01:18:32): 1239039360 seconds
+progress_src_EP8_real (01:18:32): 1239039360 seconds
+progress_src_EP8_imag (01:18:32): 1239039360 seconds
+progress_src_EP18_real (01:18:32): 1239039360 seconds
+progress_src_EP18_imag (01:18:32): 1239039360 seconds
+progress_src_EP12_real (01:18:32): 1239039360 seconds
+progress_src_EP12_imag (01:18:32): 1239039360 seconds
+progress_src_EP11_real (01:18:32): 1239039360 seconds
+progress_src_EP11_imag (01:18:32): 1239039360 seconds
+progress_src_EP21_real (01:18:32): 1239039360 seconds
+progress_src_EP21_imag (01:18:32): 1239039360 seconds
+progress_src_EP13_real (01:18:32): 1239039360 seconds
+progress_src_EP13_imag (01:18:32): 1239039360 seconds
+progress_src_EP20_real (01:18:32): 1239039360 seconds
+progress_src_EP20_imag (01:18:32): 1239039360 seconds
+progress_src_pcaly_line1_coh (01:18:32): 1239039360 seconds
+progress_src_pcaly_line2_coh (01:18:32): 1239039360 seconds
+progress_src_sus_line1_coh (01:18:32): 1239039360 seconds
+progress_kappa_uim_real_H1 (01:18:32): 1239039072 seconds
+progress_kappa_uim_imag_H1 (01:18:32): 1239039072 seconds
+progress_src_sus_line2_coh (01:18:32): 1239039360 seconds
+progress_kappa_pum_real_H1 (01:18:32): 1239039072 seconds
+progress_kappa_pum_imag_H1 (01:18:32): 1239039072 seconds
+progress_src_sus_line3_coh (01:18:32): 1239039360 seconds
+progress_kappa_tst_real_H1 (01:18:32): 1239039072 seconds
+progress_f_cc_H1 (01:18:32): 1239039072 seconds
+progress_kappa_tst_imag_H1 (01:18:32): 1239039072 seconds
+progress_kappa_c_H1 (01:18:32): 1239039072 seconds
+progress_f_s_squared_H1 (01:18:32): 1239039072 seconds
+progress_SRC_Q_H1 (01:18:32): 1239039072 seconds
+progress_hoft_H1 (01:18:32): 1239039071 seconds
+progress_src_ctrl (01:18:32): 1239039360 seconds
+progress_hoft_cleaned_H1 (01:18:32): 1239038920 seconds
+progress_calibstatevec_H1 (01:18:32): 1239038902 seconds
+progress_src_darm_err (01:18:36): 1239039360 seconds
+progress_hoft_H1 (01:18:37): 1239039111 seconds
+progress_hoft_cleaned_H1 (01:18:37): 1239038959 seconds
+progress_calibstatevec_H1 (01:18:37): 1239038941 seconds
+progress_src_pcal (01:18:38): 1239039360 seconds
+progress_kappa_tst_real_nogate_H1 (01:18:38): 1239039196 seconds
+progress_kappa_uim_real_nogate_H1 (01:18:38): 1239039196 seconds
+progress_kappa_pum_real_nogate_H1 (01:18:38): 1239039196 seconds
+progress_kappa_tst_imag_nogate_H1 (01:18:38): 1239039196 seconds
+progress_kappa_uim_imag_nogate_H1 (01:18:38): 1239039196 seconds
+progress_kappa_pum_imag_nogate_H1 (01:18:38): 1239039196 seconds
+progress_f_cc_nogate_H1 (01:18:38): 1239039196 seconds
+progress_kappa_c_nogate_H1 (01:18:38): 1239039196 seconds
+progress_f_s_squared_nogate_H1 (01:18:38): 1239039196 seconds
+progress_SRC_Q_nogate_H1 (01:18:38): 1239039196 seconds
+progress_src_CAL-PCALY_TX_PD_OUT_DQ (01:18:39): 1239039360 seconds
+progress_hoft_H1 (01:18:42): 1239039130 seconds
+progress_hoft_cleaned_H1 (01:18:42): 1239038978 seconds
+progress_calibstatevec_H1 (01:18:42): 1239038960 seconds
diff --git a/gstlal-calibration/tests/DCS_test/H1/test.ini b/gstlal-calibration/tests/DCS_test/H1/test.ini
new file mode 100644
index 0000000000000000000000000000000000000000..7e558c8eafb7284a1f79ce54433d3ffa1e4e7265
--- /dev/null
+++ b/gstlal-calibration/tests/DCS_test/H1/test.ini
@@ -0,0 +1,410 @@
+[InputConfigurations]
+# Filters file containing calibration FIR filters
+FiltersFileName: Filters/O3/GDSFilters/H1DCS_test.npz
+# Data source should be set to frames or lvshm
+DataSource: frames
+FileChecksum: No
+# Right now, SkipBadFiles needs to be off when reading from frames
+SkipBadFiles: No
+############################################
+# If reading from frames use these options #
+############################################
+# None
+
+###################################################
+# If reading from shared memory use these options #
+###################################################
+SHMPartition: LHO_Online
+# Assumed duration of input frames in seconds
+InputFrameDuration: 1
+
+[OutputConfigurations]
+CompressionScheme: 6
+CompressionLevel: 3
+ChanPrefix: DCS-
+# Set to "None" if you do not want a channel suffix
+ChanSuffix: None
+# Data sink should be set to frames or lvshm
+DataSink: frames
+#################################################
+# If writing to shared memory use these options #
+#################################################
+OutputSHMPartition: LHO_hoft
+BufferMode: 2
+# Use this to approximate the frame size (in bytes) when writing to shared memory
+FrameSize: 405338
+NumBuffers: 10
+###############################################
+# If writing to frame files use these options #
+###############################################
+FrameType: H1DCS
+
+[CalibrationConfigurations]
+IFO: H1
+# Set calibration mode to Full or Partial
+CalibrationMode: Full
+ComputeCalibStateVector: Yes
+
+[DebuggingConfigurations]
+# If you want to write a pipeline graph, provide the graph name.  Otherwise, set name equal to None
+PipelineGraphFilename: None
+Verbose: Yes
+# Turn this on to write data presentation timestamps and real-time unix timestamps to file at the beginning and end of the pipeline, to measure latency
+TestLatency: No
+# Turn this on to compute transfer functions for the filters by comparing output data to input data
+TestFilters: No
+
+[TDCFConfigurations]
+#########################################################
+# Options related to time dependent correction  factors #
+#########################################################
+ComputeKappaTST: Yes
+ApplyKappaTST: Yes
+# Set this to have the \kappa_tst factors filter the actuation chain with an adaptive filter that corrects for both magnitude and phase errors.
+ApplyComplexKappaTST: No
+
+ComputeKappaPU: No
+ApplyKappaPU: No
+# Set this to have the \kappa_pu factors the actuation chain with an adaptive filter that corrects for both magnitude and phase errors
+ApplyComplexKappaPU: No
+
+ComputeKappaPUM: Yes
+ApplyKappaPUM: No
+# Set this to have the \kappa_p factors the actuation chain with an adaptive filter that corrects for both magnitude and phase errors.
+ApplyComplexKappaPUM: No
+
+ComputeKappaUIM: Yes
+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
+
+ComputeKappaC: Yes
+ApplyKappaC: Yes
+
+ComputeFcc: Yes
+ApplyFcc: Yes
+
+ComputeSRCQ: Yes
+ApplySRCQ: No
+
+ComputeFs: Yes
+ApplyFs: No
+
+###########################################
+# Options related to the coherence gating #
+###########################################
+UseCoherence: Yes
+CoherenceUncThreshold: 0.01
+# Amount of time used in front-end to compute coherence
+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
+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 #
+##################################################
+# Duration of the Fcc filter in the time domain in seconds
+FccFilterDuration: 0.01
+# Number of seconds to average Fcc values before creating a new Fcc filter
+FccAveragingTime: 60 
+# Number of samples to be used when tapering old filter and ramping in new filter
+FccFilterTaperLength: 32768
+############################
+# Nominal values for TDCFs #
+############################
+ExpectedKappaTSTReal: 1.0
+ExpectedKappaTSTImag: 0.0
+ExpectedKappaPUMReal: 1.0
+ExpectedKappaPUMImag: 0.0
+ExpectedKappaUIMReal: 1.0
+ExpectedKappaUIMImag: 0.0
+ExpectedKappaPUReal: 1.0
+ExpectedKappaPUImag: 0.0
+ExpectedKappaC: 1.0
+ExpectedFs_Squared: 4.468
+################################
+# Acceptable variance in TDCFs #
+################################
+KappaTSTRealVar: 0.2
+KappaTSTImagVar: 0.2
+KappaPURealVar: 0.2
+KappaPUImagVar: 0.2
+KappaPUMRealVar: 0.2
+KappaPUMImagVar: 0.2
+KappaUIMRealVar: 0.2
+KappaUIMImagVar: 0.2
+KappaCVar: 0.2
+FccVar: 50.0
+FsVar: 5.0
+SRCQInvMin: 0.0
+SRCQInvMax: 0.5
+#######################
+# EPICS records input #
+#######################
+# Set to Yes if EPICS records for TDCF computations should be read from filters file.  If set to No, they will be read from frames
+FactorsFromFiltersFile: Yes
+##############################################################################################
+# Updating Sensing and Actuation filters with all frequency-dependent corrections parameters #
+##############################################################################################
+# Length of time (in seconds) between when inverse-sensing FIR filter is updated
+SensingFilterUpdateTime: 64
+# Length of time (in seconds) over which the smoothed time-dependent parameters of the sensing function are averaged before updating the filter
+SensingFilterAveragingTime: 1
+# Number of samples to be used when tapering old inverse sensing filter and ramping in new filter
+SensingFilterTaperLength: 32768
+# Length of time (in seconds) between when the actuation FIR filters are updated
+ActuationFilterUpdateTime: 64
+# Length of time (in seconds) over which the smoothed time-dependent parameters of the actuation function are averaged before updating the filter
+ActuationFilterAveragingTime: 1
+# Number of samples to be used when tapering old actuation filters and ramping in new filters
+ActuationFilterTaperLength: 32768
+
+ComputeFactorsSR: 16
+RecordFactorsSR: 16
+
+[ChannelNames]
+#############################
+# Calibration Channel Names #
+#############################
+DARMCtrlChannel: CAL-DARM_CTRL_DBL_DQ
+DARMErrChannel: CAL-DARM_ERR_DBL_DQ
+DeltaLTSTChannel: CAL-DELTAL_CTRL_TST_DBL_DQ
+DeltaLPUMChannel: CAL-DELTAL_CTRL_PUM_DBL_DQ
+DeltaLUIMChannel: CAL-DELTAL_CTRL_UIM_DBL_DQ
+DeltaLResChannel: CAL-DELTAL_RESIDUAL_DBL_DQ
+####################################
+# Data Quality Vector Channel Name #
+####################################
+ObsIntentChannel: GRD-IFO_INTENT
+LowNoiseStateChannel: GRD-IFO_READY
+HWInjChannel: CAL-INJ_STATUS_OUT_DQ
+FilterClockChannelList: GRD-ISC_LOCK_OK
+##################################
+# Calibration Line Channel Names #
+##################################
+DARMExcChannel: CAL-CS_LINE_SUM_DQ
+TSTExcChannel: SUS-ETMX_L3_CAL_LINE_OUT_DQ
+PUMExcChannel: SUS-ETMX_L2_CAL_LINE_OUT_DQ 
+UIMExcChannel: SUS-ETMX_L1_CAL_LINE_OUT_DQ
+PCALChannel: CAL-PCALY_RX_PD_OUT_DQ
+############################################
+# Calibration Line Frequency Channel Names #
+############################################
+DARMExcLineFreqChannel: CAL-CS_TDEP_DARM_LINE1_COMPARISON_OSC_FREQ
+TSTExcLineFreqChannel: CAL-CS_TDEP_SUS_LINE3_COMPARISON_OSC_FREQ
+PUMExcLineFreqChannel: CAL-CS_TDEP_SUS_LINE2_COMPARISON_OSC_FREQ
+UIMExcLineFreqChannel: CAL-CS_TDEP_SUS_LINE1_COMPARISON_OSC_FREQ
+PCALLine1FreqChannel: CAL-CS_TDEP_PCAL_LINE1_COMPARISON_OSC_FREQ
+PcalLine1CorrRealChannel: CAL-CS_TDEP_PCAL_LINE1_CORRECTION_REAL
+PcalLine1CorrImagChannel: CAL-CS_TDEP_PCAL_LINE1_CORRECTION_IMAG
+PCALLine2FreqChannel: CAL-CS_TDEP_PCAL_LINE2_COMPARISON_OSC_FREQ
+PcalLine2CorrRealChannel: CAL-CS_TDEP_PCAL_LINE2_CORRECTION_REAL
+PcalLine2CorrImagChannel: CAL-CS_TDEP_PCAL_LINE2_CORRECTION_IMAG
+PCALLine3FreqChannel: CAL-CS_TDEP_PCAL_LINE3_COMPARISON_OSC_FREQ
+PcalLine3CorrRealChannel: CAL-CS_TDEP_PCAL_LINE3_CORRECTION_REAL
+PcalLine3CorrImagChannel: CAL-CS_TDEP_PCAL_LINE3_CORRECTION_IMAG
+PCALLine4FreqChannel: CAL-CS_TDEP_PCAL_LINE4_COMPARISON_OSC_FREQ
+PcalLine4CorrRealChannel: CAL-CS_TDEP_PCAL_LINE4_CORRECTION_REAL
+PcalLine4CorrImagChannel: CAL-CS_TDEP_PCAL_LINE4_CORRECTION_IMAG
+#######################################
+# Coherence Uncertainty Channel Names #
+#######################################
+CohUncSusLine1Channel: CAL-CS_TDEP_SUS_LINE1_UNCERTAINTY
+CohUncSusLine2Channel: CAL-CS_TDEP_SUS_LINE2_UNCERTAINTY
+CohUncSusLine3Channel: CAL-CS_TDEP_SUS_LINE3_UNCERTAINTY
+CohUncPcalyLine1Channel: CAL-CS_TDEP_PCAL_LINE1_UNCERTAINTY
+CohUncPcalyLine2Channel: CAL-CS_TDEP_PCAL_LINE2_UNCERTAINTY
+CohUncPcalyLine4Channel: CAL-CS_TDEP_PCAL_LINE4_UNCERTAINTY
+CohUncDARMLine1Channel: CAL-CS_TDEP_DARM_LINE1_UNCERTAINTY
+###################################
+# Noise Subtraction Channel Names #
+###################################
+# Semicolon-separated list of comma-separated lists of witness channels to use to subtract lines from h(t)
+# Semicolons separate channels to be handled separately and commas separate channels to be handled together.
+#Set to None if no line witness channels are to be used
+LineWitnessChannelList: SUS-ETMX_L1_CAL_LINE_OUT_DQ;SUS-ETMX_L2_CAL_LINE_OUT_DQ;SUS-ETMX_L3_CAL_LINE_OUT_DQ;CAL-PCALY_TX_PD_OUT_DQ;PEM-EY_MAINSMON_EBAY_1_DQ
+# Semicolon-separated list of comma-separated lists of witness channels to use to subtract noise from h(t)
+# Set to None if no witness channels are to be used
+#WitnessChannelList: PSL-ISS_SECONDLOOP_OUTPUT_DQ,ASC-DHARD_P_OUT_DQ,ASC-DHARD_Y_OUT_DQ,ASC-CHARD_P_OUT_DQ,ASC-CHARD_Y_OUT_DQ,LSC-SRCL_IN1_DQ,LSC-MICH_IN1_DQ,LSC-PRCL_IN1_DQ
+WitnessChannelList: None
+# What channel should we use to gate the noise subtraction and 60-Hz line subtraction
+NoiseSubGateChannel: GRD-ISC_LOCK_OK
+###############################
+# EPICS Records Channel Names #
+###############################
+EP1RealChannel: CAL-CS_TDEP_SUS_LINE3_REF_INVA_TST_RESPRATIO_REAL
+EP1ImagChannel: CAL-CS_TDEP_SUS_LINE3_REF_INVA_TST_RESPRATIO_IMAG
+EP2RealChannel: CAL-CS_TDEP_REF_CLGRATIO_CTRL_REAL
+EP2ImagChannel: CAL-CS_TDEP_REF_CLGRATIO_CTRL_IMAG
+EP3RealChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_USUM_INV_REAL
+EP3ImagChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_USUM_INV_IMAG
+EP4RealChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_TST_REAL
+EP4ImagChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_TST_IMAG
+EP5RealChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_USUM_REAL
+EP5ImagChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_USUM_IMAG
+EP6RealChannel: CAL-CS_TDEP_PCAL_LINE2_REF_C_NOCAVPOLE_REAL
+EP6ImagChannel: CAL-CS_TDEP_PCAL_LINE2_REF_C_NOCAVPOLE_IMAG
+EP7RealChannel: CAL-CS_TDEP_PCAL_LINE2_REF_D_REAL
+EP7ImagChannel: CAL-CS_TDEP_PCAL_LINE2_REF_D_IMAG
+EP8RealChannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_TST_REAL
+EP8Imagchannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_TST_IMAG
+EP9RealChannel: CAL-CS_TDEP_PCALY_LINE2_REF_A_USUM_REAL
+EP9ImagChannel: CAL-CS_TDEP_PCALY_LINE2_REF_A_USUM_IMAG
+EP10RealChannel: CAL-CS_TDEP_SUS_LINE3_REF_A_TST_NOLOCK_REAL
+EP10ImagChannel: CAL-CS_TDEP_SUS_LINE3_REF_A_TST_NOLOCK_IMAG
+EP11RealChannel: CAL-CS_TDEP_PCAL_LINE1_REF_C_NOCAVPOLE_REAL
+EP11ImagChannel: CAL-CS_TDEP_PCAL_LINE1_REF_C_NOCAVPOLE_IMAG
+EP12RealChannel: CAL-CS_TDEP_PCAL_LINE1_REF_D_REAL
+EP12ImagChannel: CAL-CS_TDEP_PCAL_LINE1_REF_D_IMAG
+EP13RealChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_TST_REAL
+EP13ImagChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_TST_IMAG
+EP14RealChannel: CAL-CS_TDEP_PCALY_LINE4_REF_A_USUM_REAL
+EP14ImagChannel: CAL-CS_TDEP_PCALY_LINE4_REF_A_USUM_IMAG
+EP15RealChannel: CAL-CS_TDEP_SUS_LINE2_REF_INVA_PUM_RESPRATIO_REAL
+EP15Imagchannel: CAL-CS_TDEP_SUS_LINE2_REF_INVA_PUM_RESPRATIO_IMAG
+EP16RealChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_UIM_INV_REAL
+EP16ImagChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_UIM_INV_IMAG
+EP17RealChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_PUM_REAL
+EP17ImagChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_PUM_IMAG
+EP18RealChannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_PUM_REAL
+EP18ImagChannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_PUM_IMAG
+EP19RealChannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_UIM_REAL
+EP19ImagChannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_UIM_IMAG
+EP20RealChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_PUM_REAL
+EP20ImagChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_PUM_IMAG
+EP21RealChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_UIM_REAL
+EP21ImagChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_UIM_IMAG
+EP22RealChannel: CAL-CS_TDEP_SUS_LINE1_REF_INVA_UIM_RESPRATIO_REAL
+EP22ImagChannel: CAL-CS_TDEP_SUS_LINE1_REF_INVA_UIM_RESPRATIO_IMAG
+EP23RealChannel: CAL-CS_TDEP_SUS_LINE2_REF_A_PUM_NOLOCK_REAL
+EP23ImagChannel: CAL-CS_TDEP_SUS_LINE2_REF_A_PUM_NOLOCK_IMAG
+EP24RealChannel: CAL-CS_TDEP_SUS_LINE1_REF_A_UIM_NOLOCK_REAL
+EP24ImagChannel: CAL-CS_TDEP_SUS_LINE1_REF_A_UIM_NOLOCK_IMAG
+
+[SampleRates]
+# Sample rate at which to compute h(t)
+HoftSR: 16384
+# Sample rate at which to compute CALIB_STATE_VECTOR
+CalibStateSR: 16
+# Sample rate of control channel
+# Should be 16384 if using DARM_CTRL and 4096 if using DELTAL_CTRL 
+CtrlSR: 16384
+# Sample rate of low noise state channel
+LowNoiseSR: 16
+# Sample rate of HW injection channel
+HWInjSR: 16384
+# Sample rate of observation intent channel
+ObsIntentSR: 16
+# Sample rate list for channels being used to trigger filter settling clock
+FilterClockSRList: 16
+# Sample rate of TST excitation channel
+TSTExcSR: 512
+# Sample rate of PUM excitation channel
+PUMExcSR: 512
+# Sample rate of UIM excitation channel
+UIMExcSR: 512
+# Sample rate of coherence channels
+CohSR: 16
+# Sample rate for the EPICS reference channels
+EPICSRefSR: 16
+# Sample rates at which transfer functions will be computed and witness channels will be filtered, given as a semicolon-separated list, e.g., 2048;2048;512;2048. This must be given if WitnessChannelList is not None, and it must be the same length.
+WitnessChannelSR: 512
+# Sample rates at which to compute and record TDCFs
+ComputeFactorsSR: 16
+RecordFactorsSR: 16
+
+[Bitmasks]
+ObsReadyBitmask: 1
+ObsIntentBitmask: 1
+CBCHWInjOffBitmask: 9
+BurstHWInjOffBitmask: 17
+DetCharHWInjOffBitmask: 33
+StochHWInjOffBitmask: 65
+NoiseSubGateBitmask: 1
+FilterClockBitmaskList: 1
+
+[PipelineConfigurations]
+BufferLength: 1.0
+FrequencyDomainFiltering: No
+Dewhitening: No
+# Latency of all filtering/averaging/median processes (other than calibration model filters) as a fraction of filter length. Value should be set between 0.0 and 1.0.
+FilterLatency: 0.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
+RemoveCalLines: No
+###############################################################
+# Options for running line subtraction using witness channels #
+###############################################################
+# Semicolon-separated list of comma-separated lists of frequencies (same number of semicolons as LineWitnessChannelList)
+LineWitnessFreqs: 15.1;16.7;35.9;36.7,331.9,1083.7;60.0,120.0,180.0,240.0,300.0
+# Time over which to take a median of transfer functions
+LineWitnessTFMedianTime: 128
+# Time over which to average transfer functions
+LineWitnessTFAveragingTime: 1
+# Semicolon-separated list of typical frequency fluctuations in lines being subtracted (same number of semicolons as LineWitnessChannelList)
+LineWitnessFreqVars: 0.0;0.0;0.0;0.0;0.02
+#######################################
+# Options for broadband noise removal #
+#######################################
+# The length in seconds of the fast Fourier transforms used to compute transfer functions between witness channels and h(t). The fft's are windowed with Hann windows and overlapped.
+WitnessChannelFFTTime: 4.0
+# The number of ffts to take before averaging the witness -> h(t) transfer functions calculation. The average is taken after the ratio h(f) / witness(f).
+NumWitnessFFTs: 1000
+# Sets the minimum number of FFTs necessary to produce the first transfer functions and clean data after data flow starts.
+MinWitnessFFTs: 300
+# The length in seconds of the filters applied to the witness channels before subtracting from h(t)
+WitnessFIRLength: 1.0
+# The frequency resolution of the filters applied to the witness channels before subtracting from h(t). It can be advantageous to lower the frequency resolution in order to average over excess noise.
+WitnessFrequencyResolution: 0.5
+# List of minima and maxima of frequency ranges where the Fourier transform of h(t) will be replaced by a straight line in the calculation of transfer functions between witness channels and h(t) for noise subtraction. Semicolons separate lists for different sets of witness channels. If no notches are desired, use zeros, e.g., \'0;0;0\'. Here is an example using the expected format: \'495.0,515.0,985.0,1015.0;59,60,119,121;0\' This can be useful, e.g., if there are loud lines in the signal that are not present in the witness channels.
+WitnessNotchFrequencies: 0
+# Cutoff frequencies for high-pass filters for witness channels
+WitnessHighPasses: 10
+# The amount of time after transfer functions between witness channels and h(t) are finished to begin the calculation of the next set of transfer functions
+WitnessTFUpdateTime: 4
+# If lock-loss lasts at least this many seconds, transfer functions will revert to those computed at the beginning of a lock stretch. Set to zero to disbale.
+CriticalLockLossTime: 1800
+# The amount of time to use to taper in newly computed FIR filters for witness channels being used for noise subtraction.
+WitnessFilterTaperTime: 2
+# If writing transfer functions to file, this sets the name. If transfer functions should not be written to file, this should be set to None
+WitnessTFFilename: None
+# Should the transfer function calculation use a median? If not, an average (mean) is used.
+WitnessTFUseMedian: Yes
+# Should transfer functions be computed on a fixed schedule, so that the output does not depend on start time?  This is useful for running jobs in parallel.  Otherwise, they are computed asap.
+WitnessTFParallelMode: No
+# When using parallel mode, how many seconds later should we shift the time when transfer functions start being computed from a multiple of the cycle period?
+WitnessTFTimeShift: 360
+# To write only one strain channel, and pick whichever is less noisy, set this option to 'Yes'. This way, if a problem arises with the noise subtraction it will not affect the output strain channel.
+PickCleanestStrainChannel: No
+# A half Hann window is used for transitions between cleaned and uncleaned data.  This is the length of that window in seconds.
+StrainChannelTransitionTime: 10.0
+###############################
+# Options for HOFT_CLEAN bits #
+###############################
+# The amount of data from h(t) and cleaned h(t) that is used to compute and compare the rms. This comparison between cleaned and uncleaned h(t) determines whether the HOFT_CLEAN bits of the calibration state vector are on or off.
+CleaningCheckRMSTime: 30.0
+# Minimum of a range of frequencies in which we expect line/noise subtraction to be impactful. The HOFT_CLEAN_LOWFREQ_OK bit of the calibration state vector is determined based on whether rms of the cleaned data is less than that of uncleaned h(t) in this range.
+CleaningCheckRangeLowMin: 15
+# Maximum of a range of frequencies in which we expect line/noise subtraction to be impactful. The HOFT_CLEAN_LOWFREQ_OK bit of the calibration state vector is determined based on whether rms of the cleaned data is less than that of uncleaned h(t) in this range.
+CleaningCheckRangeLowMax: 20
+# Minimum of a range of frequencies in which we expect line/noise subtraction to be impactful. The HOFT_CLEAN_MIDFREQ_OK bit of the calibration state vector is determined based on whether rms of the cleaned data is less than that of uncleaned h(t) in this range.
+CleaningCheckRangeMidMin: 20
+# Maximum of a range of frequencies in which we expect line/noise subtraction to be impactful. The HOFT_CLEAN_MIDFREQ_OK bit of the calibration state vector is determined based on whether rms of the cleaned data is less than that of uncleaned h(t) in this range.
+CleaningCheckRangeMidMax: 200
diff --git a/gstlal-calibration/tests/DCS_test/H1/test_nokappas.ini b/gstlal-calibration/tests/DCS_test/H1/test_nokappas.ini
new file mode 100644
index 0000000000000000000000000000000000000000..1d012b2a46903db1116146352dfd965eea73887b
--- /dev/null
+++ b/gstlal-calibration/tests/DCS_test/H1/test_nokappas.ini
@@ -0,0 +1,415 @@
+[InputConfigurations]
+# Filters file containing calibration FIR filters
+FiltersFileName: H1DCS_test.npz
+# Data source should be set to frames or lvshm
+DataSource: frames
+FileChecksum: No
+# Right now, SkipBadFiles needs to be off when reading from frames
+SkipBadFiles: No
+############################################
+# If reading from frames use these options #
+############################################
+# None
+
+###################################################
+# If reading from shared memory use these options #
+###################################################
+SHMPartition: LHO_Online
+# Assumed duration of input frames in seconds
+InputFrameDuration: 1
+
+[OutputConfigurations]
+CompressionScheme: 6
+CompressionLevel: 3
+ChanPrefix: DCS-
+# Set to "None" if you do not want a channel suffix
+ChanSuffix: None
+# Data sink should be set to frames or lvshm
+DataSink: frames
+#################################################
+# If writing to shared memory use these options #
+#################################################
+OutputSHMPartition: LHO_hoft
+BufferMode: 2
+# Use this to approximate the frame size (in bytes) when writing to shared memory
+FrameSize: 405338
+NumBuffers: 10
+###############################################
+# If writing to frame files use these options #
+###############################################
+FrameType: H1DCS_TEST_NOKAPPAS
+
+[CalibrationConfigurations]
+IFO: H1
+# Set calibration mode to Full or Partial
+CalibrationMode: Full
+ComputeCalibStateVector: Yes
+
+[DebuggingConfigurations]
+# If you want to write a pipeline graph, provide the graph name.  Otherwise, set name equal to None
+PipelineGraphFilename: None
+Verbose: Yes
+# Turn this on to write data presentation timestamps and real-time unix timestamps to file at the beginning and end of the pipeline, to measure latency
+TestLatency: No
+# Turn this on to compute transfer functions for the filters by comparing output data to input data
+TestFilters: No
+
+[TDCFConfigurations]
+#########################################################
+# Options related to time dependent correction  factors #
+#########################################################
+ComputeKappaTST: Yes
+ApplyKappaTST: No
+# Set this to have the \kappa_tst factors filter the actuation chain with an adaptive filter that corrects for both magnitude and phase errors.
+ApplyComplexKappaTST: No
+
+ComputeKappaPU: No
+ApplyKappaPU: No
+# Set this to have the \kappa_pu factors the actuation chain with an adaptive filter that corrects for both magnitude and phase errors
+ApplyComplexKappaPU: No
+
+ComputeKappaPUM: Yes
+ApplyKappaPUM: No
+# Set this to have the \kappa_p factors the actuation chain with an adaptive filter that corrects for both magnitude and phase errors.
+ApplyComplexKappaPUM: No
+
+ComputeKappaUIM: Yes
+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
+
+ComputeKappaC: Yes
+ApplyKappaC: No
+
+ComputeFcc: Yes
+ApplyFcc: No
+
+ComputeSRCQ: Yes
+ApplySRCQ: No
+
+ComputeFs: Yes
+ApplyFs: No
+
+###########################################
+# Options related to the coherence gating #
+###########################################
+UseCoherence: Yes
+CoherenceUncThreshold: 0.01
+# Amount of time used in front-end to compute coherence
+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
+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 #
+##################################################
+# Duration of the Fcc filter in the time domain in seconds
+FccFilterDuration: 0.01
+# Number of seconds to average Fcc values before creating a new Fcc filter
+FccAveragingTime: 60 
+# Number of samples to be used when tapering old filter and ramping in new filter
+FccFilterTaperLength: 32768
+############################
+# Nominal values for TDCFs #
+############################
+ExpectedKappaTSTReal: 1.0
+ExpectedKappaTSTImag: 0.0
+ExpectedKappaPUMReal: 1.0
+ExpectedKappaPUMImag: 0.0
+ExpectedKappaUIMReal: 1.0
+ExpectedKappaUIMImag: 0.0
+ExpectedKappaPUReal: 1.0
+ExpectedKappaPUImag: 0.0
+ExpectedKappaC: 1.0
+ExpectedFs_Squared: 4.468
+################################
+# Acceptable variance in TDCFs #
+################################
+KappaTSTRealVar: 0.2
+KappaTSTImagVar: 0.2
+KappaPURealVar: 0.2
+KappaPUImagVar: 0.2
+KappaPUMRealVar: 0.2
+KappaPUMImagVar: 0.2
+KappaUIMRealVar: 0.2
+KappaUIMImagVar: 0.2
+KappaCVar: 0.2
+FccVar: 50.0
+FsVar: 5.0
+SRCQInvMin: 0.0
+SRCQInvMax: 0.5
+#######################
+# EPICS records input #
+#######################
+# Set to Yes if EPICS records for TDCF computations should be read from filters file.  If set to No, they will be read from frames
+FactorsFromFiltersFile: Yes
+##############################################################################################
+# Updating Sensing and Actuation filters with all frequency-dependent corrections parameters #
+##############################################################################################
+# Length of time (in seconds) between when inverse-sensing FIR filter is updated
+SensingFilterUpdateTime: 64
+# Length of time (in seconds) over which the smoothed time-dependent parameters of the sensing function are averaged before updating the filter
+SensingFilterAveragingTime: 1
+# Number of samples to be used when tapering old inverse sensing filter and ramping in new filter
+SensingFilterTaperLength: 32768
+# Number of samples in linear-phase correction filters used for TST, PUM, and UIM
+AdaptiveTSTFilterSamples: 128
+AdaptivePUMFilterSamples: 128
+AdaptiveUIMFilterSamples: 128
+AdaptivePUMUIMFilterSamples: 128
+# Length of time (in seconds) between when the actuation FIR filters are updated
+ActuationFilterUpdateTime: 64
+# Length of time (in seconds) over which the smoothed time-dependent parameters of the actuation function are averaged before updating the filter
+ActuationFilterAveragingTime: 1
+# Number of samples to be used when tapering old actuation filters and ramping in new filters
+ActuationFilterTaperLength: 32768
+
+ComputeFactorsSR: 16
+RecordFactorsSR: 16
+
+[ChannelNames]
+#############################
+# Calibration Channel Names #
+#############################
+DARMCtrlChannel: CAL-DARM_CTRL_DBL_DQ
+DARMErrChannel: CAL-DARM_ERR_DBL_DQ
+DeltaLTSTChannel: CAL-DELTAL_CTRL_TST_DBL_DQ
+DeltaLPUMChannel: CAL-DELTAL_CTRL_PUM_DBL_DQ
+DeltaLUIMChannel: CAL-DELTAL_CTRL_UIM_DBL_DQ
+DeltaLResChannel: CAL-DELTAL_RESIDUAL_DBL_DQ
+####################################
+# Data Quality Vector Channel Name #
+####################################
+ObsIntentChannel: GRD-IFO_INTENT
+LowNoiseStateChannel: GRD-IFO_READY
+HWInjChannel: CAL-INJ_STATUS_OUT_DQ
+FilterClockChannelList: GRD-ISC_LOCK_OK
+##################################
+# Calibration Line Channel Names #
+##################################
+DARMExcChannel: CAL-CS_LINE_SUM_DQ
+TSTExcChannel: SUS-ETMX_L3_CAL_LINE_OUT_DQ
+PUMExcChannel: SUS-ETMX_L2_CAL_LINE_OUT_DQ 
+UIMExcChannel: SUS-ETMX_L1_CAL_LINE_OUT_DQ
+PCALChannel: CAL-PCALY_RX_PD_OUT_DQ
+############################################
+# Calibration Line Frequency Channel Names #
+############################################
+DARMExcLineFreqChannel: CAL-CS_TDEP_DARM_LINE1_COMPARISON_OSC_FREQ
+TSTExcLineFreqChannel: CAL-CS_TDEP_SUS_LINE3_COMPARISON_OSC_FREQ
+PUMExcLineFreqChannel: CAL-CS_TDEP_SUS_LINE2_COMPARISON_OSC_FREQ
+UIMExcLineFreqChannel: CAL-CS_TDEP_SUS_LINE1_COMPARISON_OSC_FREQ
+PCALLine1FreqChannel: CAL-CS_TDEP_PCAL_LINE1_COMPARISON_OSC_FREQ
+PcalLine1CorrRealChannel: CAL-CS_TDEP_PCAL_LINE1_CORRECTION_REAL
+PcalLine1CorrImagChannel: CAL-CS_TDEP_PCAL_LINE1_CORRECTION_IMAG
+PCALLine2FreqChannel: CAL-CS_TDEP_PCAL_LINE2_COMPARISON_OSC_FREQ
+PcalLine2CorrRealChannel: CAL-CS_TDEP_PCAL_LINE2_CORRECTION_REAL
+PcalLine2CorrImagChannel: CAL-CS_TDEP_PCAL_LINE2_CORRECTION_IMAG
+PCALLine3FreqChannel: CAL-CS_TDEP_PCAL_LINE3_COMPARISON_OSC_FREQ
+PcalLine3CorrRealChannel: CAL-CS_TDEP_PCAL_LINE3_CORRECTION_REAL
+PcalLine3CorrImagChannel: CAL-CS_TDEP_PCAL_LINE3_CORRECTION_IMAG
+PCALLine4FreqChannel: CAL-CS_TDEP_PCAL_LINE4_COMPARISON_OSC_FREQ
+PcalLine4CorrRealChannel: CAL-CS_TDEP_PCAL_LINE4_CORRECTION_REAL
+PcalLine4CorrImagChannel: CAL-CS_TDEP_PCAL_LINE4_CORRECTION_IMAG
+#######################################
+# Coherence Uncertainty Channel Names #
+#######################################
+CohUncSusLine1Channel: CAL-CS_TDEP_SUS_LINE1_UNCERTAINTY
+CohUncSusLine2Channel: CAL-CS_TDEP_SUS_LINE2_UNCERTAINTY
+CohUncSusLine3Channel: CAL-CS_TDEP_SUS_LINE3_UNCERTAINTY
+CohUncPcalyLine1Channel: CAL-CS_TDEP_PCAL_LINE1_UNCERTAINTY
+CohUncPcalyLine2Channel: CAL-CS_TDEP_PCAL_LINE2_UNCERTAINTY
+CohUncPcalyLine4Channel: CAL-CS_TDEP_PCAL_LINE4_UNCERTAINTY
+CohUncDARMLine1Channel: CAL-CS_TDEP_DARM_LINE1_UNCERTAINTY
+###################################
+# Noise Subtraction Channel Names #
+###################################
+# Semicolon-separated list of comma-separated lists of witness channels to use to subtract lines from h(t)
+# Semicolons separate channels to be handled separately and commas separate channels to be handled together.
+#Set to None if no line witness channels are to be used
+LineWitnessChannelList: SUS-ETMX_L1_CAL_LINE_OUT_DQ;SUS-ETMX_L2_CAL_LINE_OUT_DQ;SUS-ETMX_L3_CAL_LINE_OUT_DQ;CAL-PCALY_TX_PD_OUT_DQ;PEM-EY_MAINSMON_EBAY_1_DQ
+# Semicolon-separated list of comma-separated lists of witness channels to use to subtract noise from h(t)
+# Set to None if no witness channels are to be used
+#WitnessChannelList: PSL-ISS_SECONDLOOP_OUTPUT_DQ,ASC-DHARD_P_OUT_DQ,ASC-DHARD_Y_OUT_DQ,ASC-CHARD_P_OUT_DQ,ASC-CHARD_Y_OUT_DQ,LSC-SRCL_IN1_DQ,LSC-MICH_IN1_DQ,LSC-PRCL_IN1_DQ
+WitnessChannelList: None
+# What channel should we use to gate the noise subtraction and 60-Hz line subtraction
+NoiseSubGateChannel: GRD-ISC_LOCK_OK
+###############################
+# EPICS Records Channel Names #
+###############################
+EP1RealChannel: CAL-CS_TDEP_SUS_LINE3_REF_INVA_TST_RESPRATIO_REAL
+EP1ImagChannel: CAL-CS_TDEP_SUS_LINE3_REF_INVA_TST_RESPRATIO_IMAG
+EP2RealChannel: CAL-CS_TDEP_REF_CLGRATIO_CTRL_REAL
+EP2ImagChannel: CAL-CS_TDEP_REF_CLGRATIO_CTRL_IMAG
+EP3RealChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_USUM_INV_REAL
+EP3ImagChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_USUM_INV_IMAG
+EP4RealChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_TST_REAL
+EP4ImagChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_TST_IMAG
+EP5RealChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_USUM_REAL
+EP5ImagChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_USUM_IMAG
+EP6RealChannel: CAL-CS_TDEP_PCAL_LINE2_REF_C_NOCAVPOLE_REAL
+EP6ImagChannel: CAL-CS_TDEP_PCAL_LINE2_REF_C_NOCAVPOLE_IMAG
+EP7RealChannel: CAL-CS_TDEP_PCAL_LINE2_REF_D_REAL
+EP7ImagChannel: CAL-CS_TDEP_PCAL_LINE2_REF_D_IMAG
+EP8RealChannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_TST_REAL
+EP8Imagchannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_TST_IMAG
+EP9RealChannel: CAL-CS_TDEP_PCALY_LINE2_REF_A_USUM_REAL
+EP9ImagChannel: CAL-CS_TDEP_PCALY_LINE2_REF_A_USUM_IMAG
+EP10RealChannel: CAL-CS_TDEP_SUS_LINE3_REF_A_TST_NOLOCK_REAL
+EP10ImagChannel: CAL-CS_TDEP_SUS_LINE3_REF_A_TST_NOLOCK_IMAG
+EP11RealChannel: CAL-CS_TDEP_PCAL_LINE1_REF_C_NOCAVPOLE_REAL
+EP11ImagChannel: CAL-CS_TDEP_PCAL_LINE1_REF_C_NOCAVPOLE_IMAG
+EP12RealChannel: CAL-CS_TDEP_PCAL_LINE1_REF_D_REAL
+EP12ImagChannel: CAL-CS_TDEP_PCAL_LINE1_REF_D_IMAG
+EP13RealChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_TST_REAL
+EP13ImagChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_TST_IMAG
+EP14RealChannel: CAL-CS_TDEP_PCALY_LINE4_REF_A_USUM_REAL
+EP14ImagChannel: CAL-CS_TDEP_PCALY_LINE4_REF_A_USUM_IMAG
+EP15RealChannel: CAL-CS_TDEP_SUS_LINE2_REF_INVA_PUM_RESPRATIO_REAL
+EP15Imagchannel: CAL-CS_TDEP_SUS_LINE2_REF_INVA_PUM_RESPRATIO_IMAG
+EP16RealChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_UIM_INV_REAL
+EP16ImagChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_UIM_INV_IMAG
+EP17RealChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_PUM_REAL
+EP17ImagChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_PUM_IMAG
+EP18RealChannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_PUM_REAL
+EP18ImagChannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_PUM_IMAG
+EP19RealChannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_UIM_REAL
+EP19ImagChannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_UIM_IMAG
+EP20RealChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_PUM_REAL
+EP20ImagChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_PUM_IMAG
+EP21RealChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_UIM_REAL
+EP21ImagChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_UIM_IMAG
+EP22RealChannel: CAL-CS_TDEP_SUS_LINE1_REF_INVA_UIM_RESPRATIO_REAL
+EP22ImagChannel: CAL-CS_TDEP_SUS_LINE1_REF_INVA_UIM_RESPRATIO_IMAG
+EP23RealChannel: CAL-CS_TDEP_SUS_LINE2_REF_A_PUM_NOLOCK_REAL
+EP23ImagChannel: CAL-CS_TDEP_SUS_LINE2_REF_A_PUM_NOLOCK_IMAG
+EP24RealChannel: CAL-CS_TDEP_SUS_LINE1_REF_A_UIM_NOLOCK_REAL
+EP24ImagChannel: CAL-CS_TDEP_SUS_LINE1_REF_A_UIM_NOLOCK_IMAG
+
+[SampleRates]
+# Sample rate at which to compute h(t)
+HoftSR: 16384
+# Sample rate at which to compute CALIB_STATE_VECTOR
+CalibStateSR: 16
+# Sample rate of control channel
+# Should be 16384 if using DARM_CTRL and 4096 if using DELTAL_CTRL 
+CtrlSR: 16384
+# Sample rate of low noise state channel
+LowNoiseSR: 16
+# Sample rate of HW injection channel
+HWInjSR: 16384
+# Sample rate of observation intent channel
+ObsIntentSR: 16
+# Sample rate list for channels being used to trigger filter settling clock
+FilterClockSRList: 16
+# Sample rate of TST excitation channel
+TSTExcSR: 512
+# Sample rate of PUM excitation channel
+PUMExcSR: 512
+# Sample rate of UIM excitation channel
+UIMExcSR: 512
+# Sample rate of coherence channels
+CohSR: 16
+# Sample rate for the EPICS reference channels
+EPICSRefSR: 16
+# Sample rates at which transfer functions will be computed and witness channels will be filtered, given as a semicolon-separated list, e.g., 2048;2048;512;2048. This must be given if WitnessChannelList is not None, and it must be the same length.
+WitnessChannelSR: 512
+# Sample rates at which to compute and record TDCFs
+ComputeFactorsSR: 16
+RecordFactorsSR: 16
+
+[Bitmasks]
+ObsReadyBitmask: 1
+ObsIntentBitmask: 1
+CBCHWInjOffBitmask: 9
+BurstHWInjOffBitmask: 17
+DetCharHWInjOffBitmask: 33
+StochHWInjOffBitmask: 65
+NoiseSubGateBitmask: 1
+FilterClockBitmaskList: 1
+
+[PipelineConfigurations]
+BufferLength: 1.0
+FrequencyDomainFiltering: No
+Dewhitening: No
+# Latency of all filtering/averaging/median processes (other than calibration model filters) as a fraction of filter length. Value should be set between 0.0 and 1.0.
+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
+RemoveCalLines: No
+###############################################################
+# Options for running line subtraction using witness channels #
+###############################################################
+# Semicolon-separated list of comma-separated lists of frequencies (same number of semicolons as LineWitnessChannelList)
+LineWitnessFreqs: 15.1;16.7;35.9;36.7,331.9,1083.7;60.0,120.0,180.0,240.0,300.0
+# Time over which to take a median of transfer functions
+LineWitnessTFMedianTime: 128
+# Time over which to average transfer functions
+LineWitnessTFAveragingTime: 1
+# Semicolon-separated list of typical frequency fluctuations in lines being subtracted (same number of semicolons as LineWitnessChannelList)
+LineWitnessFreqVars: 0.0;0.0;0.0;0.0;0.02
+#######################################
+# Options for broadband noise removal #
+#######################################
+# The length in seconds of the fast Fourier transforms used to compute transfer functions between witness channels and h(t). The fft's are windowed with Hann windows and overlapped.
+WitnessChannelFFTTime: 4.0
+# The number of ffts to take before averaging the witness -> h(t) transfer functions calculation. The average is taken after the ratio h(f) / witness(f).
+NumWitnessFFTs: 509
+# Sets the minimum number of FFTs necessary to produce the first transfer functions and clean data after data flow starts.
+MinWitnessFFTs: 509
+# The length in seconds of the filters applied to the witness channels before subtracting from h(t)
+WitnessFIRLength: 1.0
+# The frequency resolution of the filters applied to the witness channels before subtracting from h(t). It can be advantageous to lower the frequency resolution in order to average over excess noise.
+WitnessFrequencyResolution: 0.5
+# List of minima and maxima of frequency ranges where the Fourier transform of h(t) will be replaced by a straight line in the calculation of transfer functions between witness channels and h(t) for noise subtraction. Semicolons separate lists for different sets of witness channels. If no notches are desired, use zeros, e.g., \'0;0;0\'. Here is an example using the expected format: \'495.0,515.0,985.0,1015.0;59,60,119,121;0\' This can be useful, e.g., if there are loud lines in the signal that are not present in the witness channels.
+WitnessNotchFrequencies: 0
+# Cutoff frequencies for high-pass filters for witness channels
+WitnessHighPasses: 10
+# The amount of time after transfer functions between witness channels and h(t) are finished to begin the calculation of the next set of transfer functions
+WitnessTFUpdateTime: 4
+# If lock-loss lasts at least this many seconds, transfer functions will revert to those computed at the beginning of a lock stretch. Set to zero to disbale.
+CriticalLockLossTime: 1800
+# The amount of time to use to taper in newly computed FIR filters for witness channels being used for noise subtraction.
+WitnessFilterTaperTime: 2
+# If writing transfer functions to file, this sets the name. If transfer functions should not be written to file, this should be set to None
+WitnessTFFilename: None
+# Should the transfer function calculation use a median? If not, an average (mean) is used.
+WitnessTFUseMedian: Yes
+# Should transfer functions be computed on a fixed schedule, so that the output does not depend on start time?  This is useful for running jobs in parallel.  Otherwise, they are computed asap.
+WitnessTFParallelMode: Yes
+# When using parallel mode, how many seconds later should we shift the time when transfer functions start being computed from a multiple of the cycle period?
+WitnessTFTimeShift: 360
+# To write only one strain channel, and pick whichever is less noisy, set this option to 'Yes'. This way, if a problem arises with the noise subtraction it will not affect the output strain channel.
+PickCleanestStrainChannel: No
+# A half Hann window is used for transitions between cleaned and uncleaned data.  This is the length of that window in seconds.
+StrainChannelTransitionTime: 10.0
+###############################
+# Options for HOFT_CLEAN bits #
+###############################
+# The amount of data from h(t) and cleaned h(t) that is used to compute and compare the rms. This comparison between cleaned and uncleaned h(t) determines whether the HOFT_CLEAN bits of the calibration state vector are on or off.
+CleaningCheckRMSTime: 30.0
+# Minimum of a range of frequencies in which we expect line/noise subtraction to be impactful. The HOFT_CLEAN_LOWFREQ_OK bit of the calibration state vector is determined based on whether rms of the cleaned data is less than that of uncleaned h(t) in this range.
+CleaningCheckRangeLowMin: 15
+# Maximum of a range of frequencies in which we expect line/noise subtraction to be impactful. The HOFT_CLEAN_LOWFREQ_OK bit of the calibration state vector is determined based on whether rms of the cleaned data is less than that of uncleaned h(t) in this range.
+CleaningCheckRangeLowMax: 20
+# Minimum of a range of frequencies in which we expect line/noise subtraction to be impactful. The HOFT_CLEAN_MIDFREQ_OK bit of the calibration state vector is determined based on whether rms of the cleaned data is less than that of uncleaned h(t) in this range.
+CleaningCheckRangeMidMin: 20
+# Maximum of a range of frequencies in which we expect line/noise subtraction to be impactful. The HOFT_CLEAN_MIDFREQ_OK bit of the calibration state vector is determined based on whether rms of the cleaned data is less than that of uncleaned h(t) in this range.
+CleaningCheckRangeMidMax: 200
diff --git a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1GDS_1238177020.npz b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1GDS_test.npz
similarity index 71%
rename from gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1GDS_1238177020.npz
rename to gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1GDS_test.npz
index 2761004954db14571dde15747e3b54df2159b09b..eb7f69bbea4196a699ce047ae137e73010db87ff 100644
Binary files a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1GDS_1238177020.npz and b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1GDS_test.npz differ
diff --git a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_ASD_residual.png b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_ASD_residual.png
deleted file mode 100644
index 97f1d1d4fc36a15107bc06cd30627376e07ada92..0000000000000000000000000000000000000000
Binary files a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_ASD_residual.png and /dev/null differ
diff --git a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_all_tf.png b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_all_tf.png
deleted file mode 100644
index 7912e5422fd92aa2eb434e823f842f12d6415748..0000000000000000000000000000000000000000
Binary files a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_all_tf.png and /dev/null differ
diff --git a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_all_tf_ratio.png b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_all_tf_ratio.png
deleted file mode 100644
index 12bef25e708c1d7fb5f3616a0555f01ae57773ef..0000000000000000000000000000000000000000
Binary files a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_all_tf_ratio.png and /dev/null differ
diff --git a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_all_tf_ratio_zoomed.png b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_all_tf_ratio_zoomed.png
deleted file mode 100644
index 47164cb2eba61a7344ebdde2f7427c84654184f5..0000000000000000000000000000000000000000
Binary files a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_all_tf_ratio_zoomed.png and /dev/null differ
diff --git a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_calib_state_vector.png b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_calib_state_vector.png
deleted file mode 100644
index 3d4baefe1cf97708473450ac4b7b48aef09e13c3..0000000000000000000000000000000000000000
Binary files a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_calib_state_vector.png and /dev/null differ
diff --git a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_plot_GDS-CALIB_F_CC.png b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_plot_GDS-CALIB_F_CC.png
deleted file mode 100644
index f2124f6355355775a7ef1ecda4fae66d7ea5a612..0000000000000000000000000000000000000000
Binary files a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_plot_GDS-CALIB_F_CC.png and /dev/null differ
diff --git a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_plot_GDS-CALIB_F_S_SQUARED.png b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_plot_GDS-CALIB_F_S_SQUARED.png
deleted file mode 100644
index 7282e9b8d25657561bc863b5c0483d1551840436..0000000000000000000000000000000000000000
Binary files a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_plot_GDS-CALIB_F_S_SQUARED.png and /dev/null differ
diff --git a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_plot_GDS-CALIB_KAPPA_C.png b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_plot_GDS-CALIB_KAPPA_C.png
deleted file mode 100644
index 6d4b13fc15db901b745bbc149e0adf803e067ef8..0000000000000000000000000000000000000000
Binary files a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_plot_GDS-CALIB_KAPPA_C.png and /dev/null differ
diff --git a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_plot_GDS-CALIB_KAPPA_PUM_IMAGINARY.png b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_plot_GDS-CALIB_KAPPA_PUM_IMAGINARY.png
deleted file mode 100644
index 797689ed54b1cecf1ac92342ce5bcb0c4793e9d0..0000000000000000000000000000000000000000
Binary files a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_plot_GDS-CALIB_KAPPA_PUM_IMAGINARY.png and /dev/null differ
diff --git a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_plot_GDS-CALIB_KAPPA_PUM_REAL.png b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_plot_GDS-CALIB_KAPPA_PUM_REAL.png
deleted file mode 100644
index 32d7a0149224bbba4291bb22394040c66fa2b751..0000000000000000000000000000000000000000
Binary files a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_plot_GDS-CALIB_KAPPA_PUM_REAL.png and /dev/null differ
diff --git a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_plot_GDS-CALIB_KAPPA_TST_IMAGINARY.png b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_plot_GDS-CALIB_KAPPA_TST_IMAGINARY.png
deleted file mode 100644
index f85d27f54c952a1a4e124e92bb4a3f6f316b53a4..0000000000000000000000000000000000000000
Binary files a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_plot_GDS-CALIB_KAPPA_TST_IMAGINARY.png and /dev/null differ
diff --git a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_plot_GDS-CALIB_KAPPA_TST_REAL.png b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_plot_GDS-CALIB_KAPPA_TST_REAL.png
deleted file mode 100644
index 40b61e8c11c2a9b95989c9a2374b342601d98bc1..0000000000000000000000000000000000000000
Binary files a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_plot_GDS-CALIB_KAPPA_TST_REAL.png and /dev/null differ
diff --git a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_plot_GDS-CALIB_KAPPA_UIM_IMAGINARY.png b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_plot_GDS-CALIB_KAPPA_UIM_IMAGINARY.png
deleted file mode 100644
index e5f08b821053038298adf71ea7295c7aaa0bb2d1..0000000000000000000000000000000000000000
Binary files a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_plot_GDS-CALIB_KAPPA_UIM_IMAGINARY.png and /dev/null differ
diff --git a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_plot_GDS-CALIB_KAPPA_UIM_REAL.png b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_plot_GDS-CALIB_KAPPA_UIM_REAL.png
deleted file mode 100644
index 7891cdd4a8f29d85d75e142e376800e48c9bcb01..0000000000000000000000000000000000000000
Binary files a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_plot_GDS-CALIB_KAPPA_UIM_REAL.png and /dev/null differ
diff --git a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_plot_GDS-CALIB_SRC_Q_INVERSE.png b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_plot_GDS-CALIB_SRC_Q_INVERSE.png
deleted file mode 100644
index abdfebd783aca61fc24aeca1109947bdfe271a64..0000000000000000000000000000000000000000
Binary files a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_plot_GDS-CALIB_SRC_Q_INVERSE.png and /dev/null differ
diff --git a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_spectrum_comparison.png b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_spectrum_comparison.png
deleted file mode 100644
index a47d39b2484b237ff93f8d330de7970ea335cbf0..0000000000000000000000000000000000000000
Binary files a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238246281_1238246497_spectrum_comparison.png and /dev/null differ
diff --git a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_ASD_residual.png b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_ASD_residual.png
new file mode 100644
index 0000000000000000000000000000000000000000..a9f7cc706bd60d109424c4fab6114d8c159a9d83
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_ASD_residual.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_all_tf.png b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_all_tf.png
new file mode 100644
index 0000000000000000000000000000000000000000..ae9fb3010e15395c80d51968b05c31824361eee0
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_all_tf.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_all_tf_ratio.png b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_all_tf_ratio.png
new file mode 100644
index 0000000000000000000000000000000000000000..6bb847dbb17d353dc60e9a1139bd1fe7caf6ffcd
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_all_tf_ratio.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_all_tf_ratio_zoomed.png b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_all_tf_ratio_zoomed.png
new file mode 100644
index 0000000000000000000000000000000000000000..93d0106d3c6c7dbf9c4cf2a6d82c3e2b15c106f9
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_all_tf_ratio_zoomed.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_calib_state_vector.png b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_calib_state_vector.png
new file mode 100644
index 0000000000000000000000000000000000000000..ba8deff2dd334248c41b92931cf493abd8ff2035
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_calib_state_vector.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_plot_GDS-CALIB_F_CC.png b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_plot_GDS-CALIB_F_CC.png
new file mode 100644
index 0000000000000000000000000000000000000000..3283d22e996e922a9e0702de7bb3549c2c8802ed
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_plot_GDS-CALIB_F_CC.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_plot_GDS-CALIB_F_S_SQUARED.png b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_plot_GDS-CALIB_F_S_SQUARED.png
new file mode 100644
index 0000000000000000000000000000000000000000..d0cddf66a5e1114f835668e581bfee1f899924ed
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_plot_GDS-CALIB_F_S_SQUARED.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_plot_GDS-CALIB_KAPPA_C.png b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_plot_GDS-CALIB_KAPPA_C.png
new file mode 100644
index 0000000000000000000000000000000000000000..dc3ee55211a12e24583403d3bd7c1f8d1f61c7f9
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_plot_GDS-CALIB_KAPPA_C.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_plot_GDS-CALIB_KAPPA_PUM_IMAGINARY.png b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_plot_GDS-CALIB_KAPPA_PUM_IMAGINARY.png
new file mode 100644
index 0000000000000000000000000000000000000000..8af421d724c8143978f6c7211938db377a839b4a
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_plot_GDS-CALIB_KAPPA_PUM_IMAGINARY.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_plot_GDS-CALIB_KAPPA_PUM_REAL.png b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_plot_GDS-CALIB_KAPPA_PUM_REAL.png
new file mode 100644
index 0000000000000000000000000000000000000000..7d01dd1cc3c65ba21418cdaba2d99ca7a9045d1f
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_plot_GDS-CALIB_KAPPA_PUM_REAL.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_plot_GDS-CALIB_KAPPA_TST_IMAGINARY.png b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_plot_GDS-CALIB_KAPPA_TST_IMAGINARY.png
new file mode 100644
index 0000000000000000000000000000000000000000..9738cbf021ef13415249834a7e41fcc145507bcf
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_plot_GDS-CALIB_KAPPA_TST_IMAGINARY.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_plot_GDS-CALIB_KAPPA_TST_REAL.png b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_plot_GDS-CALIB_KAPPA_TST_REAL.png
new file mode 100644
index 0000000000000000000000000000000000000000..011da8552181fc105c1c99bc0d337f9a3ba3ffcb
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_plot_GDS-CALIB_KAPPA_TST_REAL.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_plot_GDS-CALIB_KAPPA_UIM_IMAGINARY.png b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_plot_GDS-CALIB_KAPPA_UIM_IMAGINARY.png
new file mode 100644
index 0000000000000000000000000000000000000000..0467846964f69b36ca5aea1e7b6119b09e47bbd4
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_plot_GDS-CALIB_KAPPA_UIM_IMAGINARY.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_plot_GDS-CALIB_KAPPA_UIM_REAL.png b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_plot_GDS-CALIB_KAPPA_UIM_REAL.png
new file mode 100644
index 0000000000000000000000000000000000000000..455bfe71ebe8a1e7deff3e5274f8e1e9325be9ea
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_plot_GDS-CALIB_KAPPA_UIM_REAL.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_plot_GDS-CALIB_SRC_Q_INVERSE.png b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_plot_GDS-CALIB_SRC_Q_INVERSE.png
new file mode 100644
index 0000000000000000000000000000000000000000..4dbee7d63315b97059b40fda0ccfe378a03decfa
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_plot_GDS-CALIB_SRC_Q_INVERSE.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_spectrum_comparison.png b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_spectrum_comparison.png
new file mode 100644
index 0000000000000000000000000000000000000000..dfdda4a001b1c22f628e0e9b4194eb615b50b4bb
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_1238759485_1238759701_spectrum_comparison.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_hoft_GDS_frames.cache b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_hoft_GDS_frames.cache
index d45a3df52adc3470bd2dbc9eeac954c8f77720cc..ea86ec2483430bb63e49108aa51b25a4e6e9acd4 100644
--- a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_hoft_GDS_frames.cache
+++ b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_hoft_GDS_frames.cache
@@ -1,4 +1,5 @@
-H H1_TEST 1238246272 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238246272-64.gwf
-H H1_TEST 1238246336 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238246336-64.gwf
-H H1_TEST 1238246400 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238246400-64.gwf
-H H1_TEST 1238246464 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238246464-64.gwf
+H H1_TEST 1238759424 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238759424-64.gwf
+H H1_TEST 1238759488 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238759488-64.gwf
+H H1_TEST 1238759552 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238759552-64.gwf
+H H1_TEST 1238759616 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238759616-64.gwf
+H H1_TEST 1238759680 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238759680-64.gwf
diff --git a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_raw_frames.cache b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_raw_frames.cache
index 08e0ef01e0411d0ff803ecdc745d9da673d2a44b..789f46b56993e8db8eb6dee23a57cc43c9b58d4a 100644
--- a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_raw_frames.cache
+++ b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1_raw_frames.cache
@@ -1,9 +1,9 @@
-H H1_R 1238246016 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12382/H-H1_R-1238246016-64.gwf
-H H1_R 1238246080 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12382/H-H1_R-1238246080-64.gwf
-H H1_R 1238246144 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12382/H-H1_R-1238246144-64.gwf
-H H1_R 1238246208 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12382/H-H1_R-1238246208-64.gwf
-H H1_R 1238246272 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12382/H-H1_R-1238246272-64.gwf
-H H1_R 1238246336 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12382/H-H1_R-1238246336-64.gwf
-H H1_R 1238246400 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12382/H-H1_R-1238246400-64.gwf
-H H1_R 1238246464 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12382/H-H1_R-1238246464-64.gwf
-H H1_R 1238246528 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12382/H-H1_R-1238246528-64.gwf
+H H1_R 1238759232 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12387/H-H1_R-1238759232-64.gwf
+H H1_R 1238759296 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12387/H-H1_R-1238759296-64.gwf
+H H1_R 1238759360 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12387/H-H1_R-1238759360-64.gwf
+H H1_R 1238759424 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12387/H-H1_R-1238759424-64.gwf
+H H1_R 1238759488 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12387/H-H1_R-1238759488-64.gwf
+H H1_R 1238759552 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12387/H-H1_R-1238759552-64.gwf
+H H1_R 1238759616 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12387/H-H1_R-1238759616-64.gwf
+H H1_R 1238759680 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12387/H-H1_R-1238759680-64.gwf
+H H1_R 1238759744 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12387/H-H1_R-1238759744-64.gwf
diff --git a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/Makefile.all_tests b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/Makefile.all_tests
index ce4353412a858edc4d369d79862f515ddde6bd6a..9b1b0bfd5a7c1a233a5ab3d122c13a25247d5d4a 100644
--- a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/Makefile.all_tests
+++ b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/Makefile.all_tests
@@ -5,12 +5,11 @@
 # Another note: Livingston cluster cannot run this for IFO = H. Make sure that the cluster you're using has the raw frames you want. 
 export IFO=H
 # OBSRUN inidcates where to look for filters files (e.g. O1, O2, O3, ER10, ER13, ER14, PreER13, PreER14)
-#export OBSRUN=O2
 export OBSRUN=O3
 
 # Set start and stop times for a short lock stretch
-export SHORT_START=1238246061
-export SHORT_END=1238246561
+export SHORT_START=1238759265
+export SHORT_END=1238759765
 # Set start and stop times for a longer stretch that spans a lock-unlock stretch
 export LONG_START = 1228350334
 export LONG_END = 1228352985
@@ -32,7 +31,7 @@ export GDSCONFIGSNOKAPPAS=test_nokappas.ini
 # Needed for writing pipeline graphs
 export GST_DEBUG_DUMP_DOT_DIR=.
 
-all: ASD_comparison statevector timeserieskappas response_function pcal2darm
+all: ASD_comparison statevector timeserieskappas response_function
 
 # Create frame cache files for raw, C00, C01, and C02 frames
 $(IFO)1_raw_frames.cache:
@@ -49,7 +48,8 @@ $(IFO)1_C02_frames.cache:
 
 
 # Calibrate GDS testing data
-$(IFO)1_hoft_GDS_frames.cache: $(IFO)1_raw_frames.cache filters framesdir
+#$(IFO)1_hoft_GDS_frames.cache: $(IFO)1_raw_frames.cache filters framesdir
+$(IFO)1_hoft_GDS_frames.cache: $(IFO)1_raw_frames.cache framesdir
 	gstlal_compute_strain --gps-start-time $(SHORT_START) --gps-end-time $(SHORT_END) --frame-cache $(IFO)1_raw_frames.cache --output-path Frames/$(OBSRUN)/$(IFO)1/GDS/ --frame-duration=64 --frames-per-file=1 --wings=0 --config-file $(GDSCONFIGS)
 	ls Frames/$(OBSRUN)/$(IFO)1/GDS/$(IFO)-$(IFO)1_TEST-*.gwf | lalapps_path2cache > $@
 
diff --git a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/Makefile.response_function b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/Makefile.response_function
index 67818b901e68af8c059bd267c9064b1ae20816a0..92b75dba446225d88e06cb235a223313b211c25f 100644
--- a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/Makefile.response_function
+++ b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/Makefile.response_function
@@ -1,10 +1,10 @@
 all: GDS_response_function_bode_plot
 
 #FILTERS_FILE = /home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/Filters/O3/GDSFilters/H1GDS_1238177020.npz
-FILTERS_FILE = /home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1GDS_1238177020.npz
+FILTERS_FILE = /home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1GDS_test.npz
 
 GDS_response_function_bode_plot: 
-	python ../../check_calibration/response_function.py --gps-start-time $(SHORT_PLOT_START) --gps-end-time $(SHORT_PLOT_END) --dt 6.103515625e-05 --ifo $(IFO)1 --hoft-frames-cache $(IFO)1_hoft_GDS_frames.cache --raw-frames-cache $(IFO)1_raw_frames.cache --response-file $(FILTERS_FILE) 
+	python ../../check_calibration/response_function.py --gps-start-time $(SHORT_PLOT_START) --gps-end-time $(SHORT_PLOT_END) --dt 6.103515625e-05 --ifo $(IFO)1 --hoft-frames-cache $(IFO)1_hoft_GDS_frames.cache --raw-frames-cache $(IFO)1_raw_frames.cache --response-file $(FILTERS_FILE) --analyze-calcs-hoft
 
 
 clean: 
diff --git a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/test.ini b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/test.ini
index 91d402750335ab4fd6c95c3084a52bb6fe687e62..e69cba53f9091e823b4e8f323a9ec6544caea939 100644
--- a/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/test.ini
+++ b/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/test.ini
@@ -1,7 +1,7 @@
 [InputConfigurations]
 # Filters file containing calibration FIR filters
 #FiltersFileName: /home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/Filters/O3/GDSFilters/H1GDS_1238177020.npz 
-FiltersFileName: /home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1GDS_1238177020.npz 
+FiltersFileName: /home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238177020_filter_tests/H1/H1GDS_test.npz 
 # Data source should be set to frames or lvshm
 DataSource: frames
 FileChecksum: No
@@ -154,7 +154,7 @@ SRCQInvMax: 0.5
 # EPICS records input #
 #######################
 # Set to Yes if EPICS records for TDCF computations should be read from filters file.  If set to No, they will be read from frames
-FactorsFromFiltersFile: No
+FactorsFromFiltersFile: Yes
 ##############################################################################################
 # Updating Sensing and Actuation filters with all frequency-dependent corrections parameters #
 ##############################################################################################
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_ASD_residual.png b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_ASD_residual.png
new file mode 100644
index 0000000000000000000000000000000000000000..99ce4a8a8d1716e2b3f025b1aebae33cc575de87
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_ASD_residual.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_all_tf.png b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_all_tf.png
new file mode 100644
index 0000000000000000000000000000000000000000..7b11dbf96eddeab6e3eead58ceec6ae87941d9f0
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_all_tf.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_all_tf_ratio.png b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_all_tf_ratio.png
new file mode 100644
index 0000000000000000000000000000000000000000..b50286a083caeefe96d557466f0165cff6fd6a5f
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_all_tf_ratio.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_all_tf_ratio_zoomed.png b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_all_tf_ratio_zoomed.png
new file mode 100644
index 0000000000000000000000000000000000000000..b391da6fc384d74ec286fbe0f6970608f58fcd95
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_all_tf_ratio_zoomed.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_calib_state_vector.png b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_calib_state_vector.png
new file mode 100644
index 0000000000000000000000000000000000000000..44f5bc4ddd63f3bcb3aeb1d050af8c61d2dff034
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_calib_state_vector.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_plot_GDS-CALIB_F_CC.png b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_plot_GDS-CALIB_F_CC.png
new file mode 100644
index 0000000000000000000000000000000000000000..fd4e8c308d9c83753c94691e0edd0b0cdc9a5829
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_plot_GDS-CALIB_F_CC.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_plot_GDS-CALIB_F_S_SQUARED.png b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_plot_GDS-CALIB_F_S_SQUARED.png
new file mode 100644
index 0000000000000000000000000000000000000000..4141f4feae8d3fcdfcb15b1519565368d54ecba5
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_plot_GDS-CALIB_F_S_SQUARED.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_plot_GDS-CALIB_KAPPA_C.png b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_plot_GDS-CALIB_KAPPA_C.png
new file mode 100644
index 0000000000000000000000000000000000000000..634f6e72371b3f2cdb49e210ff0bf5cef3ed8b47
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_plot_GDS-CALIB_KAPPA_C.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_plot_GDS-CALIB_KAPPA_PUM_IMAGINARY.png b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_plot_GDS-CALIB_KAPPA_PUM_IMAGINARY.png
new file mode 100644
index 0000000000000000000000000000000000000000..cabeb9380fac3845f4ec0a1359be3658999cef3c
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_plot_GDS-CALIB_KAPPA_PUM_IMAGINARY.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_plot_GDS-CALIB_KAPPA_PUM_REAL.png b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_plot_GDS-CALIB_KAPPA_PUM_REAL.png
new file mode 100644
index 0000000000000000000000000000000000000000..edc09e647f2e910cee2bb780f46a689d8459278e
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_plot_GDS-CALIB_KAPPA_PUM_REAL.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_plot_GDS-CALIB_KAPPA_TST_IMAGINARY.png b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_plot_GDS-CALIB_KAPPA_TST_IMAGINARY.png
new file mode 100644
index 0000000000000000000000000000000000000000..65e783ce9e845c95d62d291d452e99b57a34cf8a
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_plot_GDS-CALIB_KAPPA_TST_IMAGINARY.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_plot_GDS-CALIB_KAPPA_TST_REAL.png b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_plot_GDS-CALIB_KAPPA_TST_REAL.png
new file mode 100644
index 0000000000000000000000000000000000000000..b72823185c96ea13f17a18b6be9b4d4edd331381
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_plot_GDS-CALIB_KAPPA_TST_REAL.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_plot_GDS-CALIB_KAPPA_UIM_IMAGINARY.png b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_plot_GDS-CALIB_KAPPA_UIM_IMAGINARY.png
new file mode 100644
index 0000000000000000000000000000000000000000..d88299125a516bc74e7c25426a24f7e91bffd3b6
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_plot_GDS-CALIB_KAPPA_UIM_IMAGINARY.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_plot_GDS-CALIB_KAPPA_UIM_REAL.png b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_plot_GDS-CALIB_KAPPA_UIM_REAL.png
new file mode 100644
index 0000000000000000000000000000000000000000..e280d9c314c984324f46c021f8cef5862bae5d49
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_plot_GDS-CALIB_KAPPA_UIM_REAL.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_plot_GDS-CALIB_SRC_Q_INVERSE.png b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_plot_GDS-CALIB_SRC_Q_INVERSE.png
new file mode 100644
index 0000000000000000000000000000000000000000..aaf7c6fc9a5d862e05b98cf49dc1047b7001c675
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_plot_GDS-CALIB_SRC_Q_INVERSE.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_spectrum_comparison.png b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_spectrum_comparison.png
new file mode 100644
index 0000000000000000000000000000000000000000..9852ced8b5736d6c4afae0baabedca7c01d639c0
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238956392_1238956608_spectrum_comparison.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238962650_1238964366_ASD_residual.png b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238962650_1238964366_ASD_residual.png
new file mode 100644
index 0000000000000000000000000000000000000000..b400cf3698c6ed6e1631cde0a9ce40315f084a63
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238962650_1238964366_ASD_residual.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238962650_1238964366_spectrum_comparison.png b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238962650_1238964366_spectrum_comparison.png
new file mode 100644
index 0000000000000000000000000000000000000000..9109742ffb239eeaca67c0d7dc51142b8bcc6309
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_1238962650_1238964366_spectrum_comparison.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_hoft_GDS_frames.cache b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_hoft_GDS_frames.cache
new file mode 100644
index 0000000000000000000000000000000000000000..b6dab817e494296a2b57d43ae1d7c42ef5f554e0
--- /dev/null
+++ b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_hoft_GDS_frames.cache
@@ -0,0 +1,33 @@
+H H1_TEST 1238956352 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238956352-64.gwf
+H H1_TEST 1238956416 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238956416-64.gwf
+H H1_TEST 1238956480 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238956480-64.gwf
+H H1_TEST 1238956544 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238956544-64.gwf
+H H1_TEST 1238956608 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238956608-64.gwf
+H H1_TEST 1238962624 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238962624-64.gwf
+H H1_TEST 1238962688 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238962688-64.gwf
+H H1_TEST 1238962752 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238962752-64.gwf
+H H1_TEST 1238962816 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238962816-64.gwf
+H H1_TEST 1238962880 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238962880-64.gwf
+H H1_TEST 1238962944 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238962944-64.gwf
+H H1_TEST 1238963008 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238963008-64.gwf
+H H1_TEST 1238963072 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238963072-64.gwf
+H H1_TEST 1238963136 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238963136-64.gwf
+H H1_TEST 1238963200 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238963200-64.gwf
+H H1_TEST 1238963264 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238963264-64.gwf
+H H1_TEST 1238963328 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238963328-64.gwf
+H H1_TEST 1238963392 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238963392-64.gwf
+H H1_TEST 1238963456 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238963456-64.gwf
+H H1_TEST 1238963520 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238963520-64.gwf
+H H1_TEST 1238963584 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238963584-64.gwf
+H H1_TEST 1238963648 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238963648-64.gwf
+H H1_TEST 1238963712 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238963712-64.gwf
+H H1_TEST 1238963776 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238963776-64.gwf
+H H1_TEST 1238963840 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238963840-64.gwf
+H H1_TEST 1238963904 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238963904-64.gwf
+H H1_TEST 1238963968 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238963968-64.gwf
+H H1_TEST 1238964032 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238964032-64.gwf
+H H1_TEST 1238964096 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238964096-64.gwf
+H H1_TEST 1238964160 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238964160-64.gwf
+H H1_TEST 1238964224 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238964224-64.gwf
+H H1_TEST 1238964288 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238964288-64.gwf
+H H1_TEST 1238964352 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Frames/O3/H1/GDS/H-H1_TEST-1238964352-64.gwf
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_raw_frames.cache b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_raw_frames.cache
new file mode 100644
index 0000000000000000000000000000000000000000..32a4d739c94a11ff91071ad51deb0d8cefb03324
--- /dev/null
+++ b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/H1_raw_frames.cache
@@ -0,0 +1,33 @@
+H H1_R 1238962368 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238962368-64.gwf
+H H1_R 1238962432 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238962432-64.gwf
+H H1_R 1238962496 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238962496-64.gwf
+H H1_R 1238962560 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238962560-64.gwf
+H H1_R 1238962624 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238962624-64.gwf
+H H1_R 1238962688 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238962688-64.gwf
+H H1_R 1238962752 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238962752-64.gwf
+H H1_R 1238962816 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238962816-64.gwf
+H H1_R 1238962880 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238962880-64.gwf
+H H1_R 1238962944 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238962944-64.gwf
+H H1_R 1238963008 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238963008-64.gwf
+H H1_R 1238963072 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238963072-64.gwf
+H H1_R 1238963136 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238963136-64.gwf
+H H1_R 1238963200 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238963200-64.gwf
+H H1_R 1238963264 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238963264-64.gwf
+H H1_R 1238963328 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238963328-64.gwf
+H H1_R 1238963392 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238963392-64.gwf
+H H1_R 1238963456 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238963456-64.gwf
+H H1_R 1238963520 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238963520-64.gwf
+H H1_R 1238963584 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238963584-64.gwf
+H H1_R 1238963648 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238963648-64.gwf
+H H1_R 1238963712 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238963712-64.gwf
+H H1_R 1238963776 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238963776-64.gwf
+H H1_R 1238963840 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238963840-64.gwf
+H H1_R 1238963904 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238963904-64.gwf
+H H1_R 1238963968 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238963968-64.gwf
+H H1_R 1238964032 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238964032-64.gwf
+H H1_R 1238964096 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238964096-64.gwf
+H H1_R 1238964160 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238964160-64.gwf
+H H1_R 1238964224 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238964224-64.gwf
+H H1_R 1238964288 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238964288-64.gwf
+H H1_R 1238964352 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238964352-64.gwf
+H H1_R 1238964416 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238964416-64.gwf
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Makefile.ASD_comparison b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Makefile.ASD_comparison
new file mode 100644
index 0000000000000000000000000000000000000000..70541e207625983cce553b794b4cdf51ab4783c5
--- /dev/null
+++ b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Makefile.ASD_comparison
@@ -0,0 +1,8 @@
+all: ASD_comparison_plots
+
+ASD_comparison_plots: 
+	python ../../check_calibration/ASD_comparison_plots --ifo $(IFO)1 --gps-start-time $(SHORT_PLOT_START) --gps-end-time $(SHORT_PLOT_END) --raw-frame-cache $(IFO)1_raw_frames.cache --hoft-frame-cache $(IFO)1_hoft_GDS_frames.cache --calcs-channel-name CAL-DELTAL_EXTERNAL_DQ --additional-hoft-frame-cache $(IFO)1_raw_frames.cache --analyze-additional-hoft-channel --additional-hoft-channel-name CAL-CFTD_DELTAL_EXTERNAL_DQ
+
+clean: 
+	rm *.png 
+
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Makefile.all_tests b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Makefile.all_tests
new file mode 100644
index 0000000000000000000000000000000000000000..839883901c42582dae97d085f2071cf6c3628814
--- /dev/null
+++ b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Makefile.all_tests
@@ -0,0 +1,103 @@
+# This makefile can be used to run all of the tests instead of running them one by one.
+
+# Indicate IFO and observing run
+# Note: Make sure that there is no space after the L or H! 
+# Another note: Livingston cluster cannot run this for IFO = H. Make sure that the cluster you're using has the raw frames you want. 
+export IFO=H
+# OBSRUN inidcates where to look for filters files (e.g. O1, O2, O3, ER10, ER13, ER14, PreER13, PreER14)
+export OBSRUN=O3
+
+# Set start and stop times for a short lock stretch
+export SHORT_START=1238962430
+export SHORT_END=1238964430
+# Set start and stop times for a longer stretch that spans a lock-unlock stretch
+export LONG_START = 1228350334
+export LONG_END = 1228352985
+export SHMRUNTIME=400
+
+# How much time does the calibraiton need to settle at the start and end?
+PLOT_WARMUP_TIME = 220
+PLOT_COOLDOWN_TIME = 64
+export SHORT_PLOT_START=$(shell echo $(SHORT_START) + $(PLOT_WARMUP_TIME) | bc)
+export LONG_PLOT_START=$(shell echo $(LONG_START) + $(PLOT_WARMUP_TIME) | bc)
+export SHORT_PLOT_END=$(shell echo $(SHORT_END) - $(PLOT_COOLDOWN_TIME) | bc) 
+export LONG_PLOT_END=$(shell echo $(LONG_END) - $(PLOT_COOLDOWN_TIME) | bc) 
+
+# Point to all of the .ini files for different configurations
+#export GDSCONFIGS=H1GDS_1232821094_gstlal-calibration-1-2-7.ini
+export GDSCONFIGS=test.ini 
+export GDSCONFIGSNOKAPPAS=test_nokappas.ini 
+
+# Needed for writing pipeline graphs
+export GST_DEBUG_DUMP_DOT_DIR=.
+
+all: ASD_comparison statevector timeserieskappas response_function
+
+# Create frame cache files for raw, C00, C01, and C02 frames
+$(IFO)1_raw_frames.cache:
+	gw_data_find -o $(IFO) -t $(IFO)1_R -s $(SHORT_START) -e $(SHORT_END) -l --url-type file > $@
+
+$(IFO)1_C00_frames.cache:
+	gw_data_find -o $(IFO) -t $(IFO)1_HOFT_C00 -s $(SHORT_START) -e $(SHORT_END) -l --url-type file > $@
+
+$(IFO)1_C01_frames.cache:
+	gw_data_find -o $(IFO) -t $(IFO)1_HOFT_C01 -s $(SHORT_START) -e $(SHORT_END) -l --url-type file > $@
+
+$(IFO)1_C02_frames.cache:
+	gw_data_find -o $(IFO) -t $(IFO)1_HOFT_C02 -s $(SHORT_START) -e $(SHORT_END) -l --url-type file > $@
+
+
+# Calibrate GDS testing data
+$(IFO)1_hoft_GDS_frames.cache: $(IFO)1_raw_frames.cache filters framesdir
+	gstlal_compute_strain --gps-start-time $(SHORT_START) --gps-end-time $(SHORT_END) --frame-cache $(IFO)1_raw_frames.cache --output-path Frames/$(OBSRUN)/$(IFO)1/GDS/ --frame-duration=64 --frames-per-file=1 --wings=0 --config-file $(GDSCONFIGS)
+	ls Frames/$(OBSRUN)/$(IFO)1/GDS/$(IFO)-$(IFO)1_TEST-*.gwf | lalapps_path2cache > $@
+
+# Calibrate GDS testing data with no kappas applied for response function test
+$(IFO)1_hoft_GDS_no_kappas_frames.cache: $(IFO)1_raw_frames.cache filters framesdir
+	gstlal_compute_strain --gps-start-time $(SHORT_START) --gps-end-time $(SHORT_END) --frame-cache $(IFO)1_raw_frames.cache --output-path Frames/$(OBSRUN)/$(IFO)1/GDS/ --frame-duration=64 --frames-per-file=1 --wings=0 --config-file $(GDSCONFIGSNOKAPPAS)
+	ls Frames/$(OBSRUN)/$(IFO)1/GDS/$(IFO)-$(IFO)1_TEST_NOKAPPAS*.gwf | lalapps_path2cache > $@
+
+
+filters:
+	if [ -d Filters/$(OBSRUN)/GDSFilters ]; then \
+                svn up Filters/$(OBSRUN)/GDSFilters; \
+        else \
+                mkdir -p Filters/$(OBSRUN); \
+                cd Filters/$(OBSRUN); \
+                svn co https://svn.ligo.caltech.edu/svn/aligocalibration/trunk/Runs/$(OBSRUN)/GDSFilters; \
+        fi
+
+framesdir:
+	mkdir -p Frames/$(OBSRUN)/$(IFO)1/easy_raw
+	mkdir -p Frames/$(OBSRUN)/$(IFO)1/GDS
+	mkdir -p Frames/$(OBSRUN)/$(IFO)1/DCS
+
+
+response_function: $(IFO)1_hoft_GDS_no_kappas_frames.cache $(IFO)1_raw_frames.cache
+	make -f Makefile.response_function
+
+ASD_comparison: $(IFO)1_raw_frames.cache $(IFO)1_hoft_GDS_frames.cache
+	make -f Makefile.ASD_comparison
+
+statevector: $(IFO)1_hoft_GDS_frames.cache
+	make -f Makefile.statevector
+
+timeserieskappas:  $(IFO)1_hoft_GDS_frames.cache 
+	make -f Makefile.timeserieskappas
+
+pcal2darm: $(IFO)1_raw_frames.cache $(IFO)1_hoft_GDS_frames.cache
+	make -f Makefile.pcal2darm
+
+# FIXME: This is seg faulting for me right now
+calib_version_comparison: $(IFO)1_hoft_GDS_frames.cache $(IFO)1_C02_frames.cache
+	make -f Makefile.calib_version_comparison
+
+# Need to clean up this clean command
+clean: 
+	rm -rf Frames/
+	rm -rf Filters/
+	rm *.p*
+	rm *.dot
+	rm *.txt
+
+
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Makefile.calib_version_comparison b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Makefile.calib_version_comparison
new file mode 100644
index 0000000000000000000000000000000000000000..43ee130b15d97ca52b649fc784cd17864b0c15b4
--- /dev/null
+++ b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Makefile.calib_version_comparison
@@ -0,0 +1,8 @@
+all: GDS_over_C02
+
+GDS_over_C02: $(IFO)1_hoft_GDS_frames.cache $(IFO)1_C02_frames.cache
+	python ../../check_calibration/plot_transfer_function.py --gps-start-time $(SHORT_PLOT_START) --gps-end-time $(SHORT_PLOT_END) --ifo $(IFO)1 --numerator-frame-cache-list $(IFO)1_hoft_GDS_frames.cache --denominator-frame-cache $(IFO)1_C02_frames.cache --numerator-channel-list GDS-CALIB_STRAIN --denominator-channel-name DCS-CALIB_STRAIN_C02 --denominator-name 'C02' --numerator-name 'GDS_TEST --magnitude-min 0.7 --magnitude-max 1.3 --phase-min -20.0 --phase-max 20.0 --labels 'GDS Test / C02 Transfer Function'
+
+clean:
+	*.png
+
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Makefile.latency b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Makefile.latency
new file mode 100644
index 0000000000000000000000000000000000000000..03cbc521ef02be6cfe141b100531d599757df60a
--- /dev/null
+++ b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Makefile.latency
@@ -0,0 +1,8 @@
+all: latency_test
+
+latency_test: $(IFO)1_hoft_GDS_SHM_frames.cache
+	python ../../check_calibration/latency_plot.py --intime-file gstlal_compute_strain_timestamps_in.txt --outtime-file gstlal_compute_strain_timestamps_out.txt --plot-filename-prefix $(IFO)1GDS_latency --plot-title '$(IFO)1 Calibration Latency vs Time'
+
+clean:
+	rm *.png
+
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Makefile.lines_ratio b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Makefile.lines_ratio
new file mode 100644
index 0000000000000000000000000000000000000000..4a9b75f269468f2b950be2c8d383ca41fd20e1b1
--- /dev/null
+++ b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Makefile.lines_ratio
@@ -0,0 +1,8 @@
+all: lines_ratio_GDS
+
+lines_ratio_GDS: $(IFO)1_hoft_GDS_frames.cache
+	python ../../check_calibration/demod_ratio_timeseries.py --ifo $(IFO)1 --gps-end-time $(SHORT_PLOT_END) --gps-start-time $(SHORT_PLOT_START) --denominator-frame-cache $(IFO)1_hoft_GDS_frames.cache --numerator-frame-cache $(IFO)1_hoft_GDS_frames.cache --denominator-channel-name 'GDS-CALIB_STRAIN' --numerator-channel-name 'DCS-CALIB_STRAIN_CLEAN' --frequencies '35.9,36.7,331.9,1083.7;60,120,180' --magnitude-ranges '0.0,0.1;0.0,1.0' --phase-ranges '-180.0,180.0;-180.0,180.0' --plot-titles '$(IFO)1 Calibration Line Subtraction;$(IFO)1 Power Mains Line Subtraction'
+
+clean:
+	rm *.gwf *.cache *.png *.txt
+
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Makefile.noise_subtraction_tf b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Makefile.noise_subtraction_tf
new file mode 100644
index 0000000000000000000000000000000000000000..b26758c95a0e294128e3c878650640305306c9c0
--- /dev/null
+++ b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Makefile.noise_subtraction_tf
@@ -0,0 +1,8 @@
+all: noise_subtraction_tf_DCS
+
+noise_subtraction_tf_DCS: $(IFO)1_hoft_DCS_frames.cache
+	python ../../check_calibration/plot_transfer_function.py --gps-start-time $(SHORT_PLOT_START) --gps-end-time $(SHORT_PLOT_END) --ifo $(IFO)1 --numerator-frame-cache $(IFO)1_hoft_DCS_frames.cache --denominator-frame-cache $(IFO)1_hoft_DCS_frames.cache --numerator-channel-name DCS-CALIB_STRAIN_CLEAN --denominator-channel-name DCS-CALIB_STRAIN --magnitude-min 0.0 --magnitude-max 1.5 --phase-min -20.0 --phase-max 20.0 --plot-title 'Noise Subtraction Transfer Function'
+
+clean:
+	rm *.gwf *.cache *.png *.txt
+
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Makefile.response_function b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Makefile.response_function
new file mode 100644
index 0000000000000000000000000000000000000000..3ab96efccd59fcae76795f9c19f41afef5563f49
--- /dev/null
+++ b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Makefile.response_function
@@ -0,0 +1,11 @@
+all: GDS_response_function_bode_plot
+
+FILTERS_FILE = /home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Filters/O3/GDSFilters/H1GDS_1238952670.npz
+
+GDS_response_function_bode_plot: 
+	python ../../check_calibration/response_function.py --gps-start-time $(SHORT_PLOT_START) --gps-end-time $(SHORT_PLOT_END) --dt 6.103515625e-05 --ifo $(IFO)1 --hoft-frames-cache $(IFO)1_hoft_GDS_no_kappas_frames.cache --raw-frames-cache $(IFO)1_raw_frames.cache --response-file $(FILTERS_FILE) --analyze-calcs-hoft
+
+
+clean: 
+	rm *.pdf
+
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Makefile.statevector b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Makefile.statevector
new file mode 100644
index 0000000000000000000000000000000000000000..5733f7338eaed970ea286d6177244e6cf182f926
--- /dev/null
+++ b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Makefile.statevector
@@ -0,0 +1,9 @@
+all: calib_state_vector_plot
+
+calib_state_vector_plot: 
+	python ../../check_calibration/statevector_plot.py --gps-start-time $(SHORT_PLOT_START) --gps-end-time $(SHORT_PLOT_END) --ifo $(IFO)1 --hoft-frames-cache $(IFO)1_hoft_GDS_frames.cache
+
+
+clean: 
+	rm *.pdf
+
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Makefile.timeserieskappas b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Makefile.timeserieskappas
new file mode 100644
index 0000000000000000000000000000000000000000..a9f77efb0495937fe45920c6ef4a7cefa4efb12e
--- /dev/null
+++ b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Makefile.timeserieskappas
@@ -0,0 +1,31 @@
+CHANNEL1 = CALIB_KAPPA_C
+CHANNEL2 = CALIB_KAPPA_PUM_REAL
+CHANNEL3 = CALIB_KAPPA_TST_REAL
+CHANNEL4 = CALIB_F_CC
+CHANNEL5 = CALIB_KAPPA_PUM_IMAGINARY
+CHANNEL6 = CALIB_KAPPA_TST_IMAGINARY
+CHANNEL7 = CALIB_KAPPA_UIM_REAL
+CHANNEL8 = CALIB_KAPPA_UIM_IMAGINARY
+CHANNEL9 = CALIB_SRC_Q_INVERSE
+CHANNEL10 = CALIB_F_S_SQUARED
+
+FECHANNEL1 = CS_TDEP_KAPPA_C_OUTPUT
+FECHANNEL2 = CS_TDEP_KAPPA_PUM_REAL_OUTPUT
+FECHANNEL3 = CS_TDEP_KAPPA_TST_REAL_OUTPUT
+FECHANNEL4 = CS_TDEP_F_C_OUTPUT
+FECHANNEL5 = CS_TDEP_KAPPA_PUM_IMAG_OUTPUT
+FECHANNEL6 = CS_TDEP_KAPPA_TST_IMAG_OUTPUT
+FECHANNEL7 = CS_TDEP_KAPPA_UIM_REAL_OUTPUT
+FECHANNEL8 = CS_TDEP_KAPPA_UIM_IMAG_OUTPUT
+FECHANNEL9 = CS_TDEP_Q_S_OUTPUT
+FECHANNEL10 = CS_TDEP_F_S_OUTPUT
+
+all: GDS_Time_Series_of_Kappas
+
+GDS_Time_Series_of_Kappas:
+	python ../../check_calibration/timeserieskappas.py --gps-start-time $(SHORT_PLOT_START) --gps-end-time $(SHORT_PLOT_END) --channel-list 'GDS-$(CHANNEL1)','GDS-$(CHANNEL2)','GDS-$(CHANNEL3)','GDS-$(CHANNEL4)','GDS-$(CHANNEL5)','GDS-$(CHANNEL6)','GDS-$(CHANNEL7)','GDS-$(CHANNEL8)','GDS-$(CHANNEL9)','GDS-$(CHANNEL10)' --frame-cache $(IFO)1_hoft_GDS_frames.cache --ifo $(IFO)1 --front-end-channel-list 'CAL-$(FECHANNEL1)','CAL-$(FECHANNEL2)','CAL-$(FECHANNEL3)','CAL-$(FECHANNEL4)','CAL-$(FECHANNEL5)','CAL-$(FECHANNEL6)','CAL-$(FECHANNEL7)','CAL-$(FECHANNEL8)','CAL-$(FECHANNEL9)','CAL-$(FECHANNEL10)'
+
+
+clean:
+	rm *.png
+
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/test.ini b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/test.ini
new file mode 100644
index 0000000000000000000000000000000000000000..a195fd46d52ca094f4437ec327fd5df79e71ef13
--- /dev/null
+++ b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/test.ini
@@ -0,0 +1,408 @@
+[InputConfigurations]
+# Filters file containing calibration FIR filters
+FiltersFileName: /home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Filters/O3/GDSFilters/H1GDS_1238952670.npz 
+# Data source should be set to frames or lvshm
+DataSource: frames
+FileChecksum: No
+# Right now, SkipBadFiles needs to be off when reading from frames
+SkipBadFiles: No
+############################################
+# If reading from frames use these options #
+############################################
+# None
+
+###################################################
+# If reading from shared memory use these options #
+###################################################
+SHMPartition: LHO_Online
+# Assumed duration of input frames in seconds
+InputFrameDuration: 1
+
+[OutputConfigurations]
+CompressionScheme: 6
+CompressionLevel: 3
+ChanPrefix: GDS-
+# Set to "None" if you do not want a channel suffix
+ChanSuffix: None
+# Data sink should be set to frames or lvshm
+DataSink: frames
+#################################################
+# If writing to shared memory use these options #
+#################################################
+OutputSHMPartition: LHO_hoft
+BufferMode: 2
+# Use this to approximate the frame size (in bytes) when writing to shared memory
+FrameSize: 405338
+NumBuffers: 10
+###############################################
+# If writing to frame files use these options #
+###############################################
+FrameType: H1_TEST
+
+[CalibrationConfigurations]
+IFO: H1
+# Set calibration mode to Full or Partial
+CalibrationMode: Partial
+ComputeCalibStateVector: Yes
+
+[DebuggingConfigurations]
+# If you want to write a pipeline graph, provide the graph name.  Otherwise, set name equal to None
+PipelineGraphFilename: None
+Verbose: Yes
+# Turn this on to write data presentation timestamps and real-time unix timestamps to file at the beginning and end of the pipeline, to measure latency
+TestLatency: No
+# Turn this on to compute transfer functions for the filters by comparing output data to input data
+TestFilters: No
+
+[TDCFConfigurations]
+#########################################################
+# Options related to time dependent correction  factors #
+#########################################################
+ComputeKappaTST: Yes
+ApplyKappaTST: Yes
+# Set this to have the \kappa_tst factors filter the actuation chain with an adaptive filter that corrects for both magnitude and phase errors.
+ApplyComplexKappaTST: No
+
+ComputeKappaPU: No
+ApplyKappaPU: No
+# Set this to have the \kappa_pu factors the actuation chain with an adaptive filter that corrects for both magnitude and phase errors
+ApplyComplexKappaPU: No
+
+ComputeKappaPUM: Yes
+ApplyKappaPUM: Yes
+# Set this to have the \kappa_p factors the actuation chain with an adaptive filter that corrects for both magnitude and phase errors.
+ApplyComplexKappaPUM: No
+
+ComputeKappaUIM: Yes
+ApplyKappaUIM: Yes
+# 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
+
+ComputeKappaC: Yes
+ApplyKappaC: Yes
+
+ComputeFcc: Yes
+ApplyFcc: Yes
+
+ComputeSRCQ: Yes
+ApplySRCQ: No
+
+ComputeFs: Yes
+ApplyFs: No
+
+###########################################
+# Options related to the coherence gating #
+###########################################
+UseCoherence: Yes
+CoherenceUncThreshold: 0.01
+# Amount of time used in front-end to compute coherence
+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
+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 #
+##################################################
+# Duration of the Fcc filter in the time domain in seconds
+FccFilterDuration: 0.01
+# Number of seconds to average Fcc values before creating a new Fcc filter
+FccAveragingTime: 60 
+# Number of samples to be used when tapering old filter and ramping in new filter
+FccFilterTaperLength: 32768
+############################
+# Nominal values for TDCFs #
+############################
+ExpectedKappaTSTReal: 1.0
+ExpectedKappaTSTImag: 0.0
+ExpectedKappaPUMReal: 1.0
+ExpectedKappaPUMImag: 0.0
+ExpectedKappaUIMReal: 1.0
+ExpectedKappaUIMImag: 0.0
+ExpectedKappaPUReal: 1.0
+ExpectedKappaPUImag: 0.0
+ExpectedKappaC: 1.0
+ExpectedFs_Squared: 4.468
+################################
+# Acceptable variance in TDCFs #
+################################
+KappaTSTRealVar: 0.2
+KappaTSTImagVar: 0.2
+KappaPURealVar: 0.2
+KappaPUImagVar: 0.2
+KappaPUMRealVar: 0.2
+KappaPUMImagVar: 0.2
+KappaUIMRealVar: 0.2
+KappaUIMImagVar: 0.2
+KappaCVar: 0.2
+FccVar: 50.0
+FsVar: 5.0
+SRCQInvMin: 0.0
+SRCQInvMax: 0.5
+#######################
+# EPICS records input #
+#######################
+# Set to Yes if EPICS records for TDCF computations should be read from filters file.  If set to No, they will be read from frames
+FactorsFromFiltersFile: No
+##############################################################################################
+# Updating Sensing and Actuation filters with all frequency-dependent corrections parameters #
+##############################################################################################
+# Length of time (in seconds) between when inverse-sensing FIR filter is updated
+SensingFilterUpdateTime: 64
+# Length of time (in seconds) over which the smoothed time-dependent parameters of the sensing function are averaged before updating the filter
+SensingFilterAveragingTime: 1
+# Number of samples to be used when tapering old inverse sensing filter and ramping in new filter
+SensingFilterTaperLength: 32768
+# Length of time (in seconds) between when the actuation FIR filters are updated
+ActuationFilterUpdateTime: 64
+# Length of time (in seconds) over which the smoothed time-dependent parameters of the actuation function are averaged before updating the filter
+ActuationFilterAveragingTime: 1
+# Number of samples to be used when tapering old actuation filters and ramping in new filters
+ActuationFilterTaperLength: 32768
+
+[ChannelNames]
+#############################
+# Calibration Channel Names #
+#############################
+DARMCtrlChannel: CAL-DARM_CTRL_DBL_DQ
+DARMErrChannel: CAL-DARM_ERR_DBL_DQ
+DeltaLTSTChannel: CAL-DELTAL_CTRL_TST_DBL_DQ
+DeltaLPUMChannel: CAL-DELTAL_CTRL_PUM_DBL_DQ
+DeltaLUIMChannel: CAL-DELTAL_CTRL_UIM_DBL_DQ
+DeltaLResChannel: CAL-DELTAL_RESIDUAL_DBL_DQ
+####################################
+# Data Quality Vector Channel Name #
+####################################
+LowNoiseStateChannel: GRD-IFO_READY
+HWInjChannel: CAL-INJ_STATUS_OUT_DQ
+ObsIntentChannel: GRD-IFO_INTENT
+FilterClockChannelList: GRD-ISC_LOCK_OK
+##################################
+# Calibration Line Channel Names #
+##################################
+DARMExcChannel: CAL-CS_LINE_SUM_DQ
+TSTExcChannel: SUS-ETMX_L3_CAL_LINE_OUT_DQ
+PUMExcChannel: SUS-ETMX_L2_CAL_LINE_OUT_DQ 
+UIMExcChannel: SUS-ETMX_L1_CAL_LINE_OUT_DQ
+PCALChannel: CAL-PCALY_RX_PD_OUT_DQ
+############################################
+# Calibration Line Frequency Channel Names #
+############################################
+DARMExcLineFreqChannel: CAL-CS_TDEP_DARM_LINE1_COMPARISON_OSC_FREQ
+TSTExcLineFreqChannel: CAL-CS_TDEP_SUS_LINE3_COMPARISON_OSC_FREQ
+PUMExcLineFreqChannel: CAL-CS_TDEP_SUS_LINE2_COMPARISON_OSC_FREQ
+UIMExcLineFreqChannel: CAL-CS_TDEP_SUS_LINE1_COMPARISON_OSC_FREQ
+PCALLine1FreqChannel: CAL-CS_TDEP_PCAL_LINE1_COMPARISON_OSC_FREQ
+PcalLine1CorrRealChannel: CAL-CS_TDEP_PCAL_LINE1_CORRECTION_REAL
+PcalLine1CorrImagChannel: CAL-CS_TDEP_PCAL_LINE1_CORRECTION_IMAG
+PCALLine2FreqChannel: CAL-CS_TDEP_PCAL_LINE2_COMPARISON_OSC_FREQ
+PcalLine2CorrRealChannel: CAL-CS_TDEP_PCAL_LINE2_CORRECTION_REAL
+PcalLine2CorrImagChannel: CAL-CS_TDEP_PCAL_LINE2_CORRECTION_IMAG
+PCALLine3FreqChannel: CAL-CS_TDEP_PCAL_LINE3_COMPARISON_OSC_FREQ
+PcalLine3CorrRealChannel: CAL-CS_TDEP_PCAL_LINE3_CORRECTION_REAL
+PcalLine3CorrImagChannel: CAL-CS_TDEP_PCAL_LINE3_CORRECTION_IMAG
+PCALLine4FreqChannel: CAL-CS_TDEP_PCAL_LINE4_COMPARISON_OSC_FREQ
+PcalLine4CorrRealChannel: CAL-CS_TDEP_PCAL_LINE4_CORRECTION_REAL
+PcalLine4CorrImagChannel: CAL-CS_TDEP_PCAL_LINE4_CORRECTION_IMAG
+
+#######################################
+# Coherence Uncertainty Channel Names #
+#######################################
+CohUncSusLine1Channel: CAL-CS_TDEP_SUS_LINE1_UNCERTAINTY
+CohUncSusLine2Channel: CAL-CS_TDEP_SUS_LINE2_UNCERTAINTY
+CohUncSusLine3Channel: CAL-CS_TDEP_SUS_LINE3_UNCERTAINTY
+CohUncPcalyLine1Channel: CAL-CS_TDEP_PCAL_LINE1_UNCERTAINTY
+CohUncPcalyLine2Channel: CAL-CS_TDEP_PCAL_LINE2_UNCERTAINTY
+CohUncPcalyLine4Channel: CAL-CS_TDEP_PCAL_LINE4_UNCERTAINTY
+CohUncDARMLine1Channel: CAL-CS_TDEP_DARM_LINE1_UNCERTAINTY
+###################################
+# Noise Subtraction Channel Names #
+###################################
+# Semicolon-separated list of comma-separated lists of witness channels to use to subtract lines from h(t)
+# Semicolons separate channels to be handled separately and commas separate channels to be handled together.
+#Set to None if no line witness channels are to be used
+LineWitnessChannelList: SUS-ETMX_L1_CAL_LINE_OUT_DQ;SUS-ETMX_L2_CAL_LINE_OUT_DQ;SUS-ETMX_L3_CAL_LINE_OUT_DQ;CAL-PCALY_TX_PD_OUT_DQ;PEM-EY_MAINSMON_EBAY_1_DQ
+# Semicolon-separated list of comma-separated lists of witness channels to use to subtract noise from h(t)
+# Set to None if no witness channels are to be used
+#WitnessChannelList: PSL-ISS_SECONDLOOP_OUTPUT_DQ,ASC-DHARD_P_OUT_DQ,ASC-DHARD_Y_OUT_DQ,ASC-CHARD_P_OUT_DQ,ASC-CHARD_Y_OUT_DQ,LSC-SRCL_IN1_DQ,LSC-MICH_IN1_DQ,LSC-PRCL_IN1_DQ
+WitnessChannelList: None
+# What channel should we use to gate the noise subtraction and 60-Hz line subtraction
+NoiseSubGateChannel: GRD-ISC_LOCK_OK
+###############################
+# EPICS Records Channel Names #
+###############################
+EP1RealChannel: CAL-CS_TDEP_SUS_LINE3_REF_INVA_TST_RESPRATIO_REAL
+EP1ImagChannel: CAL-CS_TDEP_SUS_LINE3_REF_INVA_TST_RESPRATIO_IMAG
+EP2RealChannel: CAL-CS_TDEP_REF_CLGRATIO_CTRL_REAL
+EP2ImagChannel: CAL-CS_TDEP_REF_CLGRATIO_CTRL_IMAG
+EP3RealChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_USUM_INV_REAL
+EP3ImagChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_USUM_INV_IMAG
+EP4RealChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_TST_REAL
+EP4ImagChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_TST_IMAG
+EP5RealChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_USUM_REAL
+EP5ImagChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_USUM_IMAG
+EP6RealChannel: CAL-CS_TDEP_PCAL_LINE2_REF_C_NOCAVPOLE_REAL
+EP6ImagChannel: CAL-CS_TDEP_PCAL_LINE2_REF_C_NOCAVPOLE_IMAG
+EP7RealChannel: CAL-CS_TDEP_PCAL_LINE2_REF_D_REAL
+EP7ImagChannel: CAL-CS_TDEP_PCAL_LINE2_REF_D_IMAG
+EP8RealChannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_TST_REAL
+EP8Imagchannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_TST_IMAG
+EP9RealChannel: CAL-CS_TDEP_PCALY_LINE2_REF_A_USUM_REAL
+EP9ImagChannel: CAL-CS_TDEP_PCALY_LINE2_REF_A_USUM_IMAG
+EP10RealChannel: CAL-CS_TDEP_SUS_LINE3_REF_A_TST_NOLOCK_REAL
+EP10ImagChannel: CAL-CS_TDEP_SUS_LINE3_REF_A_TST_NOLOCK_IMAG
+EP11RealChannel: CAL-CS_TDEP_PCAL_LINE1_REF_C_NOCAVPOLE_REAL
+EP11ImagChannel: CAL-CS_TDEP_PCAL_LINE1_REF_C_NOCAVPOLE_IMAG
+EP12RealChannel: CAL-CS_TDEP_PCAL_LINE1_REF_D_REAL
+EP12ImagChannel: CAL-CS_TDEP_PCAL_LINE1_REF_D_IMAG
+EP13RealChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_TST_REAL
+EP13ImagChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_TST_IMAG
+EP14RealChannel: CAL-CS_TDEP_PCALY_LINE4_REF_A_USUM_REAL
+EP14ImagChannel: CAL-CS_TDEP_PCALY_LINE4_REF_A_USUM_IMAG
+EP15RealChannel: CAL-CS_TDEP_SUS_LINE2_REF_INVA_PUM_RESPRATIO_REAL
+EP15Imagchannel: CAL-CS_TDEP_SUS_LINE2_REF_INVA_PUM_RESPRATIO_IMAG
+EP16RealChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_UIM_INV_REAL
+EP16ImagChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_UIM_INV_IMAG
+EP17RealChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_PUM_REAL
+EP17ImagChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_PUM_IMAG
+EP18RealChannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_PUM_REAL
+EP18ImagChannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_PUM_IMAG
+EP19RealChannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_UIM_REAL
+EP19ImagChannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_UIM_IMAG
+EP20RealChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_PUM_REAL
+EP20ImagChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_PUM_IMAG
+EP21RealChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_UIM_REAL
+EP21ImagChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_UIM_IMAG
+EP22RealChannel: CAL-CS_TDEP_SUS_LINE1_REF_INVA_UIM_RESPRATIO_REAL
+EP22ImagChannel: CAL-CS_TDEP_SUS_LINE1_REF_INVA_UIM_RESPRATIO_IMAG
+EP23RealChannel: CAL-CS_TDEP_SUS_LINE2_REF_A_PUM_NOLOCK_REAL
+EP23ImagChannel: CAL-CS_TDEP_SUS_LINE2_REF_A_PUM_NOLOCK_IMAG
+EP24RealChannel: CAL-CS_TDEP_SUS_LINE1_REF_A_UIM_NOLOCK_REAL
+EP24ImagChannel: CAL-CS_TDEP_SUS_LINE1_REF_A_UIM_NOLOCK_IMAG
+
+[SampleRates]
+# Sample rate at which to compute h(t)
+HoftSR: 16384
+# Sample rate at which to compute CALIB_STATE_VECTOR
+CalibStateSR: 16
+# Sample rate of control channel
+# Should be 16384 if using DARM_CTRL and 4096 if using DELTAL_CTRL 
+CtrlSR: 4096
+# Sample rate of low noise state channel
+LowNoiseSR: 16
+# Sample rate of HW injection channel
+HWInjSR: 16384
+# Sample rate of observation intent channel
+ObsIntentSR: 16
+# Sample rate list for channels being used to trigger filter settling clock
+FilterClockSRList: 16
+# Sample rate of TST excitation channel
+TSTExcSR: 512
+# Sample rate of PUM excitation channel
+PUMExcSR: 512
+# Sample rate of UIM excitation channel
+UIMExcSR: 512
+# Sample rate of coherence channels
+CohSR: 16
+# Sample rate for the EPICS reference channels
+EPICSRefSR: 16
+# Sample rates at which transfer functions will be computed and witness channels will be filtered, given as a semicolon-separated list, e.g., 2048;2048;512;2048. This must be given if WitnessChannelList is not None, and it must be the same length.
+WitnessChannelSR: 512
+# Sample rates at which to compute and record TDCFs
+ComputeFactorsSR: 16
+RecordFactorsSR: 16
+
+[Bitmasks]
+ObsReadyBitmask: 1
+ObsIntentBitmask: 1
+CBCHWInjOffBitmask: 9
+BurstHWInjOffBitmask: 17
+DetCharHWInjOffBitmask: 33
+StochHWInjOffBitmask: 65
+NoiseSubGateBitmask: 1
+FilterClockBitmaskList: 1
+
+[PipelineConfigurations]
+BufferLength: 1.0
+FrequencyDomainFiltering: No
+Dewhitening: No
+# Latency of all filtering/averaging/median processes (other than calibration model filters) as a fraction of filter length. Value should be set between 0.0 and 1.0.
+FilterLatency: 0.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
+RemoveCalLines: No
+###############################################################
+# Options for running line subtraction using witness channels #
+###############################################################
+# Semicolon-separated list of comma-separated lists of frequencies (same number of semicolons as LineWitnessChannelList)
+LineWitnessFreqs: 15.1;16.7;35.9;36.7,331.9,1083.7;60.0,120.0,180.0,240.0,300.0
+# Time over which to take a median of transfer functions
+LineWitnessTFMedianTime: 128
+# Time over which to average transfer functions
+LineWitnessTFAveragingTime: 1
+# Semicolon-separated list of typical frequency fluctuations in lines being subtracted (same number of semicolons as LineWitnessChannelList)
+LineWitnessFreqVars: 0.0;0.0;0.0;0.0;0.02
+#######################################
+# Options for broadband noise removal #
+#######################################
+# The length in seconds of the fast Fourier transforms used to compute transfer functions between witness channels and h(t). The fft's are windowed with Hann windows and overlapped.
+WitnessChannelFFTTime: 4.0
+# The number of ffts to take before averaging the witness -> h(t) transfer functions calculation. The average is taken after the ratio h(f) / witness(f).
+NumWitnessFFTs: 1000
+# Sets the minimum number of FFTs necessary to produce the first transfer functions and clean data after data flow starts.
+MinWitnessFFTs: 300
+# The length in seconds of the filters applied to the witness channels before subtracting from h(t)
+WitnessFIRLength: 1.0
+# The frequency resolution of the filters applied to the witness channels before subtracting from h(t). It can be advantageous to lower the frequency resolution in order to average over excess noise.
+WitnessFrequencyResolution: 0.5
+# List of minima and maxima of frequency ranges where the Fourier transform of h(t) will be replaced by a straight line in the calculation of transfer functions between witness channels and h(t) for noise subtraction. Semicolons separate lists for different sets of witness channels. If no notches are desired, use zeros, e.g., \'0;0;0\'. Here is an example using the expected format: \'495.0,515.0,985.0,1015.0;59,60,119,121;0\' This can be useful, e.g., if there are loud lines in the signal that are not present in the witness channels.
+WitnessNotchFrequencies: 0
+# Cutoff frequencies for high-pass filters for witness channels
+WitnessHighPasses: 10
+# The amount of time after transfer functions between witness channels and h(t) are finished to begin the calculation of the next set of transfer functions
+WitnessTFUpdateTime: 4
+# If lock-loss lasts at least this many seconds, transfer functions will revert to those computed at the beginning of a lock stretch. Set to zero to disbale.
+CriticalLockLossTime: 1800
+# The amount of time to use to taper in newly computed FIR filters for witness channels being used for noise subtraction.
+WitnessFilterTaperTime: 2
+# If writing transfer functions to file, this sets the name. If transfer functions should not be written to file, this should be set to None
+WitnessTFFilename: None
+# Should the transfer function calculation use a median? If not, an average (mean) is used.
+WitnessTFUseMedian: Yes
+# Should transfer functions be computed on a fixed schedule, so that the output does not depend on start time?  This is useful for running jobs in parallel.  Otherwise, they are computed asap.
+WitnessTFParallelMode: No
+# When using parallel mode, how many seconds later should we shift the time when transfer functions start being computed from a multiple of the cycle period?
+WitnessTFTimeShift: 360
+# To write only one strain channel, and pick whichever is less noisy, set this option to 'Yes'. This way, if a problem arises with the noise subtraction it will not affect the output strain channel.
+PickCleanestStrainChannel: No
+# A half Hann window is used for transitions between cleaned and uncleaned data.  This is the length of that window in seconds.
+StrainChannelTransitionTime: 10.0
+###############################
+# Options for HOFT_CLEAN bits #
+###############################
+# The amount of data from h(t) and cleaned h(t) that is used to compute and compare the rms. This comparison between cleaned and uncleaned h(t) determines whether the HOFT_CLEAN bits of the calibration state vector are on or off.
+CleaningCheckRMSTime: 30.0
+# Minimum of a range of frequencies in which we expect line/noise subtraction to be impactful. The HOFT_CLEAN_LOWFREQ_OK bit of the calibration state vector is determined based on whether rms of the cleaned data is less than that of uncleaned h(t) in this range.
+CleaningCheckRangeLowMin: 15
+# Maximum of a range of frequencies in which we expect line/noise subtraction to be impactful. The HOFT_CLEAN_LOWFREQ_OK bit of the calibration state vector is determined based on whether rms of the cleaned data is less than that of uncleaned h(t) in this range.
+CleaningCheckRangeLowMax: 20
+# Minimum of a range of frequencies in which we expect line/noise subtraction to be impactful. The HOFT_CLEAN_MIDFREQ_OK bit of the calibration state vector is determined based on whether rms of the cleaned data is less than that of uncleaned h(t) in this range.
+CleaningCheckRangeMidMin: 20
+# Maximum of a range of frequencies in which we expect line/noise subtraction to be impactful. The HOFT_CLEAN_MIDFREQ_OK bit of the calibration state vector is determined based on whether rms of the cleaned data is less than that of uncleaned h(t) in this range.
+CleaningCheckRangeMidMax: 200
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/test_nokappas.ini b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/test_nokappas.ini
new file mode 100644
index 0000000000000000000000000000000000000000..4a7c00bdb0df0786bc7acd3a885a7ba95d7def22
--- /dev/null
+++ b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/test_nokappas.ini
@@ -0,0 +1,408 @@
+[InputConfigurations]
+# Filters file containing calibration FIR filters
+FiltersFileName: /home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Filters/O3/GDSFilters/H1GDS_1238952670.npz 
+# Data source should be set to frames or lvshm
+DataSource: frames
+FileChecksum: No
+# Right now, SkipBadFiles needs to be off when reading from frames
+SkipBadFiles: No
+############################################
+# If reading from frames use these options #
+############################################
+# None
+
+###################################################
+# If reading from shared memory use these options #
+###################################################
+SHMPartition: LHO_Online
+# Assumed duration of input frames in seconds
+InputFrameDuration: 1
+
+[OutputConfigurations]
+CompressionScheme: 6
+CompressionLevel: 3
+ChanPrefix: GDS-
+# Set to "None" if you do not want a channel suffix
+ChanSuffix: None
+# Data sink should be set to frames or lvshm
+DataSink: frames
+#################################################
+# If writing to shared memory use these options #
+#################################################
+OutputSHMPartition: LHO_hoft
+BufferMode: 2
+# Use this to approximate the frame size (in bytes) when writing to shared memory
+FrameSize: 405338
+NumBuffers: 10
+###############################################
+# If writing to frame files use these options #
+###############################################
+FrameType: H1_TEST_NOKAPPAS
+
+[CalibrationConfigurations]
+IFO: H1
+# Set calibration mode to Full or Partial
+CalibrationMode: Partial
+ComputeCalibStateVector: Yes
+
+[DebuggingConfigurations]
+# If you want to write a pipeline graph, provide the graph name.  Otherwise, set name equal to None
+PipelineGraphFilename: None
+Verbose: Yes
+# Turn this on to write data presentation timestamps and real-time unix timestamps to file at the beginning and end of the pipeline, to measure latency
+TestLatency: No
+# Turn this on to compute transfer functions for the filters by comparing output data to input data
+TestFilters: No
+
+[TDCFConfigurations]
+#########################################################
+# Options related to time dependent correction  factors #
+#########################################################
+ComputeKappaTST: Yes
+ApplyKappaTST: No
+# Set this to have the \kappa_tst factors filter the actuation chain with an adaptive filter that corrects for both magnitude and phase errors.
+ApplyComplexKappaTST: No
+
+ComputeKappaPU: No
+ApplyKappaPU: No
+# Set this to have the \kappa_pu factors the actuation chain with an adaptive filter that corrects for both magnitude and phase errors
+ApplyComplexKappaPU: No
+
+ComputeKappaPUM: Yes
+ApplyKappaPUM: No
+# Set this to have the \kappa_p factors the actuation chain with an adaptive filter that corrects for both magnitude and phase errors.
+ApplyComplexKappaPUM: No
+
+ComputeKappaUIM: Yes
+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
+
+ComputeKappaC: Yes
+ApplyKappaC: No
+
+ComputeFcc: Yes
+ApplyFcc: No
+
+ComputeSRCQ: Yes
+ApplySRCQ: No
+
+ComputeFs: Yes
+ApplyFs: No
+
+###########################################
+# Options related to the coherence gating #
+###########################################
+UseCoherence: Yes
+CoherenceUncThreshold: 0.01
+# Amount of time used in front-end to compute coherence
+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
+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 #
+##################################################
+# Duration of the Fcc filter in the time domain in seconds
+FccFilterDuration: 0.01
+# Number of seconds to average Fcc values before creating a new Fcc filter
+FccAveragingTime: 60 
+# Number of samples to be used when tapering old filter and ramping in new filter
+FccFilterTaperLength: 32768
+############################
+# Nominal values for TDCFs #
+############################
+ExpectedKappaTSTReal: 1.0
+ExpectedKappaTSTImag: 0.0
+ExpectedKappaPUMReal: 1.0
+ExpectedKappaPUMImag: 0.0
+ExpectedKappaUIMReal: 1.0
+ExpectedKappaUIMImag: 0.0
+ExpectedKappaPUReal: 1.0
+ExpectedKappaPUImag: 0.0
+ExpectedKappaC: 1.0
+ExpectedFs_Squared: 4.468
+################################
+# Acceptable variance in TDCFs #
+################################
+KappaTSTRealVar: 0.2
+KappaTSTImagVar: 0.2
+KappaPURealVar: 0.2
+KappaPUImagVar: 0.2
+KappaPUMRealVar: 0.2
+KappaPUMImagVar: 0.2
+KappaUIMRealVar: 0.2
+KappaUIMImagVar: 0.2
+KappaCVar: 0.2
+FccVar: 50.0
+FsVar: 5.0
+SRCQInvMin: 0.0
+SRCQInvMax: 0.5
+#######################
+# EPICS records input #
+#######################
+# Set to Yes if EPICS records for TDCF computations should be read from filters file.  If set to No, they will be read from frames
+FactorsFromFiltersFile: No
+##############################################################################################
+# Updating Sensing and Actuation filters with all frequency-dependent corrections parameters #
+##############################################################################################
+# Length of time (in seconds) between when inverse-sensing FIR filter is updated
+SensingFilterUpdateTime: 64
+# Length of time (in seconds) over which the smoothed time-dependent parameters of the sensing function are averaged before updating the filter
+SensingFilterAveragingTime: 1
+# Number of samples to be used when tapering old inverse sensing filter and ramping in new filter
+SensingFilterTaperLength: 32768
+# Length of time (in seconds) between when the actuation FIR filters are updated
+ActuationFilterUpdateTime: 64
+# Length of time (in seconds) over which the smoothed time-dependent parameters of the actuation function are averaged before updating the filter
+ActuationFilterAveragingTime: 1
+# Number of samples to be used when tapering old actuation filters and ramping in new filters
+ActuationFilterTaperLength: 32768
+
+[ChannelNames]
+#############################
+# Calibration Channel Names #
+#############################
+DARMCtrlChannel: CAL-DARM_CTRL_DBL_DQ
+DARMErrChannel: CAL-DARM_ERR_DBL_DQ
+DeltaLTSTChannel: CAL-DELTAL_CTRL_TST_DBL_DQ
+DeltaLPUMChannel: CAL-DELTAL_CTRL_PUM_DBL_DQ
+DeltaLUIMChannel: CAL-DELTAL_CTRL_UIM_DBL_DQ
+DeltaLResChannel: CAL-DELTAL_RESIDUAL_DBL_DQ
+####################################
+# Data Quality Vector Channel Name #
+####################################
+LowNoiseStateChannel: GRD-IFO_READY
+HWInjChannel: CAL-INJ_STATUS_OUT_DQ
+ObsIntentChannel: GRD-IFO_INTENT
+FilterClockChannelList: GRD-ISC_LOCK_OK
+##################################
+# Calibration Line Channel Names #
+##################################
+DARMExcChannel: CAL-CS_LINE_SUM_DQ
+TSTExcChannel: SUS-ETMX_L3_CAL_LINE_OUT_DQ
+PUMExcChannel: SUS-ETMX_L2_CAL_LINE_OUT_DQ 
+UIMExcChannel: SUS-ETMX_L1_CAL_LINE_OUT_DQ
+PCALChannel: CAL-PCALY_RX_PD_OUT_DQ
+############################################
+# Calibration Line Frequency Channel Names #
+############################################
+DARMExcLineFreqChannel: CAL-CS_TDEP_DARM_LINE1_COMPARISON_OSC_FREQ
+TSTExcLineFreqChannel: CAL-CS_TDEP_SUS_LINE3_COMPARISON_OSC_FREQ
+PUMExcLineFreqChannel: CAL-CS_TDEP_SUS_LINE2_COMPARISON_OSC_FREQ
+UIMExcLineFreqChannel: CAL-CS_TDEP_SUS_LINE1_COMPARISON_OSC_FREQ
+PCALLine1FreqChannel: CAL-CS_TDEP_PCAL_LINE1_COMPARISON_OSC_FREQ
+PcalLine1CorrRealChannel: CAL-CS_TDEP_PCAL_LINE1_CORRECTION_REAL
+PcalLine1CorrImagChannel: CAL-CS_TDEP_PCAL_LINE1_CORRECTION_IMAG
+PCALLine2FreqChannel: CAL-CS_TDEP_PCAL_LINE2_COMPARISON_OSC_FREQ
+PcalLine2CorrRealChannel: CAL-CS_TDEP_PCAL_LINE2_CORRECTION_REAL
+PcalLine2CorrImagChannel: CAL-CS_TDEP_PCAL_LINE2_CORRECTION_IMAG
+PCALLine3FreqChannel: CAL-CS_TDEP_PCAL_LINE3_COMPARISON_OSC_FREQ
+PcalLine3CorrRealChannel: CAL-CS_TDEP_PCAL_LINE3_CORRECTION_REAL
+PcalLine3CorrImagChannel: CAL-CS_TDEP_PCAL_LINE3_CORRECTION_IMAG
+PCALLine4FreqChannel: CAL-CS_TDEP_PCAL_LINE4_COMPARISON_OSC_FREQ
+PcalLine4CorrRealChannel: CAL-CS_TDEP_PCAL_LINE4_CORRECTION_REAL
+PcalLine4CorrImagChannel: CAL-CS_TDEP_PCAL_LINE4_CORRECTION_IMAG
+
+#######################################
+# Coherence Uncertainty Channel Names #
+#######################################
+CohUncSusLine1Channel: CAL-CS_TDEP_SUS_LINE1_UNCERTAINTY
+CohUncSusLine2Channel: CAL-CS_TDEP_SUS_LINE2_UNCERTAINTY
+CohUncSusLine3Channel: CAL-CS_TDEP_SUS_LINE3_UNCERTAINTY
+CohUncPcalyLine1Channel: CAL-CS_TDEP_PCAL_LINE1_UNCERTAINTY
+CohUncPcalyLine2Channel: CAL-CS_TDEP_PCAL_LINE2_UNCERTAINTY
+CohUncPcalyLine4Channel: CAL-CS_TDEP_PCAL_LINE4_UNCERTAINTY
+CohUncDARMLine1Channel: CAL-CS_TDEP_DARM_LINE1_UNCERTAINTY
+###################################
+# Noise Subtraction Channel Names #
+###################################
+# Semicolon-separated list of comma-separated lists of witness channels to use to subtract lines from h(t)
+# Semicolons separate channels to be handled separately and commas separate channels to be handled together.
+#Set to None if no line witness channels are to be used
+LineWitnessChannelList: SUS-ETMX_L1_CAL_LINE_OUT_DQ;SUS-ETMX_L2_CAL_LINE_OUT_DQ;SUS-ETMX_L3_CAL_LINE_OUT_DQ;CAL-PCALY_TX_PD_OUT_DQ;PEM-EY_MAINSMON_EBAY_1_DQ
+# Semicolon-separated list of comma-separated lists of witness channels to use to subtract noise from h(t)
+# Set to None if no witness channels are to be used
+#WitnessChannelList: PSL-ISS_SECONDLOOP_OUTPUT_DQ,ASC-DHARD_P_OUT_DQ,ASC-DHARD_Y_OUT_DQ,ASC-CHARD_P_OUT_DQ,ASC-CHARD_Y_OUT_DQ,LSC-SRCL_IN1_DQ,LSC-MICH_IN1_DQ,LSC-PRCL_IN1_DQ
+WitnessChannelList: None
+# What channel should we use to gate the noise subtraction and 60-Hz line subtraction
+NoiseSubGateChannel: GRD-ISC_LOCK_OK
+###############################
+# EPICS Records Channel Names #
+###############################
+EP1RealChannel: CAL-CS_TDEP_SUS_LINE3_REF_INVA_TST_RESPRATIO_REAL
+EP1ImagChannel: CAL-CS_TDEP_SUS_LINE3_REF_INVA_TST_RESPRATIO_IMAG
+EP2RealChannel: CAL-CS_TDEP_REF_CLGRATIO_CTRL_REAL
+EP2ImagChannel: CAL-CS_TDEP_REF_CLGRATIO_CTRL_IMAG
+EP3RealChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_USUM_INV_REAL
+EP3ImagChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_USUM_INV_IMAG
+EP4RealChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_TST_REAL
+EP4ImagChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_TST_IMAG
+EP5RealChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_USUM_REAL
+EP5ImagChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_USUM_IMAG
+EP6RealChannel: CAL-CS_TDEP_PCAL_LINE2_REF_C_NOCAVPOLE_REAL
+EP6ImagChannel: CAL-CS_TDEP_PCAL_LINE2_REF_C_NOCAVPOLE_IMAG
+EP7RealChannel: CAL-CS_TDEP_PCAL_LINE2_REF_D_REAL
+EP7ImagChannel: CAL-CS_TDEP_PCAL_LINE2_REF_D_IMAG
+EP8RealChannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_TST_REAL
+EP8Imagchannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_TST_IMAG
+EP9RealChannel: CAL-CS_TDEP_PCALY_LINE2_REF_A_USUM_REAL
+EP9ImagChannel: CAL-CS_TDEP_PCALY_LINE2_REF_A_USUM_IMAG
+EP10RealChannel: CAL-CS_TDEP_SUS_LINE3_REF_A_TST_NOLOCK_REAL
+EP10ImagChannel: CAL-CS_TDEP_SUS_LINE3_REF_A_TST_NOLOCK_IMAG
+EP11RealChannel: CAL-CS_TDEP_PCAL_LINE1_REF_C_NOCAVPOLE_REAL
+EP11ImagChannel: CAL-CS_TDEP_PCAL_LINE1_REF_C_NOCAVPOLE_IMAG
+EP12RealChannel: CAL-CS_TDEP_PCAL_LINE1_REF_D_REAL
+EP12ImagChannel: CAL-CS_TDEP_PCAL_LINE1_REF_D_IMAG
+EP13RealChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_TST_REAL
+EP13ImagChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_TST_IMAG
+EP14RealChannel: CAL-CS_TDEP_PCALY_LINE4_REF_A_USUM_REAL
+EP14ImagChannel: CAL-CS_TDEP_PCALY_LINE4_REF_A_USUM_IMAG
+EP15RealChannel: CAL-CS_TDEP_SUS_LINE2_REF_INVA_PUM_RESPRATIO_REAL
+EP15Imagchannel: CAL-CS_TDEP_SUS_LINE2_REF_INVA_PUM_RESPRATIO_IMAG
+EP16RealChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_UIM_INV_REAL
+EP16ImagChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_UIM_INV_IMAG
+EP17RealChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_PUM_REAL
+EP17ImagChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_PUM_IMAG
+EP18RealChannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_PUM_REAL
+EP18ImagChannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_PUM_IMAG
+EP19RealChannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_UIM_REAL
+EP19ImagChannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_UIM_IMAG
+EP20RealChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_PUM_REAL
+EP20ImagChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_PUM_IMAG
+EP21RealChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_UIM_REAL
+EP21ImagChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_UIM_IMAG
+EP22RealChannel: CAL-CS_TDEP_SUS_LINE1_REF_INVA_UIM_RESPRATIO_REAL
+EP22ImagChannel: CAL-CS_TDEP_SUS_LINE1_REF_INVA_UIM_RESPRATIO_IMAG
+EP23RealChannel: CAL-CS_TDEP_SUS_LINE2_REF_A_PUM_NOLOCK_REAL
+EP23ImagChannel: CAL-CS_TDEP_SUS_LINE2_REF_A_PUM_NOLOCK_IMAG
+EP24RealChannel: CAL-CS_TDEP_SUS_LINE1_REF_A_UIM_NOLOCK_REAL
+EP24ImagChannel: CAL-CS_TDEP_SUS_LINE1_REF_A_UIM_NOLOCK_IMAG
+
+[SampleRates]
+# Sample rate at which to compute h(t)
+HoftSR: 16384
+# Sample rate at which to compute CALIB_STATE_VECTOR
+CalibStateSR: 16
+# Sample rate of control channel
+# Should be 16384 if using DARM_CTRL and 4096 if using DELTAL_CTRL 
+CtrlSR: 4096
+# Sample rate of low noise state channel
+LowNoiseSR: 16
+# Sample rate of HW injection channel
+HWInjSR: 16384
+# Sample rate of observation intent channel
+ObsIntentSR: 16
+# Sample rate list for channels being used to trigger filter settling clock
+FilterClockSRList: 16
+# Sample rate of TST excitation channel
+TSTExcSR: 512
+# Sample rate of PUM excitation channel
+PUMExcSR: 512
+# Sample rate of UIM excitation channel
+UIMExcSR: 512
+# Sample rate of coherence channels
+CohSR: 16
+# Sample rate for the EPICS reference channels
+EPICSRefSR: 16
+# Sample rates at which transfer functions will be computed and witness channels will be filtered, given as a semicolon-separated list, e.g., 2048;2048;512;2048. This must be given if WitnessChannelList is not None, and it must be the same length.
+WitnessChannelSR: 512
+# Sample rates at which to compute and record TDCFs
+ComputeFactorsSR: 16
+RecordFactorsSR: 16
+
+[Bitmasks]
+ObsReadyBitmask: 1
+ObsIntentBitmask: 1
+CBCHWInjOffBitmask: 9
+BurstHWInjOffBitmask: 17
+DetCharHWInjOffBitmask: 33
+StochHWInjOffBitmask: 65
+NoiseSubGateBitmask: 1
+FilterClockBitmaskList: 1
+
+[PipelineConfigurations]
+BufferLength: 1.0
+FrequencyDomainFiltering: No
+Dewhitening: No
+# Latency of all filtering/averaging/median processes (other than calibration model filters) as a fraction of filter length. Value should be set between 0.0 and 1.0.
+FilterLatency: 0.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
+RemoveCalLines: No
+###############################################################
+# Options for running line subtraction using witness channels #
+###############################################################
+# Semicolon-separated list of comma-separated lists of frequencies (same number of semicolons as LineWitnessChannelList)
+LineWitnessFreqs: 15.1;16.7;35.9;36.7,331.9,1083.7;60.0,120.0,180.0,240.0,300.0
+# Time over which to take a median of transfer functions
+LineWitnessTFMedianTime: 128
+# Time over which to average transfer functions
+LineWitnessTFAveragingTime: 1
+# Semicolon-separated list of typical frequency fluctuations in lines being subtracted (same number of semicolons as LineWitnessChannelList)
+LineWitnessFreqVars: 0.0;0.0;0.0;0.0;0.02
+#######################################
+# Options for broadband noise removal #
+#######################################
+# The length in seconds of the fast Fourier transforms used to compute transfer functions between witness channels and h(t). The fft's are windowed with Hann windows and overlapped.
+WitnessChannelFFTTime: 4.0
+# The number of ffts to take before averaging the witness -> h(t) transfer functions calculation. The average is taken after the ratio h(f) / witness(f).
+NumWitnessFFTs: 1000
+# Sets the minimum number of FFTs necessary to produce the first transfer functions and clean data after data flow starts.
+MinWitnessFFTs: 300
+# The length in seconds of the filters applied to the witness channels before subtracting from h(t)
+WitnessFIRLength: 1.0
+# The frequency resolution of the filters applied to the witness channels before subtracting from h(t). It can be advantageous to lower the frequency resolution in order to average over excess noise.
+WitnessFrequencyResolution: 0.5
+# List of minima and maxima of frequency ranges where the Fourier transform of h(t) will be replaced by a straight line in the calculation of transfer functions between witness channels and h(t) for noise subtraction. Semicolons separate lists for different sets of witness channels. If no notches are desired, use zeros, e.g., \'0;0;0\'. Here is an example using the expected format: \'495.0,515.0,985.0,1015.0;59,60,119,121;0\' This can be useful, e.g., if there are loud lines in the signal that are not present in the witness channels.
+WitnessNotchFrequencies: 0
+# Cutoff frequencies for high-pass filters for witness channels
+WitnessHighPasses: 10
+# The amount of time after transfer functions between witness channels and h(t) are finished to begin the calculation of the next set of transfer functions
+WitnessTFUpdateTime: 4
+# If lock-loss lasts at least this many seconds, transfer functions will revert to those computed at the beginning of a lock stretch. Set to zero to disbale.
+CriticalLockLossTime: 1800
+# The amount of time to use to taper in newly computed FIR filters for witness channels being used for noise subtraction.
+WitnessFilterTaperTime: 2
+# If writing transfer functions to file, this sets the name. If transfer functions should not be written to file, this should be set to None
+WitnessTFFilename: None
+# Should the transfer function calculation use a median? If not, an average (mean) is used.
+WitnessTFUseMedian: Yes
+# Should transfer functions be computed on a fixed schedule, so that the output does not depend on start time?  This is useful for running jobs in parallel.  Otherwise, they are computed asap.
+WitnessTFParallelMode: No
+# When using parallel mode, how many seconds later should we shift the time when transfer functions start being computed from a multiple of the cycle period?
+WitnessTFTimeShift: 360
+# To write only one strain channel, and pick whichever is less noisy, set this option to 'Yes'. This way, if a problem arises with the noise subtraction it will not affect the output strain channel.
+PickCleanestStrainChannel: No
+# A half Hann window is used for transitions between cleaned and uncleaned data.  This is the length of that window in seconds.
+StrainChannelTransitionTime: 10.0
+###############################
+# Options for HOFT_CLEAN bits #
+###############################
+# The amount of data from h(t) and cleaned h(t) that is used to compute and compare the rms. This comparison between cleaned and uncleaned h(t) determines whether the HOFT_CLEAN bits of the calibration state vector are on or off.
+CleaningCheckRMSTime: 30.0
+# Minimum of a range of frequencies in which we expect line/noise subtraction to be impactful. The HOFT_CLEAN_LOWFREQ_OK bit of the calibration state vector is determined based on whether rms of the cleaned data is less than that of uncleaned h(t) in this range.
+CleaningCheckRangeLowMin: 15
+# Maximum of a range of frequencies in which we expect line/noise subtraction to be impactful. The HOFT_CLEAN_LOWFREQ_OK bit of the calibration state vector is determined based on whether rms of the cleaned data is less than that of uncleaned h(t) in this range.
+CleaningCheckRangeLowMax: 20
+# Minimum of a range of frequencies in which we expect line/noise subtraction to be impactful. The HOFT_CLEAN_MIDFREQ_OK bit of the calibration state vector is determined based on whether rms of the cleaned data is less than that of uncleaned h(t) in this range.
+CleaningCheckRangeMidMin: 20
+# Maximum of a range of frequencies in which we expect line/noise subtraction to be impactful. The HOFT_CLEAN_MIDFREQ_OK bit of the calibration state vector is determined based on whether rms of the cleaned data is less than that of uncleaned h(t) in this range.
+CleaningCheckRangeMidMax: 200
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_ASD_residual.png b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_ASD_residual.png
new file mode 100644
index 0000000000000000000000000000000000000000..ccd75505a2fa872d3e3cd04afa7cae91c1e633ec
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_ASD_residual.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_all_tf.png b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_all_tf.png
new file mode 100644
index 0000000000000000000000000000000000000000..5b1e9b1260552a3acef11093098b44eee8f2762e
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_all_tf.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_all_tf_ratio.png b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_all_tf_ratio.png
new file mode 100644
index 0000000000000000000000000000000000000000..d8ce56ac2101edf5cecd14184b03a11d69f8482f
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_all_tf_ratio.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_all_tf_ratio_zoomed.png b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_all_tf_ratio_zoomed.png
new file mode 100644
index 0000000000000000000000000000000000000000..5676090833211feb49d4867addabdf0269578fe7
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_all_tf_ratio_zoomed.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_calib_state_vector.png b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_calib_state_vector.png
new file mode 100644
index 0000000000000000000000000000000000000000..902cf43216323556ca74bb439f9c9874b3cc2fcc
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_calib_state_vector.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_plot_GDS-CALIB_F_CC.png b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_plot_GDS-CALIB_F_CC.png
new file mode 100644
index 0000000000000000000000000000000000000000..ee90749912c09ef60371ce2b6c5c70017744fb1e
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_plot_GDS-CALIB_F_CC.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_plot_GDS-CALIB_F_S_SQUARED.png b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_plot_GDS-CALIB_F_S_SQUARED.png
new file mode 100644
index 0000000000000000000000000000000000000000..23f43b70fb833b33043eb395aa8a5bfe952cba36
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_plot_GDS-CALIB_F_S_SQUARED.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_plot_GDS-CALIB_KAPPA_C.png b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_plot_GDS-CALIB_KAPPA_C.png
new file mode 100644
index 0000000000000000000000000000000000000000..1d6a4a237d12dca72b2f27cb5d1429fdeba8ca2f
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_plot_GDS-CALIB_KAPPA_C.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_plot_GDS-CALIB_KAPPA_PUM_IMAGINARY.png b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_plot_GDS-CALIB_KAPPA_PUM_IMAGINARY.png
new file mode 100644
index 0000000000000000000000000000000000000000..c2ed9efa4e28319b3c30821adf2b192285c045f7
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_plot_GDS-CALIB_KAPPA_PUM_IMAGINARY.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_plot_GDS-CALIB_KAPPA_PUM_REAL.png b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_plot_GDS-CALIB_KAPPA_PUM_REAL.png
new file mode 100644
index 0000000000000000000000000000000000000000..92a93f3743db4a3dcf4e4b91b43f6a6896ea6e9e
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_plot_GDS-CALIB_KAPPA_PUM_REAL.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_plot_GDS-CALIB_KAPPA_TST_IMAGINARY.png b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_plot_GDS-CALIB_KAPPA_TST_IMAGINARY.png
new file mode 100644
index 0000000000000000000000000000000000000000..0c24fae0d8287ddfee578f7a87563c7cfd9387e9
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_plot_GDS-CALIB_KAPPA_TST_IMAGINARY.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_plot_GDS-CALIB_KAPPA_TST_REAL.png b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_plot_GDS-CALIB_KAPPA_TST_REAL.png
new file mode 100644
index 0000000000000000000000000000000000000000..5087017fcacd20830f626c1077ab2516351276ee
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_plot_GDS-CALIB_KAPPA_TST_REAL.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_plot_GDS-CALIB_KAPPA_UIM_IMAGINARY.png b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_plot_GDS-CALIB_KAPPA_UIM_IMAGINARY.png
new file mode 100644
index 0000000000000000000000000000000000000000..e0b7145afd63b7ac0f9ff7e9750dee38d20fb006
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_plot_GDS-CALIB_KAPPA_UIM_IMAGINARY.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_plot_GDS-CALIB_KAPPA_UIM_REAL.png b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_plot_GDS-CALIB_KAPPA_UIM_REAL.png
new file mode 100644
index 0000000000000000000000000000000000000000..7dfe32430db9ed9900cc212b0d05e26e9ba10649
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_plot_GDS-CALIB_KAPPA_UIM_REAL.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_plot_GDS-CALIB_SRC_Q_INVERSE.png b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_plot_GDS-CALIB_SRC_Q_INVERSE.png
new file mode 100644
index 0000000000000000000000000000000000000000..f69899c6e8984d14498aca17e40d68399debe432
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_plot_GDS-CALIB_SRC_Q_INVERSE.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_spectrum_comparison.png b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_spectrum_comparison.png
new file mode 100644
index 0000000000000000000000000000000000000000..f4e90dd5c434b891cc34ff1db6a26c4c94d56042
Binary files /dev/null and b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_1238956392_1238957108_spectrum_comparison.png differ
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_hoft_GDS_frames.cache b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_hoft_GDS_frames.cache
new file mode 100644
index 0000000000000000000000000000000000000000..edb09685acd828574b05573b99c282fcc356e4e2
--- /dev/null
+++ b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_hoft_GDS_frames.cache
@@ -0,0 +1,12 @@
+H H1_TEST 1238956352 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Frames/O3/H1/GDS/H-H1_TEST-1238956352-64.gwf
+H H1_TEST 1238956416 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Frames/O3/H1/GDS/H-H1_TEST-1238956416-64.gwf
+H H1_TEST 1238956480 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Frames/O3/H1/GDS/H-H1_TEST-1238956480-64.gwf
+H H1_TEST 1238956544 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Frames/O3/H1/GDS/H-H1_TEST-1238956544-64.gwf
+H H1_TEST 1238956608 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Frames/O3/H1/GDS/H-H1_TEST-1238956608-64.gwf
+H H1_TEST 1238956672 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Frames/O3/H1/GDS/H-H1_TEST-1238956672-64.gwf
+H H1_TEST 1238956736 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Frames/O3/H1/GDS/H-H1_TEST-1238956736-64.gwf
+H H1_TEST 1238956800 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Frames/O3/H1/GDS/H-H1_TEST-1238956800-64.gwf
+H H1_TEST 1238956864 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Frames/O3/H1/GDS/H-H1_TEST-1238956864-64.gwf
+H H1_TEST 1238956928 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Frames/O3/H1/GDS/H-H1_TEST-1238956928-64.gwf
+H H1_TEST 1238956992 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Frames/O3/H1/GDS/H-H1_TEST-1238956992-64.gwf
+H H1_TEST 1238957056 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Frames/O3/H1/GDS/H-H1_TEST-1238957056-64.gwf
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_hoft_GDS_no_kappas_frames.cache b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_hoft_GDS_no_kappas_frames.cache
new file mode 100644
index 0000000000000000000000000000000000000000..5d12f772610d5a4fc5cd9b49b67765a2e8e94088
--- /dev/null
+++ b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_hoft_GDS_no_kappas_frames.cache
@@ -0,0 +1,12 @@
+H H1_TEST_NOKAPPAS 1238956352 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Frames/O3/H1/GDS/H-H1_TEST_NOKAPPAS-1238956352-64.gwf
+H H1_TEST_NOKAPPAS 1238956416 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Frames/O3/H1/GDS/H-H1_TEST_NOKAPPAS-1238956416-64.gwf
+H H1_TEST_NOKAPPAS 1238956480 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Frames/O3/H1/GDS/H-H1_TEST_NOKAPPAS-1238956480-64.gwf
+H H1_TEST_NOKAPPAS 1238956544 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Frames/O3/H1/GDS/H-H1_TEST_NOKAPPAS-1238956544-64.gwf
+H H1_TEST_NOKAPPAS 1238956608 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Frames/O3/H1/GDS/H-H1_TEST_NOKAPPAS-1238956608-64.gwf
+H H1_TEST_NOKAPPAS 1238956672 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Frames/O3/H1/GDS/H-H1_TEST_NOKAPPAS-1238956672-64.gwf
+H H1_TEST_NOKAPPAS 1238956736 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Frames/O3/H1/GDS/H-H1_TEST_NOKAPPAS-1238956736-64.gwf
+H H1_TEST_NOKAPPAS 1238956800 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Frames/O3/H1/GDS/H-H1_TEST_NOKAPPAS-1238956800-64.gwf
+H H1_TEST_NOKAPPAS 1238956864 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Frames/O3/H1/GDS/H-H1_TEST_NOKAPPAS-1238956864-64.gwf
+H H1_TEST_NOKAPPAS 1238956928 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Frames/O3/H1/GDS/H-H1_TEST_NOKAPPAS-1238956928-64.gwf
+H H1_TEST_NOKAPPAS 1238956992 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Frames/O3/H1/GDS/H-H1_TEST_NOKAPPAS-1238956992-64.gwf
+H H1_TEST_NOKAPPAS 1238957056 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Frames/O3/H1/GDS/H-H1_TEST_NOKAPPAS-1238957056-64.gwf
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_raw_frames.cache b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_raw_frames.cache
new file mode 100644
index 0000000000000000000000000000000000000000..2e3b1821c1d04276c5df417d1a72f6aea571fbca
--- /dev/null
+++ b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/H1_raw_frames.cache
@@ -0,0 +1,16 @@
+H H1_R 1238956160 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238956160-64.gwf
+H H1_R 1238956224 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238956224-64.gwf
+H H1_R 1238956288 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238956288-64.gwf
+H H1_R 1238956352 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238956352-64.gwf
+H H1_R 1238956416 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238956416-64.gwf
+H H1_R 1238956480 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238956480-64.gwf
+H H1_R 1238956544 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238956544-64.gwf
+H H1_R 1238956608 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238956608-64.gwf
+H H1_R 1238956672 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238956672-64.gwf
+H H1_R 1238956736 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238956736-64.gwf
+H H1_R 1238956800 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238956800-64.gwf
+H H1_R 1238956864 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238956864-64.gwf
+H H1_R 1238956928 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238956928-64.gwf
+H H1_R 1238956992 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238956992-64.gwf
+H H1_R 1238957056 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238957056-64.gwf
+H H1_R 1238957120 64 file://localhost/hdfs/frames/O3/raw/H1/H-H1_R-12389/H-H1_R-1238957120-64.gwf
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Makefile.ASD_comparison b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Makefile.ASD_comparison
new file mode 100644
index 0000000000000000000000000000000000000000..70541e207625983cce553b794b4cdf51ab4783c5
--- /dev/null
+++ b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Makefile.ASD_comparison
@@ -0,0 +1,8 @@
+all: ASD_comparison_plots
+
+ASD_comparison_plots: 
+	python ../../check_calibration/ASD_comparison_plots --ifo $(IFO)1 --gps-start-time $(SHORT_PLOT_START) --gps-end-time $(SHORT_PLOT_END) --raw-frame-cache $(IFO)1_raw_frames.cache --hoft-frame-cache $(IFO)1_hoft_GDS_frames.cache --calcs-channel-name CAL-DELTAL_EXTERNAL_DQ --additional-hoft-frame-cache $(IFO)1_raw_frames.cache --analyze-additional-hoft-channel --additional-hoft-channel-name CAL-CFTD_DELTAL_EXTERNAL_DQ
+
+clean: 
+	rm *.png 
+
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Makefile.all_tests b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Makefile.all_tests
new file mode 100644
index 0000000000000000000000000000000000000000..474a6e473bf45a7383a0f48f09d7dd43ab62fabc
--- /dev/null
+++ b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Makefile.all_tests
@@ -0,0 +1,103 @@
+# This makefile can be used to run all of the tests instead of running them one by one.
+
+# Indicate IFO and observing run
+# Note: Make sure that there is no space after the L or H! 
+# Another note: Livingston cluster cannot run this for IFO = H. Make sure that the cluster you're using has the raw frames you want. 
+export IFO=H
+# OBSRUN inidcates where to look for filters files (e.g. O1, O2, O3, ER10, ER13, ER14, PreER13, PreER14)
+export OBSRUN=O3
+
+# Set start and stop times for a short lock stretch
+export SHORT_START=1238956172
+export SHORT_END=1238957172
+# Set start and stop times for a longer stretch that spans a lock-unlock stretch
+export LONG_START = 1228350334
+export LONG_END = 1228352985
+export SHMRUNTIME=400
+
+# How much time does the calibraiton need to settle at the start and end?
+PLOT_WARMUP_TIME = 220
+PLOT_COOLDOWN_TIME = 64
+export SHORT_PLOT_START=$(shell echo $(SHORT_START) + $(PLOT_WARMUP_TIME) | bc)
+export LONG_PLOT_START=$(shell echo $(LONG_START) + $(PLOT_WARMUP_TIME) | bc)
+export SHORT_PLOT_END=$(shell echo $(SHORT_END) - $(PLOT_COOLDOWN_TIME) | bc) 
+export LONG_PLOT_END=$(shell echo $(LONG_END) - $(PLOT_COOLDOWN_TIME) | bc) 
+
+# Point to all of the .ini files for different configurations
+#export GDSCONFIGS=H1GDS_1232821094_gstlal-calibration-1-2-7.ini
+export GDSCONFIGS=test.ini 
+export GDSCONFIGSNOKAPPAS=test_nokappas.ini 
+
+# Needed for writing pipeline graphs
+export GST_DEBUG_DUMP_DOT_DIR=.
+
+all: ASD_comparison statevector timeserieskappas response_function
+
+# Create frame cache files for raw, C00, C01, and C02 frames
+$(IFO)1_raw_frames.cache:
+	gw_data_find -o $(IFO) -t $(IFO)1_R -s $(SHORT_START) -e $(SHORT_END) -l --url-type file > $@
+
+$(IFO)1_C00_frames.cache:
+	gw_data_find -o $(IFO) -t $(IFO)1_HOFT_C00 -s $(SHORT_START) -e $(SHORT_END) -l --url-type file > $@
+
+$(IFO)1_C01_frames.cache:
+	gw_data_find -o $(IFO) -t $(IFO)1_HOFT_C01 -s $(SHORT_START) -e $(SHORT_END) -l --url-type file > $@
+
+$(IFO)1_C02_frames.cache:
+	gw_data_find -o $(IFO) -t $(IFO)1_HOFT_C02 -s $(SHORT_START) -e $(SHORT_END) -l --url-type file > $@
+
+
+# Calibrate GDS testing data
+$(IFO)1_hoft_GDS_frames.cache: $(IFO)1_raw_frames.cache filters framesdir
+	gstlal_compute_strain --gps-start-time $(SHORT_START) --gps-end-time $(SHORT_END) --frame-cache $(IFO)1_raw_frames.cache --output-path Frames/$(OBSRUN)/$(IFO)1/GDS/ --frame-duration=64 --frames-per-file=1 --wings=0 --config-file $(GDSCONFIGS)
+	ls Frames/$(OBSRUN)/$(IFO)1/GDS/$(IFO)-$(IFO)1_TEST-*.gwf | lalapps_path2cache > $@
+
+# Calibrate GDS testing data with no kappas applied for response function test
+$(IFO)1_hoft_GDS_no_kappas_frames.cache: $(IFO)1_raw_frames.cache filters framesdir
+	gstlal_compute_strain --gps-start-time $(SHORT_START) --gps-end-time $(SHORT_END) --frame-cache $(IFO)1_raw_frames.cache --output-path Frames/$(OBSRUN)/$(IFO)1/GDS/ --frame-duration=64 --frames-per-file=1 --wings=0 --config-file $(GDSCONFIGSNOKAPPAS)
+	ls Frames/$(OBSRUN)/$(IFO)1/GDS/$(IFO)-$(IFO)1_TEST_NOKAPPAS*.gwf | lalapps_path2cache > $@
+
+
+filters:
+	if [ -d Filters/$(OBSRUN)/GDSFilters ]; then \
+                svn up Filters/$(OBSRUN)/GDSFilters; \
+        else \
+                mkdir -p Filters/$(OBSRUN); \
+                cd Filters/$(OBSRUN); \
+                svn co https://svn.ligo.caltech.edu/svn/aligocalibration/trunk/Runs/$(OBSRUN)/GDSFilters; \
+        fi
+
+framesdir:
+	mkdir -p Frames/$(OBSRUN)/$(IFO)1/easy_raw
+	mkdir -p Frames/$(OBSRUN)/$(IFO)1/GDS
+	mkdir -p Frames/$(OBSRUN)/$(IFO)1/DCS
+
+
+response_function: $(IFO)1_hoft_GDS_no_kappas_frames.cache $(IFO)1_raw_frames.cache
+	make -f Makefile.response_function
+
+ASD_comparison: $(IFO)1_raw_frames.cache $(IFO)1_hoft_GDS_frames.cache
+	make -f Makefile.ASD_comparison
+
+statevector: $(IFO)1_hoft_GDS_frames.cache
+	make -f Makefile.statevector
+
+timeserieskappas:  $(IFO)1_hoft_GDS_frames.cache 
+	make -f Makefile.timeserieskappas
+
+pcal2darm: $(IFO)1_raw_frames.cache $(IFO)1_hoft_GDS_frames.cache
+	make -f Makefile.pcal2darm
+
+# FIXME: This is seg faulting for me right now
+calib_version_comparison: $(IFO)1_hoft_GDS_frames.cache $(IFO)1_C02_frames.cache
+	make -f Makefile.calib_version_comparison
+
+# Need to clean up this clean command
+clean: 
+	rm -rf Frames/
+	rm -rf Filters/
+	rm *.p*
+	rm *.dot
+	rm *.txt
+
+
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Makefile.calib_version_comparison b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Makefile.calib_version_comparison
new file mode 100644
index 0000000000000000000000000000000000000000..43ee130b15d97ca52b649fc784cd17864b0c15b4
--- /dev/null
+++ b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Makefile.calib_version_comparison
@@ -0,0 +1,8 @@
+all: GDS_over_C02
+
+GDS_over_C02: $(IFO)1_hoft_GDS_frames.cache $(IFO)1_C02_frames.cache
+	python ../../check_calibration/plot_transfer_function.py --gps-start-time $(SHORT_PLOT_START) --gps-end-time $(SHORT_PLOT_END) --ifo $(IFO)1 --numerator-frame-cache-list $(IFO)1_hoft_GDS_frames.cache --denominator-frame-cache $(IFO)1_C02_frames.cache --numerator-channel-list GDS-CALIB_STRAIN --denominator-channel-name DCS-CALIB_STRAIN_C02 --denominator-name 'C02' --numerator-name 'GDS_TEST --magnitude-min 0.7 --magnitude-max 1.3 --phase-min -20.0 --phase-max 20.0 --labels 'GDS Test / C02 Transfer Function'
+
+clean:
+	*.png
+
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Makefile.latency b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Makefile.latency
new file mode 100644
index 0000000000000000000000000000000000000000..03cbc521ef02be6cfe141b100531d599757df60a
--- /dev/null
+++ b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Makefile.latency
@@ -0,0 +1,8 @@
+all: latency_test
+
+latency_test: $(IFO)1_hoft_GDS_SHM_frames.cache
+	python ../../check_calibration/latency_plot.py --intime-file gstlal_compute_strain_timestamps_in.txt --outtime-file gstlal_compute_strain_timestamps_out.txt --plot-filename-prefix $(IFO)1GDS_latency --plot-title '$(IFO)1 Calibration Latency vs Time'
+
+clean:
+	rm *.png
+
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Makefile.lines_ratio b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Makefile.lines_ratio
new file mode 100644
index 0000000000000000000000000000000000000000..4a9b75f269468f2b950be2c8d383ca41fd20e1b1
--- /dev/null
+++ b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Makefile.lines_ratio
@@ -0,0 +1,8 @@
+all: lines_ratio_GDS
+
+lines_ratio_GDS: $(IFO)1_hoft_GDS_frames.cache
+	python ../../check_calibration/demod_ratio_timeseries.py --ifo $(IFO)1 --gps-end-time $(SHORT_PLOT_END) --gps-start-time $(SHORT_PLOT_START) --denominator-frame-cache $(IFO)1_hoft_GDS_frames.cache --numerator-frame-cache $(IFO)1_hoft_GDS_frames.cache --denominator-channel-name 'GDS-CALIB_STRAIN' --numerator-channel-name 'DCS-CALIB_STRAIN_CLEAN' --frequencies '35.9,36.7,331.9,1083.7;60,120,180' --magnitude-ranges '0.0,0.1;0.0,1.0' --phase-ranges '-180.0,180.0;-180.0,180.0' --plot-titles '$(IFO)1 Calibration Line Subtraction;$(IFO)1 Power Mains Line Subtraction'
+
+clean:
+	rm *.gwf *.cache *.png *.txt
+
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Makefile.noise_subtraction_tf b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Makefile.noise_subtraction_tf
new file mode 100644
index 0000000000000000000000000000000000000000..b26758c95a0e294128e3c878650640305306c9c0
--- /dev/null
+++ b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Makefile.noise_subtraction_tf
@@ -0,0 +1,8 @@
+all: noise_subtraction_tf_DCS
+
+noise_subtraction_tf_DCS: $(IFO)1_hoft_DCS_frames.cache
+	python ../../check_calibration/plot_transfer_function.py --gps-start-time $(SHORT_PLOT_START) --gps-end-time $(SHORT_PLOT_END) --ifo $(IFO)1 --numerator-frame-cache $(IFO)1_hoft_DCS_frames.cache --denominator-frame-cache $(IFO)1_hoft_DCS_frames.cache --numerator-channel-name DCS-CALIB_STRAIN_CLEAN --denominator-channel-name DCS-CALIB_STRAIN --magnitude-min 0.0 --magnitude-max 1.5 --phase-min -20.0 --phase-max 20.0 --plot-title 'Noise Subtraction Transfer Function'
+
+clean:
+	rm *.gwf *.cache *.png *.txt
+
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Makefile.response_function b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Makefile.response_function
new file mode 100644
index 0000000000000000000000000000000000000000..3ab96efccd59fcae76795f9c19f41afef5563f49
--- /dev/null
+++ b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Makefile.response_function
@@ -0,0 +1,11 @@
+all: GDS_response_function_bode_plot
+
+FILTERS_FILE = /home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Filters/O3/GDSFilters/H1GDS_1238952670.npz
+
+GDS_response_function_bode_plot: 
+	python ../../check_calibration/response_function.py --gps-start-time $(SHORT_PLOT_START) --gps-end-time $(SHORT_PLOT_END) --dt 6.103515625e-05 --ifo $(IFO)1 --hoft-frames-cache $(IFO)1_hoft_GDS_no_kappas_frames.cache --raw-frames-cache $(IFO)1_raw_frames.cache --response-file $(FILTERS_FILE) --analyze-calcs-hoft
+
+
+clean: 
+	rm *.pdf
+
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Makefile.statevector b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Makefile.statevector
new file mode 100644
index 0000000000000000000000000000000000000000..5733f7338eaed970ea286d6177244e6cf182f926
--- /dev/null
+++ b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Makefile.statevector
@@ -0,0 +1,9 @@
+all: calib_state_vector_plot
+
+calib_state_vector_plot: 
+	python ../../check_calibration/statevector_plot.py --gps-start-time $(SHORT_PLOT_START) --gps-end-time $(SHORT_PLOT_END) --ifo $(IFO)1 --hoft-frames-cache $(IFO)1_hoft_GDS_frames.cache
+
+
+clean: 
+	rm *.pdf
+
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Makefile.timeserieskappas b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Makefile.timeserieskappas
new file mode 100644
index 0000000000000000000000000000000000000000..a9f77efb0495937fe45920c6ef4a7cefa4efb12e
--- /dev/null
+++ b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/Makefile.timeserieskappas
@@ -0,0 +1,31 @@
+CHANNEL1 = CALIB_KAPPA_C
+CHANNEL2 = CALIB_KAPPA_PUM_REAL
+CHANNEL3 = CALIB_KAPPA_TST_REAL
+CHANNEL4 = CALIB_F_CC
+CHANNEL5 = CALIB_KAPPA_PUM_IMAGINARY
+CHANNEL6 = CALIB_KAPPA_TST_IMAGINARY
+CHANNEL7 = CALIB_KAPPA_UIM_REAL
+CHANNEL8 = CALIB_KAPPA_UIM_IMAGINARY
+CHANNEL9 = CALIB_SRC_Q_INVERSE
+CHANNEL10 = CALIB_F_S_SQUARED
+
+FECHANNEL1 = CS_TDEP_KAPPA_C_OUTPUT
+FECHANNEL2 = CS_TDEP_KAPPA_PUM_REAL_OUTPUT
+FECHANNEL3 = CS_TDEP_KAPPA_TST_REAL_OUTPUT
+FECHANNEL4 = CS_TDEP_F_C_OUTPUT
+FECHANNEL5 = CS_TDEP_KAPPA_PUM_IMAG_OUTPUT
+FECHANNEL6 = CS_TDEP_KAPPA_TST_IMAG_OUTPUT
+FECHANNEL7 = CS_TDEP_KAPPA_UIM_REAL_OUTPUT
+FECHANNEL8 = CS_TDEP_KAPPA_UIM_IMAG_OUTPUT
+FECHANNEL9 = CS_TDEP_Q_S_OUTPUT
+FECHANNEL10 = CS_TDEP_F_S_OUTPUT
+
+all: GDS_Time_Series_of_Kappas
+
+GDS_Time_Series_of_Kappas:
+	python ../../check_calibration/timeserieskappas.py --gps-start-time $(SHORT_PLOT_START) --gps-end-time $(SHORT_PLOT_END) --channel-list 'GDS-$(CHANNEL1)','GDS-$(CHANNEL2)','GDS-$(CHANNEL3)','GDS-$(CHANNEL4)','GDS-$(CHANNEL5)','GDS-$(CHANNEL6)','GDS-$(CHANNEL7)','GDS-$(CHANNEL8)','GDS-$(CHANNEL9)','GDS-$(CHANNEL10)' --frame-cache $(IFO)1_hoft_GDS_frames.cache --ifo $(IFO)1 --front-end-channel-list 'CAL-$(FECHANNEL1)','CAL-$(FECHANNEL2)','CAL-$(FECHANNEL3)','CAL-$(FECHANNEL4)','CAL-$(FECHANNEL5)','CAL-$(FECHANNEL6)','CAL-$(FECHANNEL7)','CAL-$(FECHANNEL8)','CAL-$(FECHANNEL9)','CAL-$(FECHANNEL10)'
+
+
+clean:
+	rm *.png
+
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/test.ini b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/test.ini
new file mode 100644
index 0000000000000000000000000000000000000000..df55fc6f8183504b081646068e6457f4026eb0b6
--- /dev/null
+++ b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/test.ini
@@ -0,0 +1,408 @@
+[InputConfigurations]
+# Filters file containing calibration FIR filters
+FiltersFileName: /home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Filters/O3/GDSFilters/H1GDS_1238952670.npz 
+# Data source should be set to frames or lvshm
+DataSource: frames
+FileChecksum: No
+# Right now, SkipBadFiles needs to be off when reading from frames
+SkipBadFiles: No
+############################################
+# If reading from frames use these options #
+############################################
+# None
+
+###################################################
+# If reading from shared memory use these options #
+###################################################
+SHMPartition: LHO_Online
+# Assumed duration of input frames in seconds
+InputFrameDuration: 1
+
+[OutputConfigurations]
+CompressionScheme: 6
+CompressionLevel: 3
+ChanPrefix: GDS-
+# Set to "None" if you do not want a channel suffix
+ChanSuffix: None
+# Data sink should be set to frames or lvshm
+DataSink: frames
+#################################################
+# If writing to shared memory use these options #
+#################################################
+OutputSHMPartition: LHO_hoft
+BufferMode: 2
+# Use this to approximate the frame size (in bytes) when writing to shared memory
+FrameSize: 405338
+NumBuffers: 10
+###############################################
+# If writing to frame files use these options #
+###############################################
+FrameType: H1_TEST
+
+[CalibrationConfigurations]
+IFO: H1
+# Set calibration mode to Full or Partial
+CalibrationMode: Partial
+ComputeCalibStateVector: Yes
+
+[DebuggingConfigurations]
+# If you want to write a pipeline graph, provide the graph name.  Otherwise, set name equal to None
+PipelineGraphFilename: None
+Verbose: Yes
+# Turn this on to write data presentation timestamps and real-time unix timestamps to file at the beginning and end of the pipeline, to measure latency
+TestLatency: No
+# Turn this on to compute transfer functions for the filters by comparing output data to input data
+TestFilters: No
+
+[TDCFConfigurations]
+#########################################################
+# Options related to time dependent correction  factors #
+#########################################################
+ComputeKappaTST: Yes
+ApplyKappaTST: Yes
+# Set this to have the \kappa_tst factors filter the actuation chain with an adaptive filter that corrects for both magnitude and phase errors.
+ApplyComplexKappaTST: No
+
+ComputeKappaPU: No
+ApplyKappaPU: No
+# Set this to have the \kappa_pu factors the actuation chain with an adaptive filter that corrects for both magnitude and phase errors
+ApplyComplexKappaPU: No
+
+ComputeKappaPUM: Yes
+ApplyKappaPUM: No
+# Set this to have the \kappa_p factors the actuation chain with an adaptive filter that corrects for both magnitude and phase errors.
+ApplyComplexKappaPUM: No
+
+ComputeKappaUIM: Yes
+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
+
+ComputeKappaC: Yes
+ApplyKappaC: Yes
+
+ComputeFcc: Yes
+ApplyFcc: Yes
+
+ComputeSRCQ: Yes
+ApplySRCQ: No
+
+ComputeFs: Yes
+ApplyFs: No
+
+###########################################
+# Options related to the coherence gating #
+###########################################
+UseCoherence: Yes
+CoherenceUncThreshold: 0.01
+# Amount of time used in front-end to compute coherence
+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
+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 #
+##################################################
+# Duration of the Fcc filter in the time domain in seconds
+FccFilterDuration: 0.01
+# Number of seconds to average Fcc values before creating a new Fcc filter
+FccAveragingTime: 60 
+# Number of samples to be used when tapering old filter and ramping in new filter
+FccFilterTaperLength: 32768
+############################
+# Nominal values for TDCFs #
+############################
+ExpectedKappaTSTReal: 1.0
+ExpectedKappaTSTImag: 0.0
+ExpectedKappaPUMReal: 1.0
+ExpectedKappaPUMImag: 0.0
+ExpectedKappaUIMReal: 1.0
+ExpectedKappaUIMImag: 0.0
+ExpectedKappaPUReal: 1.0
+ExpectedKappaPUImag: 0.0
+ExpectedKappaC: 1.0
+ExpectedFs_Squared: 4.468
+################################
+# Acceptable variance in TDCFs #
+################################
+KappaTSTRealVar: 0.2
+KappaTSTImagVar: 0.2
+KappaPURealVar: 0.2
+KappaPUImagVar: 0.2
+KappaPUMRealVar: 0.2
+KappaPUMImagVar: 0.2
+KappaUIMRealVar: 0.2
+KappaUIMImagVar: 0.2
+KappaCVar: 0.2
+FccVar: 50.0
+FsVar: 5.0
+SRCQInvMin: 0.0
+SRCQInvMax: 0.5
+#######################
+# EPICS records input #
+#######################
+# Set to Yes if EPICS records for TDCF computations should be read from filters file.  If set to No, they will be read from frames
+FactorsFromFiltersFile: No
+##############################################################################################
+# Updating Sensing and Actuation filters with all frequency-dependent corrections parameters #
+##############################################################################################
+# Length of time (in seconds) between when inverse-sensing FIR filter is updated
+SensingFilterUpdateTime: 64
+# Length of time (in seconds) over which the smoothed time-dependent parameters of the sensing function are averaged before updating the filter
+SensingFilterAveragingTime: 1
+# Number of samples to be used when tapering old inverse sensing filter and ramping in new filter
+SensingFilterTaperLength: 32768
+# Length of time (in seconds) between when the actuation FIR filters are updated
+ActuationFilterUpdateTime: 64
+# Length of time (in seconds) over which the smoothed time-dependent parameters of the actuation function are averaged before updating the filter
+ActuationFilterAveragingTime: 1
+# Number of samples to be used when tapering old actuation filters and ramping in new filters
+ActuationFilterTaperLength: 32768
+
+[ChannelNames]
+#############################
+# Calibration Channel Names #
+#############################
+DARMCtrlChannel: CAL-DARM_CTRL_DBL_DQ
+DARMErrChannel: CAL-DARM_ERR_DBL_DQ
+DeltaLTSTChannel: CAL-DELTAL_CTRL_TST_DBL_DQ
+DeltaLPUMChannel: CAL-DELTAL_CTRL_PUM_DBL_DQ
+DeltaLUIMChannel: CAL-DELTAL_CTRL_UIM_DBL_DQ
+DeltaLResChannel: CAL-DELTAL_RESIDUAL_DBL_DQ
+####################################
+# Data Quality Vector Channel Name #
+####################################
+LowNoiseStateChannel: GRD-IFO_READY
+HWInjChannel: CAL-INJ_STATUS_OUT_DQ
+ObsIntentChannel: GRD-IFO_INTENT
+FilterClockChannelList: GRD-ISC_LOCK_OK
+##################################
+# Calibration Line Channel Names #
+##################################
+DARMExcChannel: CAL-CS_LINE_SUM_DQ
+TSTExcChannel: SUS-ETMX_L3_CAL_LINE_OUT_DQ
+PUMExcChannel: SUS-ETMX_L2_CAL_LINE_OUT_DQ 
+UIMExcChannel: SUS-ETMX_L1_CAL_LINE_OUT_DQ
+PCALChannel: CAL-PCALY_RX_PD_OUT_DQ
+############################################
+# Calibration Line Frequency Channel Names #
+############################################
+DARMExcLineFreqChannel: CAL-CS_TDEP_DARM_LINE1_COMPARISON_OSC_FREQ
+TSTExcLineFreqChannel: CAL-CS_TDEP_SUS_LINE3_COMPARISON_OSC_FREQ
+PUMExcLineFreqChannel: CAL-CS_TDEP_SUS_LINE2_COMPARISON_OSC_FREQ
+UIMExcLineFreqChannel: CAL-CS_TDEP_SUS_LINE1_COMPARISON_OSC_FREQ
+PCALLine1FreqChannel: CAL-CS_TDEP_PCAL_LINE1_COMPARISON_OSC_FREQ
+PcalLine1CorrRealChannel: CAL-CS_TDEP_PCAL_LINE1_CORRECTION_REAL
+PcalLine1CorrImagChannel: CAL-CS_TDEP_PCAL_LINE1_CORRECTION_IMAG
+PCALLine2FreqChannel: CAL-CS_TDEP_PCAL_LINE2_COMPARISON_OSC_FREQ
+PcalLine2CorrRealChannel: CAL-CS_TDEP_PCAL_LINE2_CORRECTION_REAL
+PcalLine2CorrImagChannel: CAL-CS_TDEP_PCAL_LINE2_CORRECTION_IMAG
+PCALLine3FreqChannel: CAL-CS_TDEP_PCAL_LINE3_COMPARISON_OSC_FREQ
+PcalLine3CorrRealChannel: CAL-CS_TDEP_PCAL_LINE3_CORRECTION_REAL
+PcalLine3CorrImagChannel: CAL-CS_TDEP_PCAL_LINE3_CORRECTION_IMAG
+PCALLine4FreqChannel: CAL-CS_TDEP_PCAL_LINE4_COMPARISON_OSC_FREQ
+PcalLine4CorrRealChannel: CAL-CS_TDEP_PCAL_LINE4_CORRECTION_REAL
+PcalLine4CorrImagChannel: CAL-CS_TDEP_PCAL_LINE4_CORRECTION_IMAG
+
+#######################################
+# Coherence Uncertainty Channel Names #
+#######################################
+CohUncSusLine1Channel: CAL-CS_TDEP_SUS_LINE1_UNCERTAINTY
+CohUncSusLine2Channel: CAL-CS_TDEP_SUS_LINE2_UNCERTAINTY
+CohUncSusLine3Channel: CAL-CS_TDEP_SUS_LINE3_UNCERTAINTY
+CohUncPcalyLine1Channel: CAL-CS_TDEP_PCAL_LINE1_UNCERTAINTY
+CohUncPcalyLine2Channel: CAL-CS_TDEP_PCAL_LINE2_UNCERTAINTY
+CohUncPcalyLine4Channel: CAL-CS_TDEP_PCAL_LINE4_UNCERTAINTY
+CohUncDARMLine1Channel: CAL-CS_TDEP_DARM_LINE1_UNCERTAINTY
+###################################
+# Noise Subtraction Channel Names #
+###################################
+# Semicolon-separated list of comma-separated lists of witness channels to use to subtract lines from h(t)
+# Semicolons separate channels to be handled separately and commas separate channels to be handled together.
+#Set to None if no line witness channels are to be used
+LineWitnessChannelList: SUS-ETMX_L1_CAL_LINE_OUT_DQ;SUS-ETMX_L2_CAL_LINE_OUT_DQ;SUS-ETMX_L3_CAL_LINE_OUT_DQ;CAL-PCALY_TX_PD_OUT_DQ;PEM-EY_MAINSMON_EBAY_1_DQ
+# Semicolon-separated list of comma-separated lists of witness channels to use to subtract noise from h(t)
+# Set to None if no witness channels are to be used
+#WitnessChannelList: PSL-ISS_SECONDLOOP_OUTPUT_DQ,ASC-DHARD_P_OUT_DQ,ASC-DHARD_Y_OUT_DQ,ASC-CHARD_P_OUT_DQ,ASC-CHARD_Y_OUT_DQ,LSC-SRCL_IN1_DQ,LSC-MICH_IN1_DQ,LSC-PRCL_IN1_DQ
+WitnessChannelList: None
+# What channel should we use to gate the noise subtraction and 60-Hz line subtraction
+NoiseSubGateChannel: GRD-ISC_LOCK_OK
+###############################
+# EPICS Records Channel Names #
+###############################
+EP1RealChannel: CAL-CS_TDEP_SUS_LINE3_REF_INVA_TST_RESPRATIO_REAL
+EP1ImagChannel: CAL-CS_TDEP_SUS_LINE3_REF_INVA_TST_RESPRATIO_IMAG
+EP2RealChannel: CAL-CS_TDEP_REF_CLGRATIO_CTRL_REAL
+EP2ImagChannel: CAL-CS_TDEP_REF_CLGRATIO_CTRL_IMAG
+EP3RealChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_USUM_INV_REAL
+EP3ImagChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_USUM_INV_IMAG
+EP4RealChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_TST_REAL
+EP4ImagChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_TST_IMAG
+EP5RealChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_USUM_REAL
+EP5ImagChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_USUM_IMAG
+EP6RealChannel: CAL-CS_TDEP_PCAL_LINE2_REF_C_NOCAVPOLE_REAL
+EP6ImagChannel: CAL-CS_TDEP_PCAL_LINE2_REF_C_NOCAVPOLE_IMAG
+EP7RealChannel: CAL-CS_TDEP_PCAL_LINE2_REF_D_REAL
+EP7ImagChannel: CAL-CS_TDEP_PCAL_LINE2_REF_D_IMAG
+EP8RealChannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_TST_REAL
+EP8Imagchannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_TST_IMAG
+EP9RealChannel: CAL-CS_TDEP_PCALY_LINE2_REF_A_USUM_REAL
+EP9ImagChannel: CAL-CS_TDEP_PCALY_LINE2_REF_A_USUM_IMAG
+EP10RealChannel: CAL-CS_TDEP_SUS_LINE3_REF_A_TST_NOLOCK_REAL
+EP10ImagChannel: CAL-CS_TDEP_SUS_LINE3_REF_A_TST_NOLOCK_IMAG
+EP11RealChannel: CAL-CS_TDEP_PCAL_LINE1_REF_C_NOCAVPOLE_REAL
+EP11ImagChannel: CAL-CS_TDEP_PCAL_LINE1_REF_C_NOCAVPOLE_IMAG
+EP12RealChannel: CAL-CS_TDEP_PCAL_LINE1_REF_D_REAL
+EP12ImagChannel: CAL-CS_TDEP_PCAL_LINE1_REF_D_IMAG
+EP13RealChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_TST_REAL
+EP13ImagChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_TST_IMAG
+EP14RealChannel: CAL-CS_TDEP_PCALY_LINE4_REF_A_USUM_REAL
+EP14ImagChannel: CAL-CS_TDEP_PCALY_LINE4_REF_A_USUM_IMAG
+EP15RealChannel: CAL-CS_TDEP_SUS_LINE2_REF_INVA_PUM_RESPRATIO_REAL
+EP15Imagchannel: CAL-CS_TDEP_SUS_LINE2_REF_INVA_PUM_RESPRATIO_IMAG
+EP16RealChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_UIM_INV_REAL
+EP16ImagChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_UIM_INV_IMAG
+EP17RealChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_PUM_REAL
+EP17ImagChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_PUM_IMAG
+EP18RealChannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_PUM_REAL
+EP18ImagChannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_PUM_IMAG
+EP19RealChannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_UIM_REAL
+EP19ImagChannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_UIM_IMAG
+EP20RealChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_PUM_REAL
+EP20ImagChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_PUM_IMAG
+EP21RealChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_UIM_REAL
+EP21ImagChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_UIM_IMAG
+EP22RealChannel: CAL-CS_TDEP_SUS_LINE1_REF_INVA_UIM_RESPRATIO_REAL
+EP22ImagChannel: CAL-CS_TDEP_SUS_LINE1_REF_INVA_UIM_RESPRATIO_IMAG
+EP23RealChannel: CAL-CS_TDEP_SUS_LINE2_REF_A_PUM_NOLOCK_REAL
+EP23ImagChannel: CAL-CS_TDEP_SUS_LINE2_REF_A_PUM_NOLOCK_IMAG
+EP24RealChannel: CAL-CS_TDEP_SUS_LINE1_REF_A_UIM_NOLOCK_REAL
+EP24ImagChannel: CAL-CS_TDEP_SUS_LINE1_REF_A_UIM_NOLOCK_IMAG
+
+[SampleRates]
+# Sample rate at which to compute h(t)
+HoftSR: 16384
+# Sample rate at which to compute CALIB_STATE_VECTOR
+CalibStateSR: 16
+# Sample rate of control channel
+# Should be 16384 if using DARM_CTRL and 4096 if using DELTAL_CTRL 
+CtrlSR: 4096
+# Sample rate of low noise state channel
+LowNoiseSR: 16
+# Sample rate of HW injection channel
+HWInjSR: 16384
+# Sample rate of observation intent channel
+ObsIntentSR: 16
+# Sample rate list for channels being used to trigger filter settling clock
+FilterClockSRList: 16
+# Sample rate of TST excitation channel
+TSTExcSR: 512
+# Sample rate of PUM excitation channel
+PUMExcSR: 512
+# Sample rate of UIM excitation channel
+UIMExcSR: 512
+# Sample rate of coherence channels
+CohSR: 16
+# Sample rate for the EPICS reference channels
+EPICSRefSR: 16
+# Sample rates at which transfer functions will be computed and witness channels will be filtered, given as a semicolon-separated list, e.g., 2048;2048;512;2048. This must be given if WitnessChannelList is not None, and it must be the same length.
+WitnessChannelSR: 512
+# Sample rates at which to compute and record TDCFs
+ComputeFactorsSR: 16
+RecordFactorsSR: 16
+
+[Bitmasks]
+ObsReadyBitmask: 1
+ObsIntentBitmask: 1
+CBCHWInjOffBitmask: 9
+BurstHWInjOffBitmask: 17
+DetCharHWInjOffBitmask: 33
+StochHWInjOffBitmask: 65
+NoiseSubGateBitmask: 1
+FilterClockBitmaskList: 1
+
+[PipelineConfigurations]
+BufferLength: 1.0
+FrequencyDomainFiltering: No
+Dewhitening: No
+# Latency of all filtering/averaging/median processes (other than calibration model filters) as a fraction of filter length. Value should be set between 0.0 and 1.0.
+FilterLatency: 0.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
+RemoveCalLines: No
+###############################################################
+# Options for running line subtraction using witness channels #
+###############################################################
+# Semicolon-separated list of comma-separated lists of frequencies (same number of semicolons as LineWitnessChannelList)
+LineWitnessFreqs: 15.1;16.7;35.9;36.7,331.9,1083.7;60.0,120.0,180.0,240.0,300.0
+# Time over which to take a median of transfer functions
+LineWitnessTFMedianTime: 128
+# Time over which to average transfer functions
+LineWitnessTFAveragingTime: 1
+# Semicolon-separated list of typical frequency fluctuations in lines being subtracted (same number of semicolons as LineWitnessChannelList)
+LineWitnessFreqVars: 0.0;0.0;0.0;0.0;0.02
+#######################################
+# Options for broadband noise removal #
+#######################################
+# The length in seconds of the fast Fourier transforms used to compute transfer functions between witness channels and h(t). The fft's are windowed with Hann windows and overlapped.
+WitnessChannelFFTTime: 4.0
+# The number of ffts to take before averaging the witness -> h(t) transfer functions calculation. The average is taken after the ratio h(f) / witness(f).
+NumWitnessFFTs: 1000
+# Sets the minimum number of FFTs necessary to produce the first transfer functions and clean data after data flow starts.
+MinWitnessFFTs: 300
+# The length in seconds of the filters applied to the witness channels before subtracting from h(t)
+WitnessFIRLength: 1.0
+# The frequency resolution of the filters applied to the witness channels before subtracting from h(t). It can be advantageous to lower the frequency resolution in order to average over excess noise.
+WitnessFrequencyResolution: 0.5
+# List of minima and maxima of frequency ranges where the Fourier transform of h(t) will be replaced by a straight line in the calculation of transfer functions between witness channels and h(t) for noise subtraction. Semicolons separate lists for different sets of witness channels. If no notches are desired, use zeros, e.g., \'0;0;0\'. Here is an example using the expected format: \'495.0,515.0,985.0,1015.0;59,60,119,121;0\' This can be useful, e.g., if there are loud lines in the signal that are not present in the witness channels.
+WitnessNotchFrequencies: 0
+# Cutoff frequencies for high-pass filters for witness channels
+WitnessHighPasses: 10
+# The amount of time after transfer functions between witness channels and h(t) are finished to begin the calculation of the next set of transfer functions
+WitnessTFUpdateTime: 4
+# If lock-loss lasts at least this many seconds, transfer functions will revert to those computed at the beginning of a lock stretch. Set to zero to disbale.
+CriticalLockLossTime: 1800
+# The amount of time to use to taper in newly computed FIR filters for witness channels being used for noise subtraction.
+WitnessFilterTaperTime: 2
+# If writing transfer functions to file, this sets the name. If transfer functions should not be written to file, this should be set to None
+WitnessTFFilename: None
+# Should the transfer function calculation use a median? If not, an average (mean) is used.
+WitnessTFUseMedian: Yes
+# Should transfer functions be computed on a fixed schedule, so that the output does not depend on start time?  This is useful for running jobs in parallel.  Otherwise, they are computed asap.
+WitnessTFParallelMode: No
+# When using parallel mode, how many seconds later should we shift the time when transfer functions start being computed from a multiple of the cycle period?
+WitnessTFTimeShift: 360
+# To write only one strain channel, and pick whichever is less noisy, set this option to 'Yes'. This way, if a problem arises with the noise subtraction it will not affect the output strain channel.
+PickCleanestStrainChannel: No
+# A half Hann window is used for transitions between cleaned and uncleaned data.  This is the length of that window in seconds.
+StrainChannelTransitionTime: 10.0
+###############################
+# Options for HOFT_CLEAN bits #
+###############################
+# The amount of data from h(t) and cleaned h(t) that is used to compute and compare the rms. This comparison between cleaned and uncleaned h(t) determines whether the HOFT_CLEAN bits of the calibration state vector are on or off.
+CleaningCheckRMSTime: 30.0
+# Minimum of a range of frequencies in which we expect line/noise subtraction to be impactful. The HOFT_CLEAN_LOWFREQ_OK bit of the calibration state vector is determined based on whether rms of the cleaned data is less than that of uncleaned h(t) in this range.
+CleaningCheckRangeLowMin: 15
+# Maximum of a range of frequencies in which we expect line/noise subtraction to be impactful. The HOFT_CLEAN_LOWFREQ_OK bit of the calibration state vector is determined based on whether rms of the cleaned data is less than that of uncleaned h(t) in this range.
+CleaningCheckRangeLowMax: 20
+# Minimum of a range of frequencies in which we expect line/noise subtraction to be impactful. The HOFT_CLEAN_MIDFREQ_OK bit of the calibration state vector is determined based on whether rms of the cleaned data is less than that of uncleaned h(t) in this range.
+CleaningCheckRangeMidMin: 20
+# Maximum of a range of frequencies in which we expect line/noise subtraction to be impactful. The HOFT_CLEAN_MIDFREQ_OK bit of the calibration state vector is determined based on whether rms of the cleaned data is less than that of uncleaned h(t) in this range.
+CleaningCheckRangeMidMax: 200
diff --git a/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/test_nokappas.ini b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/test_nokappas.ini
new file mode 100644
index 0000000000000000000000000000000000000000..4a7c00bdb0df0786bc7acd3a885a7ba95d7def22
--- /dev/null
+++ b/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1_kTkCfcc/test_nokappas.ini
@@ -0,0 +1,408 @@
+[InputConfigurations]
+# Filters file containing calibration FIR filters
+FiltersFileName: /home/wademc/src/gstlal/gstlal-calibration/tests/H1GDS_1238952670_filter_tests/H1/Filters/O3/GDSFilters/H1GDS_1238952670.npz 
+# Data source should be set to frames or lvshm
+DataSource: frames
+FileChecksum: No
+# Right now, SkipBadFiles needs to be off when reading from frames
+SkipBadFiles: No
+############################################
+# If reading from frames use these options #
+############################################
+# None
+
+###################################################
+# If reading from shared memory use these options #
+###################################################
+SHMPartition: LHO_Online
+# Assumed duration of input frames in seconds
+InputFrameDuration: 1
+
+[OutputConfigurations]
+CompressionScheme: 6
+CompressionLevel: 3
+ChanPrefix: GDS-
+# Set to "None" if you do not want a channel suffix
+ChanSuffix: None
+# Data sink should be set to frames or lvshm
+DataSink: frames
+#################################################
+# If writing to shared memory use these options #
+#################################################
+OutputSHMPartition: LHO_hoft
+BufferMode: 2
+# Use this to approximate the frame size (in bytes) when writing to shared memory
+FrameSize: 405338
+NumBuffers: 10
+###############################################
+# If writing to frame files use these options #
+###############################################
+FrameType: H1_TEST_NOKAPPAS
+
+[CalibrationConfigurations]
+IFO: H1
+# Set calibration mode to Full or Partial
+CalibrationMode: Partial
+ComputeCalibStateVector: Yes
+
+[DebuggingConfigurations]
+# If you want to write a pipeline graph, provide the graph name.  Otherwise, set name equal to None
+PipelineGraphFilename: None
+Verbose: Yes
+# Turn this on to write data presentation timestamps and real-time unix timestamps to file at the beginning and end of the pipeline, to measure latency
+TestLatency: No
+# Turn this on to compute transfer functions for the filters by comparing output data to input data
+TestFilters: No
+
+[TDCFConfigurations]
+#########################################################
+# Options related to time dependent correction  factors #
+#########################################################
+ComputeKappaTST: Yes
+ApplyKappaTST: No
+# Set this to have the \kappa_tst factors filter the actuation chain with an adaptive filter that corrects for both magnitude and phase errors.
+ApplyComplexKappaTST: No
+
+ComputeKappaPU: No
+ApplyKappaPU: No
+# Set this to have the \kappa_pu factors the actuation chain with an adaptive filter that corrects for both magnitude and phase errors
+ApplyComplexKappaPU: No
+
+ComputeKappaPUM: Yes
+ApplyKappaPUM: No
+# Set this to have the \kappa_p factors the actuation chain with an adaptive filter that corrects for both magnitude and phase errors.
+ApplyComplexKappaPUM: No
+
+ComputeKappaUIM: Yes
+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
+
+ComputeKappaC: Yes
+ApplyKappaC: No
+
+ComputeFcc: Yes
+ApplyFcc: No
+
+ComputeSRCQ: Yes
+ApplySRCQ: No
+
+ComputeFs: Yes
+ApplyFs: No
+
+###########################################
+# Options related to the coherence gating #
+###########################################
+UseCoherence: Yes
+CoherenceUncThreshold: 0.01
+# Amount of time used in front-end to compute coherence
+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
+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 #
+##################################################
+# Duration of the Fcc filter in the time domain in seconds
+FccFilterDuration: 0.01
+# Number of seconds to average Fcc values before creating a new Fcc filter
+FccAveragingTime: 60 
+# Number of samples to be used when tapering old filter and ramping in new filter
+FccFilterTaperLength: 32768
+############################
+# Nominal values for TDCFs #
+############################
+ExpectedKappaTSTReal: 1.0
+ExpectedKappaTSTImag: 0.0
+ExpectedKappaPUMReal: 1.0
+ExpectedKappaPUMImag: 0.0
+ExpectedKappaUIMReal: 1.0
+ExpectedKappaUIMImag: 0.0
+ExpectedKappaPUReal: 1.0
+ExpectedKappaPUImag: 0.0
+ExpectedKappaC: 1.0
+ExpectedFs_Squared: 4.468
+################################
+# Acceptable variance in TDCFs #
+################################
+KappaTSTRealVar: 0.2
+KappaTSTImagVar: 0.2
+KappaPURealVar: 0.2
+KappaPUImagVar: 0.2
+KappaPUMRealVar: 0.2
+KappaPUMImagVar: 0.2
+KappaUIMRealVar: 0.2
+KappaUIMImagVar: 0.2
+KappaCVar: 0.2
+FccVar: 50.0
+FsVar: 5.0
+SRCQInvMin: 0.0
+SRCQInvMax: 0.5
+#######################
+# EPICS records input #
+#######################
+# Set to Yes if EPICS records for TDCF computations should be read from filters file.  If set to No, they will be read from frames
+FactorsFromFiltersFile: No
+##############################################################################################
+# Updating Sensing and Actuation filters with all frequency-dependent corrections parameters #
+##############################################################################################
+# Length of time (in seconds) between when inverse-sensing FIR filter is updated
+SensingFilterUpdateTime: 64
+# Length of time (in seconds) over which the smoothed time-dependent parameters of the sensing function are averaged before updating the filter
+SensingFilterAveragingTime: 1
+# Number of samples to be used when tapering old inverse sensing filter and ramping in new filter
+SensingFilterTaperLength: 32768
+# Length of time (in seconds) between when the actuation FIR filters are updated
+ActuationFilterUpdateTime: 64
+# Length of time (in seconds) over which the smoothed time-dependent parameters of the actuation function are averaged before updating the filter
+ActuationFilterAveragingTime: 1
+# Number of samples to be used when tapering old actuation filters and ramping in new filters
+ActuationFilterTaperLength: 32768
+
+[ChannelNames]
+#############################
+# Calibration Channel Names #
+#############################
+DARMCtrlChannel: CAL-DARM_CTRL_DBL_DQ
+DARMErrChannel: CAL-DARM_ERR_DBL_DQ
+DeltaLTSTChannel: CAL-DELTAL_CTRL_TST_DBL_DQ
+DeltaLPUMChannel: CAL-DELTAL_CTRL_PUM_DBL_DQ
+DeltaLUIMChannel: CAL-DELTAL_CTRL_UIM_DBL_DQ
+DeltaLResChannel: CAL-DELTAL_RESIDUAL_DBL_DQ
+####################################
+# Data Quality Vector Channel Name #
+####################################
+LowNoiseStateChannel: GRD-IFO_READY
+HWInjChannel: CAL-INJ_STATUS_OUT_DQ
+ObsIntentChannel: GRD-IFO_INTENT
+FilterClockChannelList: GRD-ISC_LOCK_OK
+##################################
+# Calibration Line Channel Names #
+##################################
+DARMExcChannel: CAL-CS_LINE_SUM_DQ
+TSTExcChannel: SUS-ETMX_L3_CAL_LINE_OUT_DQ
+PUMExcChannel: SUS-ETMX_L2_CAL_LINE_OUT_DQ 
+UIMExcChannel: SUS-ETMX_L1_CAL_LINE_OUT_DQ
+PCALChannel: CAL-PCALY_RX_PD_OUT_DQ
+############################################
+# Calibration Line Frequency Channel Names #
+############################################
+DARMExcLineFreqChannel: CAL-CS_TDEP_DARM_LINE1_COMPARISON_OSC_FREQ
+TSTExcLineFreqChannel: CAL-CS_TDEP_SUS_LINE3_COMPARISON_OSC_FREQ
+PUMExcLineFreqChannel: CAL-CS_TDEP_SUS_LINE2_COMPARISON_OSC_FREQ
+UIMExcLineFreqChannel: CAL-CS_TDEP_SUS_LINE1_COMPARISON_OSC_FREQ
+PCALLine1FreqChannel: CAL-CS_TDEP_PCAL_LINE1_COMPARISON_OSC_FREQ
+PcalLine1CorrRealChannel: CAL-CS_TDEP_PCAL_LINE1_CORRECTION_REAL
+PcalLine1CorrImagChannel: CAL-CS_TDEP_PCAL_LINE1_CORRECTION_IMAG
+PCALLine2FreqChannel: CAL-CS_TDEP_PCAL_LINE2_COMPARISON_OSC_FREQ
+PcalLine2CorrRealChannel: CAL-CS_TDEP_PCAL_LINE2_CORRECTION_REAL
+PcalLine2CorrImagChannel: CAL-CS_TDEP_PCAL_LINE2_CORRECTION_IMAG
+PCALLine3FreqChannel: CAL-CS_TDEP_PCAL_LINE3_COMPARISON_OSC_FREQ
+PcalLine3CorrRealChannel: CAL-CS_TDEP_PCAL_LINE3_CORRECTION_REAL
+PcalLine3CorrImagChannel: CAL-CS_TDEP_PCAL_LINE3_CORRECTION_IMAG
+PCALLine4FreqChannel: CAL-CS_TDEP_PCAL_LINE4_COMPARISON_OSC_FREQ
+PcalLine4CorrRealChannel: CAL-CS_TDEP_PCAL_LINE4_CORRECTION_REAL
+PcalLine4CorrImagChannel: CAL-CS_TDEP_PCAL_LINE4_CORRECTION_IMAG
+
+#######################################
+# Coherence Uncertainty Channel Names #
+#######################################
+CohUncSusLine1Channel: CAL-CS_TDEP_SUS_LINE1_UNCERTAINTY
+CohUncSusLine2Channel: CAL-CS_TDEP_SUS_LINE2_UNCERTAINTY
+CohUncSusLine3Channel: CAL-CS_TDEP_SUS_LINE3_UNCERTAINTY
+CohUncPcalyLine1Channel: CAL-CS_TDEP_PCAL_LINE1_UNCERTAINTY
+CohUncPcalyLine2Channel: CAL-CS_TDEP_PCAL_LINE2_UNCERTAINTY
+CohUncPcalyLine4Channel: CAL-CS_TDEP_PCAL_LINE4_UNCERTAINTY
+CohUncDARMLine1Channel: CAL-CS_TDEP_DARM_LINE1_UNCERTAINTY
+###################################
+# Noise Subtraction Channel Names #
+###################################
+# Semicolon-separated list of comma-separated lists of witness channels to use to subtract lines from h(t)
+# Semicolons separate channels to be handled separately and commas separate channels to be handled together.
+#Set to None if no line witness channels are to be used
+LineWitnessChannelList: SUS-ETMX_L1_CAL_LINE_OUT_DQ;SUS-ETMX_L2_CAL_LINE_OUT_DQ;SUS-ETMX_L3_CAL_LINE_OUT_DQ;CAL-PCALY_TX_PD_OUT_DQ;PEM-EY_MAINSMON_EBAY_1_DQ
+# Semicolon-separated list of comma-separated lists of witness channels to use to subtract noise from h(t)
+# Set to None if no witness channels are to be used
+#WitnessChannelList: PSL-ISS_SECONDLOOP_OUTPUT_DQ,ASC-DHARD_P_OUT_DQ,ASC-DHARD_Y_OUT_DQ,ASC-CHARD_P_OUT_DQ,ASC-CHARD_Y_OUT_DQ,LSC-SRCL_IN1_DQ,LSC-MICH_IN1_DQ,LSC-PRCL_IN1_DQ
+WitnessChannelList: None
+# What channel should we use to gate the noise subtraction and 60-Hz line subtraction
+NoiseSubGateChannel: GRD-ISC_LOCK_OK
+###############################
+# EPICS Records Channel Names #
+###############################
+EP1RealChannel: CAL-CS_TDEP_SUS_LINE3_REF_INVA_TST_RESPRATIO_REAL
+EP1ImagChannel: CAL-CS_TDEP_SUS_LINE3_REF_INVA_TST_RESPRATIO_IMAG
+EP2RealChannel: CAL-CS_TDEP_REF_CLGRATIO_CTRL_REAL
+EP2ImagChannel: CAL-CS_TDEP_REF_CLGRATIO_CTRL_IMAG
+EP3RealChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_USUM_INV_REAL
+EP3ImagChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_USUM_INV_IMAG
+EP4RealChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_TST_REAL
+EP4ImagChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_TST_IMAG
+EP5RealChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_USUM_REAL
+EP5ImagChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_USUM_IMAG
+EP6RealChannel: CAL-CS_TDEP_PCAL_LINE2_REF_C_NOCAVPOLE_REAL
+EP6ImagChannel: CAL-CS_TDEP_PCAL_LINE2_REF_C_NOCAVPOLE_IMAG
+EP7RealChannel: CAL-CS_TDEP_PCAL_LINE2_REF_D_REAL
+EP7ImagChannel: CAL-CS_TDEP_PCAL_LINE2_REF_D_IMAG
+EP8RealChannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_TST_REAL
+EP8Imagchannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_TST_IMAG
+EP9RealChannel: CAL-CS_TDEP_PCALY_LINE2_REF_A_USUM_REAL
+EP9ImagChannel: CAL-CS_TDEP_PCALY_LINE2_REF_A_USUM_IMAG
+EP10RealChannel: CAL-CS_TDEP_SUS_LINE3_REF_A_TST_NOLOCK_REAL
+EP10ImagChannel: CAL-CS_TDEP_SUS_LINE3_REF_A_TST_NOLOCK_IMAG
+EP11RealChannel: CAL-CS_TDEP_PCAL_LINE1_REF_C_NOCAVPOLE_REAL
+EP11ImagChannel: CAL-CS_TDEP_PCAL_LINE1_REF_C_NOCAVPOLE_IMAG
+EP12RealChannel: CAL-CS_TDEP_PCAL_LINE1_REF_D_REAL
+EP12ImagChannel: CAL-CS_TDEP_PCAL_LINE1_REF_D_IMAG
+EP13RealChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_TST_REAL
+EP13ImagChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_TST_IMAG
+EP14RealChannel: CAL-CS_TDEP_PCALY_LINE4_REF_A_USUM_REAL
+EP14ImagChannel: CAL-CS_TDEP_PCALY_LINE4_REF_A_USUM_IMAG
+EP15RealChannel: CAL-CS_TDEP_SUS_LINE2_REF_INVA_PUM_RESPRATIO_REAL
+EP15Imagchannel: CAL-CS_TDEP_SUS_LINE2_REF_INVA_PUM_RESPRATIO_IMAG
+EP16RealChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_UIM_INV_REAL
+EP16ImagChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_UIM_INV_IMAG
+EP17RealChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_PUM_REAL
+EP17ImagChannel: CAL-CS_TDEP_DARM_LINE1_REF_A_PUM_IMAG
+EP18RealChannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_PUM_REAL
+EP18ImagChannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_PUM_IMAG
+EP19RealChannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_UIM_REAL
+EP19ImagChannel: CAL-CS_TDEP_PCAL_LINE2_REF_A_UIM_IMAG
+EP20RealChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_PUM_REAL
+EP20ImagChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_PUM_IMAG
+EP21RealChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_UIM_REAL
+EP21ImagChannel: CAL-CS_TDEP_PCAL_LINE1_REF_A_UIM_IMAG
+EP22RealChannel: CAL-CS_TDEP_SUS_LINE1_REF_INVA_UIM_RESPRATIO_REAL
+EP22ImagChannel: CAL-CS_TDEP_SUS_LINE1_REF_INVA_UIM_RESPRATIO_IMAG
+EP23RealChannel: CAL-CS_TDEP_SUS_LINE2_REF_A_PUM_NOLOCK_REAL
+EP23ImagChannel: CAL-CS_TDEP_SUS_LINE2_REF_A_PUM_NOLOCK_IMAG
+EP24RealChannel: CAL-CS_TDEP_SUS_LINE1_REF_A_UIM_NOLOCK_REAL
+EP24ImagChannel: CAL-CS_TDEP_SUS_LINE1_REF_A_UIM_NOLOCK_IMAG
+
+[SampleRates]
+# Sample rate at which to compute h(t)
+HoftSR: 16384
+# Sample rate at which to compute CALIB_STATE_VECTOR
+CalibStateSR: 16
+# Sample rate of control channel
+# Should be 16384 if using DARM_CTRL and 4096 if using DELTAL_CTRL 
+CtrlSR: 4096
+# Sample rate of low noise state channel
+LowNoiseSR: 16
+# Sample rate of HW injection channel
+HWInjSR: 16384
+# Sample rate of observation intent channel
+ObsIntentSR: 16
+# Sample rate list for channels being used to trigger filter settling clock
+FilterClockSRList: 16
+# Sample rate of TST excitation channel
+TSTExcSR: 512
+# Sample rate of PUM excitation channel
+PUMExcSR: 512
+# Sample rate of UIM excitation channel
+UIMExcSR: 512
+# Sample rate of coherence channels
+CohSR: 16
+# Sample rate for the EPICS reference channels
+EPICSRefSR: 16
+# Sample rates at which transfer functions will be computed and witness channels will be filtered, given as a semicolon-separated list, e.g., 2048;2048;512;2048. This must be given if WitnessChannelList is not None, and it must be the same length.
+WitnessChannelSR: 512
+# Sample rates at which to compute and record TDCFs
+ComputeFactorsSR: 16
+RecordFactorsSR: 16
+
+[Bitmasks]
+ObsReadyBitmask: 1
+ObsIntentBitmask: 1
+CBCHWInjOffBitmask: 9
+BurstHWInjOffBitmask: 17
+DetCharHWInjOffBitmask: 33
+StochHWInjOffBitmask: 65
+NoiseSubGateBitmask: 1
+FilterClockBitmaskList: 1
+
+[PipelineConfigurations]
+BufferLength: 1.0
+FrequencyDomainFiltering: No
+Dewhitening: No
+# Latency of all filtering/averaging/median processes (other than calibration model filters) as a fraction of filter length. Value should be set between 0.0 and 1.0.
+FilterLatency: 0.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
+RemoveCalLines: No
+###############################################################
+# Options for running line subtraction using witness channels #
+###############################################################
+# Semicolon-separated list of comma-separated lists of frequencies (same number of semicolons as LineWitnessChannelList)
+LineWitnessFreqs: 15.1;16.7;35.9;36.7,331.9,1083.7;60.0,120.0,180.0,240.0,300.0
+# Time over which to take a median of transfer functions
+LineWitnessTFMedianTime: 128
+# Time over which to average transfer functions
+LineWitnessTFAveragingTime: 1
+# Semicolon-separated list of typical frequency fluctuations in lines being subtracted (same number of semicolons as LineWitnessChannelList)
+LineWitnessFreqVars: 0.0;0.0;0.0;0.0;0.02
+#######################################
+# Options for broadband noise removal #
+#######################################
+# The length in seconds of the fast Fourier transforms used to compute transfer functions between witness channels and h(t). The fft's are windowed with Hann windows and overlapped.
+WitnessChannelFFTTime: 4.0
+# The number of ffts to take before averaging the witness -> h(t) transfer functions calculation. The average is taken after the ratio h(f) / witness(f).
+NumWitnessFFTs: 1000
+# Sets the minimum number of FFTs necessary to produce the first transfer functions and clean data after data flow starts.
+MinWitnessFFTs: 300
+# The length in seconds of the filters applied to the witness channels before subtracting from h(t)
+WitnessFIRLength: 1.0
+# The frequency resolution of the filters applied to the witness channels before subtracting from h(t). It can be advantageous to lower the frequency resolution in order to average over excess noise.
+WitnessFrequencyResolution: 0.5
+# List of minima and maxima of frequency ranges where the Fourier transform of h(t) will be replaced by a straight line in the calculation of transfer functions between witness channels and h(t) for noise subtraction. Semicolons separate lists for different sets of witness channels. If no notches are desired, use zeros, e.g., \'0;0;0\'. Here is an example using the expected format: \'495.0,515.0,985.0,1015.0;59,60,119,121;0\' This can be useful, e.g., if there are loud lines in the signal that are not present in the witness channels.
+WitnessNotchFrequencies: 0
+# Cutoff frequencies for high-pass filters for witness channels
+WitnessHighPasses: 10
+# The amount of time after transfer functions between witness channels and h(t) are finished to begin the calculation of the next set of transfer functions
+WitnessTFUpdateTime: 4
+# If lock-loss lasts at least this many seconds, transfer functions will revert to those computed at the beginning of a lock stretch. Set to zero to disbale.
+CriticalLockLossTime: 1800
+# The amount of time to use to taper in newly computed FIR filters for witness channels being used for noise subtraction.
+WitnessFilterTaperTime: 2
+# If writing transfer functions to file, this sets the name. If transfer functions should not be written to file, this should be set to None
+WitnessTFFilename: None
+# Should the transfer function calculation use a median? If not, an average (mean) is used.
+WitnessTFUseMedian: Yes
+# Should transfer functions be computed on a fixed schedule, so that the output does not depend on start time?  This is useful for running jobs in parallel.  Otherwise, they are computed asap.
+WitnessTFParallelMode: No
+# When using parallel mode, how many seconds later should we shift the time when transfer functions start being computed from a multiple of the cycle period?
+WitnessTFTimeShift: 360
+# To write only one strain channel, and pick whichever is less noisy, set this option to 'Yes'. This way, if a problem arises with the noise subtraction it will not affect the output strain channel.
+PickCleanestStrainChannel: No
+# A half Hann window is used for transitions between cleaned and uncleaned data.  This is the length of that window in seconds.
+StrainChannelTransitionTime: 10.0
+###############################
+# Options for HOFT_CLEAN bits #
+###############################
+# The amount of data from h(t) and cleaned h(t) that is used to compute and compare the rms. This comparison between cleaned and uncleaned h(t) determines whether the HOFT_CLEAN bits of the calibration state vector are on or off.
+CleaningCheckRMSTime: 30.0
+# Minimum of a range of frequencies in which we expect line/noise subtraction to be impactful. The HOFT_CLEAN_LOWFREQ_OK bit of the calibration state vector is determined based on whether rms of the cleaned data is less than that of uncleaned h(t) in this range.
+CleaningCheckRangeLowMin: 15
+# Maximum of a range of frequencies in which we expect line/noise subtraction to be impactful. The HOFT_CLEAN_LOWFREQ_OK bit of the calibration state vector is determined based on whether rms of the cleaned data is less than that of uncleaned h(t) in this range.
+CleaningCheckRangeLowMax: 20
+# Minimum of a range of frequencies in which we expect line/noise subtraction to be impactful. The HOFT_CLEAN_MIDFREQ_OK bit of the calibration state vector is determined based on whether rms of the cleaned data is less than that of uncleaned h(t) in this range.
+CleaningCheckRangeMidMin: 20
+# Maximum of a range of frequencies in which we expect line/noise subtraction to be impactful. The HOFT_CLEAN_MIDFREQ_OK bit of the calibration state vector is determined based on whether rms of the cleaned data is less than that of uncleaned h(t) in this range.
+CleaningCheckRangeMidMax: 200
diff --git a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_ASD_residual.png b/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_ASD_residual.png
deleted file mode 100644
index 7d33aaaa0ad1e7a2b49943bb2a9f66888ebce9e0..0000000000000000000000000000000000000000
Binary files a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_ASD_residual.png and /dev/null differ
diff --git a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_all_tf.png b/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_all_tf.png
deleted file mode 100644
index 20a5c78d9e94c70777af5006048663b31a3014b0..0000000000000000000000000000000000000000
Binary files a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_all_tf.png and /dev/null differ
diff --git a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_all_tf_ratio.png b/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_all_tf_ratio.png
deleted file mode 100644
index 60054708f2927d718b4c0605c915398c86b62280..0000000000000000000000000000000000000000
Binary files a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_all_tf_ratio.png and /dev/null differ
diff --git a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_all_tf_ratio_zoomed.png b/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_all_tf_ratio_zoomed.png
deleted file mode 100644
index f1378bf3510bc33bd50a3ac085d4123de44e893c..0000000000000000000000000000000000000000
Binary files a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_all_tf_ratio_zoomed.png and /dev/null differ
diff --git a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_calib_state_vector.png b/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_calib_state_vector.png
deleted file mode 100644
index 6c3a85af68213cf5a8bf71d730a5d9d16b453354..0000000000000000000000000000000000000000
Binary files a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_calib_state_vector.png and /dev/null differ
diff --git a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_plot_GDS-CALIB_F_CC.png b/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_plot_GDS-CALIB_F_CC.png
deleted file mode 100644
index 49d9a47c31aa294c6ec5988e2359537aa72cfad2..0000000000000000000000000000000000000000
Binary files a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_plot_GDS-CALIB_F_CC.png and /dev/null differ
diff --git a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_plot_GDS-CALIB_F_S_SQUARED.png b/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_plot_GDS-CALIB_F_S_SQUARED.png
deleted file mode 100644
index fcf068350ce2a2b64c18e2e4cd8b9676c287a07c..0000000000000000000000000000000000000000
Binary files a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_plot_GDS-CALIB_F_S_SQUARED.png and /dev/null differ
diff --git a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_plot_GDS-CALIB_KAPPA_C.png b/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_plot_GDS-CALIB_KAPPA_C.png
deleted file mode 100644
index 75a68dd55c36f5616ddb6d28acf5965ce6e66369..0000000000000000000000000000000000000000
Binary files a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_plot_GDS-CALIB_KAPPA_C.png and /dev/null differ
diff --git a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_plot_GDS-CALIB_KAPPA_PUM_IMAGINARY.png b/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_plot_GDS-CALIB_KAPPA_PUM_IMAGINARY.png
deleted file mode 100644
index a1869261031d1f58a9c2ddf633ec7570746c33f7..0000000000000000000000000000000000000000
Binary files a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_plot_GDS-CALIB_KAPPA_PUM_IMAGINARY.png and /dev/null differ
diff --git a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_plot_GDS-CALIB_KAPPA_PUM_REAL.png b/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_plot_GDS-CALIB_KAPPA_PUM_REAL.png
deleted file mode 100644
index cddf4b24dc38135c94a83e719b91169ae3375c20..0000000000000000000000000000000000000000
Binary files a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_plot_GDS-CALIB_KAPPA_PUM_REAL.png and /dev/null differ
diff --git a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_plot_GDS-CALIB_KAPPA_TST_IMAGINARY.png b/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_plot_GDS-CALIB_KAPPA_TST_IMAGINARY.png
deleted file mode 100644
index 1b96ae2751394c98e82b30b5c3c3e906af9d891d..0000000000000000000000000000000000000000
Binary files a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_plot_GDS-CALIB_KAPPA_TST_IMAGINARY.png and /dev/null differ
diff --git a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_plot_GDS-CALIB_KAPPA_TST_REAL.png b/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_plot_GDS-CALIB_KAPPA_TST_REAL.png
deleted file mode 100644
index fdf3418c7fc6c8dcd64e0f17f7163b96cc6ac3ed..0000000000000000000000000000000000000000
Binary files a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_plot_GDS-CALIB_KAPPA_TST_REAL.png and /dev/null differ
diff --git a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_plot_GDS-CALIB_KAPPA_UIM_IMAGINARY.png b/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_plot_GDS-CALIB_KAPPA_UIM_IMAGINARY.png
deleted file mode 100644
index 7c8a9bca7956a0d5b2c272c873ed11c7bbbec4df..0000000000000000000000000000000000000000
Binary files a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_plot_GDS-CALIB_KAPPA_UIM_IMAGINARY.png and /dev/null differ
diff --git a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_plot_GDS-CALIB_KAPPA_UIM_REAL.png b/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_plot_GDS-CALIB_KAPPA_UIM_REAL.png
deleted file mode 100644
index 4f3fd78d41a39dc2a1ce7a5134f4cdc4b56fc34a..0000000000000000000000000000000000000000
Binary files a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_plot_GDS-CALIB_KAPPA_UIM_REAL.png and /dev/null differ
diff --git a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_plot_GDS-CALIB_SRC_Q_INVERSE.png b/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_plot_GDS-CALIB_SRC_Q_INVERSE.png
deleted file mode 100644
index ef663598b7bab485e08d490962bd528b80af810d..0000000000000000000000000000000000000000
Binary files a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_plot_GDS-CALIB_SRC_Q_INVERSE.png and /dev/null differ
diff --git a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_spectrum_comparison.png b/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_spectrum_comparison.png
deleted file mode 100644
index d5ff8849b8045f04a0e8495b1cec333fcdd6d9b7..0000000000000000000000000000000000000000
Binary files a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238105791_1238106007_spectrum_comparison.png and /dev/null differ
diff --git a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238107791_1238108507_ASD_residual.png b/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238107791_1238108507_ASD_residual.png
index ca3b9775f8de16ea9479b3da990678078bea5087..63adb8884a7c5276cb63e7f0be302ba410381eab 100644
Binary files a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238107791_1238108507_ASD_residual.png and b/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238107791_1238108507_ASD_residual.png differ
diff --git a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238107791_1238108507_all_tf.png b/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238107791_1238108507_all_tf.png
index 1f36702a4bda15a9ffad4cf0c22f033d4a605b8f..06d48328732e213788a06100b5549fbefade88e3 100644
Binary files a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238107791_1238108507_all_tf.png and b/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238107791_1238108507_all_tf.png differ
diff --git a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238107791_1238108507_all_tf_ratio.png b/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238107791_1238108507_all_tf_ratio.png
index d7fddb30dca85aa645385beca5198064706845a0..c134bff53489c662604fd49e54c485d3a2ef6978 100644
Binary files a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238107791_1238108507_all_tf_ratio.png and b/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238107791_1238108507_all_tf_ratio.png differ
diff --git a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238107791_1238108507_all_tf_ratio_zoomed.png b/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238107791_1238108507_all_tf_ratio_zoomed.png
index 630718d9c1a6f08f243553182161c0bff541a478..41fb1b913a1782af9ddd80f5868769ec5ec06aec 100644
Binary files a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238107791_1238108507_all_tf_ratio_zoomed.png and b/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238107791_1238108507_all_tf_ratio_zoomed.png differ
diff --git a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238107791_1238108507_spectrum_comparison.png b/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238107791_1238108507_spectrum_comparison.png
index 6e93d404627924969e119080a039bc20ce59c839..76753f4c42ca768d12cb2c8d9e2e0d5269730595 100644
Binary files a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238107791_1238108507_spectrum_comparison.png and b/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/L1_1238107791_1238108507_spectrum_comparison.png differ
diff --git a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/Makefile.all_tests b/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/Makefile.all_tests
index 8b4a4c8fa37ee196e571a2eebdec6e22d52a053a..e0989ad98a37036c108172ff05c1c91a891ed741 100644
--- a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/Makefile.all_tests
+++ b/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/Makefile.all_tests
@@ -50,12 +50,12 @@ $(IFO)1_C02_frames.cache:
 
 # Calibrate GDS testing data
 $(IFO)1_hoft_GDS_frames.cache: $(IFO)1_raw_frames.cache filters framesdir
-	gstlal_compute_strain --gps-start-time $(SHORT_START) --gps-end-time $(SHORT_END) --frame-cache $(IFO)1_raw_frames.cache --output-path Frames/$(OBSRUN)/$(IFO)1/GDS/ --frame-duration=64 --frames-per-file=1 --wings=0 --config-file $(GDSCONFIGS)
+	#gstlal_compute_strain --gps-start-time $(SHORT_START) --gps-end-time $(SHORT_END) --frame-cache $(IFO)1_raw_frames.cache --output-path Frames/$(OBSRUN)/$(IFO)1/GDS/ --frame-duration=64 --frames-per-file=1 --wings=0 --config-file $(GDSCONFIGS)
 	ls Frames/$(OBSRUN)/$(IFO)1/GDS/$(IFO)-$(IFO)1_TEST-*.gwf | lalapps_path2cache > $@
 
 # Calibrate GDS testing data with no kappas applied for response function test
 $(IFO)1_hoft_GDS_no_kappas_frames.cache: $(IFO)1_raw_frames.cache filters framesdir
-	gstlal_compute_strain --gps-start-time $(SHORT_START) --gps-end-time $(SHORT_END) --frame-cache $(IFO)1_raw_frames.cache --output-path Frames/$(OBSRUN)/$(IFO)1/GDS/ --frame-duration=64 --frames-per-file=1 --wings=0 --config-file $(GDSCONFIGSNOKAPPAS)
+	#gstlal_compute_strain --gps-start-time $(SHORT_START) --gps-end-time $(SHORT_END) --frame-cache $(IFO)1_raw_frames.cache --output-path Frames/$(OBSRUN)/$(IFO)1/GDS/ --frame-duration=64 --frames-per-file=1 --wings=0 --config-file $(GDSCONFIGSNOKAPPAS)
 	ls Frames/$(OBSRUN)/$(IFO)1/GDS/$(IFO)-$(IFO)1_TEST_NOKAPPAS*.gwf | lalapps_path2cache > $@
 
 
diff --git a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/Makefile.response_function b/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/Makefile.response_function
index b005a7c71aa7c1e89f4d1e4c49634759988c5921..538175bf31a5138562ae92b3abe75cc3df358e5a 100644
--- a/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/Makefile.response_function
+++ b/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/Makefile.response_function
@@ -3,7 +3,7 @@ all: GDS_response_function_bode_plot
 FILTERS_FILE = /home/wademc/src/gstlal/gstlal-calibration/tests/L1GDS_1238100191_filter_tests/L1/Filters/O3/GDSFilters/L1GDS_1238100191.npz
 
 GDS_response_function_bode_plot: 
-	python ../../check_calibration/response_function.py --gps-start-time $(SHORT_PLOT_START) --gps-end-time $(SHORT_PLOT_END) --dt 6.103515625e-05 --ifo $(IFO)1 --hoft-frames-cache $(IFO)1_hoft_GDS_no_kappas_frames.cache --raw-frames-cache $(IFO)1_raw_frames.cache --response-file $(FILTERS_FILE) 
+	python ../../check_calibration/response_function.py --gps-start-time $(SHORT_PLOT_START) --gps-end-time $(SHORT_PLOT_END) --dt 6.103515625e-05 --ifo $(IFO)1 --hoft-frames-cache $(IFO)1_hoft_GDS_no_kappas_frames.cache --raw-frames-cache $(IFO)1_raw_frames.cache --response-file $(FILTERS_FILE) --analyze-calcs-hoft 
 
 
 clean: 
diff --git a/gstlal-calibration/tests/check_calibration/response_function.py b/gstlal-calibration/tests/check_calibration/response_function.py
index 93ba519385d21e1c6586ad599f9512131c728450..1513a8022280e77e13ab700159fea2024b6f061c 100644
--- a/gstlal-calibration/tests/check_calibration/response_function.py
+++ b/gstlal-calibration/tests/check_calibration/response_function.py
@@ -154,7 +154,7 @@ if options.analyze_calcs_hoft:
 	plot.add_frequencyseries(CALCS_tf, dB=False, color='#4ba6ff', linewidth=2)
 if options.analyze_additional_hoft:
 	plot.add_frequencyseries(additional_hoft_tf*3995.1, dB = False, color="#94ded7", linewidth=2)
-#plot.add_legend([r'Reference model response function', r'h(t) derived response function'], loc='upper right', fontsize='x-small')
+plot.legend([r'Reference model response function', r'GDS h(t) derived response function', r'CALCS h(t) derived response function'], loc='upper right', fontsize='x-small')
 # FIXME: Figure out how to make the legend and title appropriate and flexible
 plot.maxes.set_yscale('log')
 plot.paxes.set_yscale("linear")
@@ -172,10 +172,10 @@ if options.analyze_calcs_hoft:
 	plot.add_frequencyseries(ratio_CALCS, dB = False, color='#4ba6ff',linewidth=2)
 if options.analyze_additional_hoft:
 	plot.add_frequencyseries(ratio_additional_hoft*3995.1, dB = False, color="#94ded7", linewidth=2)
-#plot.add_legend([r'h(t) derived response / Reference model response'], loc='upper right', fontsize='small')
+plot.legend([r'GDS h(t) derived response / Reference model response', 'CALCS h(t) derived response / Reference model response'], loc='upper right', fontsize='small')
 plot.maxes.set_yscale('linear')
 plot.paxes.set_yscale('linear')
-plot.maxes.set_ylim(0,5)
+plot.maxes.set_ylim(0,2)
 plot.save('%s_%s_%s_all_tf_ratio.png' % (ifo, options.gps_start_time, options.gps_end_time))
 
 plot = BodePlot(ratio_hoft*3995.1, frequencies = freqs, dB = False, color='#ee0000', linewidth=2)
@@ -183,7 +183,7 @@ if options.analyze_calcs_hoft:
 	plot.add_frequencyseries(ratio_CALCS, dB = False, color='#4ba6ff',linewidth=2)
 if options.analyze_additional_hoft:
 	plot.add_frequencyseries(ratio_additional_hoft*3995.1, dB = False, color="#94ded7", linewidth=2)
-#plot.add_legend([r'h(t) derived response / Reference model response'], loc='upper right', fontsize='small')
+plot.legend([r'GDS h(t) derived response / Reference model response', r'CALCS h(t) derived response / Reference model response'], loc='upper right', fontsize='small')
 plot.maxes.set_yscale('linear')
 plot.paxes.set_yscale('linear')
 plot.maxes.set_ylim(.9, 1.1)