|
|
Open a contour plot of a data set model in ChIPS
contour_model( [ id, [replot=0,overcontour=0]] );
The contour_model function opens in ChIPS a contour plot of a data set
model by data set ID. If no data set ID is specified,
the model assigned to the default data set will be used. To
plot contours of a data set, fit, fit residuals, data-to-model
ratio, or psf, use the contour function.
Arguments:
-
id - Sherpa data set ID; if not given, uses the default dataset id (id=1 by default, see "ahelp get_default_id")
-
replot - Send cached data arrays to ChIPS;
default=0
-
overcontour - Contour data without clearing previous plot;
default=0
The contour_model function can be called with no arguments,
in which case a contour plot of the model associated with
the default data set loaded in the Sherpa session is
visualized, with the default settings.
sherpa> contour_model(3, overcontour=0);
Here, contour_model function clears the previous plot and
sends to ChIPS a contour plot of the model assigned to data set 3.
sherpa> contour_model(replot=1, overcontour=1);
This command sends to ChIPS a cached contour plot of the model
assigned to data set 1, without clearing the previous plot.
- sl.sherpa
-
add_user_pars,
calc_chisqr,
calc_energy_flux,
calc_model_sum,
calc_photon_flux,
calc_source_sum,
calc_stat,
clean,
contour,
contour_data,
contour_fit,
contour_fit_resid,
contour_psf,
contour_ratio,
contour_resid,
contour_source,
create_model_component,
delete_bkg_model,
delete_model,
delete_model_component,
delete_psf,
eqwidth,
get_bkg_plot,
get_model,
get_model_autoassign_func,
get_model_plot,
get_num_par,
get_order_plot,
get_par,
get_pileup_model,
get_ratio,
get_resid,
get_source,
image_close,
image_data,
image_deleteframes,
image_fit,
image_getregion,
image_model,
image_open,
image_ratio,
image_resid,
image_setregion,
image_source,
image_xpaget,
image_xpaset,
integrate,
link,
list_model_ids,
load_image,
load_table_model,
load_user_model,
pack_image,
plot_model,
plot_source,
reset,
set_bkg_model,
set_model,
set_model_autoassign_func,
set_pileup_model,
set_source,
unpack_image
|