mnefun.run_sss_positions¶
- mnefun.run_sss_positions(fname_in, fname_out, host='kasga', opts='-force', port=22, prefix=' ', work_dir='~/', t_window=None, t_step_min=None, dist_limit=None, gof_limit=0.98, verbose='error')¶
Run Maxfilter remotely and fetch resulting file
- Parameters:
- fname_in
str
The filename to process. Additional
-1
files will be automatically detected.- fname_out
str
Output filename to use to store the resulting head positions on the local machine.
- host
str
The SSH/scp host to run the command on
- opts
str
Additional command-line options to pass to MaxFilter.
- port
int
The SSH port.
- prefix
str
The prefix to use when printing status updates.
- work_dir
str
Where to store the temporary files.
- t_window
float
|None
Time window (sec) to use.
- dist_limit
float
|None
Distance limit (m) to use.
- verbose
str
MNE verbose level, effectively controls whether or not the stdout/stderr is printed while running.
- fname_in