Class for the dilution gauging experiments of one day, with the aim of
making a stage discharge relation for that day.
|
|
__init__(self,
inj_file,
time_intervals,
conductivity,
conductivity_field,
all_calib,
stage,
stage_field,
stage_averaging_time=3600)
After initialistaion exacute: |
source code
|
|
|
|
|
|
|
|
|
|
plot_stage_discharge_relation(self,
ax=None,
color='b')
Does as advertised. |
source code
|
|
|
|
plot_stage_discharge_measurements(self,
ax=None,
color='b') |
source code
|
|
|
|
|
|
|
return_stage2dis_fn(self)
Returns a stage to discharge function which can be used without the
DilutionGauging instance. |
source code
|
|
|
|
plot_all(self)
Plot the breakthrough curves of all injections. |
source code
|
|
|
Inherited from core.extra_classes.TimeSeries:
check_constant_sampling_interval,
check_monotonically_inc_time,
cut_time_series,
filter_and_resample,
get_ind,
get_ind_as_slice,
get_index_after,
get_index_before,
get_index_nearest,
integrate,
plot_date,
plot_ts,
time_filter_gauss
Inherited from core.extra_classes.Data:
filter_by_freq,
filter_low_pass,
mask_if_true,
mask_jumps,
mask_jumps_one_dir,
mask_value,
pickle
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|