fityk icon indicating copy to clipboard operation
fityk copied to clipboard

curve fitting (peak fitting) software

Results 27 fityk issues
Sort by recently updated
recently updated
newest added

If I import data, then start operations like background subtraction and adding peaks (ie using auto-add), the "data" tab remains selected, despite using the function parameter adjustments in the same...

I have defined a funtion named Fraser-Suzuki, like this: FS(height, center, hwhm, shape) = height*exp(-ln(2)*(ln(1+2*shape*(x-center)/hwhm)/shape)^2), but when x

This should take care of #57, I've dealt with all the warnings from the validator tools, renamed the file and adjusted the references in Makefile.am.

``` $ apt-file search /usr/share/appdata/ fityk: /usr/share/appdata/fityk.appdata.xml ... ``` - Refer: https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#spec-component-location - Refer: https://appstream.debian.org/sid/main/issues/fityk.html - Refer: https://appstream.debian.org/sid/main/metainfo/fityk.html

Docs seem to be broken due to missing target/file: ``` make: *** No rule to make target `help-message.txt', needed by `html'. Stop. ```

Hi, I have finished exploring fityk, which I find interesting and powerful and thus wish it to become even better over time. Since I have so many suggestions, I hesitated...

Not a big deal (for me at least), but I guess https://fityk.nieto.pl/data.html#exporting-data needs change? to say to print to `.ssv` (space separated values), or `.xy` or `.dat` like the GUI...

in fityk 1.3.1 (windows), everytime I start I see in menu/Fit/Method: selected is "Lev-Mar (own)", contradicting the doc at https://fityk.nieto.pl/fit.html#levenberg-marquardt : > Two implementation of this method are available: one...

and either a tooltip on input box or a menu entry, where to write that shortcut so that ppl can know about it

The doc https://fityk.nieto.pl/data.html#dataset-transformations says " returns @n with added y values from interpolated @m" How exactly @m will be interpolated relative to @n ? I.e, how should X values of...