Skip to content

Commit

Permalink
fix FlyWire mirror transform
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed May 22, 2022
1 parent ddf686c commit c3b5cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flybrains/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ def register_transforms():

# Add mirror transform for FlyWire
# These landmarks were created by xforming those for FAFB14 to FlyWire space
fp = os.path.join(data_filepath, 'FlyWire_mirror_landmarks.csv')
fp = os.path.join(data_filepath, 'FLYWIRE_mirror_landmarks.csv')
lm = pd.read_csv(fp)
tr = transforms.TPStransform(lm[['x_flip', 'y_flip', 'z_flip']].values,
lm[['x_mirr', 'y_mirr', 'z_mirr']].values)
Expand Down

0 comments on commit c3b5cde

Please sign in to comment.