writeIsGisaxsDat: writeIsGisaxsDat

Description Usage Arguments Value Author(s) Examples

Description

write 1D experimental data in IsGISAXS dat format for fiting Experimental data should be given in format data.frame(T, sin(2tth), sin(alphaF), Intensity, sigmaI)

Usage

1
2
3
writeIsGisaxsDat(fName, af, tthf, intens, sigmaI, fitTF,
  weight = rep(1:length(fName)), scaleFac = 1, shiftFac = 0,
  comments = "")

Arguments

fName

IsGISAXS dat file name

af

exit angle alpha.f

tthf

exit angle 2 theta

intens

intensity

sigmaI

intensity error

fitTF

iclud this point i fit (T OR f)

weight

weigth fot evry point of cross section

scaleFac

The scale factor of the cross section with hard bounds below.

shiftFac

The shift factor of the cross section with hard bound below.

comments

experiment or data comment

Value

fName

Author(s)

K. Juraic

Examples

1
2
3
## Not run: writeIsGisaxsDat(fName = "exp_data.dat", af, tthf, intens, sigmaI, fitTF,
weight = 1, scaleFac = 1, shiftFac = 0, comments = "")
## End(Not run)

kjuraic/rsaxs documentation built on May 20, 2019, 10:26 a.m.