Uses of Class
fable.python.FabioFileException

Packages that use FabioFileException
fable.python   
 

Uses of FabioFileException in fable.python
 

Methods in fable.python that throw FabioFileException
 boolean Sample.addFabioFile(FabioFile _fabioFile)
          30 nov.
 void Sample.addFabioFiles(java.lang.String[] newFiles)
           
 java.lang.String[] FabioFile.getKeys()
           
 java.util.Vector<java.lang.String> FabioFile.getKeysAsListedInHeader()
           
 java.lang.String FabioFile.getValue(java.lang.String key)
           
 java.lang.String EdfFile.getValue(java.lang.String key)
           
 void PeakSearchSpt.initFabioFile(java.lang.String fullFileName)
           
 void FabioFile.loadHeader()
          Load only the header and not the image.
 void FabioFile.loadHeader(FableJep fableJep)
          Load only the header and not the image.
 void Sample.updateFabioFiles(java.io.File[] files)
          Update the list of FabioFiles by replacing the current list with the new list of file names.
 void Sample.updatefabioFiles(java.lang.String[] newFiles)
           
 

Constructors in fable.python that throw FabioFileException
EdfFile(java.lang.String fileName)
           
FabioFile(java.lang.String _fullFileName)
          Create a FabioFile object which be able to read Fabio files via the fabio Python module.
Sample(java.lang.String path, java.io.File[] files)
           
Sample(java.lang.String experimentName, java.lang.String sampleName, java.lang.String directory, java.io.File[] filesInDir)
           
Sample(java.lang.String experimentName, java.lang.String sampleName, java.lang.String path, java.lang.String[] listFiles)