pyfocs icon indicating copy to clipboard operation
pyfocs copied to clipboard

Processing functions for Fiber Optic Distributed Sensing (FODS) data.

Results 7 pyfocs issues
Sort by recently updated
recently updated
newest added

``` f = pyfocs.bath_validation( ds_calibrated, cfg['calibration']['library'], fig_kwargs={'figsize': (9, 8)}, temp_field_name='cal_temp') ``` Plotting does not work UFuncTypeError: Cannot cast ufunc 'greater_equal' input 0 from dtype('

yml-file: directories: channelName: - channel 1 - channel 2 --> this is not allowed to be mentioned if channel 2 is a backward channel used for double-ended calibration --> There...

If decimal degree are used for `x_` and `y_coord` to map locations in the `location_library`, the check for plausibility fails since it misinterprets the values (as meter? `dy` does not...

Since the automated shift to align foreward and backward channel suggested largely varying shifts, I used the notebook 'prep_doubleended'. I ran into some pitfalls executing the script: It was unclear...

The internal PT-100s from the Ultima or XT (i.e., `probe1Temperature` and `probe2Temperature`) are not being dropped when using external reference sensors. Should the desired behavior be to drop any reference...

The `reverse` attribute was used in too many places with different meanings, leading to some of the problems with section labels that decrease in LAF. There needs to be a...

The data conversion from datastore to dataset drops all everything related to the `params` variable. There needs to be an option to return that to the user when looking explicitly...