Re: [Therion] LOX: Measure distance from station to surface

2020-03-31 Thread Benedikt Hallinger
Hi there, i released version 1.0 of therionsurface2survex (https://github.com/hbeni/therionsurface2survex) and now the problem with this is, that the name is not fitting anymore... Version 1.0 can: - read GDAL ASCII grids directly [1] - read therion "surface" blocks - write survex .swx files

Re: [Therion] Running Xtherion on Mac OS X Catalina

2020-03-31 Thread Martin Sluka via Therion
This my file .bash_profile in my user directory export PATH="/usr/local/opt/tcl-tk/bin:$PATH" export LDFLAGS="-L/usr/local/opt/tcl-tk/lib" export CPPFLAGS="-I/usr/local/opt/tcl-tk/include" export PKG_CONFIG_PATH="/usr/local/opt/tcl-tk/lib/pkgconfig”

[Therion] Question for lox generating strange spikes at passage end

2020-03-31 Thread Benedikt Hallinger
Hello, in a dataset i get a strange behavior regarding the loch model at passage ends: At station 1.10 a weird spike is produced in the loch model, that should not be there. If one comments out some branch that is not located near 1.10, the problem goes away. What causes these spikes?

Re: [Therion] Running Xtherion on Mac OS X Catalina

2020-03-31 Thread Philippe Vernant
Hi David, Did you try to reinstall Therion after updating to Catalina ? I don’t have Catalina, I’m sticking to High Sierra where everything is running fine so far. How do you usually install Therion on a Mac ? Best, Phil > On 30 Mar 2020, at 22:04, David Eason via Therion wrote: > > Dear

Re: [Therion] Running Xtherion on Mac OS X Catalina

2020-03-31 Thread Philippe Vernant
Here are my notes of the last install on High Sierra with homebrew, in case it can help … 1) Install homebrew 2) Install survex via homebrew (cf. survex site web) 3) brew install tcl-tk 4) install the mactex package 5) add in ~/.profile : export PATH=/Library/TeX/texbin:$PATH 6)