Last modified: December 2013

URL: https://cxc.cfa.harvard.edu/ciao/ahelp/is_rmf.html
Jump to: Description · Example · Bugs · See Also


AHELP for CIAO 4.16

is_rmf

Context: crates

Synopsis

Determine if the crate dataset contains an RMF.

Syntax

is_rmf(dataset)

Description

Argument Description
dataset A CrateDataset object.

The is_rmf command returns True if the crate dataset contains an RMF and False otherwise.


Example

>>> cds = read_rmf("src.rmf")
>>> is_rmf(cds)
True

Bugs

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

Refer to the CIAO bug pages for an up-to-date listing of known issues.

See Also

crates
col_exists, is_pha, is_virtual, key_exists, read_rmf, write_rmf