#!/bin/sh
#
# Use this this as a prototype for transfering an image automatically with scp
#scp -p $1 user@mycomputer.net:scratch/ 
#
# Use this to cause a local copy of ds9 to load a new image
# Note that ds9 must see the image file directory
#
#newsnap="xpaset ds9 file fits $1 <$1"
#$newsnap
#
newsnap="xpaset ds9 file fits $1 <$1"
$newsnap
exit
