Ginga Specific Software: Program ADDCB
Program addcb performs the following additions:
- Adds an entire Ginga CUBE from another
-
Adds a single spectrum (PHAD) to all the spectra in a CUBE
- Adds a
single TIME series to all the TIME series in a CUBE
A Ginga CUBE, TIME series or PHAD file.
A Ginga CUBE, TIME series or PHAD file.
Addcb requires five input parameters. The QX parameters
system is used to read these parameters.
| ACB_DATIN1 | The name of a CUBE, TIME
series or PHAD file. |
|
| | ACB_DATIN2 | The name of a CUBE, TIME
series or PHAD file. |
|
| | ACB_DATOUT | The name of the output
file. |
|
| | ACB_TYPE | Type of addition. If
ACB_TYPE=ALL then all of ACB_DATIN2 is added to
ACB_DATIN1. If ACB_TYPE=PHAD then a PHAD extracted from
ACB_DATIN2 is added to every PHAD in ACB_DATIN1. If
ACB_TYPE=TIME a TIME series extracted from ACB_DATIN2 is
added to every time series in ACB_DATIN1. |
|
| | ACB_NBIN | ACB_NBIN specifies
the time or energy bin in ACB_DATIN2 used if ACB_TYPE is
PHAD or TIME. |
ACB_TYPE and ACB_NBIN are only required if more than
one type of addition is possible.
[Back to Contents]
|