|
1 | 1 | # Data Pipeline |
2 | 2 |
|
3 | | -Element ZStack is composed of two main schemas, `volume` and `volume_matching`. Data |
4 | | -export to BossDB is handled with a `bossdb` schema and upload utilities. |
| 3 | +Element ZStack is composed of two main schemas, `volume` and `bossdb`. Data |
| 4 | +export to BossDB is handled with the `bossdb` schema and upload utilities. |
5 | 5 |
|
6 | 6 | - `volume` module - performs segmentation of volumetric microscopic images with |
7 | 7 | `cellpose`. |
8 | 8 |
|
9 | | -- `volume_matching` module - performs volume registration to a common space and matches |
10 | | -cells across imaging sessions. |
11 | | - |
12 | 9 | - `bossdb` module - uploads data to BossDB, creates a Neuroglancer visualization, and |
13 | 10 | stores the relevant URLs. |
14 | 11 |
|
@@ -56,17 +53,6 @@ more detailed documentation on each table, see the API docs for the respective s |
56 | 53 | | Segmentation | The core table that executes a SegmentationTask | |
57 | 54 | | Segmentation.Mask | Details of the masks identified from the segmentation | |
58 | 55 |
|
59 | | -### `volume_matching` schema ([API docs](https://datajoint.com/docs/elements/element-zstack/latest/api/element_zstack/volume_matching)) |
60 | | - |
61 | | -| Table | Description | |
62 | | -| --- | --- | |
63 | | -| VolumeMatchTask | Defines the volume matching task | |
64 | | -| VolumeMatchTask.Volume | Defines the volume segmentations that will be registered in the downstream `VolumeMatch` table | |
65 | | -| VolumeMatch | Executes the volume matching algorithm | |
66 | | -| VolumeMatch.Transformation | Store the transformation matrix to the common space | |
67 | | -| VolumeMatch.CommonMask | Store common mask identifier | |
68 | | -| VolumeMatch.VolumeMask | For the masks in the common space, store the associated mask in the segmented volumes, and the confidence of the volume registration and cell matching | |
69 | | - |
70 | 56 | ### `bossdb` schema ([API docs](https://datajoint.com/docs/elements/element-zstack/latest/api/element_zstack/bossdb)) |
71 | 57 |
|
72 | 58 | | Table | Description | |
|
0 commit comments