You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from one.api import ONE
from ibllib.qc import base
import ibllib.qc.critical_reasons as usrpmt
SUBJECT = 'SWC_014'
DATE = '2019-12-15'
PROBE = 'probe01'
one = ONE(base_url='https://alyx.internationalbrainlab.org/')
status = 'CRITICAL'
probe_id = one.alyx.rest('insertions', 'list', subject=SUBJECT, date=DATE, name=PROBE)[0]['id']
probe_qc = base.QC(probe_id, one=one, endpoint='insertions')
probe_qc.update('CRITICAL', namespace='experimenter')
if status == 'CRITICAL':
usrpmt.main(eid=probe_id)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Beta Was this translation helpful? Give feedback.
All reactions