-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #101 from BioimageAnalysisCoreWEHI/add_napari_docs
Add docs for napari plugin
- Loading branch information
Showing
18 changed files
with
66 additions
and
1 deletion.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
# Napari Plugin | ||
|
||
## Starting the plugin | ||
|
||
The napari plugin has been redesigned in the newer version. | ||
To activate the plugin, activate the `napari-lattice` environment in your terminal and type `napari` in the console. | ||
The plugin is under `Lattice Lightsheet Analysis` | ||
|
||
![Activate plugin](./images/001_start_plugin.png){ width="600" } | ||
|
||
The plugin should appear on the right side. You may have to resize the window. | ||
|
||
![llsz_plugin](./images/002_plugin.png){ width="600" } | ||
|
||
The functionalities with napari-lattice have been separated out into tabs: | ||
|
||
![plugin_tabs](./images/plugin_tabs.png){ width="600" } | ||
|
||
If its configured correctly, you should see a green tick next to the tab name, else you will see a red cross. | ||
|
||
![green_tick](./images/green_tick.png) | ||
|
||
To load an image, drag and drop it into napari. You can get some sample data [here](https://zenodo.org/records/7117784). We are using `RBC_tiny.czi` as an example here. | ||
|
||
![open_image](./images/003_open_image.png){ width="600" } | ||
|
||
## Configuration | ||
|
||
To configure any parameters, you can change the settings here: | ||
|
||
![settings](./images/004_configure.png) | ||
|
||
## Deskewing | ||
|
||
To use the specific image for processing, you will have to select it under the `Image Layer(s) to Deskew` box on the right. Here, we will click on `RBC_tiny`. As its a czi file it should read the `metadata` accordingly and you will see a green tick. | ||
|
||
![deskew_active](./images/deskew_active.png) | ||
|
||
If you are loading a czi, the metadata fields should be populated automatically. | ||
|
||
To `Preview` the deskewed image, click `Preview` and choose the appropriate `channel` and `time`. | ||
|
||
You should see the deskewed image appear as an extra layer with the `Preview` suffix attached to it. | ||
|
||
![deskewed](./images/005_deskewed.png){ width="600" } | ||
|
||
??? Extra_info | ||
If you look at the terminal after deskew, you should see the settings used and any other metadata associated with the dataset. It is handy for troubleshooting. | ||
|
||
More instructions to be added... | ||
|
||
## Deconvolution | ||
|
||
## Cropping | ||
|
||
## Workflow | ||
|
||
## Output (Saving files) | ||
|
||
|
||
|
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.