Bruce Ravel
Bruce Ravel
@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...
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...
tie multiple groups together into the data/referfence relationship. this would be helpful for multichannelion chamber data. also a situation where data are aligned then merged -- the merges and teh...
- Plot in R after doing a fit in k - Marked groups fit using the current model, organize results into a spreadsheet
Shelly Kelly said: _I'm using demeter to fit cu foil and got a happiness factor of 100/100. While my model is of course perfect, (hum)... I think it should be...
cannot specify title for stddev and variance plots in Athena
Data object should note that datatype is xanes and not compute fbkg the bkg array does not exist
Updated just now. Upon building, I saw this: ``` #==============================================================# #=== Warning: Some recommended Python Packages are missing: pyFAI: needed for xrd modules xrayutilities: needed for xrd modules CifFile: needed...