ACID_code_v2.MaskingLines

class ACID_code_v2.MaskingLines(lines: dict)[source]

A simple class to expose the telluric lines when called in Config. This will help to store telluric lines as a dictionary. With a default itercall to list the line-wise elements, but a dictionary index to also store the width of the line, which can then allow for masking Hydrogen lines with much wider masks.

lines
get_mask(x) ndarray[source]
static validate_lines(lines, default_width) tuple[ndarray, ndarray][source]