-
Notifications
You must be signed in to change notification settings - Fork 9
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
Showing
2 changed files
with
16 additions
and
28 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,23 @@ | ||
# ------------- User-settable parameters | ||
lamps: ["bb", "laser", "none"] # available lamps | ||
current_lamp: "bb" # the lamp currently in use | ||
bb_temp: 1000 # [K] temperature of BB source # Kelvin! | ||
is_temp: 300 # [K] temperature of the integratig sphere | ||
wcu_temp: 300 # [K] ambient temperature in the WCU | ||
bb_to_is: "wcu/WCU_BB_to_IS_throughput.fits" | ||
is_reflect: "wcu/WCU_IS_reflectivity.dat" | ||
tube_reflect: "wcu/WCU_tube_reflectivity.dat" | ||
mask_reflect: "wcu/WCU_mask_reflectivity.dat" | ||
emiss_bb: 0.98 # E-REP-MPIA-MET-1203 | ||
diam_is_in: 25.4 # [mm] diameter of integrating sphere entrance port | ||
diam_is: 250 # [mm] diameter of integrating sphere | ||
diam_is_out: 100 # [mm] diameter if integrating sphere output port | ||
rho_is: 0.95 # [] reflectivity of integrating sphere | ||
rho_tube: 0.95 # [] reflectivity of tube between BB and IS | ||
rho_mask: 0.95 # [] reflectivity of focal-plane mask | ||
bb_aperture: 1.0 # aperture of flux-controlling mask | ||
fpmasks: ["open", "pinhole_lm", "pinhole_n", "grid_lm"] | ||
fpmask_filename_format: "wcu/fp_mask_{}.dat" | ||
current_mask: "open" # focal plane mask: "open", "pinhole", "grid" | ||
current_fpmask: "open" | ||
|
||
# ------------- Data needed to describe the WCU | ||
bb_to_is: "wcu/WCU_BB_to_IS_throughput.fits" | ||
is_reflect: "wcu/WCU_IS_reflectivity.dat" | ||
tube_reflect: "wcu/WCU_tube_reflectivity.dat" | ||
mask_reflect: "wcu/WCU_mask_reflectivity.dat" | ||
emiss_bb: 0.98 # E-REP-MPIA-MET-1203 | ||
diam_is_in: 25.4 # [mm] diameter of integrating sphere entrance port | ||
diam_is: 250 # [mm] diameter of integrating sphere | ||
diam_is_out: 100 # [mm] diameter if integrating sphere output port | ||
rho_is: 0.95 # [] reflectivity of integrating sphere | ||
rho_tube: 0.95 # [] reflectivity of tube between BB and IS | ||
rho_mask: 0.95 # [] reflectivity of focal-plane mask |
This file was deleted.
Oops, something went wrong.