[Usage question] - Find sessions with multiple extended_qc fields #200
Unanswered
GaelleChapuis
asked this question in
Q&A
Replies: 2 comments
-
Could you copy the full error message? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the question you have
I would like to check whether certains fields of the
session__extended_qc
exist, using a single ONE query.For example:
sess = one.alyx.rest('sessions', 'list', django=f'extended_qc__icontains,if_mean_in_box,extended_qc__icontains,whisker_pupil_block')
This does not work however, as using multiple times the filter
extended_qc__icontains
raises an HTTP error.What is the correct nomenclature?
Is your question related to a specific product?
ONE
Additional context
I need to find the sessions that have multiple QC computed.
Beta Was this translation helpful? Give feedback.
All reactions