Module functions for noticing all source and background data.
Integer_Type set_notice_all([Integer_Type])
Integer_Type set_snotice_all([Integer_Type])
Integer_Type set_bnotice_all([Integer_Type])
Success/Error Return Values: 1/0
Arguments:
(1) Dataset number (default 1)
The commands set_notice_all, set_snotice_all,
and set_bnotice_all allow the user to
notice 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, then
notice all channels:
sherpa> () = load_dataset(1,"example.pha")
sherpa> set_ignore_all(1)
1
sherpa> set_notice_all(1)
1
sherpa> SHOW
...
Current filters for dataset 1:
notice source 1 all
Noticed filter size: 95 bins
...
- sherpa
-
analysis,
get_groups,
ignore,
notice,
set_filter,
set_groups,
set_ignore,
set_ignore2d,
set_ignore_all,
set_ignore_bad,
set_notice,
set_notice2d
|