Image::DS9

Interface to the DS9 image display and analysis program
Download

Image::DS9 Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Diab Jerius
  • Publisher web site:
  • http://search.cpan.org/~djerius/

Image::DS9 Tags


Image::DS9 Description

Interface to the DS9 image display and analysis program Image::DS9 is a Perl interface to the DS9 image display and analysis program.SYNOPSIS use Image::DS9; use Image::DS9 qw( : ); # import constants from group use Image::DS9 qw( :all ); # import all constants $dsp = new Image::DS9; $dsp = new Image::DS9( \%attrs );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".This class is rather bare at present, providing a low level interface to the XPA access points. Eventually these will be hidden by an elegant framework that will make life wonderful.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. Requirements: · Perl


Image::DS9 Related Software