Back to the main page.
Bug 3347 - ft_databrowser and ft_rejectvisual should use private/chanscale_common for scaling
Status |
NEW |
Reported |
2017-09-15 12:05:00 +0200 |
Modified |
2017-09-15 12:08:23 +0200 |
Product: |
FieldTrip |
Component: |
core |
Version: |
unspecified |
Hardware: |
PC |
Operating System: |
Mac OS |
Importance: |
P5 normal |
Assigned to: |
|
URL: |
|
Tags: |
|
Depends on: |
|
Blocks: |
|
See also: |
|
Robert Oostenveld - 2017-09-15 12:05:53 +0200
Robert Oostenveld - 2017-09-15 12:08:23 +0200
the private function was introduced for the plotting functions, but should be used by all functions that use
% cfg.eegscale = number, scaling to apply to the EEG channels prior to display
% cfg.eogscale = number, scaling to apply to the EOG channels prior to display
% cfg.ecgscale = number, scaling to apply to the ECG channels prior to display
% cfg.emgscale = number, scaling to apply to the EMG channels prior to display
% cfg.megscale = number, scaling to apply to the MEG channels prior to display
% cfg.gradscale = number, scaling to apply to the MEG gradiometer channels prior to display (in addition to the cfg.megscale factor)
% cfg.magscale = number, scaling to apply to the MEG magnetometer channels prior to display (in addition to the cfg.megscale factor)
There are more scaling options in ft_databrowser that can be copied over to the new function.