fractal-analytics-platform / tinkering-flexibility-and-task-api

Thinkering about image subsets/collections and tasks API
0 stars 0 forks source link

ongoing efforts #3

Open tcompa opened 5 months ago

tcompa commented 5 months ago

jluethi commented 5 months ago

Discussion on "Remove default values for filters, and only consider those that are set explicitly": (path = "plate.zarr/B/03/0") (path = "plate.zarr/B/03/0_corr", raw=False)

Still have ability to load raw=False and only return the second item

jluethi commented 5 months ago

Some validation of tasks would be very interesting. For example: MIP requires images with "Dimensionality = 3D"

tcompa commented 5 months ago

To evaluate: Should parallel tasks return something like new_image and/or edited_image, rather than new_images and/or edited_images? TBD

tcompa commented 5 months ago

To evaluate: How can an image be removed from dataset.images? First proposal: tasks don't remove images, but the fractal-server API makes it easy to play with dataset.images if needed Second proposal: next to new_images and edited_images, a task can also output removed_images.

TBD