Skip to content

Commit

Permalink
Generate multiplane_ophys_session.json from python example.
Browse files Browse the repository at this point in the history
  • Loading branch information
arielleleon committed Jan 17, 2025
1 parent c609581 commit 4e28667
Showing 1 changed file with 50 additions and 14 deletions.
64 changes: 50 additions & 14 deletions examples/multiplane_ophys_session.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"describedBy": "https://raw.githubusercontent.com/AllenNeuralDynamics/aind-data-schema/main/src/aind_data_schema/core/session.py",
"schema_version": "1.0.3",
"schema_version": "1.1.1",
"protocol_id": [],
"experimenter_full_name": [
"John Doe"
Expand All @@ -9,7 +9,7 @@
"session_end_time": "2022-07-12T07:00:00Z",
"session_type": "Mesoscope",
"iacuc_protocol": "12345",
"rig_id": "429-mesoscope-20220321",
"rig_id": "429_mesoscope_20220321",
"calibrations": [],
"maintenance": [],
"subject_id": "12345",
Expand Down Expand Up @@ -53,7 +53,12 @@
"index": 0,
"imaging_depth": 190,
"imaging_depth_unit": "micrometer",
"targeted_structure": "VISp",
"targeted_structure": {
"atlas": "CCFv3",
"name": "Primary visual area",
"acronym": "VISp",
"id": "385"
},
"fov_coordinate_ml": "1.5",
"fov_coordinate_ap": "1.5",
"fov_coordinate_unit": "micrometer",
Expand All @@ -79,7 +84,12 @@
"index": 1,
"imaging_depth": 232,
"imaging_depth_unit": "micrometer",
"targeted_structure": "VISp",
"targeted_structure": {
"atlas": "CCFv3",
"name": "Primary visual area",
"acronym": "VISp",
"id": "385"
},
"fov_coordinate_ml": "1.5",
"fov_coordinate_ap": "1.5",
"fov_coordinate_unit": "micrometer",
Expand All @@ -105,7 +115,12 @@
"index": 2,
"imaging_depth": 136,
"imaging_depth_unit": "micrometer",
"targeted_structure": "VISp",
"targeted_structure": {
"atlas": "CCFv3",
"name": "Primary visual area",
"acronym": "VISp",
"id": "385"
},
"fov_coordinate_ml": "1.5",
"fov_coordinate_ap": "1.5",
"fov_coordinate_unit": "micrometer",
Expand All @@ -131,7 +146,12 @@
"index": 3,
"imaging_depth": 282,
"imaging_depth_unit": "micrometer",
"targeted_structure": "VISp",
"targeted_structure": {
"atlas": "CCFv3",
"name": "Primary visual area",
"acronym": "VISp",
"id": "385"
},
"fov_coordinate_ml": "1.5",
"fov_coordinate_ap": "1.5",
"fov_coordinate_unit": "micrometer",
Expand All @@ -157,7 +177,12 @@
"index": 4,
"imaging_depth": 72,
"imaging_depth_unit": "micrometer",
"targeted_structure": "VISp",
"targeted_structure": {
"atlas": "CCFv3",
"name": "Primary visual area",
"acronym": "VISp",
"id": "385"
},
"fov_coordinate_ml": "1.5",
"fov_coordinate_ap": "1.5",
"fov_coordinate_unit": "micrometer",
Expand All @@ -183,7 +208,12 @@
"index": 5,
"imaging_depth": 326,
"imaging_depth_unit": "micrometer",
"targeted_structure": "VISp",
"targeted_structure": {
"atlas": "CCFv3",
"name": "Primary visual area",
"acronym": "VISp",
"id": "385"
},
"fov_coordinate_ml": "1.5",
"fov_coordinate_ap": "1.5",
"fov_coordinate_unit": "micrometer",
Expand All @@ -209,7 +239,12 @@
"index": 6,
"imaging_depth": 30,
"imaging_depth_unit": "micrometer",
"targeted_structure": "VISp",
"targeted_structure": {
"atlas": "CCFv3",
"name": "Primary visual area",
"acronym": "VISp",
"id": "385"
},
"fov_coordinate_ml": "1.5",
"fov_coordinate_ap": "1.5",
"fov_coordinate_unit": "micrometer",
Expand All @@ -235,7 +270,12 @@
"index": 7,
"imaging_depth": 364,
"imaging_depth_unit": "micrometer",
"targeted_structure": "VISp",
"targeted_structure": {
"atlas": "CCFv3",
"name": "Primary visual area",
"acronym": "VISp",
"id": "385"
},
"fov_coordinate_ml": "1.5",
"fov_coordinate_ap": "1.5",
"fov_coordinate_unit": "micrometer",
Expand Down Expand Up @@ -269,10 +309,6 @@
{
"name": "Behavior videos",
"abbreviation": "behavior-videos"
},
{
"name": "Confocal microscopy",
"abbreviation": "confocal"
}
],
"software": [],
Expand Down

0 comments on commit 4e28667

Please sign in to comment.