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 29f1b07 commit 7795865Copy full SHA for 7795865
compose/neurosynth_compose/resources/tasks.py
@@ -130,10 +130,10 @@ def create_or_update_neurostore_analysis(
130
"order": point_idx,
131
}
132
if not pd.isna(row["Cluster Size (mm3)"]):
133
- point["subpeak"] = True
+ point["subpeak"] = False
134
point["cluster_size"] = row["Cluster Size (mm3)"]
135
else:
136
- point["subpeak"] = False
+ point["subpeak"] = True
137
points.append(point)
138
point_idx += 1
139
# reference the uploaded images on neurovault to associate images
0 commit comments