int-brain-lab / iblenv

Unified environment and Issue tracker for all IBL
MIT License
10 stars 10 forks source link

Warn external users that passive data is released #355

Closed GaelleChapuis closed 8 months ago

GaelleChapuis commented 9 months ago

Example code to send users:

from one.api import ONE

one = ONE(base_url='https://openalyx.internationalbrainlab.org')
TAG = 'Brainwidemap'  # Release tag to download cache for
one.load_cache(tag=TAG)

eids = one.search(dataset='passive*')

Returns 373 EIDs

GaelleChapuis commented 9 months ago