AllenInstitute / neuron_morphology

Tools for working with single-neuron morphological reconstructions
https://neuron-morphology.readthedocs.io/en/latest/
Other
19 stars 8 forks source link

Soma features extraction failing due to no morphology attribute #203

Open anukratinigam opened 2 years ago

anukratinigam commented 2 years ago

Hi,

I am trying to calculate soma features from the gouwens et al., 2020 patch-seq data with morphological recordings (swc files).

Default feature extraction works for some of the files. But calculate_soma_features() doesn't.

I am constantly getting this error that the " 'Morphology' object has no attribute 'morphology' ".

Using get_morphology() is not supporting the calculation of soma features either.

Thanks.