| AHELP for CIAO 4.5 Sherpa v1 | image_setregion |
Context: visualization |
Synopsis
Sends a region description to ds9, where it is drawn in the current frame.
Syntax
image_setregion(reg)
Description
A region description is sent to the imager (ds9 by default), where it is drawn in the current frame. There is no return value.
- reg - region description in CIAO region syntax
Example
sherpa> reg = "circle(4300,3710,15)" sherpa> image_setregion(reg)
If "reg" is a string defining a region in CIAO region syntax, then the region is drawn in the current frame of ds9. In this example, a circular region with center coordinates (4300, 3710) and radius=15 is drawn.
Bugs
See the bugs pages on the Sherpa website for an up-to-date listing of known bugs.
See Also
- confidence
- set_conf_opt, set_covar_opt, set_proj_opt
- data
- load_image, pack_image, set_areascal, set_arf, set_backscal, set_bkg, set_coord, set_counts, set_data, set_exposure, set_grouping, set_quality, set_rmf, set_staterror, set_syserror, unpack_image
- filtering
- set_filter
- methods
- set_iter_method, set_iter_method_opt, set_method, set_method_opt
- modeling
- get_par, image_model, image_model_component, image_source, image_source_component, set_bkg_model, set_full_model, set_par, set_pileup_model, set_source, set_xsabund, set_xscosmo, set_xsxsect, set_xsxset
- psfs
- image_kernel
- statistics
- set_prior, set_sampler, set_sampler_opt, set_stat
- utilities
- set_analysis, set_default_id
- visualization
- contour, contour_data, contour_model, contour_ratio, contour_resid, image_close, image_data, image_deleteframes, image_fit, image_getregion, image_open, image_ratio, image_resid, image_xpaget, image_xpaset

![[Sherpa Logo]](../imgs/sherpa_logo_navbar.gif)