neuroanatomy / reorient

A tool for reorienting and cropping MRI data

Home Page:https://neuroanatomy.github.io/reorient

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Large files load indefinitely

sneakers-the-rat opened this issue · comments

Thank you for your feedback.

Current behaviour

Tried to test program using this 8GB scan: https://datadryad.org/stash/downloads/file_stream/223921 , let the page sit for ~40m while i was working on review, remained hung on 'uploading'

  • If this is a bug, please explain how to reproduce the problem
    • Which tools did you use in which sequence? - loading
    • Does the error concern the online display/ functionality or the downloaded result? - display/functionality
    • What is the type and resolution of your data? (Can you provide a link to your data?) - https://datadryad.org/stash/downloads/file_stream/223921
    • Do not include sensitive information.
    • Upload the browser error message if you are familiar with web developer tools. - no message in console

Expected behaviour

would love to have a progress bar or some indication that the loading is still happening, or else an error message indicating that it failed!

Version information (for bug reports)

  • Browser + version: Firefox 81.0.1
  • Your OS + version: macOS 10.15.6

Thank you for the issue report @sneakers-the-rat!
We improved the feedback given when loading a file. We now display a message indicating that an uploading is going on. In the case of the file you were trying, it failed because it's extremely large for MRI standards. In case of error, we now display a message indicating to either try again or to report a bug. We also check for file size, and provide an indication in case the file is >200MB (which is rarely the case, most brain MRI files are <100MB).

loading-1

loading-2

loading-3