-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
What happened?
I've found two spots which might cause the laser lines to be too faint (as reported by A. Glasse):
metis_wcu.py, l. 395:self.intens_lamp = self._laser_intensity()- this seems to lack the integrating-sphere multiplication factor (which is around 19).metis_wcu.py, l.448:flux = ((power_l * line_l(lam) + power_m * line_m(lam) + power_t * line_t(lam)) / (np.pi * self.d_is_in**2 / 4))
This assumes that the power is distributed over the integrating-sphere entrance window (diameterd_is_in). In reality the lasers are coupled via fibres that are almost certainly much smaller than the window. The WCU team need to provide information how that works exactly, what the fibre diameter is, and also about the expected fibre losses.
Code to reproduce
Exception traceback
ScopeSim bug_report()
IRDB installation
Downloaded via sim.download_packages()
Use case
Other
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
🆕 New