Skip to content

Reading and writing data

Zakariyya Mughal edited this page Jan 5, 2015 · 1 revision

Eventually there will be some descriptions and examples here, but for now here are links to the relevant documentation.

Binary Formats

  1. PDL::IO::FITS - Simple FITS support for PDL
  2. PDL::IO::NDF - PDL Module for reading and writing Starlink
  3. PDL::IO::FastRaw - A simple, fast and convenient io format for PerlDL.
  4. PDL::IO::FlexRaw - A flexible binary i/o format for PerlDL.

Image Formats

  1. PDL::IO::GD - Interface to the GD image library.
  2. PDL::IO::Pic - image I/O for PDL
  3. PDL::IO::Pnm - pnm format I/O for PDL

Other Formats

  1. PDL::IO::Dumper - data dumping for structs with PDLs
  2. PDL::IO::Misc - misc IO routines for PDL, including ASCII reading and writing
  3. PDL::IO::Storable - helper functions to make PDL usable with Storable
Clone this wiki locally