We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 016982f commit 8f60793Copy full SHA for 8f60793
niworkflows/tests/generate_data.py
@@ -39,6 +39,9 @@ def create_geometry_map():
39
brain_structure=name,
40
)
41
setattr(bm, attr, indices)
42
+ if model_type == "CIFTI_MODEL_TYPE_SURFACE":
43
+ # define total vertices for surface models
44
+ setattr(bm, "surface_number_of_vertices", 32492)
45
index_offset += len(data)
46
brain_models.append(bm)
47
timeseries = np.column_stack((timeseries, data.T))
0 commit comments