Skip to content

Commit

Permalink
ENH: Set the hemisphere location name to the correct name
Browse files Browse the repository at this point in the history
Set the hemisphere location name to the correct name in the bundle
feature population math script.
  • Loading branch information
jhlegarreta committed Oct 20, 2023
1 parent f5cfa8f commit 30cb766
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions utilities/wm_compute_bundle_feature_population_math.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,9 @@ class WMABundleFeatureDataMap(enum.Enum):
FA2Mean = ("FA2.Mean", float)
FWMean = ("FreeWater.Mean", float)
# ToDo
# There is a typo in the HemisphereLocataion (vs. HemisphereLocation)
# column: eventually consider both.
# HemisphereLocataion.Mean can contain integers, and cannot be cast directly
# into integers; would need to do .astype(float).astype("Int64")
HemisphereLocationMean = ("HemisphereLocataion.Mean", float)
HemisphereLocationMean = ("HemisphereLocation.Mean", float)
ClusterIdxMean = ("cluster_idx.Mean", float)
Trace1Mean = ("trace1.Mean", float)
Trace2Mean = ("trace2.Mean", str)
Expand Down

0 comments on commit 30cb766

Please sign in to comment.