28 lines
624 B
Bash
Executable File
28 lines
624 B
Bash
Executable File
#!/bin/bash
|
|
|
|
DIRNAME=`dirname ${BASH_SOURCE}`
|
|
|
|
export PGROUP=<EDIT HERE>
|
|
|
|
export BEAMLINE=alvra
|
|
# Choice: 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=<EDIT HERE>
|
|
# Possible choice: JF06T08V04 JF06T32V04 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/...."
|
|
|
|
CONFIG_DIR=$PWD
|