diff --git a/gstlal-calibration/.gitignore b/gstlal-calibration/.gitignore index 6ada95163078f48dd9b7c0575e5a577c825ed411..6d5574f7201e372dca4d63a6f44ad3fbb315a98e 100644 --- a/gstlal-calibration/.gitignore +++ b/gstlal-calibration/.gitignore @@ -5,3 +5,8 @@ tests/gstlal-calibration-1.2.3-tests/H1/Frames/** tests/gstlal-calibration-1.2.3-tests/H1/Filters/** tests/gstlal-calibration-1.2.4-tests/H1/Frames/** tests/gstlal-calibration-1.2.4-tests/H1/Filters/** +tests/gstlal-calibration-1.2.6-tests/kappas_test/Filters/** +tests/gstlal-calibration-1.2.6-tests/kappas_test/Frames/** +tests/gstlal-calibration-1.2.6-tests/H1/Filters/** +tests/gstlal-calibration-1.2.6-tests/H1/Frames/** + diff --git a/gstlal-calibration/bin/gstlal_compute_strain b/gstlal-calibration/bin/gstlal_compute_strain index f78f308d23a93fe9c6f128d99473154550465526..eb202e4b09ca113cca53a323d2daba16e4d2f407 100755 --- a/gstlal-calibration/bin/gstlal_compute_strain +++ b/gstlal-calibration/bin/gstlal_compute_strain @@ -2048,6 +2048,9 @@ if compute_calib_statevector: filtersok = pipeparts.mkadder(pipeline, tuple(filterclock_channels)) else: filtersok = filterclock_channels[0] + lownoise_gate = pipeparts.mkbitvectorgen(pipeline, lownoisetee, bit_vector = len(filterclock_channels), threshold = pow(2,2)) + lownoise_gate = pipeparts.mkcapsfilter(pipeline, lownoise_gate, calibstate_caps) + filtersok = pipeparts.mkadder(pipeline, calibration_parts.list_srcs(lownoise_gate, filtersok)) filtersok = pipeparts.mkbitvectorgen(pipeline, filtersok, bit_vector = 1, threshold=len(filterclock_channels)) filtersok = pipeparts.mkcapsfilter(pipeline, filtersok, calibstate_caps) filtersoktee = pipeparts.mktee(pipeline, filtersok) diff --git a/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/H1GDS_1228834250_gstlal_calibration_1-2-6.ini b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/H1GDS_1228834250_gstlal_calibration_1-2-6.ini new file mode 100644 index 0000000000000000000000000000000000000000..d2fe5217ea3a8175472fb2f609a40e3f14154509 --- /dev/null +++ b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/H1GDS_1228834250_gstlal_calibration_1-2-6.ini @@ -0,0 +1,386 @@ +[InputConfigurations] +# Track what "version" of config file this is, so that the pipeline knows which options are present in this file +ConfigVersion: 1 +# Filters file containing calibration FIR filters +FiltersFileName: H1GDS_1228834250.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: H1GDS_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 + +[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 + +# Set this to use a calibration line injected using the UIM stage of actuation to compute \kappa_U. Otherwise, the DARM_ctrl line is used. +UseUIMLine: Yes + +ComputeKappaC: Yes +ApplyKappaC: No + +ComputeFcc: Yes +ApplyFcc: No + +ComputeSRCQ: No +ApplySRCQ: No + +ComputeFs: No +ApplyFs: No + +########################################### +# Options related to the coherence gating # +########################################### +UseCoherence: Yes +CoherenceUncThreshold: 0.004 +# 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 +################################################## +# 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 +ExpectedFcc: 428.9 +ExpectedFs: 5.888 +ExpectedSRCQ: 4.254 +################################ +# 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: 60 +# 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: 60 +# 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 # +#################################### +#InputDQChannel: ODC-MASTER_CHANNEL_OUT_DQ +LowNoiseStateChannel: GRD-ISC_LOCK_OK +HWInjChannel: CAL-INJ_STATUS_OUT_DQ +#HWInjChannel: ODC-MASTER_CHANNEL_OUT_DQ +ObsIntentChannel: ODC-MASTER_CHANNEL_OUT_DQ +FilterClockChannelList: GRD-ISC_LOCK_LOAD_STATUS;GRD-ISC_LOCK_STATE_N +NoiseSubGateChannel: GRD-ISC_LOCK_OK +################################## +# Calibration Line Channel Names # +################################## +DARMExcChannel: CAL-CS_LINE_SUM_DQ +TSTExcChannel: SUS-ETMY_L3_CAL_LINE_OUT_DQ +PUMExcChannel: SUS-ETMY_L2_CAL_LINE_OUT_DQ +UIMExcChannel: SUS-ETMY_L1_CAL_LINE_OUT_DQ +PCALChannel: CAL-PCALY_TX_PD_OUT_DQ +####################################### +# 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 +# FIXME: This is a hack. gstlal_compute_strain needs to not require this channel in the next release! +CohUncDARMLine1Channel: CAL-CS_TDEP_SUS_LINE3_UNCERTAINTY +################################### +# Noise Subtraction Channel Names # +################################### +PowerLinesChannel: PEM-EY_MAINSMON_EBAY_1_DQ +# Comma-separated list of witness channels to use to subtract noise from h(t) +# Set to None if no witness channels are to be used +#WitnessChannelList: IMC-WFS_A_DC_PIT_OUT_DQ,IMC-WFS_B_DC_PIT_OUT_DQ,IMC-WFS_A_DC_YAW_OUT_DQ,IMC-WFS_B_DC_YAW_OUT_DQ;PSL-DIAG_BULLSEYE_YAW_OUT_DQ,PSL-DIAG_BULLSEYE_WID_OUT_DQ,PSL-DIAG_BULLSEYE_PIT_OUT_DQ +WitnessChannelList: None +############################### +# 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_LINE4_REF_C_NOCAVPOLE_REAL +EP11ImagChannel: CAL-CS_TDEP_PCAL_LINE4_REF_C_NOCAVPOLE_IMAG +EP12RealChannel: CAL-CS_TDEP_PCAL_LINE4_REF_D_REAL +EP12ImagChannel: CAL-CS_TDEP_PCAL_LINE4_REF_D_IMAG +EP13RealChannel: CAL-CS_TDEP_PCAL_LINE4_REF_A_TST_REAL +EP13ImagChannel: CAL-CS_TDEP_PCAL_LINE4_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_LINE4_REF_A_PUM_REAL +EP20ImagChannel: CAL-CS_TDEP_PCAL_LINE4_REF_A_PUM_IMAG +EP21RealChannel: CAL-CS_TDEP_PCAL_LINE4_REF_A_UIM_REAL +EP21ImagChannel: CAL-CS_TDEP_PCAL_LINE4_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: 16384 +# Sample rate list for chanels being used to trigger filter settling clock +FilterClockSRList: 16;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 rate for power lines channel +PowerLinesChannelSR: 1024 +# 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: 2048;2048 +# Sample rates at which to compute and record TDCFs +ComputeFactorsSR: 16 +RecordFactorsSR: 16 + +[Bitmasks] +#ObsReadyBitmask: 4 +#ObsIntentBitmask: 2 +#CBCHWInjBitmask: 16777216 +#BurstHWInjBitmask: 33554432 +#DetCharHWInjBitmask: 67108864 +#StochHWInjBitmask: 8388608 +NoiseSubGateBitmask: 2 +ObsIntentBitmask: 2 +LowNoiseBitmask: 1 +FilterClockBitmaskList: 2;550 +CBCHWInjOffBitmask: 8 +BurstHWInjOffBitmask: 16 +DetCharHWInjOffBitmask: 32 +StochHWInjOffBitmask: 64 + +[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 noise 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 +# Subtract the power lines from the h(t) spectrum +RemovePowerLines: No +######################################### +# Options for running noise subtraction # +######################################### +# Amount by which frequency of power lines varies with time +PowerLinesFreqVar: 0.02 +# Time over which to average the transfer function between the power mains witness channel and h(t) at 60 Hz and harmonics +PowerLinesTFAveragingTime: 128 +####################################### +# 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: 1800 +# Sets the minimum number of FFTs necessary to produce the first transfer functions and clean data after data flow starts. +MinWitnessFFTs: 400 +# The length in seconds of the filters applied to the witness channels before subtracting from h(t) +WitnessFIRLength: 0.5 +# 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: 1.0 +# 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: 495.0,515.0,985.0,1015.0;495.0,515.0,985.0,1015.0 +# 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: 3600 +# 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: 10 +# 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 +############################### +# 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: 20.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: 40 +# 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: 100 +# 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: 500 diff --git a/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/H1_1232085746_1232085962_ASD_residual.png b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/H1_1232085746_1232085962_ASD_residual.png new file mode 100644 index 0000000000000000000000000000000000000000..9a5ee142bec1e0eb31ae9dad2d706a3f9470221b Binary files /dev/null and b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/H1_1232085746_1232085962_ASD_residual.png differ diff --git a/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/H1_1232085746_1232085962_all_tf.pdf b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/H1_1232085746_1232085962_all_tf.pdf new file mode 100644 index 0000000000000000000000000000000000000000..785415755c6b17fa9de0f4f53a969e43cbbaa9a3 Binary files /dev/null and b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/H1_1232085746_1232085962_all_tf.pdf differ diff --git a/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/H1_1232085746_1232085962_all_tf_ratio.pdf b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/H1_1232085746_1232085962_all_tf_ratio.pdf new file mode 100644 index 0000000000000000000000000000000000000000..a40154b9d88336a26c2603cebc6408f9c72f395c Binary files /dev/null and b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/H1_1232085746_1232085962_all_tf_ratio.pdf differ diff --git a/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/H1_1232085746_1232085962_all_tf_ratio_zoomed.pdf b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/H1_1232085746_1232085962_all_tf_ratio_zoomed.pdf new file mode 100644 index 0000000000000000000000000000000000000000..967c4a1d41740b0a3b67e58648650c024056afe0 Binary files /dev/null and b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/H1_1232085746_1232085962_all_tf_ratio_zoomed.pdf differ diff --git a/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/H1_1232085746_1232085962_calib_state_vector.pdf b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/H1_1232085746_1232085962_calib_state_vector.pdf new file mode 100644 index 0000000000000000000000000000000000000000..b93636eaad1a7fe742e5638e767e9eade699f3e5 Binary files /dev/null and b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/H1_1232085746_1232085962_calib_state_vector.pdf differ diff --git a/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/H1_1232085746_1232085962_spectrum_comparison.png b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/H1_1232085746_1232085962_spectrum_comparison.png new file mode 100644 index 0000000000000000000000000000000000000000..786e786f4865d91a349b9f8ca765113b96cb4b14 Binary files /dev/null and b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/H1_1232085746_1232085962_spectrum_comparison.png differ diff --git a/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/H1_hoft_GDS_frames.cache b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/H1_hoft_GDS_frames.cache new file mode 100644 index 0000000000000000000000000000000000000000..90955f2ff99b9e5bb7fe0e28fe09c29c93db01c0 --- /dev/null +++ b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/H1_hoft_GDS_frames.cache @@ -0,0 +1,19 @@ +H H1GDS_TEST 1228942464 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/Frames/ER13/H1/GDS/H-H1GDS_TEST-1228942464-64.gwf +H H1GDS_TEST 1228942528 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/Frames/ER13/H1/GDS/H-H1GDS_TEST-1228942528-64.gwf +H H1GDS_TEST 1228942592 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/Frames/ER13/H1/GDS/H-H1GDS_TEST-1228942592-64.gwf +H H1GDS_TEST 1228942656 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/Frames/ER13/H1/GDS/H-H1GDS_TEST-1228942656-64.gwf +H H1GDS_TEST 1228942720 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/Frames/ER13/H1/GDS/H-H1GDS_TEST-1228942720-64.gwf +H H1GDS_TEST 1228942784 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/Frames/ER13/H1/GDS/H-H1GDS_TEST-1228942784-64.gwf +H H1GDS_TEST 1228974144 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/Frames/ER13/H1/GDS/H-H1GDS_TEST-1228974144-64.gwf +H H1GDS_TEST 1228974208 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/Frames/ER13/H1/GDS/H-H1GDS_TEST-1228974208-64.gwf +H H1GDS_TEST 1228974272 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/Frames/ER13/H1/GDS/H-H1GDS_TEST-1228974272-64.gwf +H H1GDS_TEST 1228974336 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/Frames/ER13/H1/GDS/H-H1GDS_TEST-1228974336-64.gwf +H H1GDS_TEST 1228974400 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/Frames/ER13/H1/GDS/H-H1GDS_TEST-1228974400-64.gwf +H H1GDS_TEST 1228974464 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/Frames/ER13/H1/GDS/H-H1GDS_TEST-1228974464-64.gwf +H H1GDS_TEST 1229314048 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/Frames/ER13/H1/GDS/H-H1GDS_TEST-1229314048-64.gwf +H H1GDS_TEST 1229314112 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/Frames/ER13/H1/GDS/H-H1GDS_TEST-1229314112-64.gwf +H H1GDS_TEST 1232085696 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/Frames/ER13/H1/GDS/H-H1GDS_TEST-1232085696-64.gwf +H H1GDS_TEST 1232085760 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/Frames/ER13/H1/GDS/H-H1GDS_TEST-1232085760-64.gwf +H H1GDS_TEST 1232085824 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/Frames/ER13/H1/GDS/H-H1GDS_TEST-1232085824-64.gwf +H H1GDS_TEST 1232085888 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/Frames/ER13/H1/GDS/H-H1GDS_TEST-1232085888-64.gwf +H H1GDS_TEST 1232085952 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/Frames/ER13/H1/GDS/H-H1GDS_TEST-1232085952-64.gwf diff --git a/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/H1_raw_frames.cache b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/H1_raw_frames.cache new file mode 100644 index 0000000000000000000000000000000000000000..820ef4bb9ea8c609b441edb9d4b7f11ac29f9d2f --- /dev/null +++ b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/H1_raw_frames.cache @@ -0,0 +1,9 @@ +H H1_R 1232085504 64 file://localhost/hdfs/frames/postO2/raw/H1/H-H1_R-12320/H-H1_R-1232085504-64.gwf +H H1_R 1232085568 64 file://localhost/hdfs/frames/postO2/raw/H1/H-H1_R-12320/H-H1_R-1232085568-64.gwf +H H1_R 1232085632 64 file://localhost/hdfs/frames/postO2/raw/H1/H-H1_R-12320/H-H1_R-1232085632-64.gwf +H H1_R 1232085696 64 file://localhost/hdfs/frames/postO2/raw/H1/H-H1_R-12320/H-H1_R-1232085696-64.gwf +H H1_R 1232085760 64 file://localhost/hdfs/frames/postO2/raw/H1/H-H1_R-12320/H-H1_R-1232085760-64.gwf +H H1_R 1232085824 64 file://localhost/hdfs/frames/postO2/raw/H1/H-H1_R-12320/H-H1_R-1232085824-64.gwf +H H1_R 1232085888 64 file://localhost/hdfs/frames/postO2/raw/H1/H-H1_R-12320/H-H1_R-1232085888-64.gwf +H H1_R 1232085952 64 file://localhost/hdfs/frames/postO2/raw/H1/H-H1_R-12320/H-H1_R-1232085952-64.gwf +H H1_R 1232086016 64 file://localhost/hdfs/frames/postO2/raw/H1/H-H1_R-12320/H-H1_R-1232086016-64.gwf diff --git a/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/Makefile.ASD_comparison b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/Makefile.ASD_comparison new file mode 100644 index 0000000000000000000000000000000000000000..bf35f9b8478f302487a352ae1628b38d20ca2ccd --- /dev/null +++ b/gstlal-calibration/tests/gstlal-calibration-1.2.6-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 + +clean: + rm *.png + diff --git a/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/Makefile.calib_version_comparison b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/Makefile.calib_version_comparison new file mode 100644 index 0000000000000000000000000000000000000000..43ee130b15d97ca52b649fc784cd17864b0c15b4 --- /dev/null +++ b/gstlal-calibration/tests/gstlal-calibration-1.2.6-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/gstlal-calibration-1.2.6-tests/H1/Makefile.latency b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/Makefile.latency new file mode 100644 index 0000000000000000000000000000000000000000..03cbc521ef02be6cfe141b100531d599757df60a --- /dev/null +++ b/gstlal-calibration/tests/gstlal-calibration-1.2.6-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/gstlal-calibration-1.2.6-tests/H1/Makefile.lines_ratio b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/Makefile.lines_ratio new file mode 100644 index 0000000000000000000000000000000000000000..ae6edaaae15e37bb514de8ab2a4935a06bb3f277 --- /dev/null +++ b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/Makefile.lines_ratio @@ -0,0 +1,8 @@ +all: lines_ratio_DCS + +lines_ratio_DCS: $(IFO)1_hoft_DCS_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_DCS_frames.cache --numerator-frame-cache $(IFO)1_hoft_DCS_frames.cache --denominator-channel-name 'DCS-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/gstlal-calibration-1.2.6-tests/H1/Makefile.noise_subtraction_tf b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/Makefile.noise_subtraction_tf new file mode 100644 index 0000000000000000000000000000000000000000..b26758c95a0e294128e3c878650640305306c9c0 --- /dev/null +++ b/gstlal-calibration/tests/gstlal-calibration-1.2.6-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/gstlal-calibration-1.2.6-tests/H1/Makefile.response_function b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/Makefile.response_function new file mode 100644 index 0000000000000000000000000000000000000000..7b070d80d8ba8bf9945d4bf717e031068452ed8a --- /dev/null +++ b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/Makefile.response_function @@ -0,0 +1,11 @@ +all: GDS_response_function_bode_plot + +FILTERS_FILE = /home/wademc/calibration/aligocalibration/aligocalibration/trunk/Runs/O3/H1/Scripts/TDfilters/H1GDS_1231861863.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) + + +clean: + rm *.pdf + diff --git a/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/Makefile.statevector b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/Makefile.statevector new file mode 100644 index 0000000000000000000000000000000000000000..5733f7338eaed970ea286d6177244e6cf182f926 --- /dev/null +++ b/gstlal-calibration/tests/gstlal-calibration-1.2.6-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/gstlal-calibration-1.2.6-tests/H1/Makefile.timeserieskappas b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/Makefile.timeserieskappas new file mode 100644 index 0000000000000000000000000000000000000000..d3809d02a67efa5a68963c5f04168e740b9bf485 --- /dev/null +++ b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/H1/Makefile.timeserieskappas @@ -0,0 +1,18 @@ +CHANNEL1 = CALIB_KAPPA_C +CHANNEL2 = CALIB_KAPPA_PU_REAL +CHANNEL3 = CALIB_KAPPA_TST_REAL +CHANNEL4 = CALIB_F_CC +CHANNEL5 = CALIB_KAPPA_PU_IMAGINARY +CHANNEL6 = CALIB_KAPPA_TST_IMAGINARY +CHANNEL7 = CALIB_SRC_Q_INVERSE +CHANNEL8 = CALIB_F_S + +all: GDS_Time_Series_of_Kappas + +GDS_Time_Series_of_Kappas: + python ../../check_calibration/timeserieskappas.py --gps-start-time $(LONG_PLOT_START) --gps-end-time $(LONG_PLOT_END) --channel-list 'GDS-$(CHANNEL1)','GDS-$(CHANNEL2)','GDS-$(CHANNEL3)','GDS-$(CHANNEL4)','GDS-$(CHANNEL5)','GDS-$(CHANNEL6)','GDS-$(CHANNEL7)','GDS-$(CHANNEL8)' --frame-cache $(IFO)1_hoft_GDS_frames.cache --ifo $(IFO)1 + + +clean: + rm *.png + diff --git a/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_ASD_residual.png b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_ASD_residual.png new file mode 100644 index 0000000000000000000000000000000000000000..3c98ae48fad470875383704884e25b4916860723 Binary files /dev/null and b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_ASD_residual.png differ diff --git a/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_all_tf.pdf b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_all_tf.pdf new file mode 100644 index 0000000000000000000000000000000000000000..bce5920a41ca17ff932bf397bb9e0ca680b6235e Binary files /dev/null and b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_all_tf.pdf differ diff --git a/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_all_tf_ratio.pdf b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_all_tf_ratio.pdf new file mode 100644 index 0000000000000000000000000000000000000000..320c7e4b492987044a3d5ca5fe5e9de0d1115680 Binary files /dev/null and b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_all_tf_ratio.pdf differ diff --git a/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_all_tf_ratio_zoomed.pdf b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_all_tf_ratio_zoomed.pdf new file mode 100644 index 0000000000000000000000000000000000000000..45a8d5aa06e23e238f3300bd032114f67eb9c0a6 Binary files /dev/null and b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_all_tf_ratio_zoomed.pdf differ diff --git a/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_calib_state_vector.pdf b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_calib_state_vector.pdf new file mode 100644 index 0000000000000000000000000000000000000000..3362180cca3e30f6b79cd3a6f02b2d6d5b22f99e Binary files /dev/null and b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_calib_state_vector.pdf differ diff --git a/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_plot_GDS-CALIB_F_CC_NOGATE.png b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_plot_GDS-CALIB_F_CC_NOGATE.png new file mode 100644 index 0000000000000000000000000000000000000000..310338861f6efea0be850952e29309d8728bbfe2 Binary files /dev/null and b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_plot_GDS-CALIB_F_CC_NOGATE.png differ diff --git a/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_plot_GDS-CALIB_KAPPA_C_NOGATE.png b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_plot_GDS-CALIB_KAPPA_C_NOGATE.png new file mode 100644 index 0000000000000000000000000000000000000000..63065d77a9f91c92f4e59d8bdd7649be3049a209 Binary files /dev/null and b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_plot_GDS-CALIB_KAPPA_C_NOGATE.png differ diff --git a/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_plot_GDS-CALIB_KAPPA_PUM_IMAGINARY_NOGATE.png b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_plot_GDS-CALIB_KAPPA_PUM_IMAGINARY_NOGATE.png new file mode 100644 index 0000000000000000000000000000000000000000..ce252655d79e7ef96a3c07ac34617137db373c93 Binary files /dev/null and b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_plot_GDS-CALIB_KAPPA_PUM_IMAGINARY_NOGATE.png differ diff --git a/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_plot_GDS-CALIB_KAPPA_PUM_REAL_NOGATE.png b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_plot_GDS-CALIB_KAPPA_PUM_REAL_NOGATE.png new file mode 100644 index 0000000000000000000000000000000000000000..17b0d648b4dd6657940643952223ae4ba5ef990a Binary files /dev/null and b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_plot_GDS-CALIB_KAPPA_PUM_REAL_NOGATE.png differ diff --git a/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_plot_GDS-CALIB_KAPPA_TST_IMAGINARY_NOGATE.png b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_plot_GDS-CALIB_KAPPA_TST_IMAGINARY_NOGATE.png new file mode 100644 index 0000000000000000000000000000000000000000..11961de374dd3d0f3e0fc459edb5b562867c34a9 Binary files /dev/null and b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_plot_GDS-CALIB_KAPPA_TST_IMAGINARY_NOGATE.png differ diff --git a/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_plot_GDS-CALIB_KAPPA_TST_REAL_NOGATE.png b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_plot_GDS-CALIB_KAPPA_TST_REAL_NOGATE.png new file mode 100644 index 0000000000000000000000000000000000000000..c69d0703578d8c1d5d049333a49f0d072892982f Binary files /dev/null and b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_plot_GDS-CALIB_KAPPA_TST_REAL_NOGATE.png differ diff --git a/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_plot_GDS-CALIB_KAPPA_UIM_IMAGINARY_NOGATE.png b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_plot_GDS-CALIB_KAPPA_UIM_IMAGINARY_NOGATE.png new file mode 100644 index 0000000000000000000000000000000000000000..0a666a12bede76a7a3e2731f8527c1c3e490551b Binary files /dev/null and b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_plot_GDS-CALIB_KAPPA_UIM_IMAGINARY_NOGATE.png differ diff --git a/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_plot_GDS-CALIB_KAPPA_UIM_REAL_NOGATE.png b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_plot_GDS-CALIB_KAPPA_UIM_REAL_NOGATE.png new file mode 100644 index 0000000000000000000000000000000000000000..831813adacb2ebbeadf80321f372ba6111ea28bc Binary files /dev/null and b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_plot_GDS-CALIB_KAPPA_UIM_REAL_NOGATE.png differ diff --git a/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_spectrum_comparison.png b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_spectrum_comparison.png new file mode 100644 index 0000000000000000000000000000000000000000..bfd9cc2549586dedafa01cfd68115a1f0ce073ad Binary files /dev/null and b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_1232323420_1232323636_spectrum_comparison.png differ diff --git a/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_hoft_GDS_frames.cache b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_hoft_GDS_frames.cache new file mode 100644 index 0000000000000000000000000000000000000000..dcbfb83e6c2e83a600432fbfeb9482b66350fdd6 --- /dev/null +++ b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_hoft_GDS_frames.cache @@ -0,0 +1,16 @@ +H H1GDS_TEST 1228942464 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/Frames/ER13/H1/GDS/H-H1GDS_TEST-1228942464-64.gwf +H H1GDS_TEST 1228942528 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/Frames/ER13/H1/GDS/H-H1GDS_TEST-1228942528-64.gwf +H H1GDS_TEST 1228942592 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/Frames/ER13/H1/GDS/H-H1GDS_TEST-1228942592-64.gwf +H H1GDS_TEST 1228942656 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/Frames/ER13/H1/GDS/H-H1GDS_TEST-1228942656-64.gwf +H H1GDS_TEST 1231117760 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/Frames/ER13/H1/GDS/H-H1GDS_TEST-1231117760-64.gwf +H H1GDS_TEST 1231117824 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/Frames/ER13/H1/GDS/H-H1GDS_TEST-1231117824-64.gwf +H H1GDS_TEST 1231117888 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/Frames/ER13/H1/GDS/H-H1GDS_TEST-1231117888-64.gwf +H H1GDS_TEST 1231117952 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/Frames/ER13/H1/GDS/H-H1GDS_TEST-1231117952-64.gwf +H H1GDS_TEST 1231118016 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/Frames/ER13/H1/GDS/H-H1GDS_TEST-1231118016-64.gwf +H H1GDS_TEST 1231118080 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/Frames/ER13/H1/GDS/H-H1GDS_TEST-1231118080-64.gwf +H H1GDS_TEST 1231118144 17 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/Frames/ER13/H1/GDS/H-H1GDS_TEST-1231118144-17.gwf +H H1GDS_TEST 1232323392 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/Frames/ER13/H1/GDS/H-H1GDS_TEST-1232323392-64.gwf +H H1GDS_TEST 1232323456 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/Frames/ER13/H1/GDS/H-H1GDS_TEST-1232323456-64.gwf +H H1GDS_TEST 1232323520 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/Frames/ER13/H1/GDS/H-H1GDS_TEST-1232323520-64.gwf +H H1GDS_TEST 1232323584 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/Frames/ER13/H1/GDS/H-H1GDS_TEST-1232323584-64.gwf +H H1GDS_TEST 1232323648 64 file://localhost/home/wademc/src/gstlal/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/Frames/ER13/H1/GDS/H-H1GDS_TEST-1232323648-64.gwf diff --git a/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_raw_frames.cache b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_raw_frames.cache new file mode 100644 index 0000000000000000000000000000000000000000..b7071cb28cc715f5a802681b1d16060afe0058f2 --- /dev/null +++ b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/H1_raw_frames.cache @@ -0,0 +1,8 @@ +H H1_R 1232323200 64 file://localhost/hdfs/frames/postO2/raw/H1/H-H1_R-12323/H-H1_R-1232323200-64.gwf +H H1_R 1232323264 64 file://localhost/hdfs/frames/postO2/raw/H1/H-H1_R-12323/H-H1_R-1232323264-64.gwf +H H1_R 1232323328 64 file://localhost/hdfs/frames/postO2/raw/H1/H-H1_R-12323/H-H1_R-1232323328-64.gwf +H H1_R 1232323392 64 file://localhost/hdfs/frames/postO2/raw/H1/H-H1_R-12323/H-H1_R-1232323392-64.gwf +H H1_R 1232323456 64 file://localhost/hdfs/frames/postO2/raw/H1/H-H1_R-12323/H-H1_R-1232323456-64.gwf +H H1_R 1232323520 64 file://localhost/hdfs/frames/postO2/raw/H1/H-H1_R-12323/H-H1_R-1232323520-64.gwf +H H1_R 1232323584 64 file://localhost/hdfs/frames/postO2/raw/H1/H-H1_R-12323/H-H1_R-1232323584-64.gwf +H H1_R 1232323648 64 file://localhost/hdfs/frames/postO2/raw/H1/H-H1_R-12323/H-H1_R-1232323648-64.gwf diff --git a/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/Makefile.ASD_comparison b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/Makefile.ASD_comparison new file mode 100644 index 0000000000000000000000000000000000000000..bf35f9b8478f302487a352ae1628b38d20ca2ccd --- /dev/null +++ b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/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 + +clean: + rm *.png + diff --git a/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/Makefile.calib_version_comparison b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/Makefile.calib_version_comparison new file mode 100644 index 0000000000000000000000000000000000000000..43ee130b15d97ca52b649fc784cd17864b0c15b4 --- /dev/null +++ b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/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/gstlal-calibration-1.2.6-tests/kappas_test/Makefile.latency b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/Makefile.latency new file mode 100644 index 0000000000000000000000000000000000000000..03cbc521ef02be6cfe141b100531d599757df60a --- /dev/null +++ b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/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/gstlal-calibration-1.2.6-tests/kappas_test/Makefile.lines_ratio b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/Makefile.lines_ratio new file mode 100644 index 0000000000000000000000000000000000000000..ae6edaaae15e37bb514de8ab2a4935a06bb3f277 --- /dev/null +++ b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/Makefile.lines_ratio @@ -0,0 +1,8 @@ +all: lines_ratio_DCS + +lines_ratio_DCS: $(IFO)1_hoft_DCS_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_DCS_frames.cache --numerator-frame-cache $(IFO)1_hoft_DCS_frames.cache --denominator-channel-name 'DCS-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/gstlal-calibration-1.2.6-tests/kappas_test/Makefile.noise_subtraction_tf b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/Makefile.noise_subtraction_tf new file mode 100644 index 0000000000000000000000000000000000000000..b26758c95a0e294128e3c878650640305306c9c0 --- /dev/null +++ b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/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/gstlal-calibration-1.2.6-tests/kappas_test/Makefile.response_function b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/Makefile.response_function new file mode 100644 index 0000000000000000000000000000000000000000..7b070d80d8ba8bf9945d4bf717e031068452ed8a --- /dev/null +++ b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/Makefile.response_function @@ -0,0 +1,11 @@ +all: GDS_response_function_bode_plot + +FILTERS_FILE = /home/wademc/calibration/aligocalibration/aligocalibration/trunk/Runs/O3/H1/Scripts/TDfilters/H1GDS_1231861863.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) + + +clean: + rm *.pdf + diff --git a/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/Makefile.statevector b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/Makefile.statevector new file mode 100644 index 0000000000000000000000000000000000000000..5733f7338eaed970ea286d6177244e6cf182f926 --- /dev/null +++ b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/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/gstlal-calibration-1.2.6-tests/kappas_test/Makefile.timeserieskappas b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/Makefile.timeserieskappas new file mode 100644 index 0000000000000000000000000000000000000000..09c2e73a71bf4f268b370827b8d10ecbd9e01353 --- /dev/null +++ b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/Makefile.timeserieskappas @@ -0,0 +1,18 @@ +CHANNEL1 = CALIB_KAPPA_C_NOGATE +CHANNEL2 = CALIB_KAPPA_PUM_REAL_NOGATE +CHANNEL3 = CALIB_KAPPA_TST_REAL_NOGATE +CHANNEL4 = CALIB_F_CC_NOGATE +CHANNEL5 = CALIB_KAPPA_PUM_IMAGINARY_NOGATE +CHANNEL6 = CALIB_KAPPA_TST_IMAGINARY_NOGATE +CHANNEL7 = CALIB_KAPPA_UIM_REAL_NOGATE +CHANNEL8 = CALIB_KAPPA_UIM_IMAGINARY_NOGATE + +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)' --frame-cache $(IFO)1_hoft_GDS_frames.cache --ifo $(IFO)1 + + +clean: + rm *.png + diff --git a/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/kappas_test.ini b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/kappas_test.ini new file mode 100644 index 0000000000000000000000000000000000000000..8ef6cafe6fe10159b4e3e4aaf84675c0f665c0cf --- /dev/null +++ b/gstlal-calibration/tests/gstlal-calibration-1.2.6-tests/kappas_test/kappas_test.ini @@ -0,0 +1,389 @@ +[InputConfigurations] +# Track what "version" of config file this is, so that the pipeline knows which options are present in this file +ConfigVersion: 1 +# Filters file containing calibration FIR filters +FiltersFileName: H1GDS_1228834250.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: H1GDS_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 + +[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 + +# Set this to use a calibration line injected using the UIM stage of actuation to compute \kappa_U. Otherwise, the DARM_ctrl line is used. +UseUIMLine: Yes + +ComputeKappaC: Yes +ApplyKappaC: 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 +################################################## +# 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 +ExpectedFcc: 428.9 +ExpectedFs: 5.888 +ExpectedSRCQ: 4.254 +################################ +# 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: 60 +# 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: 60 +# 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 # +#################################### +#InputDQChannel: ODC-MASTER_CHANNEL_OUT_DQ +LowNoiseStateChannel: GRD-ISC_LOCK_OK +#HWInjChannel: CAL-INJ_STATUS_OUT_DQ +HWInjChannel: ODC-MASTER_CHANNEL_OUT_DQ +ObsIntentChannel: ODC-MASTER_CHANNEL_OUT_DQ +#FilterClockChannelList: GRD-ISC_LOCK_LOAD_STATUS;GRD-ISC_LOCK_STATE_N +FilterClockChannelList: GRD-ISC_LOCK_OK +NoiseSubGateChannel: 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_TX_PD_OUT_DQ +####################################### +# 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 +# FIXME: This is a hack. gstlal_compute_strain needs to not require this channel in the next release! +CohUncDARMLine1Channel: CAL-CS_TDEP_SUS_LINE3_UNCERTAINTY +################################### +# Noise Subtraction Channel Names # +################################### +PowerLinesChannel: PEM-EY_MAINSMON_EBAY_1_DQ +# Comma-separated list of witness channels to use to subtract noise from h(t) +# Set to None if no witness channels are to be used +#WitnessChannelList: IMC-WFS_A_DC_PIT_OUT_DQ,IMC-WFS_B_DC_PIT_OUT_DQ,IMC-WFS_A_DC_YAW_OUT_DQ,IMC-WFS_B_DC_YAW_OUT_DQ;PSL-DIAG_BULLSEYE_YAW_OUT_DQ,PSL-DIAG_BULLSEYE_WID_OUT_DQ,PSL-DIAG_BULLSEYE_PIT_OUT_DQ +WitnessChannelList: None +############################### +# 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_LINE4_REF_C_NOCAVPOLE_REAL +EP11ImagChannel: CAL-CS_TDEP_PCAL_LINE4_REF_C_NOCAVPOLE_IMAG +EP12RealChannel: CAL-CS_TDEP_PCAL_LINE4_REF_D_REAL +EP12ImagChannel: CAL-CS_TDEP_PCAL_LINE4_REF_D_IMAG +EP13RealChannel: CAL-CS_TDEP_PCAL_LINE4_REF_A_TST_REAL +EP13ImagChannel: CAL-CS_TDEP_PCAL_LINE4_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_LINE4_REF_A_PUM_REAL +EP20ImagChannel: CAL-CS_TDEP_PCAL_LINE4_REF_A_PUM_IMAG +EP21RealChannel: CAL-CS_TDEP_PCAL_LINE4_REF_A_UIM_REAL +EP21ImagChannel: CAL-CS_TDEP_PCAL_LINE4_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: 16384 +# Sample rate list for chanels being used to trigger filter settling clock +#FilterClockSRList: 16;16 +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 rate for power lines channel +PowerLinesChannelSR: 1024 +# 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: 2048;2048 +# Sample rates at which to compute and record TDCFs +ComputeFactorsSR: 16 +RecordFactorsSR: 16 + +[Bitmasks] +#ObsReadyBitmask: 4 +#ObsIntentBitmask: 2 +CBCHWInjBitmask: 16777216 +BurstHWInjBitmask: 33554432 +DetCharHWInjBitmask: 67108864 +StochHWInjBitmask: 8388608 +NoiseSubGateBitmask: 2 +ObsIntentBitmask: 2 +LowNoiseBitmask: 1 +#FilterClockBitmaskList: 2;550 +FilterClockBitmaskList: 1 +#CBCHWInjOffBitmask: 8 +#BurstHWInjOffBitmask: 16 +#DetCharHWInjOffBitmask: 32 +#StochHWInjOffBitmas: 64 + +[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 noise 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 +# Subtract the power lines from the h(t) spectrum +RemovePowerLines: No +######################################### +# Options for running noise subtraction # +######################################### +# Amount by which frequency of power lines varies with time +PowerLinesFreqVar: 0.02 +# Time over which to average the transfer function between the power mains witness channel and h(t) at 60 Hz and harmonics +PowerLinesTFAveragingTime: 128 +####################################### +# 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: 1800 +# Sets the minimum number of FFTs necessary to produce the first transfer functions and clean data after data flow starts. +MinWitnessFFTs: 400 +# The length in seconds of the filters applied to the witness channels before subtracting from h(t) +WitnessFIRLength: 0.5 +# 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: 1.0 +# 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: 495.0,515.0,985.0,1015.0;495.0,515.0,985.0,1015.0 +# 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: 3600 +# 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: 10 +# 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 +############################### +# 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: 20.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: 40 +# 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: 100 +# 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: 500