Skip to content

Commit

Permalink
Merge pull request #479 from mdesco/lookup_table_help_fix
Browse files Browse the repository at this point in the history
fixed help messages to be more clear
  • Loading branch information
arnaudbore authored Jul 20, 2021
2 parents bb8638f + 57a6a79 commit 5bd9e2c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/scil_visualize_connectivity.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
- Coordinates (0..N)
- Labels (using --labels_list)
- Names (using --labels_list and --lookup_table)
Examples of labels_list.txt and lookup_table.json can be found in the
freesurfer_flow output (https://github.com/scilus/freesurfer_flow)
If the matrix was made from a bigger matrix using scil_reorder_connectivity.py,
provide the text file(s), using --labels_list and/or --reorder_txt.
Expand Down Expand Up @@ -59,7 +61,7 @@ def _build_arg_parser():
'(.txt).')
g1.add_argument('--lookup_table',
help='Lookup table with the label number as keys and the '
'name as values.')
'name as values (.json).')

g2 = p.add_argument_group(title='Matplotlib options')
g2.add_argument('--name_axis', action='store_true',
Expand Down

0 comments on commit 5bd9e2c

Please sign in to comment.