-
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
Documentation for the two photon series #522
Comments
Apparently this does actually stand for a Also, multiple color channels (a common mistake for a 4th dimension of a video-like series) would be added as separate PhotonSeries per color channel (usually only two), but those series would share ImagingPlanes.
x and y stand for columns and rows of a the image matrix, hence requiring a transposition on writing to NWB. I agree this is ambiguous and might be nice to add clarification somewhere in the documentation. My personal preference is to refer to the dimensions of the image itself as width by height, since a user may not have any notion of the programmatic data representation and is merely used to viewing it with third-party tools. |
Interesting. So, this is how it was intended. Any source on this ? It would be good to leave a document, source or the statement of who you did discuss with to track provenance here on this issue. |
Also, within the model, we have the following association:
So, if we have
|
So, the following lines is where the actual definition is written: nwb-schema/core/nwb.ophys.yaml Lines 19 to 24 in 761a0d7
|
In the documentation for the two photon series conerning
data
:https://nwb-schema.readthedocs.io/en/latest/format.html#twophotonseries
I have two questions:
Does the
z
value stand for the number of channels? I feel that it could be mistaken for depth which is a common connotation of the variable (alt-ought because we handle that in the schema with different imaging planes that's unlikely). Maybe we could clarify though?The x and y stand for the rows and columns of the matrix, right? This is an ambiguity of imaging libraries that maybe we could avoid (there is a different convention in imaging processing and photography for x and y). To illustrate this, consider the following:
Where x could stand for columns. Other options instead of rows and columns are width and height which would refer to the image instead of the data array.
The text was updated successfully, but these errors were encountered: