Like any HDF file, an HAIF-compliant ASCII file may contain multiple data objects. The headers of these objects are read and grouped into a hierarchical tree, and the content of a data object is not loaded until it is selected.
Writing ASCII files is nearly transparent; the only distinct action required is to select Save as HDF or Save As Text from the image window File menu.
JHV saves data to both ASCII and HDF files and converts an ASCII file to an HDF file. The data structure of the ASCII file is preserved in the HDF file and the content of each data object is stored in the HDF file based on its type. Each data object or subset of a data object can be also saved as an ASCII or HDF file.
Saving data in ASCII files allows for export to other programs. For instance, an HDF Vdata table saved in ASCII format can be opened by Microsoft Excel.
Select Open Local File from the File menu and open an ASCII file that complies with the specifications of the HDF ASCII Interchange Format. After the text file has been loaded, select Convert To HDF File from the main window File menu to create an HDF file. The data structure of the ASCII file will be preserved in the HDF file and the content of each data object will be stored in the HDF file based on its original type.
Convert To HDF File is disabled when the current working file is an HDF file.