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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ while the StimulusEpoch represents all stimuli being presented.
78
78
| Field | Type | Title (Description) |
79
79
|-------|------|-------------|
80
80
|`subject_id`|`str`| Subject ID (Unique identifier for the subject) |
81
-
|`specimen_id`|`str or List[str] or NoneType`| Specimen ID (Specimen ID(s) used in this acquisition. Required for in vitro imaging modalities.) |
81
+
|`specimen_id`|`str or List[str] or NoneType`| Specimen ID (Required for in vitro modalities. Standard format is {subject_id} with a _### suffix, as needed) |
82
82
|`acquisition_start_time`|`datetime (timezone-aware)`| Acquisition start time (During validation, timezone information will be moved into the acquisition_start_tz field.) |
83
83
|`acquisition_start_tz`|`int or pydantic_extra_types.timezone_name.TimeZoneName or NoneType`| Acquisition start timezone (Automatically populated by a validator based on acquisition_start_time. Will be a TimeZoneName (IANA name) when the datetime uses a ZoneInfo timezone, or an integer UTC offset in hours for fixed-offset timezones. Use ZoneInfo (from the zoneinfo standard library) to preserve the named timezone.) |
84
84
|`acquisition_end_time`|`datetime (timezone-aware)`| Acquisition end time |
Copy file name to clipboardExpand all lines: docs/source/components/specimen_procedures.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Description of a single planar section of brain tissue
41
41
|`thickness`|`Optional[float]`| Slice thickness |
42
42
|`thickness_unit`| Optional[[SizeUnit](../aind_data_schema_models/units.md#sizeunit)]| Slice thickness unit |
43
43
|`partial_slice`| Optional[List[[AnatomicalRelative](../aind_data_schema_models/coordinates.md#anatomicalrelative)]]| Partial slice (If sectioning does not include the entire slice, indicate which part of the slice is retained.) |
44
-
|`output_specimen_id`|`str`| Specimen ID |
44
+
|`output_specimen_id`|`str`| Specimen ID (Output IDs should generally follow the format {input_specimen_id}_###)|
|`includes_surrounding_tissue`|`Optional[bool]`| Includes surrounding tissue (Whether the section includes additional tissue surrounding the targeted structure.) |
47
47
@@ -63,7 +63,7 @@ Description of a single section of brain tissue. Slices should use PlanarSection
63
63
64
64
| Field | Type | Title (Description) |
65
65
|-------|------|-------------|
66
-
|`output_specimen_id`|`str`| Specimen ID |
66
+
|`output_specimen_id`|`str`| Specimen ID (Output IDs should generally follow the format {input_specimen_id}_###)|
|`includes_surrounding_tissue`|`Optional[bool]`| Includes surrounding tissue (Whether the section includes additional tissue surrounding the targeted structure.) |
69
69
| <del>`coordinate_system_name`</del> |`Optional[str]`|**[DEPRECATED]** Use PlanarSection instead. Coordinate system name |
Copy file name to clipboardExpand all lines: docs/source/components/surgery_procedures.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,7 +147,7 @@ Description of a perfusion procedure that creates a specimen
147
147
| Field | Type | Title (Description) |
148
148
|-------|------|-------------|
149
149
|`protocol_id`|`Optional[str]`| Protocol ID (DOI for protocols.io) |
150
-
|`output_specimen_ids`|`List[str]`| Specimen ID (IDs of specimens resulting from this procedure.) |
150
+
|`output_specimen_ids`|`List[str]`| Specimen ID (IDs of specimens resulting from this procedure. Whole brains can use the {subject_id}, partial sections should always include a suffix {subject_id}_###) |
0 commit comments