1VS(3)                 User Contributed Perl Documentation                VS(3)
2
3
4

NAME

6       PDL::IO::HDF - An interface library for HDF4 files.
7

SYNOPSIS

9         use PDL;
10         use PDL::IO::HDF::VS;
11
12          #### no doc for now ####
13

DESCRIPTION

15       This librairy provide functions to manipulate HDF4 files with VS and V
16       interface (reading, writing, ...)
17
18       For more information on HDF4, see
19       http://www.hdfgroup.org/products/hdf4/
20

FUNCTIONS

22   new
23           Open or create a new HDF object with VS and V interface.
24
25           Arguments:
26               1 : The name of the HDF file.
27                   If you want to write to it, prepend the name with the '+' character : "+name.hdf"
28                   If you want to create it, prepend the name with the '-' character : "-name.hdf"
29                   Otherwise the file will be opened in read only mode.
30
31           Returns the hdf object (die on error)
32
33           my $hdf = PDL::IO::HDF::VS->new("file.hdf");
34
35   close
36           Close the VS interface.
37
38           no arguments
39
40           my $result = $hdf->close();
41

CURRENT AUTHOR & MAINTAINER

43       Judd Taylor, Orbital Systems, Ltd.  judd dot t at orbitalsystems dot
44       com
45

PREVIOUS AUTHORS

47       Olivier Archer olivier.archer@ifremer.fr contribs of Patrick Leilde
48       patrick.leilde@ifremer.fr
49

SEE ALSO

51       perl(1), PDL(1), PDL::IO::HDF(1).
52
53
54
55perl v5.28.0                      2018-07-23                             VS(3)
Impressum