-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading data from Big Data Viewer (#3)
* Add create_pyramid_bdv_h5 function to create downsample pyramid * Added function for parsing metadata from mesospim * Added function to check the mesoSPIM directory * Added function to extract slice attribute from big data viewer xml files * Basic tile class * Basic ImageMosaic class * Formating in file_utils.py * Added a data_for_napari method * Added napari.yaml * Basic widget with the ability to load big data view h5 files * Updated pyproject.toml * Added method for checking and loading mesospim directory * Changed header text * Deleted placeholder test file * Added tests for tile.py * Added tests for image_mosaic.py * Added tests for stitching_widget.py * Add qt setup for linux in test_and_deploy.yml * Test only calling make_napari_viewer_proxy * Remove all tests with make_napari_viewer_proxy * Just the widget init test * Copied pyproject.toml from working branch * Added the entire test_stitching_widget.py file from the working branch * Added tox.ini configs from refactor branch to the lgeacy_tox_ini in pyproject.toml * Reverted back to tests relating to functionality of this PR * Apply suggestions from code review * Only add 1 to the shape if the dimension is of odd shape * Added docstrings to the stitching widget * Added comments for test_image_mosaic.py to describe file setup * Add default_directory as attribute in stitching widget
- Loading branch information
1 parent
493594e
commit 68f0d78
Showing
13 changed files
with
1,183 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.