Terminal output of ranges and increments
vsilwal opened this issue · 3 comments
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
what is the full cap command that is creating these outputs?
cap.pl -H0.02 -P1/20/60 -p1 -S3/10/0 -T15/120 -D1/1/0.5 -C0.2/0.5/0.025/0.06 -W1 -Mscak_41 -m4.5 -I1/1/36/10/19 -R0/0 -Zweight111.dat -Y1 20090407201255351/
and
cap.pl -H0.02 -P1/20/60 -p1 -S3/10/0 -T15/120 -D1/1/0.5 -C0.2/0.5/0.025/0.06 -W1 -Mscak_41 -m4.5 -I1/1/72/20/38 -R0/0 -Zweight111.dat -Y1 20090407201255351/
both will give the same output.
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.