Search results for "PDL::IO"
PDL::IO - An overview of the modules in the PDL::IO namespace.
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.092 - 07 Sep 2024 14:27:43 UTC - Search in distribution- PDL::IO::GD - Interface to the GD image library.
- PDL::IO::Pnm - pnm format I/O for PDL
- PDL::IO::IDL - I/O of IDL Save Files
- 37 more results from PDL »
PDL::IO::CSV - Load/save PDL from/to CSV file (optimized for speed and large data)
The traditional way of creating PDL piddle from CSV data is via rcols function. my $pdl = rcols("data.csv", [1..4], { DEFTYPE=>double, COLSEP=>"," }); This module provides alternative implementation based on Text::CSV_XS which should be significantly...
KMX/PDL-IO-CSV-0.011 - 04 Dec 2019 21:07:07 UTC - Search in distribution
PDL::IO::DBI - Create PDL from database (optimized for speed and large data)
For creating a piddle from database data one can use the following simple approach: use PDL; use DBI; my $dbh = DBI->connect($dsn); my $pdl = pdl($dbh->selectall_arrayref($sql_query)); However this approach does not scale well for large data (e.g. SQ...
KMX/PDL-IO-DBI-0.012 - 19 Dec 2016 15:42:58 UTC - Search in distribution
PDL::IO::Dcm - Reads dicom files, sorts them and stores the result into piddles with headers
FANTASMA/PDL-IO-Dcm-1.011
-
18 Feb 2022 15:18:19 UTC
-
Search in distribution
PDL::IO::NDF - PDL Module for reading and writing Starlink N-dimensional data structures as PDLs.
This module adds the ability to read and write Starlink N-dimensional data files as N-dimensional PDLs. You must have the Starlink NDF library installed to use it. The library is distributed under the GPL and is available from "http://www.starlink.ac...
GSB/PDL-IO-NDF-1.07 - 20 May 2021 00:21:02 UTC - Search in distribution
PDL::IO::Grib - Grib file utilities for perl
Grib.pm allows the user to read files in the grib FORM FM 92-IX Ext. GRIB Edition 1 - it may not read all possible grib format combinations. The Grib format has 4 sections (PDS, GDS, BMS, BDS), two of which (GDS, BMS) are optional. Each field of a se...
JEDWARDS/PDL-IO-Grib-2.0 - 30 Aug 2000 17:14:43 UTC - Search in distribution- PDL::IO::Grib::Field - Field tools for Grib files
- Grib/Gribtables.pm
- GribView.pl - script to view Grib Record Headers
PDL::IO::HDF5 - PDL Interface to the HDF5 Data Format.
This package provides an object-oriented interface for PDLs to the HDF5 data-format. Information on the HDF5 Format can be found at the HDF Group's web site at http://www.hdfgroup.org . LIMITATIONS Currently this interface only provides a subset of t...
ETJ/PDL-IO-HDF5-0.75 - 08 Aug 2021 12:49:39 UTC - Search in distribution
PDL::IO::MDIF - Read and manipulate Measurement Data Interchange Format (MDIF, *.mdf) files.
A simple interface for reading and writing RF MDIF files (also known as MDF or .mdf files). MDIF files contain multiple Touchstone files in a text format; consult the "SEE ALSO" section for more about the MDIFs format and using them to optimize circu...
EWHEELER/PDL-IO-Touchstone-1.015 - 18 Jun 2024 20:09:35 UTC - Search in distribution- PDL::IO::Touchstone - Read and manipulate Touchstone .s2p (and .sNp) files.
PDL::IO::XLSX - Load/save PDL from/to XLSX file (optimized for speed and large data)
PDL::IO::XLSX supports reading XLSX files and creating PDL piddle(s) as well as saving PDL data to XLSX file....
KMX/PDL-IO-XLSX-0.004 - 18 Dec 2016 13:39:28 UTC - Search in distribution
PDL::IO::Image - Load/save bitmap from/to PDL (via FreeImage library)
PDL::IO::Image implements I/O for a number of popular image formats. It is based on "FreeImage library" <http://freeimage.sourceforge.net/> however there is no need to install FreeImage library on your system because PDL::IO::Image uses Alien::FreeIm...
KMX/PDL-IO-Image-1.001 - 11 Jul 2017 11:50:20 UTC - Search in distribution
PDL::IO::Nifti - Module to access imaging data using Nifti-1 standard
Provides methods to read and write Nifti files, read, write and manipulate the header based on PDL. my $nii=PDL::IO::Nifti->new($pdl); $nii->write_nii($file); is all you need to do to save your data....
FANTASMA/PDL-IO-Nifti-0.73 - 02 Apr 2014 08:56:07 UTC - Search in distribution
PDL::IO::Matlab - Read and write Matlab format data files.
This module provides routines to read and write pdls to and from data files in Matlab formats. The module uses the matio C library. Both functional and OO interface are provided. Only real, multi-dimensional arrays corresponding to PDL data types are...
ETJ/PDL-IO-Matlab-0.006 - 01 May 2021 06:53:41 UTC - Search in distribution
PDL::IO::Sereal - Load/save complete PDL content serialized via Sereal
Loading and saving PDL piddle serialized via Sereal (by default with ZLIB compression). Saved files should be portable across different architectures and PDL versions (there might be some troubles with piddles of 'indx' type which are not portable be...
KMX/PDL-IO-Sereal-0.003 - 16 Dec 2016 18:47:14 UTC - Search in distribution
PDL::CCS::IO::FITS - PDL::IO::FITS wrappers for PDL::CCS::Nd
MOOCOW/PDL-CCS-1.23.23
-
15 May 2024 20:05:13 UTC
-
Search in distribution
- PDL::CCS::IO::LDAC - LDA-C format text I/O for PDL::CCS::Nd
- PDL::CCS::IO::PETSc - PETSc-compatible I/O for PDL::CCS::Nd
- PDL::CCS::IO::Common - Common pseudo-private routines for PDL::CCS::Nd I/O
- 3 more results from PDL-CCS »
Gimp - Write GIMP extensions/plug-ins/load- and save-handlers in Perl
Gimp-Perl is a module for writing plug-ins, extensions, standalone scripts, and file-handlers for the GNU Image Manipulation Program (GIMP). It can be used to automate repetitive tasks, achieve a precision hard to get through manual use of GIMP, inte...
ETJ/Gimp-2.38 - 19 Sep 2024 17:49:02 UTC - Search in distribution
Imager - Perl extension for Generating 24 bit Images
Imager is a module for creating and altering images. It can read and write various image formats, draw primitive shapes like lines,and polygons, blend multiple images together in various ways, scale, crop, render text and more. Overview of documentat...
TONYC/Imager-1.024 - 06 Apr 2024 02:24:09 UTC - Search in distribution
MCE::Core - Documentation describing the core MCE API
MARIOROY/MCE-1.900
-
10 Sep 2024 00:49:05 UTC
-
Search in distribution
Prima::faq - Frequently asked questions about Prima
The FAQ covers various topics around Prima, such as distribution, compilation, installation, and programming....
KARASIK/Prima-1.74 - 19 Aug 2024 16:46:06 UTC - Search in distribution
perl58delta - what is new for perl v5.8.0
This document describes differences between the 5.6.0 release and the 5.8.0 release. Many of the bug fixes in 5.8.0 were already seen in the 5.6.1 maintenance release since the two releases were kept closely coordinated (while 5.8.0 was still called ...
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution- perl58delta - what is new for perl v5.8.0
- perl58delta - what is new for perl v5.8.0