|
| |
Discussion of HESSI Symbols
Greek Symbols under Xwindows
There are a great number of algebraic quantities involved in imaging spectroscopy with the HESSI instrument, so it is worthwhile adopting some conventions on what symbols we will use. This is a first stab at choosing a set of unique symbols for HESSI imaging. Later we should add more symbols relevant to spectroscopy.
|
Symbol
|
Meaning
|
IDL var
|
|
t i
|
Time at the center of the i’th time bin (usually in units of 64 binary
m
s)
|
time
|
|
Ni
|
Number of counts in i’th time bin
|
counts
|
|
xiA,yiA
|
Yaw, pitch offset of sun-center from imager axis in spacecraft coordinates for the i’th time bin
(
m
radians (from aspect solution)
|
x_asp,y_asp
|
|
Xm,Ym
|
Pixel m offset from map center in inertial coordinates (Xm=Xc+m1 dx, Ym=Yc+m2 dy)
|
X_pixoff,Y_pixoff
|
|
a
i
|
Roll angle (
m
µ
radians), of spacecraft X-axis relative to celestial north and measured CCW
(from aspect solution)
|
roll_angle
|
|
b
|
Grid slit orientation in spacecraft coordinates (
m
radians) (from parameter file)
|
grid_angle
|
|
XM,YM
|
Map center offset from Sun center in inertial coordinates (user input)
|
X_map, Y_map
|
|
xM,yM
|
Map center offset from imager axis in spacecraft coordinates
|
x_map_sc,y_map_sc
|
|
|
xM = xA + XM cos
a
+ YM sin
a
|
|
|
|
yM = yA + YM cos
a
- XM sin
a
|
|
|
t
i
|
Live time (binary fraction)
|
livetime
|
|
T (xM,yM)
|
Grid-response-matrix transmission (from hsi_grm -- Step 5)
|
gridtran
|
|
Ah (xM,yM)
|
Grid-response-matrix amplitude (from hsi_grm -- Step 5)
|
modamp
|
|
Qh (xM,yM)
|
Peak grid-response-matrix offset (from hsi_grm -- Step 5)
|
peak_resp_offset
|
|
p
|
Subcollimator pitch (FltPt
m
radians)
|
ang_pitch
|
|
Q
i
|
Phase of map center relative to line of maximum response (Step 6)
|
phase_map_ctr
|
|
|
Q
=
2
p
h (x
M
cos
b
+ y
M
sin
b
± Q)/p
(incorporates aspect, grids, map-center)
|
|
|
L
mi
|
Phase of pixel m relative to phase of map center
|
phase_pixel
|
|
|
L
mi
=
2
p
h (Xm cos(
a
i
+b
) + Ym sin
(
a
i
+b
) ) / p
|
|
|
Emi
|
Expected counts in time bin i from pixel m:
|
|
|
|
Emi
=
Fmi
t
i Ti ( 1 + A
ih
cos[
Q
i
+
L
mi
] ) |
counts_exp
|
|
F
|
Postulated flux
|
flux
|
|
h
|
Harmonic(1,2,3,...)
|
h
|
|
u,v
|
Coordinates in Fourier plane (visibility coverage)
|
u,v
|
|
i
|
Time bin index
|
i
|
|
m
|
Map pixel index
|
m
|
Guidelines:
1. Use Greek for angles and phases, with upper case reserved for large (i.e. >1°
) angles.
2. Capital X,Y for inertial coordinates, l.c. x,y for spacecraft coordinates.
3. Superscripts for labels, subscripts for vector or matrix indices.
4. Phase is reserved for arguments of periodic functions, and to which arbitrary multiples of
2
p
can be added.
|