Back to the main page.
Bug 108 - reading in of ctf-header with headerformat ctf_ds outputs a lot of stuff to the screen, making it slow
Status | CLOSED FIXED |
Reported | 2010-07-08 16:02:00 +0200 |
Modified | 2010-12-08 11:13:01 +0100 |
Product: | FieldTrip |
Component: | fileio |
Version: | unspecified |
Hardware: | PC |
Operating System: | Mac OS |
Importance: | P1 enhancement |
Assigned to: | Joint development user |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Jan-Mathijs Schoffelen - 2010-07-08 16:02:19 +0200
When reading in CTF.res4 header information using the external ctf toolbox, a lot of info is printed to the screen. This considerably slows down the reading. Cause: getCTFBalanceCoefs tries to read the balancing coefficients for the 3order synthetic gradient with adaptive noise cancellation (G3AR) which does not generally exist when not explicitly created by the user. The function outputs a lot of stuff to the screen when it fails to read (and does not throw an error). Easy fix would be to disable the attempt to read in the G3AR coefficients.