docsoph / b-tk

Automatically exported from code.google.com/p/b-tk
0 stars 0 forks source link

insert event #63

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open .c3d file with 3d data
2. Navigate to the time point of interest
3. Tools>>event>>insert event>>insert

What is the expected output? What do you see instead?
New event label on the timeline. nothing

What version of the product are you using? On what operating system?
0.6.2 on osx 10.8.2

Please provide any additional information below.
This error appeared a couple of days before but after removing default 
configuration file and seemed to be fixed. now it doesn't work anymore. another 
question is -  if it works, is there a way to export this information? thanks

Original issue reported on code.google.com by nika...@gmail.com on 8 May 2013 at 3:53

GoogleCodeExporter commented 8 years ago
I've just tried with Mokka 0.6.2 under MacOS X 10.8.3 with a C3D file and when 
I try to insert events, they are visible.

Can you use the 3D Verbose layout (menu Windows > Layouts > 3D Verbose) and see 
if you have some warning related to events?

Which configuration file did you remove?

Did you have this problem before the update of Mokka to the release 0.6.2?

Regarding the possibility to export events, you can do it in a text file using 
the function "menu File > Export > ASCII Text file". By default the events are 
exported. You can uncheck all the other items if you want only the events.

Original comment by arnaud.barre on 8 May 2013 at 4:10

GoogleCodeExporter commented 8 years ago
Hi Arnaud,
I experimented with different files and i think i figured it out. It doesn't 
depend on warnings but it depends on whether you importing or opening .c3d 
file. If you import your file, you can see labels saved before but can't edit 
any. By opening the same file you can, does it make sense? 
If i get warnings it is usually this one: 
2013-05-09 13:27:06 - btkC3DFileIO.cpp(553): 'Extended 1.c3d' - The number of 
blocks to be read in the parameter section is different than the number of 
blocks read. The value kept is the number of blocks read. 
Do you know what does it mean?
And thanks for explaining export; i tried it and got this information for the 
general event 'e2'at 180ths sample collected with 100Hz.
"General_e2,1.79" 
So it gives event name and time in [sec = actual sample-1], right?
thanks, Nicole

Original comment by nika...@gmail.com on 9 May 2013 at 12:48