Closed kglotfelty closed 6 years ago
Also need to update several scripts which are using -strip -selected
.
-strip
takes an argument: yes
or no
-selected
isn't legal syntax. It should be just selected
(no dash)Scripts to update include:
ds9_aper.sh
ds9_specfit.sh
ds9_imgfit.sh
This is fixed in #140.
https://github.com/cxcsds/ciao-contrib/blob/0ecfe7743c3a5e0e7e8b2339a69cbc3c2975eea2/ciao-4.10/contrib/bin/ds9_radial.sh#L36
I should be using
-system
instead of-coord
. This breaks with ds9 v8.0rc2