Allows to perform a stress inversion using the command line.
This app is based on the stress library.
node invert.js --help
node invert.js --vers
node invert.js jsonFile{
"dataset": [
{
"file": "stylos/stylolites-1.json",
"weight": 0.83, // optional, default 1
"active": true // optional, default true
},
...
],
"options": {
"searchMethod": {
"name": "Monte Carlo",
"nbIter": 50000
},
"stressRatio": {
"min": 0.7,
"max": 0.9
}
}
}node invert.js ./data/matelles/model.jsonnode ../../invert.js model.jsonSee this page