Synopsis
accumulate(data, tsys, crpix, crval, cdelt, cunit, ctype, veldef, restfrequency, exposure, duration)
Arguments
data |
|
The data array |
|
|
Allowed: |
Float matrix |
tsys |
|
The system temp |
|
|
Allowed: |
Float |
crpix |
|
X axis reference pixel |
|
|
Allowed: |
Double |
crval |
|
X axis value at crpix |
|
|
Allowed: |
Double |
cdelt |
|
X axis increment per pixel |
|
|
Allowed: |
Double |
cunit |
|
X axis units |
|
|
Allowed: |
string |
ctype |
|
Type of X axis |
|
|
Allowed: |
string |
veldef |
|
Velocity definition |
|
|
Allowed: |
string |
restfrequency |
|
The rest frequency |
|
|
Allowed: |
Double |
exposure |
|
The effective integration time |
|
|
Allowed: |
Float |
duration |
|
The total integration time |
|
|
Allowed: |
Float |