Import3D: Neurolucida v1 v3 asc parse error
Posted: Sun Mar 05, 2006 8:21 pm
Hi,
It seems that Import3D has problem when dealing with v3 neurolucida file with Text labels. This is what I got.
This error happens at the following:
I am still looking into this. The "v2" asc file (according to neurolucida manual, exported from neurolucida) works ok, all the markers get ignored and warned. I guess it is kind of equivalent to the "v1" asc file dealt with by Import3D, though the header of that file says it is v3:
Can some one give me a hint why the line in my v3 file is an error to Import3D? Is there a simple way to ignore them other than manually deleting them from the asc file? Thanks!
It seems that Import3D has problem when dealing with v3 neurolucida file with Text labels. This is what I got.
Code: Select all
oc>
5000 lines read
parse error
itok=27774 token=string x=0 s=t35b36
line 5133: ( (Color White)
Code: Select all
...
) ; End of tree
( (Color White)
(Font "MS Sans Serif" 8)
( -1.65 -14.11 50.49)
"t35b36"
) ; End of text
( (Color White) <- line 5133
(Font "MS Sans Serif" 8)
( -34.79 -54.68 50.49)
"t35b36"
) ; End of text
...
Code: Select all
version 3
file id:
MAX:(609.49, 716.22, 184.35)
MIN:(-1573.06, -737.70, -72.47)
filetype: 0
id1: 1004
id2: 0
REF:(0.00, 0.00, 0.00)
rotation: 0.00
gx_alpha: 0
gx_beta: 0
gx_gamma: 0
[10,181](0.86, 1.45, 0.00) 0.29
[2,181](0.86, 1.45, 0.00) 0.29
[1,182](2.57, 2.54, 0.00) 0.29
[1,182](2.86, 2.54, 0.00) 0.29
[1,182](4.57, 3.26, 0.00) 0.29
[1,182](6.57, 3.98, 0.00) 0.29
[1,182](9.71, 3.98, 0.00) 0.29
...
Can some one give me a hint why the line in my v3 file is an error to Import3D? Is there a simple way to ignore them other than manually deleting them from the asc file? Thanks!