| warmup | hst_calib.hsp | warmup |
warmup -- Tabulate dark signal as a function of elapsed time since the last high voltage turn-on (i.e., "warm-up" time).
warmup intable outtable
This task examines the dark signal changes caused by the history of high voltage turn-ons. This "warm up" effect is examined in this task by tabulating the observed dark counts against the amount of time since the most recent high voltage turn-on.
Observations are made by using one of the dark apertures (for image dissector tubes (IDTs)) or sky (for the photomultiplier tube (PMT)).
(turnon_key) The most recent high voltage turn-on time (double). The actual column name is passed from the 'turnon_key' parameter in number of Julian days since the year 1900.0. (count_key) Observed count rate (real). The actual column name is passed from the 'count_key' parameter. (counterr_key) Standard deviation of the observed count rate (real). The actual column name is passed from the 'dcount_key' parameter. (temp_key) Temperature (real). The actual column name is passed from the 'temp_key' parameter. 'EPOCH' Epoch of observation (double). 'VOLTAGE' High voltage setting (real). 'APERTOBJ' Object aperture name (char*10).
(count_key) Observed count rate (real). The actual column
name is passed from the 'count_key' parameter.
(counterr_key) Standard deviation of the observed count rate
(real). The actual column name is passed from
the 'dcount_key' parameter.
(temp_key) Temperature (real). The actual column name is
passed from the 'temp_key' parameter.
'ELAPSE_TIME' Elapsed time since the most recent high voltage
turn-on, in seconds (double).
'EPOCH' Epoch of observation (double).
'VOLTAGE' High voltage setting (real).
'APERTOBJ' Object aperture name (char*10).
1. Tabulate the warm-up effect from the input data table xwarmup$input1 and put results in the output table ywarmup$output. Use default values for all hidden parameters.
hs> warmup "xwarmup$input1" "ywarmup$output"