-
Notifications
You must be signed in to change notification settings - Fork 46
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.
- PDL::IO::FITS - Simple FITS support for PDL
- PDL::IO::NDF - PDL Module for reading and writing Starlink
- PDL::IO::FastRaw - A simple, fast and convenient io format for PerlDL.
- PDL::IO::FlexRaw - A flexible binary i/o format for PerlDL.
- PDL::IO::GD - Interface to the GD image library.
- PDL::IO::Pic - image I/O for PDL
- PDL::IO::Pnm - pnm format I/O for PDL
- PDL::IO::Dumper - data dumping for structs with PDLs
- PDL::IO::Misc - misc IO routines for PDL, including ASCII reading and writing
- PDL::IO::Storable - helper functions to make PDL usable with Storable