File: nacl01.fit

package info (click to toggle)
fityk 0.7.6-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 14,884 kB
  • ctags: 60,442
  • sloc: cpp: 163,846; sh: 3,989; xml: 2,251; makefile: 187
file content (16 lines) | stat: -rw-r--r-- 473 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Fityk 0.7.0
### the minimal example

@0 < 'nacl01.dat'  # load data from file

a = (23.0 < x < 26.0)  # disactivate data outside of (23.0,26.0) range.

%p = Gaussian(~60000, ~24.6, ~0.2) # define function %p with type Gaussian
                                   # and fittable parameters 

%p -> F # add function %p to curve, which will be fitted to data

fit # and fit using default fitting method with default settings

info+ %p # show some informations about peak %p