.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
tox.ini
.github/workflows/test_and_deploy.yml
brainglobe_utils/__init__.py
brainglobe_utils.egg-info/PKG-INFO
brainglobe_utils.egg-info/SOURCES.txt
brainglobe_utils.egg-info/dependency_links.txt
brainglobe_utils.egg-info/requires.txt
brainglobe_utils.egg-info/top_level.txt
brainglobe_utils/IO/__init__.py
brainglobe_utils/IO/cells.py
brainglobe_utils/IO/surfaces.py
brainglobe_utils/IO/yaml.py
brainglobe_utils/array/__init__.py
brainglobe_utils/array/filter.py
brainglobe_utils/array/fit.py
brainglobe_utils/array/locate.py
brainglobe_utils/array/math.py
brainglobe_utils/array/misc.py
brainglobe_utils/array/size.py
brainglobe_utils/cells/__init__.py
brainglobe_utils/cells/cells.py
brainglobe_utils/cells/utils.py
brainglobe_utils/general/__init__.py
brainglobe_utils/general/config.py
brainglobe_utils/general/exceptions.py
brainglobe_utils/general/list.py
brainglobe_utils/general/logging.py
brainglobe_utils/general/numerical.py
brainglobe_utils/general/parsing.py
brainglobe_utils/general/pathlib.py
brainglobe_utils/general/string.py
brainglobe_utils/general/system.py
brainglobe_utils/image/__init__.py
brainglobe_utils/image/binning.py
brainglobe_utils/image/masking.py
brainglobe_utils/image/objects.py
brainglobe_utils/image/orient.py
brainglobe_utils/image/scale.py
brainglobe_utils/image/shape.py
brainglobe_utils/image/size.py
brainglobe_utils/math/__init__.py
brainglobe_utils/math/trig.py
brainglobe_utils/pandas/__init__.py
brainglobe_utils/pandas/misc.py
brainglobe_utils/pandas/query.py
brainglobe_utils/qtpy/__init__.py
brainglobe_utils/qtpy/brainglobe.png
brainglobe_utils/qtpy/collapsible_widget.py
brainglobe_utils/qtpy/logo.py
tests/__init__.py
tests/data/IO/roi_sorter_output/Cell_220396_z358_y564_x4056
tests/data/IO/roi_sorter_output/Cell_220422_z367_y677_x4395
tests/data/IO/roi_sorter_output/Cell_220621_z439_y735_x4351
tests/data/IO/roi_sorter_output/Cell_221379_z570_y267_x3989
tests/data/cells/cells.xml
tests/data/cells/cells.yml
tests/data/cells/cells_two_types.xml
tests/data/cube_extract/cubes/pCellz10y522x392Ch0.tif
tests/data/cube_extract/cubes/pCellz10y522x392Ch1.tif
tests/data/cube_extract/cubes/pCellz15y1004x340Ch0.tif
tests/data/cube_extract/cubes/pCellz15y1004x340Ch1.tif
tests/data/cubes/pCellz222y2805x9962Ch1.tif
tests/data/cubes/pCellz222y2805x9962Ch2.tif
tests/data/cubes/pCellz258y3892x10559Ch1.tif
tests/data/cubes/pCellz258y3892x10559Ch2.tif
tests/data/cubes/pCellz413y2308x9391Ch1.tif
tests/data/cubes/pCellz413y2308x9391Ch2.tif
tests/data/cubes/pCellz416y2503x5997Ch1.tif
tests/data/cubes/pCellz416y2503x5997Ch2.tif
tests/data/cubes/pCellz418y5457x9489Ch1.tif
tests/data/cubes/pCellz418y5457x9489Ch2.tif
tests/data/cubes/pCellz433y4425x7552Ch1.tif
tests/data/cubes/pCellz433y4425x7552Ch2.tif
tests/data/general/jabberwocky.txt
tests/data/general/jabberwocky_sorted.txt
tests/data/yaml/single_section.yml
tests/tests/__init__.py
tests/tests/test_unit/__init__.py
tests/tests/test_unit/test_IO/__init__.py
tests/tests/test_unit/test_IO/test_cell_io.py
tests/tests/test_unit/test_IO/test_yaml_io.py
tests/tests/test_unit/test_array/__init__.py
tests/tests/test_unit/test_array/test_array_misc.py
tests/tests/test_unit/test_cells/__init__.py
tests/tests/test_unit/test_cells/test_cell_utils.py
tests/tests/test_unit/test_cells/test_cells.py
tests/tests/test_unit/test_general/__init__.py
tests/tests/test_unit/test_general/test_list.py
tests/tests/test_unit/test_general/test_numerical.py
tests/tests/test_unit/test_general/test_string.py
tests/tests/test_unit/test_general/test_system.py
tests/tests/test_unit/test_image/__init__.py
tests/tests/test_unit/test_image/test_binning.py
tests/tests/test_unit/test_image/test_masking.py
tests/tests/test_unit/test_image/test_objects.py
tests/tests/test_unit/test_image/test_scale.py
tests/tests/test_unit/test_image/test_shape.py
tests/tests/test_unit/test_image/test_size.py
tests/tests/test_unit/test_pandas/__init__.py
tests/tests/test_unit/test_pandas/test_pandas_misc.py
tests/tests/test_unit/test_pandas/test_pandas_query.py
tests/tests/test_unit/test_qtpy/__init__.py
tests/tests/test_unit/test_qtpy/test_collapsible_widget.py
tests/tests/test_unit/test_qtpy/test_logo.py