Skip to content

Commit fc79ddc

Browse files
authored
Merge pull request #40 from VERITAS-Observatory/v490-dev-0.6
v490-beta6 - uploading to UCLA
2 parents 1924f3d + 9d0104c commit fc79ddc

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

IRF_GAMMAHADRONCUTS.dat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
NTel2-PointSource-Moderate
2+
NTel2-PointSource-Soft

pack_irfs_pack_ucla.sh

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ mkdir -p ${DDIR}
1111

1212
# list of cuts
1313
CLISTNV=$(cat IRF_GAMMAHADRONCUTS.dat)
14-
CLISTRV=$(cat IRF_GAMMAHADRONCUTS_RV.dat)
15-
CLISTUV=$(cat IRF_GAMMAHADRONCUTS_UV.dat)
14+
# CLISTRV=$(cat IRF_GAMMAHADRONCUTS_RV.dat)
15+
# CLISTUV=$(cat IRF_GAMMAHADRONCUTS_UV.dat)
1616

1717
pack_radial_acceptances()
1818
{
@@ -50,6 +50,9 @@ pack_effectiveareas_V6()
5050
else
5151
EPOCHS=$(cat IRF_EPOCHS_WINTER.dat | sort -u)
5252
fi
53+
# required, as IRFs for some operation mode are
54+
# available only for one atmosphere
55+
ASAVE=${A}
5356

5457
for I in ${EPOCHS[@]}
5558
do
@@ -63,6 +66,7 @@ pack_effectiveareas_V6()
6366
continue
6467
fi
6568
A="ATM21"
69+
ASAVE="ATM61"
6670
fi
6771
if [[ ${F} == "RedHV" ]]; then
6872
CLIST=${CLISTRV}
@@ -92,6 +96,7 @@ pack_effectiveareas_V6()
9296
echo "Packing EffectiveAreas $F $I $A ${T} ${D}.tar (no files)"
9397
fi
9498
done
99+
A=${ASAVE}
95100
done
96101
done
97102
done

put_irfs_to_ucla.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ command -v bbftp >/dev/null 2>&1 || { echo >&2 "bbftp is not installed. Aborting
1414

1515
# Eventdisplay version
1616
VERSION=$(cat IRFVERSION)
17+
VERSION="${VERSION}-beta.1"
1718
if [[ $IRFTYPE ]]; then
1819
VERSION=${VERSION}${IRFTYPE}
1920
fi

0 commit comments

Comments
 (0)