Dear all,I have been installing demeter from git under ubuntu 16.04 LTS, following the non-root instructions from:I also installed xraylarch from git. Xaylarch is only missing:#=== Warning: Some recommended Python Packages are missing:
epics: needed for using the EPICS control system
pyFAI: needed for xrd modulesIt seems to work, but when I try to open a file that can be open properly from Athena installed on Windows, I get:Trying Larch server: /home/juan/perl5/lib/perl5/x86_64-linux-gnu-thread-multi/Dem eter/share/ini/larch_server.in i
Trying Larch server: larch_server -p 4968 start
larch_server port=4968: started
gnuplot> set xrange [ 6900130000 : 7955610000 ]
^
line 0: warning: integer overflow; changing to floating point
gnuplot> set xrange [ 6900130000 : 7955610000 ]
^
line 0: warning: integer overflow; changing to floating pointand although it opens the data in a gnuplot window, the scale is off (7x10^9 instead of 7x10^3). I am assuming once it is confused about the scale, it makes a mess with the data.