XMM-Newton Science Analysis System
selectlib (selectlib-4.77) [xmmsas_20230412_1735-21.0.0]
Arithmetic constants and identifiers
Boolean and arithmetic expressions may contain integer and floating
point constants which can be specified as in C/C++ or Fortran,
e.g. 1.234E-12, -23, .111222, 1e2. The value of an integer constant
can be given in binary, octal, or hexadecimal by prepending
b, o, and h or 0x respectively,
i.e.,
. Some frequently used constants are available as
symbolic names:
name |
type |
value |
comment |
#PI |
real |
|
|
#E |
real |
|
Euler number |
#RAD |
real |
|
for deg
rad conversion |
#DEG |
real |
|
for rad
deg conversion |
#ARCSEC |
real |
|
1 arcsec expressed in rad |
#ARCMIN |
real |
|
1 arcmin expressed in rad |
TRUE |
boolean |
true |
|
FALSE |
boolean |
false |
|
Subsections
XMM-Newton SOC -- 2023-04-16