fable.python
Class ChiFile

java.lang.Object
  extended by 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

Constructor Summary
ChiFile()
           
 
Method Summary
 float[] getlist()
           
 float getMaxIntensity()
           
 float getMaxtth()
           
 float getMeanIntensity()
           
 float getMeantth()
           
 float getMinIntensity()
           
 float getMintth()
           
 int getNumDots()
           
 void loadfile(java.lang.String chifile)
           
 void setMaxtth(float maxtth)
           
 void setMeantth(float meantth)
           
 void setMintth(float mintth)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChiFile

public ChiFile()
Method Detail

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)