You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The label_image_id column is added for tables including multiple sources (e.g. from a merged grid view of many segmentations), but it's not mentioned anywhere here in the documentation.
- tables associated with a segmentation, which always contain the column **label_id**. This column represents the id (pixel value) of the corresponding segmented object. **label_id** is an integer.
- tables associated with regions (for example positions in a grid-view), which always contain the column **region_id**. This column represents the id of a region and can be an integer or string.
- tables associated with spots (e.g. gene detections in spatial transcriptomics data), which always contain the column **spot_id**. This column represents the id of a spot and is an integer.
The text was updated successfully, but these errors were encountered:
The label_image_id column is added for tables including multiple sources (e.g. from a merged grid view of many segmentations), but it's not mentioned anywhere here in the documentation.
This column is added automatically by the viewer, so we don't need to save it explicitly in the table on disc.
The
label_image_id
column is added for tables including multiple sources (e.g. from a merged grid view of many segmentations), but it's not mentioned anywhere here in the documentation.I guess it should be added at least here:
mobie.github.io/tutorials/importing_and_exporting_tables.md
Lines 10 to 13 in a211bd4
The text was updated successfully, but these errors were encountered: