API Reference
- napari.layers
- napari.view_layers
- napari.types
- napari.utils
- napari.plugins
- napari.components
- napari.qt.threading
- napari.utils.perf
- napari
- napari
Information on specific functions, classes, and methods.
Modules¶
Primary
For the average user’s workflows.
Layers are the viewable objects that can be added to a viewer. |
|
Methods to create a new viewer instance then add a particular layer type. |
|
Advanced
For those wishing to add custom functionality to their project.
napari.components provides the public-facing models for widgets and other utilities that the user will be able to programmatically interact with. |
|
Performance Monitoring. |
Starting the Event Loop¶
|
Start a Qt event loop in which to run the application. |
|
Start the Qt Event Loop |
Viewing a Layer¶
|
Create a viewer and add an image layer. |
|
Create a viewer and add a labels layer. |
|
Create a viewer and add a path layer. |
|
Create a viewer and add a points layer. |
|
Create a viewer and add a shapes layer. |
|
Create a viewer and add a surface layer. |
|
Create a viewer and add a tracks layer. |
|
Create a viewer and add a vectors layer. |
|
Napari ndarray viewer. |
Misc¶
|
Write list of layers or individual layer to a path using writer plugins. |
|
Gathers relevant module versions for troubleshooting purposes. |