| AHELP for CIAO 4.5 Sherpa v1 | load_bkg_rmf |
Context: data |
Synopsis
Load a background RMF
Syntax
load_bkg_rmf( [id], filename|RMFCrate )
Description
The load_bkg_rmf command loads an RMF from a FITS file or an RMFCrate. The RMF is assigned as the default response id for the default background id of the specified source dataset; i.e. for most simple analyses, this command will assign the RMF as the first response of the first background dataset associated with the id.
- id - the id of the dataset to use; if not given, uses the default dataset id (id=1 by default, see "ahelp get_default_id")
- filename|RMFCrate - the name of the file (with path) or RMFCrate which contains the RMF data
The load_bkg command ("ahelp load_bkg") may instead be used to load the background RMF. It allows the user to specify the background and response ids, in addition to the source dataset id.
Example 1
sherpa> load_bkg_rmf("back.rmf")Load the RMF from the file "back.rmf" and assign it as the background RMF for the default dataset.
Example 2
sherpa> rmfcr = read_rmf("3c273.rmf")
sherpa> load_bkg_rmf("src", rmfcr)The RMF is read into an RMFCrate (named "rmfcr") from the file 3c273.rmf. The RMF is then loaded into Sherpa from the crate and assigned to the background of data id "src".
Bugs
See the bugs pages on the Sherpa website for an up-to-date listing of known bugs.
See Also
- data
- dataspace1d, dataspace2d, fake, get_bkg, get_rmf, load_arf, load_arrays, load_ascii, load_bkg, load_bkg_arf, load_data, load_grouping, load_image, load_multi_arfs, load_multi_rmfs, load_pha, load_quality, load_rmf, load_staterror, load_syserror, load_table, pack_image, pack_pha, pack_table, set_rmf, unpack_arf, unpack_arrays, unpack_ascii, unpack_bkg, unpack_data, unpack_image, unpack_pha, unpack_rmf, unpack_table
- filtering
- load_filter
- info
- get_default_id, list_bkg_ids, list_data_ids, list_response_ids
- modeling
- add_model, add_user_pars, get_response, load_table_model, load_template_model, load_user_model, save_model, save_source
- saving
- save_arrays, save_data, save_delchi, save_error, save_filter, save_grouping, save_image, save_pha, save_quality, save_resid, save_staterror, save_syserror, save_table
- statistics
- load_user_stat

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