<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks for the info, but I see this as a tool that will be used by me
for the purpose of the tutorial, and possibly by single individuals who
have individual fireball stations around the country. <br>
<br>
Joe Harrington wrote:
<blockquote cite="mid:wl8prfjuaf8.fsf@glup.physics.ucf.edu" type="cite">
  <blockquote type="cite">
    <pre wrap="">... numdisplay...
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Be aware that Russell Owen's RO package contains a DS9 interface that
is better than numdisplay in many respects.  You can have many people
on one machine each communicating with their own DS9 without special
fifo setup, and the data are not interpolated in the image display,
among other improvements.  I am not aware of any disimprovements, but
I've not dived too deeply into it.

<a class="moz-txt-link-freetext" href="http://pypi.python.org/packages/source/R/RO/RO-2.2.10.tar.gz">http://pypi.python.org/packages/source/R/RO/RO-2.2.10.tar.gz</a>

>From the docs...

Here is a basic summary for use:
    import RO.DS9
    import numpy
    ds9Win = RO.DS9.DS9Win()
    # show a FITS file in frame 1
    ds9Win. showFITSFile("foo/test.fits")
    # show an array in frame 2
    ds9Win.xpaset("frame 2")
    myArray = numpy.arange(10000).reshape([100,100])
    ds9Win.showArray(myArray)

--jh--

  </pre>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<meta content="text/html;" http-equiv="Content-Type">
<title>Signature.html</title>
<pre class="moz-signature" cols="76">           Wayne Watson (Watson Adventures, Prop., Nevada City, CA)

             (121.01 Deg. W, 39.26 Deg. N) GMT-8 hr std. time)<span
 style="font-weight: bold;"></span><b><b
 style="color: rgb(204, 51, 204);" class="b"><span
 style="color: rgb(255, 153, 255);"></span><span
 style="font-family: monospace;"></span></b></b><span
 style="color: rgb(102, 0, 204);">

          "In arithemtic as in politics, the importance of one is
           determined by the number of zeros behind it." -- Anon 
          
</span><font class="sqq"><span class="sqq"
 style="color: rgb(102, 0, 204);"></span></font></pre>
</div>
</body>
</html>