Back to the main page.
Bug 7 - inconsitent absmax and maxabs for the scaling
| Status | CLOSED FIXED |
| Reported | 2010-01-07 11:57:00 +0100 |
| Modified | 2010-03-22 13:47:23 +0100 |
| Product: | FieldTrip |
| Component: | core |
| Version: | unspecified |
| Hardware: | PC |
| Operating System: | Mac OS |
| Importance: | P5 normal |
| Assigned to: | Saskia Haegens |
| URL: | |
| Tags: | |
| Depends on: | |
| Blocks: | |
| See also: |
Robert Oostenveld - 2010-01-07 11:57:42 +0100
some plotting functions use absmax, some use maxabs. It is vlim(1) = -max(abs(vdata)); vlim(2) = +max(abs(vdata)); so maxabs is the logical description. backward compatibility should be maintained of course