mlexchange / mlex_highres_segmentation

A Dash interface for ML-based segmentation of user-annotated large multi-dimensional image data
Other
5 stars 4 forks source link

Add configuration for Dash to use for where to find arrays in Tiled. #161

Closed dylanmcreynolds closed 9 months ago

dylanmcreynolds commented 9 months ago

Currently, the path within Tiled that we use is hard coded. We need a way to configure this in the app. For the short term (Diamond trip) a single configuration for the application is ok. But we should also think of a way to have multiple configurations, since we could be talking to multiple datasets.

We might think about using spec metadata feature in tiled to trigger which configuration to use.

dylanmcreynolds commented 9 months ago

We realized that this assumes that specs are being added to datasets by the tiled_ingest code, which is covered an issue in mlex_tiled_ingest