|
3 | 3 | # blik |
4 | 4 |
|
5 | 5 | [](https://zenodo.org/doi/10.5281/zenodo.10090438) |
| 6 | +[](https://doi.org/10.1371/journal.pbio.3002447) |
6 | 7 | [](https://github.com/brisvag/blik/raw/main/LICENSE) |
7 | 8 | [](https://pypi.org/project/blik) |
8 | 9 | [](https://python.org) |
@@ -54,13 +55,14 @@ The `-w blik` is important for proper initialization of all the layers. Always o |
54 | 55 | The main widget has a few functions: |
55 | 56 |
|
56 | 57 | - `experiment`: quickly switch to a different experiment id (typically, everything related to an individual tomogram such as volume, particles and segmentations) |
57 | | -- `new`: generate a new `segmentation`, a new manually-picked set of `particles`, or a new `surface picking` or `filament picking` for segmentation, particle generation or volume resampling. |
| 58 | +- `new`: generate a new `segmentation`, a new manually-picked set of `particles`, or a new `surface`, `sphere`, or `filament picking` for segmentation, particle generation or volume resampling. |
58 | 59 | - `add to exp`: add a layer to the currently selected `experiment` (just a shorthand for `layer.metadata['experiment_id'] = current_exp_id`) |
59 | 60 | - `slice_thickness`: changes the slicing thickness in all dimensions in napari. Images will be averaged over that thickness, and all particles in the slice will be displayed. |
60 | 61 |
|
61 | | -There are also widgets for picking of both surfaces and filaments. |
| 62 | +There are also widgets for picking surfaces, spheres and filaments: |
62 | 63 |
|
63 | 64 | - `surface`: process a previously picked `surface picking` layer to generate a surface mesh and distribute particles on it for subtomogram averaging, or resample a tomogram along the surface. |
| 65 | +- `sphere`: process a previously picked `sphere picking` layer to generate a sphere mesh and distribute particles on it for subtomogram averaging. |
64 | 66 | - `filament`: process a previously picked `filament picking` layer to generate a filament and distribute particles on it for subtomogram averaging, or resample a tomogram along the filament. |
65 | 67 |
|
66 | 68 | # References |
|
0 commit comments