!#/bin/sh

# Set ds9 display preferences

xpaset -p ds9 preserve scale yes
xpaset -p ds9 preserve pan yes
xpaset -p ds9 preserve regions yes
xpaset -p ds9 colorbar no

# Set ds9 centroid radius large for guiding

xpaset -p ds9 regions centroid radius 40

# Insure that ds9 is in pointer mode so regions can be selected

xpaset -p ds9 mode pointer

# Set ds9 flip and orientation

# xpaset -p ds9 orient x
# xpaset -p ds9 rotate 180
