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
Copy file name to clipboardExpand all lines: docs/source/acquisition.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,8 @@ while the StimulusEpoch represents all stimuli being presented.
79
79
|-------|------|-------------|
80
80
|`subject_id`|`str`| Subject ID (Unique identifier for the subject) |
81
81
|`specimen_id`|`Optional[str]`| Specimen ID (Specimen ID is required for in vitro imaging modalities) |
82
-
|`acquisition_start_time`|`datetime (timezone-aware)`| Acquisition start time |
82
+
|`acquisition_start_time`|`datetime (timezone-aware)`| Acquisition start time (During validation, timezone information will be moved into the acquisition_start_tz field.) |
83
+
|`acquisition_start_tz`|`Optional[pydantic_extra_types.timezone_name.TimeZoneName]`| Acquisition start timezone (Automatically populated by a validator based on acquisition_start_time.) |
83
84
|`acquisition_end_time`|`datetime (timezone-aware)`| Acquisition end time |
84
85
|`experimenters`|`List[str]`| experimenter(s) |
85
86
|`protocol_id`|`Optional[List[str]]`| Protocol ID (DOI for protocols.io) |
@@ -108,7 +109,7 @@ Details about the subject during an acquisition
108
109
|`animal_weight_post`|`Optional[decimal.Decimal]`| Animal weight (g) (Animal weight after procedure) |
109
110
|`weight_unit`|[MassUnit](aind_data_schema_models/units.md#massunit)| Weight unit |
110
111
|`anaesthesia`| Optional[[Anaesthetic](components/surgery_procedures.md#anaesthetic)]| Anaesthesia (Anaesthesia present during entire acquisition, use Manipulation for partial anaesthesia) |
111
-
|`mouse_platform_name`|`str`| Mouse platform |
112
+
|`mouse_platform_name`|`str`| Mouse platform (The surface that the mouse is on during the acquisition)|
112
113
|`reward_consumed_total`|`Optional[decimal.Decimal]`| Total reward consumed (mL) |
113
114
|`reward_consumed_unit`| Optional[[VolumeUnit](aind_data_schema_models/units.md#volumeunit)]| Reward consumed unit |
|`active_devices`|`List[str]`| Active devices (Device names must match devices in the Instrument) |
129
-
|`configurations`| List[[LightEmittingDiodeConfig](components/configs.md#lightemittingdiodeconfig) or [LaserConfig](components/configs.md#laserconfig) or [ManipulatorConfig](components/configs.md#manipulatorconfig) or [DetectorConfig](components/configs.md#detectorconfig) or [PatchCordConfig](components/configs.md#patchcordconfig) or [FiberAssemblyConfig](components/configs.md#fiberassemblyconfig) or [MRIScan](components/configs.md#mriscan) or [LickSpoutConfig](components/configs.md#lickspoutconfig) or [AirPuffConfig](components/configs.md#airpuffconfig) or [ImagingConfig](components/configs.md#imagingconfig) or [SlapPlane](components/configs.md#slapplane) or [SampleChamberConfig](components/configs.md#samplechamberconfig) or [ProbeConfig](components/configs.md#probeconfig) or [EphysAssemblyConfig](components/configs.md#ephysassemblyconfig) or [CatheterConfig](components/configs.md#catheterconfig)]| Device configurations (Configurations are parameters controlling active devices during this stream) |
130
+
| `configurations` | List[[LightEmittingDiodeConfig](components/configs.md#lightemittingdiodeconfig) or [LaserConfig](components/configs.md#laserconfig) or [ManipulatorConfig](components/configs.md#manipulatorconfig) or [DetectorConfig](components/configs.md#detectorconfig) or [PatchCordConfig](components/configs.md#patchcordconfig) or [FiberAssemblyConfig](components/configs.md#fiberassemblyconfig) or [MISCameraConfig](components/configs.md#miscameraconfig) or [MRIScan](components/configs.md#mriscan) or [LickSpoutConfig](components/configs.md#lickspoutconfig) or [AirPuffConfig](components/configs.md#airpuffconfig) or [ImagingConfig](components/configs.md#imagingconfig) or [SlapPlane](components/configs.md#slapplane) or [SampleChamberConfig](components/configs.md#samplechamberconfig) or [ProbeConfig](components/configs.md#probeconfig) or [EphysAssemblyConfig](components/configs.md#ephysassemblyconfig) or [CatheterConfig](components/configs.md#catheterconfig)] | Device configurations (Configurations are parameters controlling active devices during this stream) |
130
131
|`connections`| List[[Connection](components/connections.md#connection)]| Connections (Connections are links between devices that are specific to this acquisition (i.e. not already defined in the Instrument)) |
0 commit comments