You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: +nla/NetworkAtlas.m
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@
11
11
% :param parcels: Optional MATLAB struct field for surface parcellations. Contains two sub-fields ``ctx_l`` and ``ctx_r``. N\ :sub:`verts`\ x 1 vectors. Each element of a vector corresponds to a vertex within the spatial mesh and contains the index of the ROI for that vertex.
12
12
% :param space: Optional The mesh that the atlas` ROI locations/parcels are in. Two options - ``TT`` or ``MNI``
* This defines a number field ``prob_max`` from [0, 1] with a default of 0.05. It also specifies a network atlas (:ref:`NetworkAtlas() <network_atlases>` input field, and a behavior input field.
108
+
* These are all required. If the user does not supply them, the test not run in the GUI.
109
+
110
+
4. If the test is located in the correct folder, after a GUI restart (not MATLAB GUI) the test will populate in the Edge Level test list.
111
+
112
+
In addition to creating the test, a result object will also need to be created.
113
+
114
+
Creating a result
115
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
116
+
117
+
1. ``nla.edge.BaseResult`` will work if custom data fields are not required.
118
+
2. The result must inherit from ``nla.edge.BaseResult``
119
+
3. This result must be placed in ``+nla/+edge/+result/``
120
+
4. Methods and properties
121
+
122
+
* **output**
123
+
* This is the data that will be passed to create a figure of the data::
0 commit comments