fable.python
Class ChiFile
java.lang.Object
fable.python.ChiFile
public class ChiFile
- extends java.lang.Object
This class represents a chi file. A chi file is the result file after
integration in fit2d. Parsing file is done in python module chi_reader.py.
- Author:
- SUCHET
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChiFile
public ChiFile()
loadfile
public void loadfile(java.lang.String chifile)
throws jep.JepException
- Throws:
jep.JepException
getlist
public float[] getlist()
throws jep.JepException
- Throws:
jep.JepException
getMinIntensity
public float getMinIntensity()
getMaxIntensity
public float getMaxIntensity()
getMeanIntensity
public float getMeanIntensity()
getNumDots
public int getNumDots()
getMintth
public float getMintth()
setMintth
public void setMintth(float mintth)
getMaxtth
public float getMaxtth()
setMaxtth
public void setMaxtth(float maxtth)
getMeantth
public float getMeantth()
setMeantth
public void setMeantth(float meantth)