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 (64 lines) | stat: -rw-r--r-- 1,257 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
This directory contains files that can be used for testing hdf.

File types can be determined by their extensions:

	.hdf	- HDF file.  Could contain any number of different HDF objects
	.r24	- HDF file containing one or more 24-bit raster image sets
	.r8	- HDF file containing one or more 8-bit raster image sets,
		      with color palettes possible also included
	.sd	- HDF file containing one or more scientific data sets
	.pal	- HDF file containing one or more color palettes
	.raw	- non-HDF file containing binary data (image, float data, etc.)
	.txt	- non-HDF file containing ascii data
	.Z	- files compressed with Unix compress. Use uncompress
		      to uncompress them.



head.r24      - isosurface rendering of human head
palette.raw   - contains a raw palette
storm110.raw  - raw image of data from storm simulation
storm120.raw  - raw image of data from storm simulation
storm130.raw  - raw image of data from storm simulation
storm140.raw  - raw image of data from storm simulation
storm110.hdf  - hdf image of data from storm simulation
storm120.hdf  - hdf image of data from storm simulation
storm130.hdf  - hdf image of data from storm simulation
storm140.hdf  - hdf image of data from storm simulation