Dear Rembrandt,
thank you for the amazing streamlinedownloader, it work’s like a charm (I’m using it to render tractography data in brain render.
Is there a way to automate the download of the data? If I have a long list of experiments ID it takes a while to manually download them one at the time, so if there was a way to automatically send queries to the database that’d be great.
Thank you for your help,
Federico
Dear Federico,
there is one undocumented trick, you can put a comma-separated vector of experiment numbers
in the form field, and for each result you will get a prompt to save it. So this makes the job more parallel,
but still somewhat manual. From the webbrowser you can’t just write files to a users computer without
a dialog. I’d recommend to put no more than 50 items at a time.
For more automation you’ll need to hack the code, it is all there from the browser developer tools.
Or use the cache that I mentioned earlier in this thread.
Best regards,
Rembrandt
That’s great! Thank you very much
You can now visualize streamline data in Python using BrainRender, thanks to Rembrandt for providing the streamlines data.