Skip to content

Commit 5a7cc9d

Browse files
committed
added coupled fov
1 parent 3df0601 commit 5a7cc9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/aind_data_schema/session.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ class FieldOfView(AindModel):
9292
fov_scale_factor_unit: str = Field("um/pixel", title="FOV scale factor unit")
9393
frame_rate: Decimal = Field(..., title="Frame rate (Hz)")
9494
frame_rate_unit: FrequencyUnit = Field(FrequencyUnit.HZ, title="Frame rate unit")
95+
coupled_fov_index: Optional[int] = Field(None, title="Coupled FOV", description="Coupled planes for multiscope")
9596

9697

9798
class StackChannel(Channel):
@@ -246,7 +247,7 @@ class Session(AindCoreModel):
246247
"""Description of a physiology and/or behavior session"""
247248

248249
schema_version: str = Field(
249-
"0.0.1",
250+
"0.0.2",
250251
description="schema version",
251252
title="Schema Version",
252253
const=True,

0 commit comments

Comments
 (0)