Skip to content

Commit 2887c4e

Browse files
committed
Merge branch 'main' into feat-787-MRI-updates
2 parents a0cb7b3 + 4318619 commit 2887c4e

33 files changed

+983
-87
lines changed

examples/aibs_smartspim_instrument.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"describedBy": "https://raw.githubusercontent.com/AllenNeuralDynamics/aind-data-schema/main/src/aind_data_schema/core/instrument.py",
3-
"schema_version": "0.10.12",
3+
"schema_version": "0.10.13",
44
"instrument_id": "SmartSPIM2-2",
55
"modification_date": "2023-10-04",
66
"instrument_type": "SmartSPIM",

examples/aibs_smartspim_procedures.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"describedBy": "https://raw.githubusercontent.com/AllenNeuralDynamics/aind-data-schema/main/src/aind_data_schema/core/procedures.py",
3-
"schema_version": "0.12.5",
3+
"schema_version": "0.12.6",
44
"subject_id": "651286",
55
"subject_procedures": [
66
{

examples/aind_smartspim_instrument.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"describedBy": "https://raw.githubusercontent.com/AllenNeuralDynamics/aind-data-schema/main/src/aind_data_schema/core/instrument.py",
3-
"schema_version": "0.10.12",
3+
"schema_version": "0.10.13",
44
"instrument_id": "SmartSPIM2-1",
55
"modification_date": "2023-10-04",
66
"instrument_type": "SmartSPIM",

examples/bergamo_ophys_session.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"describedBy": "https://raw.githubusercontent.com/AllenNeuralDynamics/aind-data-schema/main/src/aind_data_schema/core/session.py",
3-
"schema_version": "0.1.8",
3+
"schema_version": "0.1.9",
44
"protocol_id": [],
55
"experimenter_full_name": [
66
"John Doe"
@@ -65,7 +65,13 @@
6565
"fov_scale_factor_unit": "um/pixel",
6666
"frame_rate": "20",
6767
"frame_rate_unit": "hertz",
68-
"coupled_fov_index": null
68+
"coupled_fov_index": null,
69+
"power": null,
70+
"power_unit": "percent",
71+
"scanfield_z": null,
72+
"scanfield_z_unit": "micrometer",
73+
"scanimage_roi_index": null,
74+
"notes": null
6975
}
7076
],
7177
"slap_fovs": null,

examples/ephys_rig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"describedBy": "https://raw.githubusercontent.com/AllenNeuralDynamics/aind-data-schema/main/src/aind_data_schema/core/rig.py",
3-
"schema_version": "0.2.17",
3+
"schema_version": "0.2.18",
44
"rig_id": "323_EPHYS1",
55
"modification_date": "2023-10-03",
66
"mouse_platform": {

examples/ephys_session.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"describedBy": "https://raw.githubusercontent.com/AllenNeuralDynamics/aind-data-schema/main/src/aind_data_schema/core/session.py",
3-
"schema_version": "0.1.8",
3+
"schema_version": "0.1.9",
44
"protocol_id": [],
55
"experimenter_full_name": [
66
"Jane Doe"

examples/exaspim_acquisition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"describedBy": "https://raw.githubusercontent.com/AllenNeuralDynamics/aind-data-schema/main/src/aind_data_schema/core/acquisition.py",
3-
"schema_version": "0.6.8",
3+
"schema_version": "0.6.9",
44
"protocol_id": [],
55
"experimenter_full_name": [
66
"###"

examples/exaspim_acquisition.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@
4848
session_end_time=t,
4949
local_storage_directory="D:",
5050
external_storage_directory="Z:",
51-
chamber_immersion=acquisition.Immersion(medium="PBS", refractive_index=1.33),
51+
chamber_immersion=acquisition.Immersion(
52+
medium="PBS",
53+
refractive_index=1.33,
54+
),
5255
axes=[
5356
ImageAxis(
5457
name="X",

examples/exaspim_instrument.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"describedBy": "https://raw.githubusercontent.com/AllenNeuralDynamics/aind-data-schema/main/src/aind_data_schema/core/instrument.py",
3-
"schema_version": "0.10.12",
3+
"schema_version": "0.10.13",
44
"instrument_id": "exaSPIM1-1",
55
"modification_date": "2023-10-04",
66
"instrument_type": "exaSPIM",

examples/fip_ophys_rig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"describedBy": "https://raw.githubusercontent.com/AllenNeuralDynamics/aind-data-schema/main/src/aind_data_schema/core/rig.py",
3-
"schema_version": "0.2.17",
3+
"schema_version": "0.2.18",
44
"rig_id": "428_FIP1_2",
55
"modification_date": "2023-10-03",
66
"mouse_platform": {

0 commit comments

Comments
 (0)