compute_projection_hcs
Task for 3D->2D maximum-intensity projection.
compute_projection_hcs(*, zarr_url, init_args)
¶
Perform intensity projection for one image in an HCS plate.
Uses settings prepared by init_projection_hcs and stores the output
in a new OME-Zarr file within the projected plate.
| PARAMETER | DESCRIPTION |
|---|---|
zarr_url |
Path or url to the individual OME-Zarr image to be processed. (standard argument for Fractal tasks, managed by Fractal server).
TYPE:
|
init_args |
Initialization arguments provided by
TYPE:
|
Source code in fractal_tasks_core/compute_projection_hcs.py
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | |