DLA systems

class llabs.plots.dlaplot. PlotDLA ( filename , data , fit = False , save = True , ** kwargs ) [source]

Methods Summary

__init__ (filename, data[, fit, save])

Wrap all subplots into single figure.

lyman_limit (data, filename, fit, llhard, ...)

Plot the spectrum region where the Lyman-limit is detected

specplot (data, zalpha, llhard[, Ncol, Nplot])

Plot the spectrum region from the detected Lyman-limit to the detected Lyman-alpha

Hplot (data, fit, Ntrans, zalpha, dlawidth, ...)

Plot the HI lines

metalplot (data, Ntrans, zalpha, dlawidth[, ...])

Plot the HI lines

Methods Documentation

__init__ ( filename , data , fit = False , save = True , ** kwargs ) [source]

Wrap all subplots into single figure.

lyman_limit ( data , filename , fit , llhard , llfuzzy , zalpha , dlawidth , lldla , npix1a , npix1b , npix2a , npix2b , N , b , vmin = - 10000.0 , vmax = 10000.0 , Ncol = 1 , Nplot = 1 , ** kwargs ) [source]

Plot the spectrum region where the Lyman-limit is detected

Parameters
fig Figure to be plotted on
vmin Minimum velocity on plot in km/s
vmax Maximum velocity on plot in km/s
Ncol Number of columns to plot over
Nplot Plot number
specplot ( data , zalpha , llhard , Ncol = 1 , Nplot = 2 , ** kwargs ) [source]

Plot the spectrum region from the detected Lyman-limit to the detected Lyman-alpha

Parameters
fig Figure to be plotted on
Ncol Number of columns to plot over
Nplot Plot number
Hplot ( data , fit , Ntrans , zalpha , dlawidth , llhard , N , b , nleftHI = None , nrightHI = None , vmin = - 1200.0 , vmax = 3000.0 , Ncol = 2 , Nplot = 10 , ** kwargs ) [source]

Plot the HI lines

Parameters
fig Figure to be plotted on
Ntrans Transition number
vmin Minimum velocity on plot in km/s
vmax Maximum velocity on plot in km/s
Ncol Number of columns to plot over
Nplot Plot number
metalplot ( data , Ntrans , zalpha , dlawidth , vmin = - 500.0 , vmax = 500.0 , Ncol = 2 , Nplot = 11 , ** kwargs ) [source]

Plot the HI lines

Parameters
fig Figure to be plotted on
Ntrans Transition number
vmin Minimum velocity on plot in km/s
vmax Maximum velocity on plot in km/s
Ncol Number of columns to plot over
Nplot Plot number