Skip to content

Commit

Permalink
Merge pull request #1532 from dandi/add-one-photon
Browse files Browse the repository at this point in the history
add one photon to metadata dict
  • Loading branch information
yarikoptic authored Nov 21, 2024
2 parents a7712c3 + e041653 commit fd3f5e6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dandi/metadata/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,12 @@ class Neurodatum(TypedDict):
"technique": "two-photon microscopy technique",
"approach": "microscopy approach; cell population imaging",
},
"OnePhotonSeries": {
"module": "ophys",
"neurodata_type": "OnePhotonSeries",
"technique": "one-photon microscopy technique",
"approach": "microscopy approach; cell population imaging",
},
"OpticalChannel": {
"module": "ophys",
"neurodata_type": "OpticalChannel",
Expand Down

0 comments on commit fd3f5e6

Please sign in to comment.