Next: 3.8.2 Executing the SkeletonCDF
Up: 3.8 SkeletonCDF
Previous: 3.8 SkeletonCDF
The SkeletonCDF
program is used to make a fully structured CDF,
called a skeleton CDF,
by reading a text file called a skeleton table.
The skeleton table contains the
information necessary to create a CDF that is complete in all
respects except for record-variant (RV) variable values. (RV variables
vary from record to record.) RV values are then written to the CDF by the
execution of an application program. The SkeletonCDF program allows
a CDF to be created with the following.
- The necessary header information --- the number of dimensions and
dimension sizes for the rVariables, format, data encoding, and
variable majority.
- The gAttribute definitions and any number of gEntries for each.
- The rVariable and zVariable definitions.
- The vAttribute definitions and the entries corresponding
to each variable.
- The data values for those variables that are non-record-variant (NRV).
NRV variables do not vary from record to record.
The created CDF is referred to as a skeleton CDF.
cdfsupport@nssdca.gsfc.nasa.gov