Skip to content
This repository has been archived by the owner on Jun 12, 2020. It is now read-only.
/ mohinh Public archive

Python toolbox in construction to assign values to a computational grid

Notifications You must be signed in to change notification settings

robinthibaut/mohinh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mohinh package

pip install mohinh

Python toolbox in construction to assign values to a computational grid. I originaly developped this to build starting and reference models for Electrical Resistivity Tomography inversions.

Instructions

Select points in the figure by enclosing them within a polygon. The ending point as to be the starting point to enclose the shape.

Press the esc key to start a new polygon. Hold the shift key to move all of the vertices. Hold the ctrl key to move a single vertex.

You can use the tool ModelMaker from mohinh to interactively create prior models, and automatically save the results in a dat file if you provide a file name. Otherwise, you can access the final results with (ModelMaker object).final_results and export it yourself.

Example with a backgroung value of 100:

mm = ModelMaker(blocks=blocks, values_log=1, bck=100)
my_model = mm.final_results

Initialization

Assigning values to the grid

About

Python toolbox in construction to assign values to a computational grid

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published