-
Re: Compute voxel of distances to drill holes
Assuming a vertical drill hole, you can use a voxel math expression to compute the distance for a single drill hole: V0 = (z>=z_bottom)?(sqrt((x-X0)**2 + (y-Y0)**2)):(sqrt((x-X0)**2 + (y-Y0)**2+ (…1 -
Re: Negative apparent magnetic susceptibility values
As the other comments suggest, the negative susceptibility could represent negative RMI values. However in my experience, the SUSC filter produces susceptibility distributions with negative values if…3 -
Re: RTP and PDEPTH PROCESSINGS
In the Werner dialog, "Elev Channel" is the measurement observation elevation relative to sea level. The "Topography" is the terrain elevation relative to sea level and is not a r…1