lassoan / slicerio

Utilities for reading and writing files created by 3D Slicer
MIT License
34 stars 3 forks source link

Support for loading or saving a `.mrml` #5

Open ekhahniii opened 1 year ago

ekhahniii commented 1 year ago

Is there a way to load and save the .mrml?

For example:

slicerio.server.start_server()
slicerio.server.mrml_load(...)  # this
slicerio.server.file_load(...)
slicerio.server.mrml_save(...)  # and this
slicerio.server.stop_server()