Image::DS9

This class provides access to the DS9 image display and analysis program
through its XPA access points.

DS9 is a rather flexible and feature-rich image display program. Rather
than extol its virtues, please consult the website in "REQUIREMENTS".

While one could communicate with DS9 solely via the IPC::XPA class, this
class provides a cleaner, less error prone interface, as it checks the
passed commands and arguments for syntax and data type. It also cleans
up returned data from DS9.

To use this class, first construct a Image::DS9 object, and then apply
its methods. It is possible to both address more than one DS9 with a
single object, as well as having multiple Image::DS9 objects communicate
with their own DS9 invocations. Eventually there will be documentation
spelling out how to do this.

INSTALLATION

This is a Perl module distribution. It should be installed with whichever
tool you use to manage your installation of Perl, e.g. any of

  cpanm .
  cpan  .
  cpanp -i .

Consult http://www.cpan.org/modules/INSTALL.html for further instruction.
Should you wish to install this module manually, the procedure is

  perl Makefile.PL
  make
  make test
  make install

LICENSE

This software is released under the GNU General Public License. You may
find a copy at

   http://www.fsf.org/copyleft/gpl.html

COPYRIGHT AND LICENSE

This software is Copyright (c) 2017 by Smithsonian Astrophysical
Observatory.

This is free software, licensed under:

  The GNU General Public License, Version 3, June 2007