Ginga Specific Software: Program DIVCB
Program divcb performs the following divisions:
- Divides an entire Ginga CUBE by another
-
Divides all spectra (PHADs) in a CUBE by a PHAD
- Divides all the
TIME series in a CUBE by a TIME series
A Ginga CUBE, TIME series or PHAD file.
A Ginga CUBE, TIME series or PHAD file.
Divcb requires five input parameters. The QX parameter
system is used to read these parameters.
| DCB_DATIN1 | The name of a CUBE, TIME
series or PHAD file. |
|
| | DCB_DATIN2 | The name of a CUBE, TIME
series or PHAD file. |
|
| | DCB_DATOUT | Name of the output
file. |
|
| | DCB_TYPE | Type of
division. If DCB_TYPE=ALL then all of DCB_DATIN1 is
divided by all of DCB_DATIN2. If DCB_TYPE=PHAD then each
PHAD in DCB_DATIN1 is divided by a PHAD extracted from
DCB_DATIN2. If DCB_TYPE=TIME each TIME series in
DCB_DATIN1 is divided by a TIME series extracted from
DCB_DATIN2. |
|
| | DCB_NBIN | DCB_NBIN specifies
the time or energy bin in DCB_DATIN2 used if DCB_TYPE is
PHAD or TIME. |
DCB_TYPE and DCB_NBIN are only required if more than
one type of division is possible.
[Back to Contents]
|