-
Notifications
You must be signed in to change notification settings - Fork 4
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
Erroneous "fib" in data_description.modality for pure behavior sessions #1056
Comments
@hanhou Your query of sessions with this problem are exclusively from non-FIP rigs. The FIP rigs are 1D, 2D, 3D, 6D, 7D, 8D which do not show up in the log. So the problem is with the data_description.json, not the rig.json |
Interesting! Then all make sense to me. Here may be what happened:
|
I speculate that the uploading process added the fib modality to the data description by default if there is a fib folder. @alexpiet If there is no fib data, have we already excluded the fib folder in the manifest file? |
Yes, my understanding is that PR fixed the problem. The modalities in data_description will be the modalities listed in the upload manifest. Before that PR, the modalities in the upload manifest were hard coded to include fip and video for every session. Now we set them based on the data streams Spot checking actual manifests from this week, they correctly do NOT list FIP for behavior only sessions |
The correct way of querying "FIP" sessionsSince the {"session.data_streams.stream_modalities.abbreviation": "fib"} To validate, for sessions which have "fib" as a stream, all of them should have "fib" in (for comparison, as noted in the body of the current issue, sessions which have "fib" in However, this validation is only necessary, but not sufficient, for the proposed query to be correct. @alexpiet @XX-Yin @rachelstephlee @hagikent any ideas? |
Discussed in kanban meeting 11/26 David says the fix forward has been done. |
When I'm investigating another issue, I noticed that there are many sessions in docDB that have "fib" in
data_description.modality
but not inrig.modalities
. For example:Here is the query showing all sessions with this problem.
We should:
presumbly in how we generated. @XX-Yin @micahwoodardrig.json
data_description
in docDB #1089The text was updated successfully, but these errors were encountered: