/ sherpa4.16 / faq / coord.html
This page is for the obsolete Sherpa 4.16 release. Please see the Sherpa home page for the latest release.
How can I set the coordinate system to be used in the analysis of my image data?
By default, image data sets are read into Sherpa in image ('logical') coordinates. The coordinate system for the analysis may be changed to physical or world using the set_coord command:
sherpa> load_image(2, "image_bin50.fits") sherpa> get_coord(2) 'logical' sherpa> set_coord(2, "wcs")
Note: the physical coordinates of non-Chandra data sets may not be recognized in the current version of Sherpa; see the load_image bug page for details.
/ sherpa4.16 / faq / coord.html