get_coord
- sherpa.astro.ui.get_coord(id: IdType | None = None) str
Get the coordinate system used for image analysis.
- Parameters:
- id
int,str,orNone,optional The data set to query. If not given then the default identifier is used, as returned by
get_default_id.
- id
- Returns:
- coord{ ‘logical’, ‘physical’, ‘world’ }
- Raises:
sherpa.utils.err.ArgumentErrIf the data set does not contain image data.
sherpa.utils.err.IdentifierErrIf the
idargument is not recognized.
See also
get_default_idReturn the default data set identifier.
set_coordSet the coordinate system to use for image analysis.