Skip to content
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

Available Datasets #35

Open
OlinLai opened this issue Aug 8, 2023 · 1 comment
Open

Available Datasets #35

OlinLai opened this issue Aug 8, 2023 · 1 comment

Comments

@OlinLai
Copy link

OlinLai commented Aug 8, 2023

I want to confirm, are currently only these few URIs available for download, along with the study set corresponding to the default configuration? Other study sets on the official website cannot be downloaded temporarily? for example, SYNTH_VISAPY

def main():
 
 hybrid_janelia_uri = 'sha1://43298d72b2d0860ae45fc9b0864137a976cb76e8?hybrid-janelia-spikeforest-recordings.json'
 synth_monotrode_uri = 'sha1://3b265eced5640c146d24a3d39719409cceccc45b?synth-monotrode-spikeforest-recordings.json'
 paired_boyden_uri = 'sha1://849e53560c9241c1206a82cfb8718880fc1c6038?paired-boyden-spikeforest-recordings.json'
 paired_kampff_uri = 'sha1://b8b571d001f9a531040e79165e8f492d758ec5e0?paired-kampff-spikeforest-recordings.json'
 paired_english_uri = 'sha1://dfb1fd134bfc209ece21fd5f8eefa992f49e8962?paired-english-spikeforest-recordings.json'

 # the default URI includes the PAIRED_BOYDEN, PAIRED_CRCNS_HC1,
 # PAIRED_ENGLISH, PAIRED_KAMPFF, and PAIRED_MEA64C_YGER recordings.
 all_recordings = sf.load_spikeforest_recordings()

 # Other recording sets are being migrated to the new data distribution protocol as needed.
 # E.G. to load the Hybrid Janelia data set, use the following:
 # all_recordings = sf.load_spikeforest_recordings(hybrid_janelia_uri)`
@magland
Copy link
Collaborator

magland commented Aug 8, 2023

Yes, those are the only ones available right now.

Please see the discussion here: #33

(And let me know if you are interested in helping)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants