demeter
demeter copied to clipboard
Process and analyze X-ray Absorption Spectroscopy data using Feff and either Larch or Ifeffit.
@newville : In the recent PR, the `find_larch` function is pretty much guaranteed to fail on a linux machine. The function presumes that "python" and "larch_server" are in the same...
Trying does this, according to @newville in #44 ``` C:\Users\newville\Documents\GitHub\demeter>perl -e 'use Larch;' Can't find string terminator "'" anywhere before EOF at -e line 1. C:\Users\newville\Documents\GitHub\demeter>perl -e "use Larch;" syntax...
Hello again, Today we ran into our first real problem with the Larch backend. 1. User A starts `lathena`, which in turn starts the `larch_server` 2. User A closes `lathena`...
Hi Bruce, Some B18 staff members here at Diamond have discovered that not all columns of their 36-element detector XAS files are not properly represented in the Column selection dialog...
During following the "installation from source" instructions [1] I experienced an error at step 3. Step 3 says: run `perl ./Build.PL ` I got: `/demeter/t/t is a recursive symbolic link...
I think that #9, #16, and recent discussions on the ifeffit mailing list: http://millenia.cars.aps.anl.gov/pipermail/ifeffit/2015-August/012663.html http://millenia.cars.aps.anl.gov/pipermail/ifeffit/2015-July/012588.html are all related. I suggest that the batch files begin like this ``` batch @rem...
Currently, LCF, peak fit, and PCA results are not saved in the project file. Could be implemented as a new hashref associated with the data group, same way that XDI...
A localization like LANG=fr_FR calls for commas in place of dots in floats. For example, ``` perl sprintf("%.5f", $pi); ``` will print `3,15159` under that localization. That can trigger this...
Bruce, I want to first say thank you for providing all of us comp illiterate folks with a great tool. I'm unfortunately having issues using Athena, from ALL versions. The...
When I do PCA of a number of datasets and then try to reconstruct a dataset in the PCA group Athena crashes. Doing a target transform on a dataset not...