-
Notifications
You must be signed in to change notification settings - Fork 55
/
fityk.appdata.xml
85 lines (76 loc) · 3.15 KB
/
fityk.appdata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>pl.nieto.fityk</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0-or-later</project_license>
<developer_name>Marcin Wojdyr</developer_name>
<name>Fityk</name>
<summary>Curve fitting tool</summary>
<description>
<p>Fityk [fi:tik] is a program for data processing and nonlinear curve fitting.</p>
<p>Primarily used:</p>
<ul>
<li>by scientists who analyse data from powder diffraction, chromatography, photoluminescence and photoelectron spectroscopy, infrared and Raman spectroscopy, and other experimental techniques,</li>
<li>to fit peaks – bell-shaped functions (Gaussian, Lorentzian, Voigt, Pearson VII, bifurcated Gaussian, EMG, Doniach-Sunjic, etc.),</li>
</ul>
<p>but it is suitable for fitting any curve to 2D (x,y) data.</p>
</description>
<categories>
<category>Science</category>
<category>DataVisualization</category>
<category>NumericalAnalysis</category>
</categories>
<content_rating type="oars-1.1" />
<launchable type="desktop-id">fityk.desktop</launchable>
<screenshots>
<screenshot type="default">
<caption>Main window with three plots</caption>
<image>https://alexpl.fedorapeople.org/AppData/fityk/screens/Screen00.png</image>
</screenshot>
<screenshot>
<caption>Automatic peak detection and fitting</caption>
<image>https://alexpl.fedorapeople.org/AppData/fityk/screens/Screen01.png</image>
</screenshot>
<screenshot>
<caption>Configuring the main plot</caption>
<image>https://alexpl.fedorapeople.org/AppData/fityk/screens/Screen02.png</image>
</screenshot>
<screenshot>
<caption>Spacing out stacked data sets</caption>
<image>https://alexpl.fedorapeople.org/AppData/fityk/screens/Screen03.png</image>
</screenshot>
<screenshot>
<caption>Subtracting the baseline of a curve</caption>
<image>https://alexpl.fedorapeople.org/AppData/fityk/screens/Screen04.png</image>
</screenshot>
<screenshot>
<caption>Plot and data preview when opening files</caption>
<image>https://alexpl.fedorapeople.org/AppData/fityk/screens/Screen05.png</image>
</screenshot>
<screenshot>
<caption>Fitting functions can be edited and custom ones added</caption>
<image>https://alexpl.fedorapeople.org/AppData/fityk/screens/Screen06.png</image>
</screenshot>
</screenshots>
<releases>
<release version="v1.3.1" date="2016-12-21" type="stable">
<url>https://github.com/wojdyr/fityk/releases/tag/v1.3.1</url>
</release>
<release version="v1.3.0" date="2015-05-25" type="stable">
<url>https://github.com/wojdyr/fityk/releases/tag/v1.3.0</url>
</release>
<release version="v1.2.9" date="2014-04-13" type="stable">
<url>https://github.com/wojdyr/fityk/releases/tag/v1.2.9</url>
</release>
<release version="v1.2.1" date="2013-07-17" type="stable">
<url>https://github.com/wojdyr/fityk/releases/tag/v1.2.1</url>
</release>
<release version="v1.2.0" date="2014-02-21" type="stable">
<url>https://github.com/wojdyr/fityk/releases/tag/v1.2.0</url>
</release>
</releases>
<url type="homepage">http://fityk.nieto.pl/</url>
<provides>
<binary>fityk</binary>
</provides>
</component>