File tree Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ """
2+ .. _example_sulcal_graph:
3+
4+ ===================================
5+ Example of sulcal graph in slam
6+ ===================================
7+ """
8+
9+ # Authors:
10+ # Lucile Hashimoto lucile-hashimoto
11+ # Guillaume Auzias <[email protected] > 12+
13+ # License: MIT
14+ # sphinx_gallery_thumbnail_number = 2
15+
16+ ###############################################################################
17+ # NOTE: there is no visualization tool in slam, but we provide at the
18+ # end of this script exemplare code to do the visualization with
19+ # an external solution
20+ ###############################################################################
21+
122###############################################################################
223# importation of slam modules
324import slam .io as sio
Original file line number Diff line number Diff line change 1+ """
2+ .. _example_watershed:
3+
4+ ===================================
5+ Example of watershed in slam
6+ ===================================
7+ """
8+
9+ # Authors:
10+ # Lucile Hashimoto lucile-hashimoto
11+ # Guillaume Auzias <[email protected] > 12+
13+ # License: MIT
14+ # sphinx_gallery_thumbnail_number = 2
15+
16+ ###############################################################################
17+ # NOTE: there is no visualization tool in slam, but we provide at the
18+ # end of this script exemplare code to do the visualization with
19+ # an external solution
20+ ###############################################################################
21+
122###############################################################################
223# importation of slam modules
324import slam .io as sio
You can’t perform that action at this time.
0 commit comments