allen-cell-animated / cellbrowser-tools

Other
0 stars 0 forks source link

create a recipe for image processing #9

Open toloudis opened 2 years ago

toloudis commented 2 years ago

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

toloudis commented 1 year ago

Q: is there a generic recipe format that will work and still allow optimal read and write speed or will the use case always depend on inverting loops and collecting up like things to be optimal