Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terminal output of ranges and increments #28

Open
vsilwal opened this issue Mar 3, 2016 · 3 comments
Open

Terminal output of ranges and increments #28

vsilwal opened this issue Mar 3, 2016 · 3 comments

Comments

@vsilwal
Copy link
Member

vsilwal commented Mar 3, 2016

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

@celsoa
Copy link
Contributor

celsoa commented Mar 4, 2016

what is the full cap command that is creating these outputs?

@vsilwal
Copy link
Member Author

vsilwal commented Mar 4, 2016

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.

@celsoa
Copy link
Contributor

celsoa commented Mar 5, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants