2,684
edits
m (→XDS_from_H5.py script for generating XDS.INP given a master .h5 file: set albula lib version to 3.2 (from 3.1)) |
|||
Line 130: | Line 130: | ||
# i.e. if ALBULA was installed without "--python=</path/to/python_interpreter>" | # i.e. if ALBULA was installed without "--python=</path/to/python_interpreter>" | ||
# Define correct path to ALBULA API: | # Define correct path to ALBULA API: | ||
sys.path.insert(0,"/usr/local/dectris/albula/3. | sys.path.insert(0,"/usr/local/dectris/albula/3.2/python") | ||
try: | try: | ||
import dectris.albula as dec | import dectris.albula as dec | ||
Line 181: | Line 181: | ||
JOB= XYCORR INIT COLSPOT IDXREF DEFPIX ! XPLAN INTEGRATE CORRECT | JOB= XYCORR INIT COLSPOT IDXREF DEFPIX ! XPLAN INTEGRATE CORRECT | ||
! MAXIMUM_NUMBER_OF_JOBS=8 !Speeds up COLSPOT & INTEGRATE on multicore machine | |||
! MAXIMUM_NUMBER_OF_PROCESSORS=4!<32;ignored by single cpu version of xds | |||
!SECONDS=0 !Maximum number of seconds to wait until data image must appear | !SECONDS=0 !Maximum number of seconds to wait until data image must appear | ||
!TEST=1 !Test flag. 1,2 additional diagnostics and images | !TEST=1 !Test flag. 1,2 additional diagnostics and images | ||
Line 701: | Line 701: | ||
exit(-1) | exit(-1) | ||
</pre> | </pre> | ||
== See also == | == See also == | ||
[[Performance]] | [[Performance]] |