brainglobe / cellfinder-core

Standalone cellfinder cell detection algorithm
https://brainglobe.info/documentation/cellfinder/index.html
BSD 3-Clause "New" or "Revised" License
19 stars 16 forks source link

Add typing to structure splitting code #147

Closed dstansby closed 1 year ago

dstansby commented 1 year ago

Also use Point consistently throughout the code, which fixes a bug I found running on real data. None of this is tested in the test suite at the moment, but I thought it was worthwhile making a start on documenting/improving/testing by adding some typing.