|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfable.python.EdfFile
public class EdfFile
| Constructor Summary | |
|---|---|
EdfFile(java.lang.String fileName)
|
|
| Method Summary | |
|---|---|
int |
getBytesPerPixel()
|
int |
getHeight()
get image height from EDF keyword Dim_2 |
int[] |
getImageAsInt()
|
java.lang.String[] |
getKeys()
|
java.util.Vector<java.lang.String> |
getKeysAsListedInHeader()
|
double |
getMaximum()
return maximum value in image |
double |
getMinimum()
return minimum value in image |
java.lang.String |
getValue(java.lang.String key)
|
int |
getWidth()
get image width from EDF keyword Dim_1 |
void |
readBuffer()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EdfFile(java.lang.String fileName)
throws FabioFileException
fileName -
FabioFileException| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String[] getKeys()
public java.util.Vector<java.lang.String> getKeysAsListedInHeader()
public java.lang.String getValue(java.lang.String key)
throws FabioFileException
FabioFileExceptionpublic int getWidth()
public int getHeight()
public int getBytesPerPixel()
public void readBuffer()
public int[] getImageAsInt()
public double getMinimum()
public double getMaximum()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||