Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

importing precision geometry data #42

Open
drsewilliams opened this issue Oct 26, 2021 · 0 comments
Open

importing precision geometry data #42

drsewilliams opened this issue Oct 26, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@drsewilliams
Copy link
Member

Precision geometry data contains the concept of model groups where anatomy subsections are assigned to different anatomy groups; for example the aorta and the left ventricle below.

image

The geometry is dealt with in import_precision.m, and a possible logic for doing so is as follows:

(1) Find the dxgeo with the first comment 'St. Jude Medical Dx Landmark Geo data export; file format revision 0'
- best to do this by identifying the comment which contains the string 'Dx Landmark Geo'
(2) Use the geometry described in this file as userdata.surface.triRep
(3) Find the dxgeo with the comment 'St. Jude Medical Model Groups data export; file format revision 0'
- best to do this be identifying the comment which contains the string 'Model Groups'
(4) Use this file to tag each polygon in userdata.surface.triRep as belonging to one or more geometries. Will need to think of how/where to store this information, but it probably needs another data field and may be specific to Precision
(5) Note that some dxgeo's do not contain a comment. These probably refer to image data sets merged into the system. Will need to think of how/where to store this information, but it probably needs another data field, and is not likely to be specific to Precision

@drsewilliams drsewilliams added the enhancement New feature or request label Oct 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants