PDL::IO::Browser -- 2D data browser for PDL
Contents
Description
cursor terminal browser for ndarrays.
Functions
browse
Signature: (a(n,m))
browse
browse a 2D array using terminal cursor keys
browse $data
This uses the CURSES library to allow one to scroll around a PDL array using the cursor keys.
browse does not process bad values. It will set the bad-value flag of all output ndarrays if the flag is
set for any of the input ndarrays.
Name
PDL::IO::Browser -- 2D data browser for PDL
Synopsis
use PDL::IO::Browser;
