logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PDL::IO::Browser -- 2D data browser for PDL

Author

       Copyright (C) Robin Williams 1997 (rjrw@ast.leeds.ac.uk).  All rights reserved. There is no warranty. You
       are allowed to redistribute this software / documentation under certain conditions. For details, see the
       file COPYING in the PDL distribution. If this file is separated from the PDL distribution, the copyright
       notice should be included in the file.

perl v5.34.0                                       2022-02-08                                       Browser(3pm)

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;

See Also