Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bids_lossless_eeg bids_lossless_eeg
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • bucanl_pipelines
  • bids_lossless_eegbids_lossless_eeg
  • Wiki
  • pipeline scripts

pipeline scripts · Changes

Page history
mikec1 modified page: Running your first job authored Apr 04, 2019 by Mike Cichonski's avatar Mike Cichonski
Hide whitespace changes
Inline Side-by-side
pipeline-scripts.md
View page @ 11202b6a
......@@ -22,22 +22,22 @@ This section is designed to outline the key procedures of each of the pipeline s
|--------------------|--------------------------------------------------|-------------|
| [in_path] | [] | Relative path to input data files assuming cd = work_path |
| [montage_info] | | Montage information to fit channel locations on a standard surface. This can be a transformations matrix (e.g. [-.14,-22,-48,-.07,0,-1.57,1080,1260,1240]), or a a file containing a transformation matrix (e.g. [batch_dfn]_transmat.mat), or a BIDS channel location tsv file (assuming that during BIDS init the channels were coregistered to the standard surface). |
| [staging script] | derivatives/lossless/code/scripts/staging_script.m | Script file path/name that creates marks based on events in the raw data file. |
| [staging_script] | derivatives/lossless/code/scripts/staging_script.m | Script file path/name that creates marks based on events in the raw data file. |
| [recur_sec] | 1 | Recurrence (sec) for artifact detection epoching |
| [limit_sec] | [0 1] | Limits (sec) for artifact detection epoching |
| [sd_t_meth] | q | Method used for flagging epochs (e.g. 'q' (quantiles), or 'na') |
| [sd_t_vals] | [.3 .7] | Percentage trim for confidence intervals during epoch standard deviation criteria (e.g. [.3 .7]) |
| [sd_t_o] | 6 | z threshold for flagging epochs during standard deviation criteria |
| [sd_t_f_meth] | fixed | Fixed method used for flagging epochs (should be 'fixed') |
| [sd_t_f_vals] | | Percentage trim for confidence intervals during epoch standard deviation criteria (e.g. [.3 .7], leave empty for 'fixed') |
| [sd_t_f_o] | 0.2 | z threshold for flagging epochs during fixed standard deviation criteria |
| [sd_t_meth] | q | Method used for **identifying** outlying epochs (e.g. 'q' (quantiles), 'z' (z-score), or 'na') |
| [sd_t_vals] | [.3 .7] | Percentage trim for confidence intervals during epoch std/quantile criteria for **identifying** outlying epochs (e.g. [.3 .7]) |
| [sd_t_o] | 6 | threshold for number of standard deviations or quantiles from the mean for **identifying** outlying epochs |
| [sd_t_f_meth] | fixed | Method used for **flagging** epochs. Can be 'fixed', or a distribution of values ('z-score' or 'q') |
| [sd_t_f_vals] | | Percentage trim for confidence intervals during std/quantile criteria for **flagging** outlying epochs (e.g. [.3 .7], leave empty for 'fixed') |
| [sd_t_f_o] | 0.2 | Threshold for **flagging** epochs (percentage for how many flagged channels are required for rejection of an epoch) |
| [sd_t_pad] | 1 | Number of windows to pad onto each side of the ch_sd time flag |
| [sd_ch_meth] | q | Method used for flagging channels (e.g. 'q' (quantiles), or 'na') |
| [sd_ch_vals] | [.3 .7] | Percentage trim for confidence intervals during channel standard deviation criteria (e.g. [.3 .7]) |
| [sd_ch_o] | 6 | z threshold for flagging channels during standard deviation criteria |
| [sd_ch_f_meth] | fixed | Fixed method used for flagging channels (should be 'fixed') |
| [sd_ch_f_vals] | | Percentage trim for confidence intervals during channel standard deviation criteria (e.g. [.3 .7], leave empty for 'fixed') |
| [sd_ch_f_o] | 0.2 | z threshold for flagging channel during fixed standard deviation criteria
| [sd_ch_meth] | q | Method used for **identifying** outlying channels (e.g. 'q' (quantiles), 'z' (z-score), or 'na') |
| [sd_ch_vals] | [.3 .7] | Percentage trim for confidence intervals during channel std/quantile criteria for **identifying** outlying epochs (e.g. [.3 .7]) |
| [sd_ch_o] | 6 | threshold for number of standard deviations or quantiles from the mean for **identifying** outlying channels |
| [sd_ch_f_meth] | fixed | Method used for **flagging** channels. Can be 'fixed', or a distribution of values ('z-score' or 'q') |
| [sd_ch_f_vals] | | Percentage trim for confidence intervals during std/quantile criteria for **flagging** outlying channels (e.g. [.3 .7], leave empty for 'fixed') |
| [sd_ch_f_o] | 0.2 | Threshold for **flagging** channels (percentage for how many flagged epochs are required for rejection of a channel) |
| [ref_loc_file] | derivatives/lossless/code/misc/standard_1020_bucanl19.elc | Name of file containing the reference locations (including the relative path) |
| [low_bound_hz] | 1 | Lower bound of the filter bass-band |
| [high_bound_hz] | | Upper bound of the filter bass-band |
......@@ -140,7 +140,7 @@ Versions
***
*Updated/Verified by Mike Cichonski on 2019-03-14*
*Updated/Verified by Mike Cichonski on 2019-04-04*
[ :house: **Return to Main Page**](https://git.sharcnet.ca/bucanl_pipelines/bids_lossless_eeg/wikis/home)
\ No newline at end of file
Clone repository
  • assumptions
  • bidsifying
  • configuring context config
  • configuring remote
  • contributing
  • developer workflow
  • directories
  • essinit
  • Home
  • init scripts
  • install download
  • opening eeglab
  • pipeline scripts
  • postprocessingscript
  • qc init
View All Pages