mne.compute_proj_raw(raw, start=0, stop=None, duration=1, n_grad=2, n_mag=2, n_eeg=0, reject=None, flat=None, n_jobs=1, verbose=None)[source]¶Compute SSP (spatial space projection) vectors on Raw.
| Parameters: | raw : instance of Raw 
 start : float 
 stop : float 
 duration : float 
 n_grad : int 
 n_mag : int 
 n_eeg : int 
 reject : dict | None 
 flat : dict | None 
 n_jobs : int 
 verbose : bool, str, int, or None 
 | 
|---|---|
| Returns: | projs: list 
 | 
See also