Re: [Ifeffit] Problems importing larch plugins to python

2015-09-30 Thread Matt Newville
Hi Johann, On Wed, Sep 30, 2015 at 7:48 AM, Johan Nilsson wrote: > Hello everyone, > > I recently installed the latest development version of larch from github > and now I'm having some problems importing larch plugins to my python > scripts. I read in the documentation that there is a new met

[Ifeffit] Problems importing larch plugins to python

2015-09-30 Thread Johan Nilsson
Hello everyone, I recently installed the latest development version of larch from github and now I'm having some problems importing larch plugins to my python scripts. I read in the documentation that there is a new method for doing this but that the old way should still work, this is what happ

Re: [Ifeffit] Problems importing larch plugins to python

2015-09-30 Thread Johan Nilsson
Hello Matt, I was able to import pre_edge, autobk, and xftf without problems. Is it possible to import feff paths and do a fit to exafs data in a python script? I was able to do larch.enable_plugins() from larch_plugins.xafs import feffdat path1 = feffdat.feffpath('feff0001.dat') but

Re: [Ifeffit] Problems importing larch plugins to python

2015-09-30 Thread Matt Newville
Hi Johan, On Wed, Sep 30, 2015 at 10:53 AM, Johan Nilsson wrote: > Hello Matt, > > I was able to import pre_edge, autobk, and xftf without problems. Is it > possible to import feff paths and do a fit to exafs data in a python > script? I was able to do > >larch.enable_plugins() >from la