You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@stephenlenzi you mentioned you might take this on. This could also be an opportunity to extend support for different data types. Theoretically we could support anything, as now cellfinder-core only requires an array-like object.
This code might be better in imio though. Some ideas:
Path to directory of tiffs
Path to text file of tiffs
3D tiff
h5/BDV
npy
npeschke
added a commit
to npeschke/cellfinder-core
that referenced
this issue
Sep 15, 2021
* fixing loading from txt file
hotfix for brainglobe/cellfinder#184
* added unittests for IO
* fixed side effect with tests searching for subdirectories
moved brain_paths.txt to brain directory
replaced paths with constants
See #182
Moving to using dask means that confusingly, if you have a text file of paths, the registration will work, but the cell detection wont.
The text was updated successfully, but these errors were encountered: