home *** CD-ROM | disk | FTP | other *** search
/ gondwana.ecr.mu.oz.au/pub/ / Graphics.tar / Graphics / graphics.formats / hdf / NCSA_HDF / HDF.toc.ascii.Z / HDF.toc.ascii
Encoding:
Text File  |  1991-09-24  |  7.2 KB  |  229 lines

  1. iNCSA HDF Calling Interfaces and Utilities
  2.  
  3. Table of Contentsi
  4.  
  5. National Center for Supercomputing Applications
  6.  
  7. November 1989
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17. Table of Contents
  18.  
  19.  
  20.  
  21.  
  22. Introduction
  23. Overview  xi
  24. What Is HDF?  xi
  25. Differences Between HDF 2.0 and HDF 3.0  xi
  26. System Requirements  xii
  27. Use of This Manual  xii
  28. Manual Contents  xii
  29. Form of Presentation  xiii
  30. Further Reading  xv
  31. Chapter 1NCSA HDF Basics
  32. Chapter Overview  1.1
  33. What Is Hierarchical Data Format?  1.1
  34. Why Was HDF Created?  1.1
  35. NCSA HDF Application Software  1.3
  36. NCSA Scientific Visualization Software and HDF  1.4
  37. HDF Calling Interfaces  1.4
  38. HDF Utilities  1.5
  39. Getting Started with HDF  1.5
  40. Examples  1.6
  41. Writing an HDF 8-Bit Raster Image 
  42. Set  1.6
  43. Writing an HDF Scientific Dataset  1.7
  44. FORTRAN and C  1.8
  45. FORTRAN Stubs  1.8
  46. Data Type Anomalies  1.9
  47. Case Sensitivity  1.9
  48. Name Length  1.9
  49. Header Files  1.9
  50. FORTRAN 77 and K & R╒s C  1.10
  51. HDF Without FORTRAN  1.10
  52. How to Get HDF  1.11
  53.  
  54. Chapter 2Storing Raster Images
  55. Chapter Overview  2.1
  56. Header Files  2.1
  57. Raster Image Sets  2.1
  58. Reasons to Use Raster Image Sets  2.2
  59. 8-Bit Raster Image Sets  2.3
  60. Compression Schemes  2.4
  61. Writing 8-Bit Raster Images to a File  2.5
  62. Reading 8-Bit Raster Images from a 
  63. File  2.8
  64. 24-Bit Raster Image Sets  2.11
  65. Interlace Schemes  2.11
  66. Compression Schemes  2.13
  67. Writing 24-Bit Raster Images to a File  2.13
  68. Reading 24-Bit Raster Images from a 
  69. File  2.14
  70. Sample Programs  2.18
  71. A FORTRAN Program to Copy a RIS8 from One File to Another  2.18
  72. A C Program to Convert a Raw Palette and Raw Raster Image to HDF RIS8 Format  2.18
  73. C Functions to Convert Floating-Point Data to 8-Bit Raster Data  2.20
  74. Chapter 3Storing Palettes
  75. Chapter Overview  3.1
  76. HDF 8-Bit Palettes  3.1
  77. Writing Palettes to a File  3.2
  78. Reading Palettes from a File  3.3
  79. Other Palette Routines  3.4
  80. Chapter 4Storing Rectangular Gridded Arrays of
  81. Scientific Data
  82. Chapter Overview  4.1
  83. Scientific Datasets  4.1
  84. Reasons to Use Scientific Datasets  4.3
  85. Header File  4.4
  86. Writing Scientific Datasets to a File  4.4
  87. The ╥Set╙ Routines:  Preparing to Write Scientific Datasets  4.5
  88. Writing Scientific Datasets to a File  4.8
  89. Writing Parts of a Scientific Dataset  4.11
  90. Reading Scientific Datasets from a File  4.14
  91. Getting the Dimensions of a Scientific Dataset  4.14
  92. Reading an Entire Scientific Dataset  4.15
  93. Getting Other Information About 
  94. SDSs  4.16
  95. Reading Parts of a Scientific Dataset  4.19
  96. How SDS Routines Store and Convert 
  97. Scientific Data  4.21
  98. How HDF Normally Stores Arrays  4.21
  99. How HDF Normally Represents 
  100. Numbers  4.21
  101. DFSDsettype:  Setting Scientific Dataset
  102. Attributes  4.22
  103. Sample Programs  4.23
  104. A FORTRAN Program  4.23
  105. A C Program  4.26
  106. Chapter 5Annotating Data Objects and Files
  107. Chapter Overview  5.1
  108. Annotation Tags  5.1
  109. The Annotation Interface  5.2
  110. Writing Annotations to a File  5.3
  111. Reading Annotations from a File  5.5
  112. Getting Annotation Information from a File  5.8
  113. Listing All Labels for a Given Tag  5.9
  114. Chapter 6General Purpose HDF Routines
  115. Chapter Overview  6.1
  116. Introduction  6.1
  117. Header Files  6.2
  118. Opening and Closing Files  6.3
  119. Finding Tags, Refs, and Element Lengths  6.4
  120. Storing and Retrieving Entire Data Elements  6.6
  121. Reading or Writing Part of a Data Element  6.8
  122. Manipulating Data Descriptors (DDs)  6.11
  123. Miscellaneous  6.13
  124. Chapter 7NCSA HDF Command Line Utilities
  125. Chapter Overview  7.1
  126. Introduction  7.1
  127. hdfls:  Listing Basic Information about an 
  128. HDF  7.2
  129. hdfed:  Editing an HDF File  7.3
  130. Basics  7.3
  131. Tutorial Session  7.5
  132. hdfed with the -batch Option  7.11
  133. fptohdf:  Converting Floating-Point Data to SDS and/or RIS8  7.11
  134. Basics  7.11
  135. Notes  7.13
  136. Examples  7.13
  137. Utilities for Working with Raster Image 
  138. Sets  7.14
  139. r8tohdf:  Converting 8-bit Raster Images to HDF  7.14
  140. hdftor8:  Extracting 8-bit Raster Images and Palettes from an HDF File  7.15
  141. r24tohdf:  Converting 24-bit Raster Images to HDF 8-Bit Raster Images 7.16
  142. paltohdf:  Converting a Raw Palette to HDF  7.17
  143. hdftopal:  Extracting a Palette from an HDF file  7.17
  144. hdfrseq/hdfseq:  Displaying Images  7.17
  145.  
  146. Chapter 8Error Handling in HDF
  147. Chapter Overview  8.1
  148. Error Handling in HDF  8.1
  149. Appendix ANCSA HDF Tags
  150. Overview  A.1
  151. Tag Types and Descriptions  A.1
  152. Appendix BHeader Files
  153. Appendix CEight-Character FORTRAN Names
  154. Appendix DPublic HDF Directories on NCSA Computers
  155. Appendix ERoutine Lists
  156. Raster Image Routines  E.1
  157. Palette Routines  E.2
  158. Annotations Routines  E.2
  159. Scientific Dataset Routines  E.3
  160. General Purpose Routines  E.4
  161. Utility Routines  E.5
  162. Appendix FNCSA HDF README Files on Anonymous FTP
  163.  
  164. Figures and Tables
  165. Figure I.1Reading and Entering a Command 
  166. Line  xv
  167. Figure 1.1HDF:  A File Format for Scientific Data in a Distributed Environment   1.1
  168. Figure 1.2HDF File with Scientific Dataset  1.3
  169. Figure 1.3HDF Software in an Integrated Computing Environment  1.4
  170. Figure 2.1Two Raster Image Sets in an HDF 
  171. File  2.3
  172. Figure 2.2Storing an RIS8  2.7
  173. Figure 2.3Storing Multiple RIS8s in a Single 
  174. File  2.7
  175. Figure 2.4Reading an RIS8:  Dimensions and Presence or Palette Known  2.9
  176. Figure 2.5Reading an RIS8:  Dimensions and Presence of Palette Not Known  2.10
  177. Figure 2.6Scan-Plane Interlace  2.12
  178. Figure 2.7Storing an RIS24 Using Pixel 
  179. Interlace  2.14
  180. Figure 2.8Storing Multiple RIS24s in a Single File  2.14
  181. Figure 2.9Reading an RIS24:  Dimensions and Interlace Known  2.16
  182. Figure 2.10Reading an RIS24:  Dimensions and Interlace Not Known  2.17
  183. Figure 2.11FORTRAN Program to Copy an RIS8 from One File to Another  2.18
  184. Figure 2.12C Program Dealing with Raster Image Sets  2.19
  185. Figure 2.13Converting Floating-Point Data to 
  186. RIS8  2.20
  187. Figure 3.1Writing a Palette to a File  3.3
  188. Figure 3.2Reading the First Available Palette  3.4
  189. Figure 4.1HDF File with Scientific Dataset  4.2
  190. Figure 4.2Storing Just Scientific Data  4.10
  191. Figure 4.3Storing Scientific Data with Associated Information  4.11
  192. Figure 4.4Reading in a Dataset  4.18
  193. Figure 4.5Reading Multiple Scientific Datasets from a Single File of Unknown Size  4.19
  194. Figure 4.6FORTRAN Program Dealing with Scientific Datasets  4.24
  195. Figure 4.7C Program Dealing with Scientific Datasets  4.27
  196. Figure 5.1Example of an Annotation  5.2
  197. Figure 5.2Adding Annotations to a Scientific 
  198. Dataset  5.4
  199. Figure 5.3Getting Annotations from a Scientific Dataset  5.7
  200. Figure 5.4Getting Last Reference Number 
  201. Written  5.8
  202. Figure 5.5Getting a list of Labels from a File  5.10
  203. Figure 7.1Tutorial Session  7.5
  204. Figure 7.2The ftptohdf Utility  7.12
  205. Figure 7.3Format Used in a Text File for Input  7.13
  206. Figure B.1FORTRAN Header File:  dfF.h  B.2
  207. Figure B.2C Header File:  df.h  B.4
  208. Figure F.1README.FIRST  F.1
  209. Figure F.2README.NCSA.For HDF Users of NCSA Computers  F.4
  210. Figure F.3INSTALL:  Compiling the HDF 
  211. Source  F.5
  212. Figure F.4README.NEW.DIR.STRUCT. New Directory Structure for HDF Version 3.0. on Anonymous FTP  F.8
  213.  
  214. Table I.1Meaning of Entry Format Notations  xiv
  215. Table 2.1Raster Image Set Routines in the HDF Library  2.1
  216. Table 2.2Compression Scheme Codes  2.4
  217. Table 2.3Interlace Scheme Codes  2.11
  218. Table 3.1Palette I/O Routines in the HDF 
  219. Library  3.2
  220. Table 4.1Scientific Dataset Routines in the HDF Library  4.2
  221. Table 5.1Long and Short Names for Annotation Routines  5.3
  222. Table 6.1General Purpose Routines in the HDF Library  6.1
  223. Table 7.1Scientific Dataset Routines in the HDF Library  7.1
  224. Table A.1HDF Tags  A.2
  225. Table C.1Long and Short Version FORTRAN Names  C.1
  226. Table D.1Pathnames of NCSA HDF 
  227. Directories  D.1
  228.  
  229.