Skip to content

Commit

Permalink
rearrange, bb_aperture
Browse files Browse the repository at this point in the history
  • Loading branch information
oczoske committed Jan 14, 2025
1 parent 118978c commit b4bbbf2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 28 deletions.
28 changes: 16 additions & 12 deletions METIS/metis_wcu_config.yaml
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
16 changes: 0 additions & 16 deletions METIS/wcu/fp_mask_open.dat

This file was deleted.

0 comments on commit b4bbbf2

Please sign in to comment.