Reference
Load the data
See example notebooks 01, A2, A3, and A4. Import directly from dtscalibration.
Read a folder with measurement files from a device of the Sensortran brand. |
|
Read a folder with measurement files. |
|
Read a folder with measurement files from a device of the Sensortran brand. |
|
Read a folder with measurement files from a device of the Silixa brand. |
Compute the variance in the Stokes measurements
See example notebooks 04. Import from dtscalibration.variance_stokes.
Approximate the variance of the noise in Stokes intensity measurements with one value, suitable for small setups. |
|
Approximate the variance of the noise in Stokes intensity measurements with a linear function of the intensity, suitable for large setups. |
|
Approximate the variance of the noise in Stokes intensity measurements with one value, suitable for small setups with measurements from only a few times. |
The DTS Accessor
These methods are available as an xarray.Dataset accessor. Add `# The following line introduces the .dts accessor for xarray datasets import dtscalibration # noqa: E401 ` to your import statements. See example natebooks 07, 08, and 17.
Define calibration sections. |
|
Calibrate the measured data of a single ended setup to temperature. |
|
Calibrate the measured data of a double ended setup to temperature. |
|
The result object is what comes out of the single_ended_calibration routine). |
|
Estimation of the confidence intervals for the temperatures measured with a double-ended setup. |
|
Average temperatures from single-ended setups. |
|
Average temperatures from double-ended setups. |
|
Returns a dictionary with sensible compression setting for writing netCDF files. |
|
Returns a list of the keys of the time series variables. |
|
Define calibration sections. |
|
Functions applied to parts of the cable. |
Plot the results
Import from dtscalibration.plot.
Analyze the residuals of the reference sections, between the Stokes signal and a best-fit decaying exponential. |
|
Analyze the residuals of the reference sections, between the Stokes signal and a best-fit decaying exponential. |
|
Analyze the residuals of the reference sections, between the Stokes signal and a best-fit decaying exponential. |
|
Returns two sub-plots. |
|