-
VOXI magnetics: TMI or RTP and database vs. grid
I'm a bit new to aeromagnetic data and to VOXI inversions. My first question is if reduction to pole should be done on the data input to VOXI? I tested 1) using the TMI without the reduction to pole and then specifying the IGRF for the survey date in the VOXI data import dialog, and then 2) using data that were already…
-
The parameters of the euler windows
Hello Please, I would like to know the bases on which we enter the parameters of the deconvolution to have namely: max depth tolerance, windows size, max.dist to accept, flying hight or survey elevation
-
Obtain the Map of horizontal gradient maxima derived from upward continuation at different heights
Hello please I would like to know what are the different steps to get the card to obtain the Map of horizontal gradient maxima derived from upward continuation at different heights. For example this map:
-
def rungx() makes my script fail
Hello, I understand that I need the rungx() if I am running a python script from Oasis. But I don't understand this result: This code works:import geosoft.gxpy as gxpy
import geosoft.gxpy.grid as gxgrd #def rungx():
# raise Exception("This is not an Oasis extension. Please run through a python interpreter.") gxc =…
-
Export from RES2DInv to Oasis Montaj
Hi. I have been reading papers about ETR and I found that's possible to export data from RES2DInv and show it in Oasis Montaj. Can someone tell me how to do that? Thanks a lot.
-
Inversion of ERT
Hi to everyone. I was wonder if its posible to do an 2D inversion of electrical tomography? I know its posible to do an 3D inversion. If its posible can tell me the way to do it. Thanks for the help.
-
contour
How can I increase label distance(see attachment) in contour?
-
contour
How to get zero contour?
-
gxcpp_geogx.h using c++ keyword for method name - does not compile!
I have just started to use the C++ variation of GX Core v9.5 and I can not even compile a simple program as the GXRGRD class has one of it's methods name 'default' which is a C++ reserved keyword and can not be used. int32_t GXRGRD::default(const gx_string_type& param1, GXDATPtr param2) Can this please be fixed?
-
Unable to install v8.4
Recently, I purchased a new MSI GL73RC laptop, installed Windows 10 on it, and tried to install a geosoft oasis installation, but the program does not even show an installation window. Please, help me with this problem.
-
cannot run dispgeo.mxb while an application is already running
I recently tried to install Geosoft to my computer. I use MapInfo and did not realize the Geosoft plug-in was already installed somewhere. Now when I open MapInfo I am prompted to sign in to Geosoft and then I get the error message "Cannot run dispgeo.mxb while an application is already running". I would like to get rid of…
-
gxpy write_channel method
When trying to create an array channel using the gxpy library, I get an issue with the write_channel method. I get the following error : AttributeError: 'numpy.ndarray' object has no attribute 'width' I am unsure what the issue is but I suspect that it might be something to do with line 1918 in gdb.py which has the…
-
3D VIEW
How can I show gravity anomaly map, magnetic anomaly map and geology maps in 3D view to understand the anomaly pattern?
-
SOLVED: First and Next Selected Line
Hi all, I recently created a button attached to a gx that would scroll through the selected lines in a project (as opposed to the next line). It was a very simple code and seemed to work fine. EData = Current_EDB(); Line = GetCurLineSymb_EDB(EData); Data = Lock_EDB(EData); Line = NextSelLine_DB(Data,Line);…
-
Can't import Geosoft Grid in ArcMap?????
Dear All Am unable to import a geosoft grid into ArcMap 10.2 all of a sudden. I get an error message that "Invalid Raster Dataset. Failed to create raster layer". See attached screen shot. What could be the problem? Please help. Regards Mwape
-
Looking for workflow on overburden/bedrock constraint for MVI inversion
Is there any documentation on setting up vector voxel constraints for MVI? The help documentation mentions it, but I'm having little success finding discussions of it. I have a bedrock surface and would like to ensure that the MVI results are confined to the bedrock as can readily be done in susceptibility models. Is this…
-
Contour
I am doing Tilt derivative map.How to get +45 degree and -45 degree contour and depth from it?
-
Unable to install Geosoft Plug-in for ArcGIS 9.5
Hi, I am unable to install the Geosoft Plug-in for ArcGIS 9.5 on a PC with W7 SP1. I got the following error message during the install process: "Failed to download: http://updates.geosoft.com/Prereq/VCRuntime/VC2015Update3.EXE" The thing is I already have VC2015Update3 installed on my machine. May somebody help me?…
-
Log Display Support
Hi, Please find attached file and suggest how to display such in strip log.
-
Create a Menu to Run Python Extensions
I'm starting in Python and I could not create a menu by following the procedure below: Can anyone help me? I want to call hello world on the menu at oasis montaj
-
How can I delete a table in Target for ArcGIS?
So I've loaded 2 lithology tables into my Target project as i was comparing them. Now I'd like to delete one of them. Can I just delete the *.gdb file? There doesn't seem to be a function to remove the table, apart from reloading the table without any data, but that still leaves me with an extra 37mb file loaded into my…
-
SOLVED: Setting a colour ramp through a gx
Hi all, I'm trying to set up a gx to change the colour ramps of multiple AGGs in a map. I have everything working now expect setting the colour ramp from a .tbl file. I couldn't find a gx function for this so I tried recording a script and using the SetString_SYS() function to set the input parameters into the parameter…
-
FENCE DIAGRAM - SUPPORT
Hi, If I want to display particular interval in fence diagram, is there any possibility as exists in strip log? Also how to plot a drillhole from desired depth instead of hole top in fence diagram?
-
Compute voxel of distances to drill holes
Is there anyway to generate a 3D voxel model with cells values that show the distance to the nearest drill hole, even if it requires a couple of steps?
-
Map plot
Hi there, i am wondering is it possible to plot on a single map two different coordinate nets. For example there is an option to plot Lat, Long ticks along with costume coordinate net, but I would like to plot two Gauss-Kruger coordinate nets on the same map. Any suggestion is appreciated.