About Chandra Archive Proposer Instruments & Calibration Newsletters Data Analysis HelpDesk Calibration Database NASA Archives & Centers Chandra Science Links

Skip the navigation links
Last modified: December 2008

URL: http://cxc.harvard.edu/sherpa4.1/load_rmf.py.html
AHELP for Sherpa 4.1

load_rmf

Context: py.sherpa

Synopsis

Load a source or background RMF

Syntax

load_rmf( [id], filename|RMFCrate, [resp_id=1], [bkg_id=None] )

Description

The load_rmf command loads an RMF from a FITS file or an RMFCrate. The RMF may be set as the response file for any available source or background dataset. Additionally, more than one RMF may be associated with a dataset.

  • 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
  • resp_id - the id of the response, if multiple responses exist for the dataset; default is id=1
  • bkg_id - the id of the background, if the response is a background response; default=None

The load_bkg_rmf command ("ahelp load_bkg_rmf") may instead be used to load the background RMF. It uses the default background and response ids, which is adequate for most simple analysis sessions.

Example 1

sherpa> load_rmf("rmf.fits")

Load rmf.fits and assign it as the first RMF for the source dataset. This basic case could also have been done with the load_bkg_rmf command ("ahelp load_bkg_rmf")

Example 2

sherpa> load_rmf(1, "source.rmf", resp_id=2)

The file source.rmf is loaded as the second RMF (the resp_id is 2) assigned to the dataset with id=1.

Example 3

sherpa> load_rmf("rmf.fits", resp_id=1, bkg_id=2)

Load a background response on the second background (bkg_id=2) of a PHA data set. The RMF is loaded from a file and uses the default dataset id.

Example 4

sherpa> rmfcr = read_rmf("3c273.rmf")
sherpa> load_rmf(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, using the default options.

Bugs

See the bugs pages on the Sherpa website for an up-to-date listing of known bugs.

Last modified: December 2008



The Chandra X-Ray Center (CXC) is operated for NASA by the Smithsonian Astrophysical Observatory.
60 Garden Street, Cambridge, MA 02138 USA.    Email: cxcweb@head.cfa.harvard.edu
Smithsonian Institution, Copyright © 1998-2004. All rights reserved.