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
|