poppa10 / plsnpairs

Automatically exported from code.google.com/p/plsnpairs
0 stars 0 forks source link

onset file load thinks there's an invalid onset value when there isn't #89

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The attached onset file doesn't work when attempting to populate a
4-condition run's onset and block length info via the session file Run Info
GUI by loading the onset file.

Here is the error message displayed for the user:

"Onset file onsets_r4_R4R5BT.txt contains an invalid onset value:"

There is no value displayed after the colon.  The issue does not seem to be
the "-1" onset since removing the negative sign doesn't change the error
message.  

Original issue reported on code.google.com by anitaeo...@gmail.com on 6 Jan 2010 at 7:33

Attachments:

GoogleCodeExporter commented 8 years ago
* The issue is probably that this file has extra whitespace at the bottom so 
empty
rows are being read in and cause the error.  If the same values are entered 
manually
into the GUI and then saved via the GUI into an onsets file, the 2 files are 
exactly
the same except the original one has the extra couple of rows of whitespace.  
The
file loading method should be modified to handle extra whitespace without 
complaining.  

Original comment by anitaeo...@gmail.com on 6 Jan 2010 at 8:12

GoogleCodeExporter commented 8 years ago

Original comment by anitaeo...@gmail.com on 29 Jun 2010 at 8:05