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
Tables related to importing, analyzing, and exporting miniscope data.
141
-
142
-
| Table | Description |
143
-
| --- | --- |
144
-
| Recording | A table containing information about the equipment used (e.g. the acquisition hardware information). |
145
-
| RecordingInfo | The metadata about this recording from the Miniscope DAQ software (e.g. frame rate, number of channels, frames, etc.). |
146
-
| MotionCorrection | A table with information about motion correction performed on a recording. |
147
-
| MotionCorrection.RigidMotionCorrection | A table with details of rigid motion correction (e.g. shifting in x, y). |
148
-
| MotionCorrection.NonRigidMotionCorrection and MotionCorrection.Block | These tables describe the non-rigid motion correction. |
149
-
| MotionCorrection.Summary | A table containing summary images after motion correction. |
150
-
| Segmentation | This table specifies the segmentation step and its outputs, following the motion correction step. |
151
-
| Segmentation.Mask | This table contains the image mask for the segmented region of interest. |
152
-
| MaskClassification | This table contains information about the classification of `Segmentation.Mask` into a type (e.g. soma, axon, dendrite, artifact, etc.). |
153
-
| Fluorescence | This table contains the fluorescence traces extracted from each `Segmentation.Mask`. |
154
-
| ActivityExtractionMethod | A table with information about the activity extraction method (e.g. deconvolution) applied on the fluorescence trace. |
155
-
| Activity | A table with neuronal activity traces from fluorescence trace (e.g. spikes). |
0 commit comments