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_instr

The filename to process. Additional -1 files will be automatically detected.

fname_outstr

Output filename to use to store the resulting head positions on the local machine.

hoststr

The SSH/scp host to run the command on

optsstr

Additional command-line options to pass to MaxFilter.

portint

The SSH port.

prefixstr

The prefix to use when printing status updates.

work_dirstr

Where to store the temporary files.

t_windowfloat | None

Time window (sec) to use.

dist_limitfloat | None

Distance limit (m) to use.

verbosestr

MNE verbose level, effectively controls whether or not the stdout/stderr is printed while running.