NAME

ahcalcl32ti - Compute L32TI from S_TIME

USAGE

ahcalcl32ti infile outfile timfile

DESCRIPTION

This task computes and fills the L32TI column using the S_TIME column and the TIME_PACKETS extension of the input TIM file. This task interpolates on the L32TI vs. S_TIME data in the TIME_PACKETS extension. No other columns or keywords are modified.

PARAMETERS

infile [filename]
Name of input FITS file with an S_TIME column.

outfile = out.fits [filename]
Name of output file, which is a copy of the input file with the L32TI column created and filled. No other columns or keywords are modified.

timfile[filename]
Name of input TIM file containing the extension TIME_PACKETS.

(l32ticol = L32TI) [string]
Name of the output L32TI column to fill. If a column with this name is already present in the input file, the task exits with an error.

(interp = TWOPOINT) [string NEAREST|TWOPOINT]
Method of interpolation.

(buffer = -1) [integer -1|0|N]
Rows to buffer (-1=auto, 0=none, N>0=number of rows).

(clobber = no) [boolean yes|no]
Overwrites the existing output file if set to yes.

(chatter = 1) [integer 0|1|2|3]
Chatter level for output. Set to 0 to suppress output, or to 1, 2, or 3 for increasing the chatter of the output.

(logfile = !DEFAULT) [string DEFAULT|NONE|file name]
Log file name. If set to DEFAULT, uses the name of the task and, if preceded by "!", overwrites the file if it exists. If set to NONE, no log file is created.

(debug = no) [boolean yes|no]
Diagnostic output is printed to the screen if set to yes.

(history = yes) [boolean yes|no]
Records tool parameters in HISTORY.

EXAMPLES

  1. Recompute the L32TI column from S_TIME in a XRISM/Resolve observation and replace the existing values.
  2.    ahcalcl32ti infile=xa100050020rsl_p0px1010_uf.evt outfile=xa100050020rsl_p0px1010_uf_l32ti.evt \
          timfile=xa100050020.tim l32ticol=L32TI_new
    
  3. Recompute the L32TI column from S_TIME in a Hitomi/SXI observation and replace the existing values.
  4.    ahcalcl32ti infile=ah100050010sxi_p0100004b0_uf.evt outfile=ah100050010sxi_p0100004b0_uf_l32ti.evt \
          timfile=ah100050010.tim l32ticol=L32TI_new
    

SEE ALSO

ahmktim, ahtime

LAST MODIFIED

September 24, 2021