You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terminal output of increments (dv,dw,dk,dh,ds) is always 10.
In this example it should be 5.
Also the increments are in degrees but the ranges are in radians.
%----------------------------------------------------------------------------
Input parameter ranges
mw1= 4.500 mw2= 4.500 nmw= 1 dmw= 0.000
v1= 0.000000 v2= 0.000000 nv= 1 dv= 10
w1= 0.000000 w2= 0.000000 nw= 1 dw= 10
k1= 0.000000 k2= 6.283185 nk= 72 dk= 10
h1= 0.000000 h2= 1.000000 nh= 20 dh= 10
s1= -1.570796 s2= 1.570796 ns= 38 ds= 10
The text was updated successfully, but these errors were encountered:
The (dv,dw,dk,dh,ds) values are default values from cap.pl, here cap simply outputs these values. And in this case they are not used at all in the inversion. I'll look into changing this.
Terminal output of increments (dv,dw,dk,dh,ds) is always 10.
In this example it should be 5.
Also the increments are in degrees but the ranges are in radians.
%----------------------------------------------------------------------------
Input parameter ranges
mw1= 4.500 mw2= 4.500 nmw= 1 dmw= 0.000
v1= 0.000000 v2= 0.000000 nv= 1 dv= 10
w1= 0.000000 w2= 0.000000 nw= 1 dw= 10
k1= 0.000000 k2= 6.283185 nk= 72 dk= 10
h1= 0.000000 h2= 1.000000 nh= 20 dh= 10
s1= -1.570796 s2= 1.570796 ns= 38 ds= 10
The text was updated successfully, but these errors were encountered: