> (multismartfit() is just a function that does the same thing as
> multifit(), using smart_fit() instead of fit()),
`multifit` can use `smart_fit`: `m.multifit(kind="smart")`
Once you run the fitter you could get the ratio like this:
ratio = Mn_L3.A.as_signal() / Mn_L2.A.as_signal()
I hope that this helps.
Francisco
> but it seems as though the A parameter is the same at every point:
>
>
> ```
> sig = load("hyperspy_files/line3-mn/line3-high.hdf5")
> sig.decomposition()
> decomp_mod = sig.get_decomposition_model(components=4)
> decomp_mod.add_elements(('Mn',))
> sig_EELS_mod = create_model(decomp_mod)
> sig_EELS_mod.multismartfit()
>
>
>
> for index in sig_EELS_mod:
> sig_EELS_mod.fetch_stored_values()
> sig_EELS_mod['Mn_L2'].fetch_stored_values()
> sig_EELS_mod['Mn_L3'].fetch_stored_values()
> print Mn_L3.A / Mn_L2.A
> ```
>
>
> Thanks,
> Josh
> --
> You received this message because you are subscribed to the Google
> Groups "hyperspy-users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to
hyperspy-user...@googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.