Mask

class popurri.telluricutils.Mask(filin=None, w=None, f=None, dirout='./', diroutplot='./', tag='', join_overlap=True, broaden_dv=None, verbose=True)

Bases: object

Telluric mask class.

Can create from data in file filin, or from data already loaded with w and f. If both filin and w and f are given, filin has preference and is the one that will be used.

Methods Summary

broaden_mask()

fig_mask([figsize, filout, sh, sv, svext])

plot_mask([ax, fscale, zorder, xunit, ...])

Methods Documentation

broaden_mask()
fig_mask(figsize=(16, 4), filout=None, sh=False, sv=True, svext=['pdf'], **kwargs)
plot_mask(ax=None, fscale=1, zorder=-1, xunit='A', xlabel=None, ylabel='Flux', leglabel='', title='', color='0.5', alpha=0.6, **kwargs)