neurodata / brainlit

Method container for computational neuroscience on brains.
http://brainlit.neurodata.io/
Other
27 stars 17 forks source link

spatial distance curve metric redundancy #373

Open tathey1 opened 1 year ago

tathey1 commented 1 year ago

we implement sd/ssd in both here: https://github.com/neurodata/brainlit/blob/develop/brainlit/algorithms/connect_fragments/trace_evaluation.py

and here: https://github.com/neurodata/brainlit/blob/develop/brainlit/utils/Neuron_trace.py

I think it should be a static (not a class) method, and it should only be defined once.

github-actions[bot] commented 1 year ago

Stale issue message

anviimishra commented 1 year ago

I'm interested in helping with this!

tathey1 commented 1 year ago

great, i think that maybe we should remove it from Neuron_trace, and make sure that we switch every time it is called to the version in trace_evaluation. What do you think @anviimishra?

tathey1 commented 1 year ago

spatial distance is described in methods here

github-actions[bot] commented 11 months ago

Stale issue message