[Ifeffit] Larch user base?

2016-08-14 Thread Sean Fackler
Hello all! Do you have an idea of Larch user base or Larch package download stats? Thanks for any information. Regards, Sean Fackler, PhD Joint Center for Artificial Photosynthesis Lawrence Berkeley National Lab 1 Cyclotron Rd Mail Stop 30R0205 Berkeley CA, 94720 Mobile: 609-613-8734

Re: [Ifeffit] Larch user base?

2016-08-15 Thread Sean Fackler
> > On Sun, Aug 14, 2016 at 4:35 PM, Sean Fackler <swfack...@lbl.gov > <javascript:_e(%7B%7D,'cvml','swfack...@lbl.gov');>> wrote: > >> Hello all! >> >> Do you have an idea of Larch user base or Larch package download stats? >> Thanks for any in

Re: [Ifeffit] Larch user base?

2016-08-31 Thread Sean Fackler
g larch in a python environment. Sean > On Aug 15, 2016, at 12:59 PM, Matt Newville <newvi...@cars.uchicago.edu> > wrote: > > Hi Sean > > On Mon, Aug 15, 2016 at 12:23 PM, Sean Fackler <swfack...@lbl.gov > <mailto:swfack...@lbl.gov>> wrote: > Thanks Ma

Re: [Ifeffit] Larch as python library

2016-11-01 Thread Sean Fackler
Hi Matt, > On Nov 1, 2016, at 2:00 PM, Matt Newville <newvi...@cars.uchicago.edu> wrote: > > Hi Sean, > > On Tue, Nov 1, 2016 at 1:39 PM, Sean Fackler <swfack...@lbl.gov > <mailto:swfack...@lbl.gov>> wrote: > Dear Matt, > > I’ve been working to

[Ifeffit] Larch as python library

2016-11-01 Thread Sean Fackler
Dear Matt,I’ve been working to implement Larch functions as a Python library. During the implementation I found a number of things I needed to do including:1. Identifiying a functions’ python callable name, i.e. _group as a python callable function instead of group as the larch function. 2. The

[Ifeffit] Larch mback error report

2016-10-12 Thread Sean Fackler
Dear Larch developers (Matt),I believe I found an error in the mback function where I get a NameError saying the name ‘f1_chantler’ is not defined. I found that simply adding f1_chantler to the larch_plugins.xray import section in mback.py fixes the problem. I have included the modified mback.py