Ginga Specific Software: Program SUBCB
Program subcb performs the following subtractions:
- Subtracts an entire Ginga CUBE from another
- Subtracts a single spectrum (PHAD) from all the spectra in a CUBE
- Subtracts a single TIME series from all the TIME series in a CUBE
A Ginga CUBE, TIME series or PHAD file.
A Ginga CUBE, TIME series or PHAD file.
Subcb requires five input parameters. The QX parameters
system is used to read these parameters.
| SCB_DATIN1 | The name of a CUBE, TIME
series or PHAD file. |
|
| | SCB_DATIN2 | The name of a CUBE, TIME
series or PHAD file. |
|
| | SCB_DATOUT | The name of the output
file. |
|
| | SCB_TYPE | Type of subtraction. If
SCB_TYPE=ALL then all of SCB_DATIN2 is subtracted from
SCB_DATIN1. If SCB_TYPE=PHAD then a PHAD extracted from
SCB_DATIN2 is subtracted from every PHAD in SCB_DATIN1.
If SCB_TYPE=TIME a TIME series extracted from SCB_DATIN2
is subtracted from every time series in SCB_DATIN1. |
|
| | SCB_NBIN | SCB_NBIN specifies
the time or energy bin in SCB_DATIN2 used if SCB_TYPE is
PHAD or TIME. |
SCB_TYPE and SCB_NBIN are only required if more than
one type of subtraction is possible.
[Back to Contents]
|