-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5f57aa8
commit e6165d0
Showing
3 changed files
with
29 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
"""Extended Raw Events for ULTRA L1b Constants.""" | ||
|
||
# Constants in IMAP-Ultra Flight Software Specification document. | ||
D_SLIT_FOIL = 3.39 # shortest distance from slit to foil (mm) | ||
SLIT_Z = 44.89 # position of slit on Z axis (mm) | ||
YF_ESTIMATE_LEFT = 40.0 # front position of particle for left shutter (mm) | ||
YF_ESTIMATE_RIGHT = -40 # front position of particle for right shutter (mm) | ||
N_ELEMENTS = 256 # number of elements in lookup table | ||
TRIG_CONSTANT = 81.92 # trigonometric constant (mm) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters