File: README

package info (click to toggle)
libhdf4 4.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 30,384 kB
  • sloc: ansic: 128,700; sh: 15,015; fortran: 12,444; java: 5,863; xml: 1,205; makefile: 794; yacc: 678; pascal: 418; perl: 360; javascript: 203; lex: 163; csh: 41
file content (45 lines) | stat: -rw-r--r-- 1,343 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
In this directory there are hdf utility programs, makefiles, and a 
subdirectory, testfiles/, which contains all the data files needed to test
the utilities. 

The utilities are:

    . hdf24to8 -- converts 24-bit raster images to hdf 8-bit images

    . hdfcomp -- re-compresses an 8-bit raster hdf file
   
    . hdfls -- lists basic information about an hdf file

    . hdfpack --  compacts an hdf file

    . hdftopal -- extracts a palette from an hdf file
  
    . hdftor8 -- extracts 8-bit raster images and palettes from an
                 hdf file

    . hdfed -- hdf file editor

    . hdfunpac - unpacks an HDF file by exporting the scientific
                 data elements (DFTAG_SD) to external object
                 elements.  This is a utility for external file
                 handling for the parallel I/O interface on the CM5.

    . paltohdf -- converts a raw palette to hdf

    . r8tohdf -- converts 8-bit raster images to hdf

    . ristosds -- converts a series of raster image hdf files into a
                  single 3D sds hdf file. 

    . vmake -- creates vsets 

    . vshow -- dumps out vsets in an hdf file

    . jpeg2hdf -- converts jpeg images to hdf raster images

    . hdf2jpeg -- converts hdf raster images to jpeg images

    . fp2hdf -- converts 2D and 3D floating point data sets into HDF SDS.