Is there any way to save data as Chi( E),i.e., energy one column and chi(E) in the 2nd column? This was possible in the past and it would be great to have that to be able to import into excurv.
Sure:
~> larch
larch> dat = read_ascii(datafile_name)
larch> # ... make sure you have mu(E) as 'dat.energy' and 'dat.mu'
larch> autobk(dat, rbkg=1.0, kweight=1) # may want other options