brainglobe / brainglobe-napari-io

Read and write files from the BrainGlobe neuroanatomy suite
BSD 3-Clause "New" or "Revised" License
13 stars 3 forks source link

Rename everything to brainmapper and explicitly support old cellfinder directories #61

Closed adamltyson closed 10 months ago

adamltyson commented 10 months ago

This changes all references to "cellfinder" or "brainglobe-workflows-..." to "brainmapper" and supports output directories with a "brainmapper.json" metadata file when loading combined cell detection & registration results.

Support for directories with a "cellfinder.json" metadata file is supported for backwards compatibility.

Requires https://github.com/brainglobe/brainglobe-workflows/pull/67

Closes #59