Tested machine update

This commit is contained in:
2025-05-28 12:08:45 +02:00
parent fa3c51a1a2
commit 3dd82d9c7f
9 changed files with 137 additions and 26 deletions

14
runOpticsTools.sh Executable file
View File

@@ -0,0 +1,14 @@
#!/bin/bash
BASEDIR=$(dirname $0)
echo "Script location: ${BASEDIR}"
# runs in the sfbd conda environment SLIC
source /sf/bd/packages/conda/etc/profile.d/conda.sh
conda activate slic
export PYTHONPATH=/sf/bd/packages/slic:/sf/bd/packages/sfbd:/sf/bd/packages/bstrd:/sf/bd/packages/pyrealta:/sf/bd/packages/onlinemodel:$PYTHONPATH
cd $BASEDIR
python OpticsTools.py
# needs command line arguments
#-debug 1 -offline 0