cellcoloc.RuntimeConfigο
- class cellcoloc.RuntimeConfig(draw_rois=True, process_rois=True, open_results=True, use_gpu=True, crop_for_testing=None, image_loading_mode='memory')[source]ο
Execution-time settings that control interactivity and test crops.
- draw_roisο
Whether the interactive ROI-drawing step should be used.
- process_roisο
Whether ROI-wise processing should be executed.
- open_resultsο
Whether napari result viewers should be opened.
- use_gpuο
Whether GPU execution should be requested for Cellpose.
- crop_for_testingο
Optional test crop in
(Z, Y, X)order.
- image_loading_modeο
Controls how OMIO loads the raw microscopy file.
"memory"loads the image eagerly in memory and forwardszarr_store=Nonetoomio.imread()."memap"useszarr_store="disk"withreuse_disk_cache=Trueso large stacks can be backed by disk cache instead of being fully materialized up front.
- __init__(draw_rois=True, process_rois=True, open_results=True, use_gpu=True, crop_for_testing=None, image_loading_mode='memory')ο
Methods
__init__([draw_rois,Β process_rois,Β ...])Attributes