Module functions for ignoring all source and background data.
Integer_Type set_ignore_all([Integer_Type])
Integer_Type set_signore_all([Integer_Type])
Integer_Type set_bignore_all([Integer_Type])
Success/Error Return Values: 1/0
Arguments:
(1) Dataset number (default 1)
The commands set_ignore_all, set_signore_all,
and set_bignore_all allow the user to
ignore all data in both source and background datasets, a source dataset, or
a background dataset respectively.
See the related Sherpa commands
NOTICE
and
IGNORE
for more information.
Read in a PHA file with instrument; ignore all channels as a prelude
to defining notice ranges:
sherpa> () = load_dataset(1,"example.pha")
sherpa> set_ignore_all(1)
1
...
- sherpa
-
analysis,
get_groups,
ignore,
notice,
set_filter,
set_groups,
set_ignore,
set_ignore2d,
set_ignore_bad,
set_notice,
set_notice2d,
set_notice_all
|