GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
VS(3) User Contributed Perl Documentation VS(3)

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

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

This library provides functions to manipulate HDF4 files with VS and V interface (reading, writing, ...)

For more information on HDF4, see http://www.hdfgroup.org/products/hdf4/

    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 the VS interface.

    no arguments

    my $result = $hdf->close();

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

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

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

2025-07-04 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.