-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
64 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# Electrophysiology Uploader | ||
|
||
## Purpose | ||
|
||
The electrophysiology uploader is intended to allow users to upload and browse electrophysiology files. | ||
|
||
|
||
## Intended Users | ||
|
||
The primary users are EEG technicians or site coordinators uploading EEG recordings | ||
for registered LORIS candidates and timepoints. | ||
|
||
## Scope | ||
|
||
The electrophysiology uploader has the following built-in capabilities to facilitate | ||
timely eeg insertion into the LORIS database. Specifically, it allows to browse | ||
uploaded recordings using the `Browse` tab and upload recordings using the `Upload` | ||
tab. | ||
|
||
EEG recordings can be reuploaded multiple times. Previous upload attempts will be backup in _EEGUploadIncomingPath_/archives/. | ||
|
||
## Permissions | ||
|
||
#### Module Permission | ||
|
||
Permission `electrophysiology_browser_view_allsites` or `electrophysiology_browser_view_site` | ||
is necessary to have access to the module and gives the user the ability to | ||
upload and browse all recordings uploaded to the database. | ||
|
||
#### Filesystem Permission | ||
|
||
The path on the filesystem where the uploaded files go (_EEGUploadIncomingPath_) should be | ||
readable and writable by the web server. | ||
|
||
## Configurations | ||
|
||
The electrophysiology uploader has the following configurations that affect its usage: | ||
|
||
### Install Configurations | ||
|
||
To enable the module to handle large files, please follow the | ||
instructons for [Handling Large File Uploads](../../docs/wiki/00_SERVER_INSTALL_AND_CONFIGURATION/02_Website_Configuration/Handling_Large_File_Uploads.md). | ||
|
||
#### <a name="database_config_link"></a> Database Configurations | ||
|
||
EEGUploadIncomingPath - This setting determines where on the filesystem the | ||
uploader is to place the uploaded recordings. | ||
**Note**: Uploaded recordings are erased from the | ||
`EEGUploadIncomingPath` following a successful archival and insertion | ||
through the LORIS-MRI pipeline. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters