You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File “/morphMan/src/morphman/landmark_atrium.py", line 170, in separate_left_atrium_and_appendage
line = compute_splined_centerline(line, nknots=10, isline=True)
File “/morphMan/src/morphman/common/centerline_operations.py", line 932, in compute_splined_centerline
misr = get_point_data_array(radiusArrayName, line)
File “/morphMan/src/morphman/common/vtk_wrapper.py", line 328, in get_point_data_array
data_array = line.GetPointData().GetArray(array_name).GetTuple1
AttributeError: 'NoneType' object has no attribute 'GetTuple1'
At this point, I stopped investigating further since it was not straightforward to identify the problem. Could you please look into this?
Best,
Kei
The text was updated successfully, but these errors were encountered:
Hi @hkjeldsberg
I tried to use
landmark_atrium.py
, but faced some issues. I found some fixes, but not for all of them.The first problem is parsing the input file:
morphMan/src/morphman/landmark_atrium.py
Line 316 in aeeaa5b
args
do not haveinput_path
, and this should be fixed as:Secondly, I faced an issue with:
morphMan/src/morphman/landmark_atrium.py
Line 166 in aeeaa5b
Changing the
end_id=id_stop
toend_id=None
seemed to avoid the error.However, I still get an error with:
morphMan/src/morphman/landmark_atrium.py
Line 170 in aeeaa5b
The error is as follows:
At this point, I stopped investigating further since it was not straightforward to identify the problem. Could you please look into this?
Best,
Kei
The text was updated successfully, but these errors were encountered: