The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:PDL IO"

PDL::IO - An overview of the modules in the PDL::IO namespace. River stage three • 94 direct dependents • 102 total dependents

PDL contains many modules for displaying, loading, and saving data. * Perlish or Text-Based A few IO modules provide Perl-inspired capabilities. These are PDL::IO::Dumper and PDL::IO::Storable. PDL::IO::Misc provides simpler routines for dealing with...

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

PDL::IO::GD - Interface to the GD image library. River stage three • 94 direct dependents • 102 total dependents

This is the "General Interface" for the PDL::IO::GD library, and is actually several years old at this point (read: stable). If you're feeling frisky, try the new OO interface described below. The general version just provides several image IO utilit...

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

PDL::IO::HDF - A PDL interface to the HDF4 library. River stage three • 94 direct dependents • 102 total dependents

This library provides functions to manipulate HDF files with the SD, VS, and V HDF interfaces. For more information on HDF, see http://hdf.ncsa.uiuc.edu/ The 'new' function of this package uses the 'new' functions for the individual HDF interfaces. T...

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

PDL::IO::Pic - image I/O for PDL River stage three • 94 direct dependents • 102 total dependents

This package implements I/O for a number of popular image formats by exploiting the xxxtopnm and pnmtoxxx converters from the netpbm package (which is based on the original pbmplus by Jef Poskanzer). Netpbm is available at ftp://wuarchive.wustl.edu/g...

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

PDL::IO::Pnm - pnm format I/O for PDL River stage three • 94 direct dependents • 102 total dependents

pnm I/O for PDL....

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

PDL::IO::STL - read/write 3D stereolithography files River stage three • 94 direct dependents • 102 total dependents

Normal-vector information is currently ignored. The "attribute byte count", used sometimes to store colour information, is currently ignored. This module is based on CAD::Format::STL, but with "binmode" on opened filehandles and little-endian (i.e. n...

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

PDL::IO::IDL - I/O of IDL Save Files River stage three • 94 direct dependents • 102 total dependents

PDL::IO::IDL allows you to read and write IDL(tm) data files. Currently, only reading is implemented. Scalars, arrays, and structures are all supported. Heap pointers, compiled code, and objects are not supported. Of those three, only heap pointers a...

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

PDL::IO::FITS - Simple FITS support for PDL River stage three • 94 direct dependents • 102 total dependents

This module provides basic FITS support for PDL, in the sense of reading and writing whole FITS files. For more complex operations, such as prefiltering rows out of tables or performing operations on the FITS file in-place on disk, you can use the As...

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

PDL::IO::Misc - misc IO routines for PDL River stage three • 94 direct dependents • 102 total dependents

Some basic I/O functionality: FITS, tables, byte-swapping...

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

PDL::IO::Dicom - a module for reading DICOM images. River stage three • 94 direct dependents • 102 total dependents

The PDL::IO::Dicom module enables reading 16-bit gray level Dicom images into PDL. As Dicom is an extremely complex format, this module can unfortunately not handle all different image types included in the DICOM standard. One common format that is c...

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

PDL::IO::Dumper - data dumping for structs with PDLs River stage three • 94 direct dependents • 102 total dependents

This package allows you cleanly to save and restore complex data structures which include PDLs, as ASCII strings and/or transportable ASCII files. It exports four functions into your namespace: sdump, fdump, frestore, and deep_copy. PDL::IO::Dumper t...

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

PDL::IO::FlexRaw - A flexible binary I/O format for PerlDL River stage three • 94 direct dependents • 102 total dependents

FlexRaw is a generic method for the input and output of `raw' data arrays. In particular, it is designed to read output from FORTRAN 77 UNFORMATTED files and the low-level C write function, even if the files are compressed or gzipped. As in FastRaw, ...

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

PDL::IO::FastRaw - A simple, fast and convenient io format for PerlDL. River stage three • 94 direct dependents • 102 total dependents

This is a very simple and fast io format for PerlDL. The disk data consists of two files, a header metadata file in ASCII and a binary file consisting simply of consecutive bytes, shorts or whatever. It is hoped that this will not only make for a sim...

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

PDL::IO::HDF::SD - PDL interface to the HDF4 SD library. River stage three • 94 direct dependents • 102 total dependents

This library provides functions to read, write, and manipulate HDF4 files with HDF's SD interface. For more information on HDF4, see http://hdf.ncsa.uiuc.edu/ There have been a lot of changes starting with version 2.0, and these may affect your code....

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

PDL::IO::Browser - 2D data browser for PDL River stage three • 94 direct dependents • 102 total dependents

cursor terminal browser for ndarrays....

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

PDL::IO::HDF::VS - An interface library for HDF4 files. River stage three • 94 direct dependents • 102 total dependents

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/...

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

PDL::IO::Storable - helper functions to make PDL usable with Storable River stage three • 94 direct dependents • 102 total dependents

"Storable" implements object persistence for Perl data structures that can contain arbitrary Perl objects. This module implements the relevant methods to be able to store and retrieve ndarrays via Storable....

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

PDL - the Perl Data Language River stage three • 94 direct dependents • 102 total dependents

(For the exported PDL constructor, pdl(), see PDL::Core) PDL is the Perl Data Language, a perl extension that is designed for scientific and bulk numeric data processing and display. It extends perl's syntax and includes fully vectorized, multidimens...

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

PDL::PP - Generate PDL routines from concise descriptions River stage three • 94 direct dependents • 102 total dependents

Now that you have some idea how to use "pp_def" to define new PDL functions it is time to explain the general syntax of "pp_def". "pp_def" takes as arguments first the name of the function you are defining and then a hash list that can contain variou...

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

PDL::FFT - FFTs for PDL River stage three • 94 direct dependents • 102 total dependents

!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! As of PDL-2.006_04, the direction of the FFT/IFFT has been reversed to match the usage in the FFTW library and the convention in use generally. !!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!...

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC
39 results (0.049 seconds)