Skip to content
Snippets Groups Projects
Commit fd3683b7 authored by John Zweizig's avatar John Zweizig
Browse files

Fix Clean & Nolines sensmonitor input partitions

parent 04485f0d
No related branches found
No related tags found
1 merge request!54Fix Clean sensemon partition specifications
......@@ -339,7 +339,8 @@ SenseMonitor_CAL_H1 125 \
# Clean sensemonitor channels
#
SenseMonitor_Clean_H1 100 \
{SenseMonitor -config SenseMonitor_Clean_H1.conf} \
{SenseMonitor -config SenseMonitor_Clean_H1.conf \
-partition $DQHOFTPART} \
{$htpart} \
{-no-output:data} \
{SenseMonitor_Clean_H1.conf ReferenceCalibration_Clean_H1.xml \
......@@ -348,7 +349,8 @@ SenseMonitor_Clean_H1 100 \
# Nolines sensemonitor channels
#
SenseMonitor_Nolines_H1 100 \
{SenseMonitor -config SenseMonitor_Nolines_H1.conf} \
{SenseMonitor -config SenseMonitor_Nolines_H1.conf \
-partition $DQHOFTPART} \
{$htpart} \
{-no-output:data} \
{SenseMonitor_Nolines_H1.conf ReferenceCalibration_Nolines_H1.xml \
......
......@@ -151,7 +151,8 @@ SenseMonitor_HOFT_H1 125 \
# Clean sensemonitor channels
#
SenseMonitor_Clean_H1_R 100 \
{SenseMonitor -config SenseMonitor_Clean_H1.conf} \
{SenseMonitor -config SenseMonitor_Clean_H1.conf \
-partition $DQHOFTPART} \
{$htpart} \
{-no-output:data} \
{SenseMonitor_Clean_H1.conf ReferenceCalibration_Clean_H1.xml \
......@@ -160,7 +161,8 @@ SenseMonitor_Clean_H1_R 100 \
# Nolines sensemonitor channels
#
SenseMonitor_Nolines_H1_R 100 \
{SenseMonitor -config SenseMonitor_Nolines_H1.conf} \
{SenseMonitor -config SenseMonitor_Nolines_H1.conf \
-partition $DQHOFTPART} \
{$htpart} \
{-no-output:data} \
{SenseMonitor_Nolines_H1.conf ReferenceCalibration_Nolines_H1.xml \
......
......@@ -319,7 +319,8 @@ SenseMonitor_BBH_30_30_L1 150 \
# Clean sensemonitor channels
#
SenseMonitor_Clean_L1 100 \
{SenseMonitor -config SenseMonitor_Clean_L1.conf} \
{SenseMonitor -config SenseMonitor_Clean_L1.conf \
-partition $DQHOFTPART} \
{$htpart} \
{-no-output:data} \
{SenseMonitor_Clean_L1.conf ReferenceCalibration_Clean_L1.xml \
......@@ -327,8 +328,9 @@ SenseMonitor_Clean_L1 100 \
#
# Nolines sensemonitor channels
#
SenseMonitor_Nolines_H1 100 \
{SenseMonitor -config SenseMonitor_Nolines_L1.conf} \
SenseMonitor_Nolines_L1 100 \
{SenseMonitor -config SenseMonitor_Nolines_L1.conf \
-partition $DQHOFTPART} \
{$htpart} \
{-no-output:data} \
{SenseMonitor_Nolines_L1.conf ReferenceCalibration_Nolines_L1.xml \
......
......@@ -150,7 +150,8 @@ SenseMonitor_HOFT_L1_R 125 \
# Clean sensemonitor channels
#
SenseMonitor_Clean_L1_R 100 \
{SenseMonitor -config SenseMonitor_Clean_L1.conf} \
{SenseMonitor -config SenseMonitor_Clean_L1.conf \
-partition $DQHOFTPART} \
{$htpart} \
{-no-output:data} \
{SenseMonitor_Clean_L1.conf ReferenceCalibration_Clean_L1.xml \
......@@ -159,7 +160,8 @@ SenseMonitor_Clean_L1_R 100 \
# Nolines sensemonitor channels
#
SenseMonitor_Nolines_L1_R 100 \
{SenseMonitor -config SenseMonitor_Nolines_L1.conf} \
{SenseMonitor -config SenseMonitor_Nolines_L1.conf \
-partition $DQHOFTPART} \
{$htpart} \
{-no-output:data} \
{SenseMonitor_Nolines_L1.conf ReferenceCalibration_Nolines_L1.xml \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment