-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DRAFT: Add OnePhotonSeries neurodata_type #283
Comments
It should at least have a link to a |
Proposed solution: add optional link to Device in ImageSeries. add OnePhotonSeries with related metadata. Make an extension for OnePhotonSeries and we could fast track it into the core. |
From talking with @chrapkiewicz, we have some more specific metadata requirements: OnePhotonSeries need to link to two different types of devices: Objective Lens and Camera. Objective Lens can be the same as in 2p. It either needs to be specified with a model number (which fully defines it) or with:
Unlike 2p,
then there are two settings you might need to store:
finally, you should indicate power, which is generally <5 mW. Alternatively, you might want to store intensity, which is units mW/mm^2, but it sounds like power is more common |
Looks good to me. There are probably slightly different metadata for miniscopes and 1p microscopes for head-fixed experiments. For custom microscope really the only extra part that needs to be reported is just a tube lens defined by a focal length (float) typically between 90 and 200 mm and a model. |
Similar to TwoPhotonSeries but for handling one photon calcium imaging data from the Miniscope.
Details and differences with TwoPhotonSeries need to be fleshed out.
The text was updated successfully, but these errors were encountered: