Skip to content

Commit

Permalink
make landmarks an optional member of TwoSurfaceHeadModel
Browse files Browse the repository at this point in the history
  • Loading branch information
harmening committed Mar 18, 2024
1 parent b844b7a commit 7ee4d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cedalion/imagereco/forward_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class TwoSurfaceHeadModel:
segmentation_masks: xr.DataArray
brain: cdc.Surface
scalp: cdc.Surface
landmarks: cdt.LabeledPointCloud
landmarks: Optional[cdt.LabledPointCloud]
t_ijk2ras: cdt.AffineTransform
t_ras2ijk: cdt.AffineTransform
voxel_to_vertex_brain: scipy.sparse.spmatrix
Expand Down

0 comments on commit 7ee4d9b

Please sign in to comment.