#!/bin/sh
xpaget ds9 regions > test
grep -i "circle" test >  sample
exit

