-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature/scene-widget-additions (#27)
* Open QListWidget if len(img.scenes) > 1 * Refactor meta into a function * Initial try at getting LayerData from list * Return [(None,)] and call add_image * Ensure meta["scale"] is used * Add comments * Try Flake8 * Use napari.current_viewer() * Add & use scene indexes * Fix ImgLayer name * Fix lines and return none * Clean-up & comments * change to napari[all] and v4.11 * Fix scale in LIF test * Add pytest-qt to test_req * Test for multi-scene widget * Fix nr of widgets check * Fix flake8 import error? * Fix flake8 imports take 2 (isort) * AICSImageIO~4.1.0 * Don't add a list of widgets!! * Test img layer from widget * Fix (some) linting * Fix linting * Linting—for real this time? * Linting! * Fix typing to use napari.types and TYPE_CHECKING * Add qt support libs to gh workflos * Change napari all to pyqt5 and pyside * Add functionality for clearing layers on scene select * Change to with and run for xvfb runner * Change to napari install all * Fix / update tests to remove n widgets check * Check n number of layers instead of scene shape * Don't test layers * Add scene selector gif * Add scene selection feature and gif to README * Loosen aicsimageio dep pin * Add checkbox for unpack channels and change defaults * Change shape check back to multi-channel * Wrong shape * Update scene selection feature gif * Add scene index to layer names * Set layer name to scene label when not unpking ch * Show scene name in layer Co-authored-by: Peter Sobolewski <[email protected]>
- Loading branch information
1 parent
8f298c6
commit ccdc11b
Showing
9 changed files
with
290 additions
and
90 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.