PDL::IO::HDF::VS.3pm

Langue: en

Version: 2010-06-05 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

PDL::IO::HDF - An interface librairie for HDF file.

SYNOPSIS

   use PDL;
   use PDL::IO::HDF::VS;
         
    #### no doc for now ####
 
 

DESCRIPTION

This librairy provide functions to manipulate HDF files with VS and V interface (reading, writting, ...)

For more infomation on HDF, see http://hdf.ncsa.uiuc.edu/

new

     Open or create a new HDF object with VS and V interface.
 
 
     Arguments:
         1 : The name of the HDF file.
             If you want to write to it, prepend the name with the '+' character : "+name.hdf"
             If you want to create it, prepend the name with the '-' character : "-name.hdf"
             Otherwise the file will be opened in read only mode.
         
     Returns the hdf object (die on error)
 
 
     my $hdf = PDL::IO::HDF::VS->new("file.hdf");
 
 

close

     Close the VS interface.
 
 
     no arguments
 
 
     my $result = $hdf->close();
 
 

CURRENT AUTHOR & MAINTAINER

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

PREVIOUS AUTHORS

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

SEE ALSO

perl(1), PDL(1), PDL::IO::HDF(1).