Joshua Jost helped us identify two problems with the line_list() function.
|
def line_list(unit_flux=1*PHOTLAM, |
|
dwave=0.001, |
|
smoothing_fwhm=0.003, |
|
width=15., |
|
height=1., |
|
filename="masterlinelist_2.1.txt", |
|
): |
|
""" |
|
Make a ScopeSim.Source object for the calibration lamp line list |
- The slanted lines show jagged edges.
- The lines have a Gaussian profile in both directions.
There is a workaround code by Wolfgang that creates an FITS image as Source object that shows the correct behaviour.
Joshua Jost helped us identify two problems with the
line_list()function.ScopeSim_Templates/scopesim_templates/micado/spectral_calibrations.py
Lines 18 to 26 in d60f37a
There is a workaround code by Wolfgang that creates an FITS image as Source object that shows the correct behaviour.