copied files from sf-dap repository

This commit is contained in:
Dmitry Ozerov
2023-08-14 12:52:08 +02:00
parent a05be1c8b8
commit 307202e657
10 changed files with 857 additions and 0 deletions

28
scripts/env_setup.sh Executable file
View File

@@ -0,0 +1,28 @@
#!/bin/bash
DIRNAME=`dirname ${BASH_SOURCE}`
#export PGROUP=`cat ${DIRNAME}/PGROUP`
export PGROUP=...
export BEAMLINE=alvra
# alvra bernina cristallina furka maloja
BASEDIR=/sf/${BEAMLINE}/data/${PGROUP}/res
source /sf/jungfrau/applications/miniconda3/etc/profile.d/conda.sh
conda activate sf-dap
export DETN=JF06T08V03
# JF06T08V03 JF06T32V03 JF17T16V01
export GEOM_FILE=${DETN}.geom
#for Alvra(rounding 0.25): 4000 and lower
#for Cristallina (photon counts): 10
# edit run_index.*.sh file(s) for indexing options
export THRESHOLD_INDEXING=10
#LOGBOOK="https://docs.google.com/spreadsheets/...."
SRCDIR=$PWD