Skip to content

Commit

Permalink
fix example stitch settings bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ieivanov committed Apr 28, 2024
1 parent 97c322b commit 6b7610a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mantis/analysis/settings/example_stitch_settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ column_translation: [967.9, -7.45] # translation distance in (x, y) in pixels w
row_translation: [7.78, 969] # translation distance in (x, y) in pixels when moving across rows
channels: [Default] # may be null in which case all channels will be stitched
preprocessing:
- fliplr: true
- flipud: true
fliplr: true
flipud: true
postprocessing:
- fliplr: false
- flipud: false
fliplr: false
flipud: false

0 comments on commit 6b7610a

Please sign in to comment.