-
Technical Presentation: Combining geological insight and geophysical modelling
More and more, geoscientists are recognizing the importance of combining geological insight into non-unique geophysical inversion modelling. This particular presentation explains HOW these insights can be incorporated, what outcomes can be reasonably expected, and what considerations need to be made before interpreting the…
-
Geosoft 9.2 is now live!
The latest and greatest Geosoft 9.2 is now available. If you have not been prompted to update yet from within the application you can start the update manually by right clicking on Geosoft Connect in the system access tray and clicking Check for Updates. You can also download the update from our Downloads page. For an…
-
SOM (Self-Orgainzing Maps) Python extension for Geosoft Desktop
SOM analysis extension that we used to support the work that Rob Ellis and I did for Quantitative Magnetization Vector Inversion is included in the Python examples for GX Developer 9.2. You will find it on GITHUB at: Geosoft SOM analysis on GITHUB Note also that you will need to install GX Developer 9.2, and update your…
-
GX Developer 9.2 RELEASE ANNOUNCEMENT
We are happy to announce the release of GX Developer 9.2, which supports the recently released Geosoft Desktop 9.2. This release continues to advance GX Developer, and especially Python support for both research geoscientists and organizations that extend Geosoft Desktop to better suit their needs.* Full support for 64-bit…
-
Installing Geosoft python package for Python 3.6
Hi, I'm trying to get python working with Oasis Montaj, following the instructions from here... https://geosoftgxdev.atlassian.net/wiki/display/GXDEV91/Installing+GX+Developer I've installed the latest Anaconda package as stated in the instructions, but then when i came to install the Geosoft python package I get this:…
-
iRun_SYS always fails GX Developer 9.1
I am attempting the run some commands through the command prompt using the iRun_SYS command with GX Developer 9.1 and the function always fails. The parameters that I am passing are the same that I used for a GX with 8.5 that worked. The API is the same for the two Developer versions. How can I run commands through the…
-
TGDG: De-Risking a Gold Paleo-Placer Using Tools and Methods from the Petroleum Industry
On Tuesday, May 9, 2017 from 4:00pm - 5:00pm Toronto EDT, the Toronto Geological Discussion Group will be hosting a presentation by R. Mohan Srivastava, VP of TriStar Gold Inc., on de-risking gold exploration using tools from the petroleum industry. Click here to find out more or to register to watch online .
-
view designer issue with GX Developer 9.1
I have written some DLLs in c#; if they are built using x86 and dotnettools.dll, geoengine.core.gxnet.dll, geoengine.core.gxnetx.dll, geosoft.desktop.gxnet.dll, geosoft.desktop.gxnetx.dll in C:\Program Files\Geosoft\GX Developer\gxnet\references\x86, then I can view the designer. However, I cannot run the compiled DLL in…
-
Export contours to MapInfo
This discussion was created from comments split from: Welcome to the Oasis montaj Essentials Course Forum.
-
Reduce to Pole or Equator
This discussion was created from comments split from: Welcome to the Oasis montaj Essentials Course Forum.
-
How to combine layer based & voxel based gravity modelling for frontier basin exploration
In the early stage of exploration, seismic coverage is often sparse or nonexistent. Analyzing gravity anomalies can help unravel the basin architecture, sediment thickness, and delineate structural trends and crustal domains, all necessary to assess the hydrocarbon bearing potential of a basin. In this example we…
-
How to use moving platfrom gravity for MGS-6 ? How to add moving platfrom garvity tool for Aosis ?
Hi, My name Quy. I come from MGMC company, Viet Nam. I using Marine Gravity System (MGS-6). So I want to add moving platfrom gravity workflow for Aosis montaj. Please! You can provide manual user of moving platfrom gravity . Thanks.
-
Missing out on the conversation? Turn on notifications to start seeing it again in your inbox.
1. From My Geosoft Forums click the little gear in the right hand corner called Account Options and select Preferences. 2. Check all the boxes that apply. Make sure you select Email for the Geonet Category and you can choose to receive an email for new discussions only, or for both the discussion and all comments. The…
-
PLT file format
Hi all, where can I find the specifications for PLT files? I want to write a C++ application that will read a PLT file. Thanks Karl
-
About the GX to call C code in a DLL
Hello, I want to use a GX to call the C code DLL of my proprietary filter,. I know that to use the GX call C funtion in DLL is GX--call GX wrapper--call my DLL. And I design the GX just like the lowpass GX, but I don't know how to transmit the INT or DOUBLE argument from the GX to the GX wrapper? For example,in the lowpass…
-
About the item show profile?
Hello, I want to create my onw menu,and I want add the item show profile into my menu,but I don't know which gx is about the item...also I can't find it from the Oasis help... So where can I get the gx? or get the menu Item? thx. Best regards.
-
Application crash when calling App_LoadControl_EMAP
Hi, I'm developping a stand alone application in C++. It uses the "C" api. Calls to "App_LoadControl_EMAP" fail. In release mode, the application simply crashes. In debug mode, VS2015 tells me that my application "has triggered a breakpoint." somewhere in geoengine.core.dll. I tried compiling geomapxprt from the samples…
-
Question about GX Developer/cpp/lib
Hello, My environment: GX Developer9.1+Visual Studio 2015+Oasis montaj8.4 I want to build a dll program,and use gx to call the dll to create a database in oasis. I set the vs->program properties->VC++ Directories->Include Directories->gx developer\cpp\include; vs->program properties->VC++ Directories->Library…
-
How to edit / delete items within a group?
Hi all, I want to know if there is a way to iterate through the content of a group within a view of a map file. I would like to be able to find specific elements and get information about them (type of element, position / extent, text value etc) and possibly change some properties. I see functions to create entities but…
-
compiling proprietary c code into a dll
Hello, in the gx developer course manual module4 lesson4.1,compiling proprietary c code into a dll, I got a problem: I wanted to use gx to call wrapper.dll to call myfilter.dll, when I was coding the wrapper.c,I included all the head files ,but the define of micro "CDLLFUNC"couldn't be found in any files,so what can i do…
-
C++ interface improvements
Hi all, I decided to convert my applications that were using my own C++ wrapper around the C interface to the official GX C++ interface. I figured that it would be fairly simple since both implementation had the same concepts with smart pointers. It was a bit tedious to do but in the end it was worth it since the official…
-
VV/VA Memory
Hi Guys I am not sure if it is something i am going incorrect but i have a .net GX that loads a large Array Channel into a VA, i then get the FULLVV and work on that. My issue is that every time i call the hDB.GetChanVA function ie. for each line, the memory usage continues to go up. i have tried creating new VA for each…
-
XTool Reacting to GDB
Hi Guys I have a case where i would like to make a Xtool type application. but was wondering if there is a way to get it to react to the user changing fid(rows) in the GDB. If not does any one have any ideas on how i could make a gx that could stay permanently open in geosoft , in order to display data in a custom format…
-
Error getting Gx context
I am still working through some basics so apologies for the basic question. I have been able to open and read GDB files no problem but have become stuck opening and reading grids. Typing the following lines into python I get the message below: import geosoft.gxpy.grd as grd ctx = geosoft.gxpy.grd.GXgrd() File…
-
External Tool dialog is blank
Hi, In Montaj, when I start a gx, the External Tool dialog pops up but it is blank. In version 8.x the dialog was displayed properly. It seems to have broken in version 9.1. I upgraded to 9.1.1 but it didn't fix the issue. I can execute the gx without problem but it's annoying to have this window pop up every time. Thanks