Skip to content

Commit 5566414

Browse files
Fix the incorrect indentation of the helical section (in the default_acquisition_parameters section) of the beamline configuration file
1 parent 80c430d commit 5566414

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

demo/beamline_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ configuration:
103103
disable_processing: false # Not really needed (default is already false)
104104
# NB 'compression' not added as apparently never used
105105

106-
helical:
107-
# Defaults for helical scan. Missing values are taken from default
108-
number_of_images: 100
106+
helical:
107+
# Defaults for helical scan. Missing values are taken from default
108+
number_of_images: 100
109109

110110
characterisation:
111111
# Defaults for characterisation. Missing values are taken from default

0 commit comments

Comments
 (0)