Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

create a recipe for image processing #9

@toloudis

Description

@toloudis

Use Case

Currently there is no standard data flow to specify which channels of which 3d volumes will be recombined for presentation in CFE. In particular, we need a standard data structure to specify for preprocessing/recombination.

Also: do we want to allow for separated segmentations from raw data, or continue to preprocess for single images?

Solution

devise something like

combined_channels = [
 ["img_path", channel_index_or_name] , ...
]
crop_regions = [[x0,y0,z0, x1,y1,z1], ...]
region_names = ["cellid0", "cellid1",...]

to be used as input

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions