Skip to content

Commit

Permalink
Changed pipeline.sh to reflect notebook changes
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinceWalnut committed Oct 4, 2023
1 parent dcf9183 commit 54cfb33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ dials.import geometry.scan.oscillation=0,1 \
input.template=$FILE_INPUT_TEMPLATE

# Get a monochromatic geometry model
laue.initial_solution imported.expt \
laue.initial_solution imported.expt spotfinder.spotfinder.threshold.dispersion.gain=0.3 \
indexer.indexing.known_symmetry.space_group=19 \
indexer.indexing.refinement_protocol.mode=refine_shells \
indexer.refinement.parameterisation.auto_reduction.action=fix \
laue_output.index_only=False \
spotfinder.lookup.mask="pixels.mask"

# Split sequence into stills
Expand Down

0 comments on commit 54cfb33

Please sign in to comment.