Parameter | Mand | Type | Default | Constraints |
withfilestem | no | boolean | yes | |
Whether to specify the output file names using the filestem parameter.
|
filestem | no | string | lcurve | |
Stem for the output filenames. A value "lcurve" will produce
the files, lcurve_srcrate.lc, lcurve_bgdrate.lc
|
srcrateset | no | string | srcrate.lc | |
Name of the output source light curve. This is only used
if withfilestem is false in which case it becomes mandatory.
|
bckrateset | no | string | bckrate.lc | |
Name of the output background light curve. Only used if
withfilestem is false in which case it becomes mandatory.
|
srcexp | yes | string | | |
Expression for extracting the source events.
|
backexp | yes | string | | |
Expression for extracting the background events.
|
table | yes | table specifier | | event list table specifier |
A table specifier which must point to an event list table in a data set. It
must be in either of the forms setname or setname:tableid where
setname must be the name of an existing data set and tableid the
name of a table in the specified data set. If the first form, setname,
is used, the event data are sought in the first block of the named data
set.
|
timebinstyle | no | string | intrinsic | intrinsic,parameter |
How to define the time bin widths. Set to "intrinsic" this tells the
task to bin the light curve at the resolution of the frame time. Set to
"parameter" it tells the task to use the value in the
parameter timebinwidth to define the bin width.
|
timebinwidth | no | real | 1.0 | |
The bin width for the light curve in seconds. This is only used if
timebinstyle=parameter.
|
timemin | no | time | | |
The start time of the light curve.
|
timemax | no | time | | |
The end time of the light curve.
|
Parameter | Mand | Type | Default | Constraints |