Index of /didattica/tesi/Dimarcello/src
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