Index of /didattica/tesi/Dimarcello/src

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]Table.py2005-11-30 16:35 3.4K 
[TXT]createbinary.py2005-11-30 16:35 5.7K 
[TXT]createnam.py2005-11-30 16:35 3.0K 
[TXT]import.py2006-09-01 09:02 9.2K 
[TXT]readingNs.py2005-11-30 16:35 1.3K 
[TXT]util.py2005-11-30 16:35 5.8K 
[TXT]utility.py2005-11-30 16:35 24K 

The directory includes the following files:
-import.py
-createbinary.py
-createnam.py
-readingNs.py

-Table.py
-util.py
-utility.py

-import.py 
It takes a binary file as parameter and creates a new file in HDF5 format
Usage:import filename [max]
If the optional max argument is present, the data are saved with the maximum format,
otherwise the data are saved with the minimal one

-readingNs.py
It takes a nam file as parameter and writes a new file in HDF5 file format
Usage:readNs filename [max]
If the optional max argument is present, the data are saved with the maximum format,
otherwise the data are saved with the minimal one

-createbinary.py
It takes a HDF5 file format and writes a binary file

-createnam.py
It takes a HDF5 file format and writes a nam file


-Table.py, util.py, utility.py
These files are used by some of the files described above