-
Notifications
You must be signed in to change notification settings - Fork 35
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
Documentation on generating new scaffolds #182
Comments
I do see the documentation here on making new mesh types, but these are for cubes and tubes: https://scaffoldmaker-documentation.readthedocs.io/en/latest/tutorials/creating_meshtype/creating_mesh_type.html |
We're planning some new/official documentation right now; the site you've seen has been put together by some users at the ABI, so we'll try to merge in what is in those sites. |
I'm not sure what you mean by creating new scaffolds from micro CT. Scaffoldmaker (MeshGenerator plugin in MAP-Client) is all about programmatically creating annotated structured anatomical scaffolds. These are created with mathematically generated coordinates. We use another tool Scaffoldfitter (GeometricFit plugin in MAP-client) to fit scaffolds to appropriately annotated digitised data. |
Thanks - I'll read and look at the examples here. I misunderstood how the generic scaffolds are originally created. I assumed for complex shapes, like the stomach, they were generated by segmented uCT data, from this talk: I understand a generic scaffold is later used with the separate Scaffoldfitter fitter tool - I but I am confused how the generic organ scaffolds are originally generated. For example, under section 8, from this paper: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8265045/
The Meshgenerator plugin seems (to me) to be a gui for modifying existing scaffolds, then exporting them. Looking to the definition of a stomach: |
The Scaffold Creator (formerly Mesh Generator) plugin provides the UI for scaffoldmaker which makes the scaffolds. The scripts in scaffoldmaker create nodes and elements, defining their coordinates fields, and often more. |
Closing as not leading to a clear development. |
Hi @rchristie, I'm wondering if there is any documentation on generating new scaffold types via segmented uCT datasets. I might be missing something, but I only see the mesh_generator plugin visible in mapclient, and this seems to only allow modification of existing scaffolds:
I'm running win10, with a python 3.7 environment in conda. Scaffoldmaker installed via these directions https://staging.sparc.science/help/getting-started-with-scaffoldmaker#top. Starting mapclient yields:
The text was updated successfully, but these errors were encountered: