source: cpp/tests/f0_variants_test-complex.goal

Last change on this file was 1263, checked in by sz, 10 months ago

update test results

File size: 1.6 KB
Line 
1
2Source genotype: 'FIX[@,p:0.6543,1:-1.23456]X[G]'
3                  ( format 1 )
4
5This example shows how to save a f0 genotype using low-level ParamInterface::saveSingleLine() calls
6
7
8==== With defdata (skips default values) ======
9m:
10p:fr=2.2, ing=0.625
11p:x=1.0, fr=2.2, ing=0.625
12p:x=2.0, fr=1.84, ing=0.55
13j:p1=0, p2=1, dx=1.0, dy=0.0, dz=0.0
14j:p1=1, p2=2, dx=1.0, dy=0.0, dz=0.0
15n:j=0, d=@:p=0.6543
16n:j=1, d=G
17c:n1=0, n2=1, w=-1.23456
18
19
20==== Without defdata (saves all fields) ======
21m:se=1.0, Vstyle=
22p:x=0.0, y=0.0, z=0.0, sh=0, s=1.0, sx=1.0, sy=1.0, sz=1.0, h=0.0, dn=1.0, fr=2.2, ing=0.625, as=0.25, rx=0.0, ry=0.0, rz=0.0, i=, Vstyle=part, vr=0.5, vg=0.5, vb=0.5
23p:x=1.0, y=0.0, z=0.0, sh=0, s=1.0, sx=1.0, sy=1.0, sz=1.0, h=0.0, dn=1.0, fr=2.2, ing=0.625, as=0.25, rx=0.0, ry=0.0, rz=0.0, i=, Vstyle=part, vr=0.5, vg=0.5, vb=0.5
24p:x=2.0, y=0.0, z=0.0, sh=0, s=1.0, sx=1.0, sy=1.0, sz=1.0, h=0.0, dn=1.0, fr=1.84, ing=0.55, as=0.25, rx=0.0, ry=0.0, rz=0.0, i=, Vstyle=part, vr=0.5, vg=0.5, vb=0.5
25j:p1=0, p2=1, rx=0.0, ry=0.0, rz=0.0, dx=1.0, dy=0.0, dz=0.0, sh=0, hx=0.0, hy=0.0, hz=0.0, hrx=0.0, hry=0.0, hrz=0.0, hxn=-1.5708, hxp=1.5708, hyn=-1.5708, hyp=1.5708, stif=1.0, rotstif=1.0, stam=0.25, i=, Vstyle=joint, vr=0.5, vg=0.5, vb=0.5
26j:p1=1, p2=2, rx=0.0, ry=0.0, rz=0.0, dx=1.0, dy=0.0, dz=0.0, sh=0, hx=0.0, hy=0.0, hz=0.0, hrx=0.0, hry=0.0, hrz=0.0, hxn=-1.5708, hxp=1.5708, hyn=-1.5708, hyp=1.5708, stif=1.0, rotstif=1.0, stam=0.25, i=, Vstyle=joint, vr=0.5, vg=0.5, vb=0.5
27n:p=-1, j=0, d=@:p=0.6543, i=, Vstyle=neuro
28n:p=-1, j=1, d=G, i=, Vstyle=neuro
29c:n1=0, n2=1, w=-1.23456, i=
30
31
Note: See TracBrowser for help on using the repository browser.