We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b85a38 commit 8961899Copy full SHA for 8961899
analysis/CTA.separateDispTrainingEvndispFiles.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
#
3
-# Separate training files for DispBDT traing
+# Separate training files for DispBDT training
4
5
# - fraction of gamma_cone and gamma_onSource
6
# - random selection of files
@@ -38,7 +38,7 @@ if [[ $1 == *Paranal* ]]; then
38
fi
39
40
if [[ ! -e ${2} ]]; then
41
- echo "Error: layout list not found ${3}"
+ echo "Error: layout list not found ${2}"
42
exit
43
44
0 commit comments