Skip to content
Snippets Groups Projects
Commit 9c81f4c0 authored by Marie-Anne Bizouard's avatar Marie-Anne Bizouard
Browse files

Add V1

parent d566fd09
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ GPS_END=$3
CAL=$4
HWINJ=$5
IFOS=('H1' 'L1')
IFOS=('H1' 'L1' 'V1')
NB=${#IFOS[@]}
case $RUN in
......@@ -50,11 +50,16 @@ case $RUN in
IFOS_SCIENCE_FLAG[i]=${IFOS[$i]}":DCS-ANALYSIS_READY_C01:1" # C01
# IFOS_SCIENCE_FLAG[i]=${IFOS[$i]}":DCS-ANALYSIS_READY_C02" # C02
# IFOS_SCIENCE_FLAG[i]=${IFOS[$i]}":DCH-CLEAN_SCIENCE_C02" # C02 cleaned
if [ ${IFOS[$i]} == "V1" ]; then
IFOS_SCIENCE_FLAG[i]=${IFOS[$i]}":ITF_SCIENCE:2" # C01
fi
echo $i ${IFOS[$i]} ${IFOS_SCIENCE_FLAG[i]}
done
;;
esac
echo ${IFOS_SCIENCE_FLAG[1]}
# Get the segments
#export X509_USER_CERT=/home/${USER}/.globus/detcharcert.pem
#export X509_USER_KEY=/home/${USER}/.globus/detcharkey.pem
......@@ -76,6 +81,7 @@ for i in `seq 0 $(( ${NB}-1 ))` ; do
mv tmp.txt ${IFOS[$i]}-SCIENCE.txt
done
# Get the CAT1 segments
if [ ${RUN} == "ER7" ]; then
DEFINER_FILE_BURST="../H1L1-HOFT_C00_ER8A_BURST.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