I have discovered fityk recently and tested it under Windows.
Thanks a lot for taking the pain to make a clean graphical user interface !
I would need such a software to deal with X-ray data of very basic
spectra (W, Ni and Mo with 5 to 7 peaks) for student's lab sessions.
Unfortunately our X-ray setup is quite old and the data is very noisy so
that it should be smoothed before doing the actual peak finding. We
currently have our students using Origin(TM) to do the whole procedure,
but I would like to switch to a free equivalent.
I could not find in the help of fityk nor in the (more or less recent)
archives of this list, something concerning the smoothing of data for
example with a FFT filter or with a simple moving average.
Could someone tell me whether this can already be done by a not too
complicated script ?
If not, could that be put on the TODO list ?
Thanks in advance for your replies !
> Unfortunately our X-ray setup is quite old and the data is very noisy so
> that it should be smoothed before doing the actual peak finding. We
I'm not sure if the data should be smoothed. Fitting algorithms should
give better results with original data.
Anyway, there are no smoothing algorithms implemented, but it is
possible to calculate a simple average, e.g.:
Y[1..-1] = (y[n-1]+y[n]+y[n+1])/3
I'll add smoothing to the TODO list, but since I don't have much time
to work on fityk, it's hard to say when and if at all the items from
TODO list will be implemented.
Marcin
--
Marcin Wojdyr | http://www.unipress.waw.pl/~wojdyr/
Cordialement, Michel DEVEL
I am working on this I will let you know how it goes. Please let me know
if you find anything from another user.
Jackson Read
--- On Thu, 7/2/09, Marcin Wojdyr <woj...@gmail.com> wrote:
> ------------------------------------------------------------------------------
> _______________________________________________
> Fityk-users mailing list
> Fityk...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/fityk-users
>
Jackson