|
6 | 6 |
|
7 | 7 | This section provides detailed documentation for all classes and methods in the ndx-microscopy extension. |
8 | 8 |
|
9 | | -Microscope |
10 | | -========= |
| 9 | +Device Components |
| 10 | +=========== |
11 | 11 |
|
| 12 | +Microscope |
| 13 | +--------- |
12 | 14 | .. autoclass:: ndx_microscopy.Microscope |
13 | 15 | :members: |
14 | 16 | :undoc-members: |
15 | 17 | :show-inheritance: |
16 | 18 |
|
17 | | -Light Paths |
18 | | -========== |
| 19 | +Light Path Components |
| 20 | +=================== |
19 | 21 |
|
20 | 22 | ExcitationLightPath |
21 | 23 | ------------------ |
22 | | - |
23 | 24 | .. autoclass:: ndx_microscopy.ExcitationLightPath |
24 | 25 | :members: |
25 | 26 | :undoc-members: |
26 | 27 | :show-inheritance: |
27 | 28 |
|
| 29 | +Methods |
| 30 | +^^^^^^^ |
| 31 | +.. automethod:: ndx_microscopy.ExcitationLightPath.get_excitation_wavelength |
| 32 | + |
28 | 33 | EmissionLightPath |
29 | 34 | ---------------- |
30 | | - |
31 | 35 | .. autoclass:: ndx_microscopy.EmissionLightPath |
32 | 36 | :members: |
33 | 37 | :undoc-members: |
34 | 38 | :show-inheritance: |
35 | 39 |
|
36 | | -Imaging Spaces |
37 | | -============= |
| 40 | +Methods |
| 41 | +^^^^^^^ |
| 42 | +.. automethod:: ndx_microscopy.EmissionLightPath.get_emission_wavelength |
| 43 | +.. automethod:: ndx_microscopy.EmissionLightPath.get_indicator_label |
| 44 | + |
| 45 | +Imaging Space Components |
| 46 | +===================== |
38 | 47 |
|
39 | 48 | ImagingSpace |
40 | 49 | ----------- |
41 | | - |
42 | 50 | .. autoclass:: ndx_microscopy.ImagingSpace |
43 | 51 | :members: |
44 | 52 | :undoc-members: |
45 | 53 | :show-inheritance: |
46 | 54 |
|
47 | 55 | PlanarImagingSpace |
48 | 56 | ----------------- |
49 | | - |
50 | 57 | .. autoclass:: ndx_microscopy.PlanarImagingSpace |
51 | 58 | :members: |
52 | 59 | :undoc-members: |
53 | 60 | :show-inheritance: |
54 | 61 |
|
55 | 62 | VolumetricImagingSpace |
56 | 63 | --------------------- |
57 | | - |
58 | 64 | .. autoclass:: ndx_microscopy.VolumetricImagingSpace |
59 | 65 | :members: |
60 | 66 | :undoc-members: |
61 | 67 | :show-inheritance: |
62 | 68 |
|
63 | | -Microscopy Series |
64 | | -================ |
| 69 | +Microscopy Series Components |
| 70 | +========================= |
65 | 71 |
|
66 | 72 | MicroscopySeries |
67 | 73 | --------------- |
68 | | - |
69 | 74 | .. autoclass:: ndx_microscopy.MicroscopySeries |
70 | 75 | :members: |
71 | 76 | :undoc-members: |
72 | 77 | :show-inheritance: |
73 | 78 |
|
74 | 79 | PlanarMicroscopySeries |
75 | 80 | --------------------- |
76 | | - |
77 | 81 | .. autoclass:: ndx_microscopy.PlanarMicroscopySeries |
78 | 82 | :members: |
79 | 83 | :undoc-members: |
80 | 84 | :show-inheritance: |
81 | 85 |
|
82 | | -VariableDepthMicroscopySeries |
83 | | ----------------------------- |
| 86 | +VolumetricMicroscopySeries |
| 87 | +------------------------- |
| 88 | +.. autoclass:: ndx_microscopy.VolumetricMicroscopySeries |
| 89 | + :members: |
| 90 | + :undoc-members: |
| 91 | + :show-inheritance: |
84 | 92 |
|
85 | | -.. autoclass:: ndx_microscopy.VariableDepthMicroscopySeries |
| 93 | +MultiPlaneMicroscopyContainer |
| 94 | +--------------------------- |
| 95 | +.. autoclass:: ndx_microscopy.MultiPlaneMicroscopyContainer |
86 | 96 | :members: |
87 | 97 | :undoc-members: |
88 | 98 | :show-inheritance: |
89 | 99 |
|
90 | | -VolumetricMicroscopySeries |
91 | | -------------------------- |
| 100 | +Segmentation Components |
| 101 | +==================== |
92 | 102 |
|
93 | | -.. autoclass:: ndx_microscopy.VolumetricMicroscopySeries |
| 103 | +Segmentation |
| 104 | +----------- |
| 105 | +.. autoclass:: ndx_microscopy.Segmentation |
94 | 106 | :members: |
95 | 107 | :undoc-members: |
96 | 108 | :show-inheritance: |
97 | 109 |
|
98 | | -Multi-Channel Data |
99 | | -================ |
| 110 | +Segmentation2D |
| 111 | +------------- |
| 112 | +.. autoclass:: ndx_microscopy.Segmentation2D |
| 113 | + :members: |
| 114 | + :undoc-members: |
| 115 | + :show-inheritance: |
100 | 116 |
|
101 | | -MultiChannelMicroscopyVolume |
102 | | ---------------------------- |
| 117 | +Methods |
| 118 | +^^^^^^^ |
| 119 | +.. automethod:: ndx_microscopy.Segmentation2D.add_roi |
| 120 | +.. automethod:: ndx_microscopy.Segmentation2D.pixel_to_image |
| 121 | +.. automethod:: ndx_microscopy.Segmentation2D.image_to_pixel |
| 122 | +.. automethod:: ndx_microscopy.Segmentation2D.create_roi_table_region |
103 | 123 |
|
104 | | -.. autoclass:: ndx_microscopy.MultiChannelMicroscopyVolume |
| 124 | +Segmentation3D |
| 125 | +------------- |
| 126 | +.. autoclass:: ndx_microscopy.Segmentation3D |
105 | 127 | :members: |
106 | 128 | :undoc-members: |
107 | 129 | :show-inheritance: |
108 | 130 |
|
109 | | -VariableDepthMultiChannelMicroscopyVolume |
110 | | ---------------------------------------- |
| 131 | +Methods |
| 132 | +^^^^^^^ |
| 133 | +.. automethod:: ndx_microscopy.Segmentation3D.add_roi |
| 134 | +.. automethod:: ndx_microscopy.Segmentation3D.voxel_to_image |
| 135 | +.. automethod:: ndx_microscopy.Segmentation3D.image_to_voxel |
| 136 | +.. automethod:: ndx_microscopy.Segmentation3D.create_roi_table_region |
111 | 137 |
|
112 | | -.. autoclass:: ndx_microscopy.VariableDepthMultiChannelMicroscopyVolume |
| 138 | +SegmentationContainer |
| 139 | +------------------- |
| 140 | +.. autoclass:: ndx_microscopy.SegmentationContainer |
113 | 141 | :members: |
114 | 142 | :undoc-members: |
115 | 143 | :show-inheritance: |
116 | 144 |
|
117 | | -Response Data |
118 | | -============ |
| 145 | +Methods |
| 146 | +^^^^^^^ |
| 147 | +.. automethod:: ndx_microscopy.SegmentationContainer.add_segmentation |
119 | 148 |
|
120 | | -MicroscopyResponseSeries |
121 | | ------------------------ |
122 | | - |
123 | | -.. autoclass:: ndx_microscopy.MicroscopyResponseSeries |
| 149 | +SummaryImage |
| 150 | +----------- |
| 151 | +.. autoclass:: ndx_microscopy.SummaryImage |
124 | 152 | :members: |
125 | 153 | :undoc-members: |
126 | 154 | :show-inheritance: |
127 | 155 |
|
128 | | -Segmentation |
129 | | -=========== |
| 156 | +Response Series Components |
| 157 | +======================= |
130 | 158 |
|
131 | | -MicroscopySegmentations |
| 159 | +MicroscopyResponseSeries |
132 | 160 | ---------------------- |
133 | | - |
134 | | -.. autoclass:: ndx_microscopy.MicroscopySegmentations |
| 161 | +.. autoclass:: ndx_microscopy.MicroscopyResponseSeries |
135 | 162 | :members: |
136 | 163 | :undoc-members: |
137 | 164 | :show-inheritance: |
138 | 165 |
|
139 | | -MicroscopyPlaneSegmentation |
140 | | --------------------------- |
141 | | - |
142 | | -.. autoclass:: ndx_microscopy.MicroscopyPlaneSegmentation |
| 166 | +MicroscopyResponseSeriesContainer |
| 167 | +------------------------------ |
| 168 | +.. autoclass:: ndx_microscopy.MicroscopyResponseSeriesContainer |
143 | 169 | :members: |
144 | 170 | :undoc-members: |
145 | 171 | :show-inheritance: |
0 commit comments