Animal model tissue properties
-
Hi,
does anyone know of a way to automatically assign tissue properties from any of the databases to the animal models. For example, I'm looking at the big male rat at the moment and when I try to link the tissue properties there is no automatic link to the dissue database and I would need to assing all tissue properties manually.
-
have you tried with a Python script?
For instance:
Sim4Life 5.2
import s4l_v1.materials.database as database
import s4l_v1.simulation.emlf as emlfmaterial_settings = emlf.MaterialSettings()
components = [your_entity]
mat = database["IT'IS LF 4.0"]["Cerebrospinal Fluid"]
simulation.LinkMaterialWithDatabase(material_settings, mat)
simulation.Add(material_settings, components) -
Thanks for the help,
but I just found the auto-assign button in the Assign material tool...My day is saved.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login