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
MorphIO allows to open a morphology using a specific ordering.
However, it is not possible to write a synthesized cell using such an ordering.
For the time being the workaround to achieve this is to write the cell, open it in readonly mode with NEURON ordering, convert it to the mutable data structure and write it again.
Is it possible to allow the user specify the ordering for writing the morphology to file?
The text was updated successfully, but these errors were encountered:
MorphIO allows to open a morphology using a specific ordering.
However, it is not possible to write a synthesized cell using such an ordering.
For the time being the workaround to achieve this is to write the cell, open it in readonly mode with NEURON ordering, convert it to the mutable data structure and write it again.
Is it possible to allow the user specify the ordering for writing the morphology to file?
The text was updated successfully, but these errors were encountered: