|
| 1 | +# Electrophysiology Uploader |
| 2 | + |
| 3 | +## Purpose |
| 4 | + |
| 5 | +The electrophysiology uploader is intended to allow users to upload and browse electrophysiology files. |
| 6 | + |
| 7 | + |
| 8 | +## Intended Users |
| 9 | + |
| 10 | +The primary users are EEG technicians or site coordinators uploading EEG recordings |
| 11 | +for registered LORIS candidates and timepoints. |
| 12 | + |
| 13 | +## Scope |
| 14 | + |
| 15 | +The electrophysiology uploader has the following built-in capabilities to facilitate |
| 16 | +timely eeg insertion into the LORIS database. Specifically, it allows to browse |
| 17 | +uploaded recordings using the `Browse` tab and upload recordings using the `Upload` |
| 18 | +tab. |
| 19 | + |
| 20 | +EEG recordings can be reuploaded multiple times. Previous upload attempts will be backup in _EEGUploadIncomingPath_/archives/. |
| 21 | + |
| 22 | +## Permissions |
| 23 | + |
| 24 | +#### Module Permission |
| 25 | + |
| 26 | +Permission `electrophysiology_browser_view_allsites` or `electrophysiology_browser_view_site` |
| 27 | +is necessary to have access to the module and gives the user the ability to |
| 28 | +upload and browse all recordings uploaded to the database. |
| 29 | + |
| 30 | +#### Filesystem Permission |
| 31 | + |
| 32 | +The path on the filesystem where the uploaded file go (_EEGUploadIncomingPath_) should be |
| 33 | +readable and writable by the web server. |
| 34 | + |
| 35 | +## Configurations |
| 36 | + |
| 37 | +The electrophysiology uploader has the following configurations that affect its usage: |
| 38 | + |
| 39 | +### Install Configurations |
| 40 | + |
| 41 | +To enable the module to handle large files, please follow the |
| 42 | +instructons for [Handling Large File Uploads](../../docs/wiki/00_SERVER_INSTALL_AND_CONFIGURATION/02_Website_Configuration/Handling_Large_File_Uploads.md). |
| 43 | + |
| 44 | +#### <a name="database_config_link"></a> Database Configurations |
| 45 | + |
| 46 | +EEGUploadIncomingPath - This setting determines where on the filesystem the |
| 47 | + uploader is to place the uploaded recordings. |
| 48 | + **Note**: Uploaded recordings are erased from the |
| 49 | + `EEGUploadIncomingPath` following a successful archival and insertion |
| 50 | + through the LORIS-MRI pipeline. |
| 51 | + |
0 commit comments