aklab.langmuir module#

Langmuir probe data processing

class aklab.langmuir.Langmuirprobe(date, species)[source]#

Bases: object

Add docstring TODO: - add base path to data as an argument to this class - move plot functions from __init__ to separate method - separate calculations over dataframe from plots

calc(plot=True, tlim=None, nlim=None, style=False, noffset=None)[source]#
fitting_and_dividing(dt=1e-05, fc=100)[source]#
line_cross_point(borders)[source]#
plot_result(ylim1=[0, 8e+16], ylim2=[0, 10], style=False, noffset=None)[source]#
plot_row_image(disp=False)[source]#
plot_vp_ip()[source]#
set_point(point=[[50000, 50200, 51000, 52000]])[source]#