Skip to content

Commit

Permalink
finalized SLF tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
jyeatman committed Aug 23, 2023
1 parent 0b6baac commit f9b55a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/tutorial_examples/add_custom_bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,11 @@
# properly rendered into the web-page containing this example. It is not
# necessary to do this when running this type of analysis.

montage = my_afq.montage("L_SLF1", (2, 4), "Sagittal", "left")
montage = my_afq.montage("L_SLF1", (2, 4), "Sagittal", "left", slice_pos=0.4)
shutil.copy(montage[0], op.split(montage[0])[-1])
montage = my_afq.montage("L_SLF2", (2, 4), "Sagittal", "left")
montage = my_afq.montage("L_SLF2", (2, 4), "Sagittal", "left", slice_pos=0.4)
shutil.copy(montage[0], op.split(montage[0])[-1])
montage = my_afq.montage("L_SLF3", (2, 4), "Sagittal", "left")
montage = my_afq.montage("L_SLF3", (2, 4), "Sagittal", "left", slice_pos=0.4)
shutil.copy(montage[0], op.split(montage[0])[-1])

#############################################################################
Expand Down

0 comments on commit f9b55a9

Please sign in to comment.