Creating HDF files [message #41267] |
Mon, 04 October 2004 08:47 |
roujean
Messages: 1 Registered: October 2004
|
Junior Member |
|
|
Hello,
I use the command HDFPUTSDS to create an HDF file in PV-Wave.
If for example, the name of the file to be created is 'file_hdf'
and the field of data (or layer) is 'raw_data', then I will do:
status = HDFPUTSDS(file_hdf,raw_data)
When opening this new HDF file (using HDFVIEX, ENVI, or ...),
the label of this field in the menu is automatically set to 'Data-Set-1'.
Then, I would like to know the option for naming this field appropriately.
I used the following command for annotation, supposedly I would name this
field as 'radiation', but it does not seem to work.
status = HDFPUTFILEANN(file_hdf,Label = 'radiation')
Thanks for your help and support.
Best regards,
Jlouis
|
|
|