29 lines
643 B
Bash
Executable File
29 lines
643 B
Bash
Executable File
#!/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
|