1
- # %YAML 1.2
2
1
---
3
2
4
3
_initialise_class :
@@ -49,7 +48,7 @@ settings:
49
48
# NB to get sensible results you should use the default values for resolution and
50
49
# wavelength, and the default Eiger 16M detector
51
50
# Otherwise the UI may still work, but the indexing solutions will be weird
52
- # use_preset_spotdir: true
51
+ # use_preset_spotdir: True
53
52
54
53
55
54
defaults :
@@ -100,8 +99,7 @@ settings:
100
99
# Multiple acquisitions in order - characterisation then main
101
100
# passed to set_pre_strategy_params and set_pre_acquisition_params
102
101
# NB as long as we only acquire either characterisation+main or diffractcal
103
- # the code will use list[0] for the first acquisition
104
- # and list[-1] for the main one
102
+ # the code will use list[0] for the first acquisition and list[-1] for the main one
105
103
auto_acq_parameters :
106
104
# For characterisation acquisition
107
105
- exposure_time : 0.02
@@ -140,7 +138,7 @@ settings:
140
138
# File name prefix for workflow log files
141
139
co.gphl.wf.persistName : wf
142
140
143
- # Switch to pass log to stdout. Defaults to true
141
+ # Switch to pass log to stdout. Defaults to True
144
142
# co.gphl.wf.logStdout: false
145
143
146
144
# Properties applied after the java command - syntax as above-->
@@ -158,7 +156,7 @@ settings:
158
156
# co.gphl.wf.procRootCheck: false
159
157
160
158
# Parameters to individual applications
161
- # Switch devMod to true to activate development parameters
159
+ # Switch devMod to True to activate development parameters
162
160
# NB needed as of 20231116 no longer in active use
163
161
# co.gphl.wf.devMode: true
164
162
# For stratcal configuration switches edit run_stratcal_wrap.py script instead
0 commit comments