copied files from sf-dap repository
This commit is contained in:
28
scripts/env_setup.sh
Executable file
28
scripts/env_setup.sh
Executable 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
|
||||
Reference in New Issue
Block a user