Back to the main page.
Bug 1022 - test_bug228 need to be finalized or deleted
Status | CLOSED FIXED |
Reported | 2011-10-09 12:13:00 +0200 |
Modified | 2011-10-12 14:40:02 +0200 |
Product: | FieldTrip |
Component: | core |
Version: | unspecified |
Hardware: | PC |
Operating System: | Mac OS |
Importance: | P1 normal |
Assigned to: | Jan-Mathijs Schoffelen |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Robert Oostenveld - 2011-10-09 12:13:28 +0200
The function currently only contains % this script tests whether the change in name for baselinecorrection is % done appropriately % strategy: rename blc into demean in preproc, and blcwindow into % baselinewindow. % also change the options in ft_checkconfig % % then grep all occurrences of blc and blcwindow. use the renamed option of % ft_checkconfig in all those functions to ensure backward compatibility % this is only needed for those functions which directly call % ft_preproc_baselinecorrect. functions calling preproc should be fine for % backward compatibility. in that case, only change the default naming % don't forget to change the wiki FIXME tname = [tempname,'.txt']; system(['grep blc *.m > ',tname]); delete(tname); The history of the test script is the following mbp> svn log test_bug228.m ------------------------------------------------------------------------ r3784 | roboos | 2011-07-06 21:50:28 +0200 (Wed, 06 Jul 2011) | 2 lines moved the test scripts for the bugs (i.e. test_bugXXX.m) from branches/testing to trunk/test ------------------------------------------------------------------------ r2423 | jansch | 2010-12-15 09:48:40 +0100 (Wed, 15 Dec 2010) | 2 lines first commitment to test for change blc into demean ------------------------------------------------------------------------