BlueBrain / MorphIO

A python and C++ library for reading and writing neuronal morphologies
https://morphio.readthedocs.io
Apache License 2.0
27 stars 24 forks source link

Dead link to Glia H5 specificiation #423

Closed DexterAntonio closed 2 years ago

DexterAntonio commented 2 years ago

Hi,

Thank you for maintaining this package!

I have some segmented microglia masks that I am attempting to turn into MorphIO GliaCell morphologies. In the documentation, this page is devoted to describing the format of glia cells. The page provides a dead link to an h5 specification for the glia cells and provides no other additional information.

I tried finding that specification with Google, but I was not successful. Can you please point me to that specification and any additional resources involving using MorphIO and NeuroM with microglia masks?

Thank You, Dexter

mgeplf commented 2 years ago

It should be available at: https://morphology-documentation.readthedocs.io/en/latest/h5v1.html

I will update the links in the repos - thanks!

mgeplf commented 2 years ago

The documentation will only be updated officially when a release is made; hope the above link works for you in the meantime @DexterAntonio.

Thanks for the issue.