make_2d_arc_image#

specreduce.utils.synth_data.make_2d_arc_image(nx: int = 3000, ny: int = 1000, wcs: WCS | None = None, extent=(3500, 7000), wave_unit: Unit = Unit('Angstrom'), wave_air: bool = False, background: int | float = 5, line_fwhm: float = 5.0, linelists=('HeI',), amplitude_scale: float = 1.0, tilt_func: Model = None, add_noise: bool = True) CCDData[source]#

Deprecated since version 1.10: The make_2d_arc_image function is deprecated and may be removed in a future version. Use SynthImage instead.

Deprecated. Use SynthImage with .add_arcs(...) instead.