Files
ap/scripts/env_setup.sh
2023-08-22 11:51:15 +02:00

29 lines
810 B
Bash
Executable File

#!/bin/bash
export PGROUP=<EDIT HERE>
export BEAMLINE=<EDIT HERE>
# Choice: alvra bernina cristallina furka maloja
export DETECTOR_NAME=<EDIT HERE>
# Possible choice: JF06T08V04 JF06T32V04 JF17T16V01
#for Alvra(rounding 0.25): 4000 and lower
#for Cristallina (photon counts): 10
# edit run_index.*.sh file(s) for (more) indexing options
export THRESHOLD_INDEXING=<EDIT HERE>
export LOGBOOK=<EDIT HERE>
# Possible choice: None (if no google logbook feeling)
#-----------------------------------------------------
export GEOM_FILE=${DETECTOR_NAME}.geom
export BASEDIR=/sf/${BEAMLINE}/data/${PGROUP}/res
# Location of preinstalled conda environment. In case of different location - change next lines accordingly
source /sf/jungfrau/applications/miniconda3/etc/profile.d/conda.sh
conda activate ap