CDS detector added
Former-commit-id: a72f30f90d22cc3c7ff6059e0254e47911bb5af1 Former-commit-id: db0264bdbe5136b6e6dc44e4788175a257439643
This commit is contained in:
@ -24,8 +24,8 @@
|
||||
|
||||
# -- CAUTION -- Works as long than the script
|
||||
# is not called through a symlink
|
||||
SCRIPT_DIR="$(dirname ${BASH_SOURCE[0]})"
|
||||
source ${SCRIPT_DIR}/../lib/lookforIR.lib.sh
|
||||
THIS_DIR="$(dirname ${BASH_SOURCE[0]})"
|
||||
source ${THIS_DIR}/../lib/lookforIR.lib.sh
|
||||
|
||||
ORG_DEBUG=1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
source "${SCRIPT_DIR}/../../../scripts/bash_init.sh"
|
||||
source "${THIS_DIR}/../../../scripts/bash_init.sh"
|
||||
|
||||
SELECTIR="${PROG_DIR}/../../normalize/lib/selectIR.py"
|
||||
|
||||
|
@ -6,8 +6,8 @@
|
||||
|
||||
# -- CAUTION -- Works as long than the script
|
||||
# is not called through a symlink
|
||||
SCRIPT_DIR="$(dirname ${BASH_SOURCE[0]})"
|
||||
source "${SCRIPT_DIR}/../../../scripts/bash_init.sh"
|
||||
THIS_DIR="$(dirname ${BASH_SOURCE[0]})"
|
||||
source "${THIS_DIR}/../../../scripts/bash_init.sh"
|
||||
|
||||
pushTmpDir ORG.buildSCDB
|
||||
|
||||
|
@ -23,8 +23,8 @@
|
||||
|
||||
# -- CAUTION -- Works as long than the script
|
||||
# is not called through a symlink
|
||||
SCRIPT_DIR="$(dirname ${BASH_SOURCE[0]})"
|
||||
source "${SCRIPT_DIR}/../../../scripts/bash_init.sh"
|
||||
THIS_DIR="$(dirname ${BASH_SOURCE[0]})"
|
||||
source "${THIS_DIR}/../../../scripts/bash_init.sh"
|
||||
|
||||
|
||||
pushTmpDir ORG.coorienteSC
|
||||
|
Reference in New Issue
Block a user