tschoonj / xmimsim

Monte Carlo simulation of energy-dispersive X-ray fluorescence spectrometers
Other
32 stars 11 forks source link

xmimsim-pymca xmso contains a bug #46

Closed woutdenolf closed 4 years ago

woutdenolf commented 4 years ago

The xmso file from xmimsim-pymca:

  <xmimsim-input>
    <general version="7.0">
      <outputfile/>
    ...
  </xmimsim-input>

which should be

  <xmimsim-input>
    <general version="7.0">
      <outputfile>...</outputfile>
    ...
  </xmimsim-input>
woutdenolf commented 4 years ago

As an example use fit.fit:

   xmimsim-pymca --verbose --spe-file=test.spe --enable-single-run fit.fit test.xmso
tschoonj commented 4 years ago

Ok thanks, I will add this to the to-do pile...