Search found 3 matches
- Wed Apr 30, 2014 7:06 am
- Forum: Developer's corner
- Topic: Misfit calculation, StatValue::misfit
- Replies: 0
- Views: 145322
Misfit calculation, StatValue::misfit
Hi, I would like to change the misfit function in the code for the inversion of surface waves with Dinver. It seems the calculation is done by the StatValue::misfit method called in the ModalCurve::misfit. The pointMisfit variable returns the good calculation of the misfit for one point. But if I pu...
- Wed Mar 20, 2013 7:44 am
- Forum: Miscellaneous
- Topic: gpdcreport -m option
- Replies: 1
- Views: 74265
Re: gpdcreport -m option
Hello,
I have found the problem. Floating arguments have to be written with a coma ',' and not with a dot '.' . This is valid for all programs.
I have found the problem. Floating arguments have to be written with a coma ',' and not with a dot '.' . This is valid for all programs.
- Mon Mar 18, 2013 11:12 am
- Forum: Miscellaneous
- Topic: gpdcreport -m option
- Replies: 1
- Views: 74265
gpdcreport -m option
Hello, I think there is an error when we use the option -m (max misfit) with gpdcreport 0.3.6 . In fact, if we compare the result of this 2 command lines : ./gpdcreport -vs $"${path_resultat}"/"${name_report}".report > "${path_resultat}"/report_vs.txt ./gpdcreport -m $m...