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