|
fosanalysis
A framework to evaluate distributed fiber optic sensor data
|
This script shows how to interact with fosanalysis.
More...
Variables | |
| aggregateobject = fa.preprocessing.resizing.Aggregate(method="nanmedian") | |
| ax1 | |
| ax2 = ax1.twinx() | |
| axis | |
| c | |
| c_l = sp.crack_list.x_l | |
| c_loc = sp.crack_list.locations | |
| c_r = sp.crack_list.x_r | |
| c_s = sp.crack_list.max_strains | |
| c_w = sp.crack_list.widths | |
| cropobject = fa.preprocessing.resizing.Crop(start_pos=3, end_pos=5) | |
| fig | |
| str | filepath = "data/demofile.tsv" |
| filterobject = fa.preprocessing.filtering.SlidingFilter(radius=5, method="nanmedian") | |
| h1 | |
| h2 | |
| handle = fa.datahandling.filehandler.FileHandler(filepath) | |
| handles | |
| l1 | |
| l2 | |
| label | |
| labelcolor | |
| labels | |
| loc | |
| ls | |
| marker | |
| maskingobject | |
| preprocessingobject = fa.preprocessing.Preprocessing(tasklist=tasklist) | |
| repairobject = fa.preprocessing.repair.ScipyInterpolation1D() | |
| sp = fa.crackmonitoring.strainprofile.Concrete(x=x_processed, strain=strain_processed) | |
| strain | |
| strain_data | |
| strain_processed | |
| strains = strain_data["All"]["strain"] | |
| list | tasklist |
| Set the order of the preprocessing tasks. | |
| tension_stiffening_values | |
| times | |
| x | |
| x_axis = handle.sensors[0].x_axis | |
| x_processed | |
| y | |
| z | |
This script shows how to interact with fosanalysis.
It is the resulting script of Getting Started.
| examples.gettingstarted.aggregateobject = fa.preprocessing.resizing.Aggregate(method="nanmedian") |
Definition at line 39 of file gettingstarted.py.
| examples.gettingstarted.ax1 |
Definition at line 94 of file gettingstarted.py.
| examples.gettingstarted.ax2 = ax1.twinx() |
Definition at line 97 of file gettingstarted.py.
| examples.gettingstarted.axis |
Definition at line 99 of file gettingstarted.py.
| examples.gettingstarted.c |
Definition at line 98 of file gettingstarted.py.
| examples.gettingstarted.c_l = sp.crack_list.x_l |
Definition at line 89 of file gettingstarted.py.
| examples.gettingstarted.c_loc = sp.crack_list.locations |
Definition at line 90 of file gettingstarted.py.
| examples.gettingstarted.c_r = sp.crack_list.x_r |
Definition at line 91 of file gettingstarted.py.
| examples.gettingstarted.c_s = sp.crack_list.max_strains |
Definition at line 88 of file gettingstarted.py.
| examples.gettingstarted.c_w = sp.crack_list.widths |
Definition at line 87 of file gettingstarted.py.
| examples.gettingstarted.cropobject = fa.preprocessing.resizing.Crop(start_pos=3, end_pos=5) |
Definition at line 49 of file gettingstarted.py.
| examples.gettingstarted.fig |
Definition at line 94 of file gettingstarted.py.
| str examples.gettingstarted.filepath = "data/demofile.tsv" |
Definition at line 21 of file gettingstarted.py.
| examples.gettingstarted.filterobject = fa.preprocessing.filtering.SlidingFilter(radius=5, method="nanmedian") |
Definition at line 46 of file gettingstarted.py.
| examples.gettingstarted.h1 |
Definition at line 106 of file gettingstarted.py.
| examples.gettingstarted.h2 |
Definition at line 107 of file gettingstarted.py.
| examples.gettingstarted.handle = fa.datahandling.filehandler.FileHandler(filepath) |
Definition at line 22 of file gettingstarted.py.
| examples.gettingstarted.handles |
Definition at line 108 of file gettingstarted.py.
| examples.gettingstarted.l1 |
Definition at line 106 of file gettingstarted.py.
| examples.gettingstarted.l2 |
Definition at line 107 of file gettingstarted.py.
| examples.gettingstarted.label |
Definition at line 67 of file gettingstarted.py.
| examples.gettingstarted.labelcolor |
Definition at line 99 of file gettingstarted.py.
| examples.gettingstarted.labels |
Definition at line 108 of file gettingstarted.py.
| examples.gettingstarted.loc |
Definition at line 69 of file gettingstarted.py.
| examples.gettingstarted.ls |
Definition at line 101 of file gettingstarted.py.
| examples.gettingstarted.marker |
Definition at line 102 of file gettingstarted.py.
| examples.gettingstarted.maskingobject |
Definition at line 33 of file gettingstarted.py.
Definition at line 61 of file gettingstarted.py.
| examples.gettingstarted.repairobject = fa.preprocessing.repair.ScipyInterpolation1D() |
Definition at line 43 of file gettingstarted.py.
| examples.gettingstarted.sp = fa.crackmonitoring.strainprofile.Concrete(x=x_processed, strain=strain_processed) |
Definition at line 73 of file gettingstarted.py.
| examples.gettingstarted.strain |
Definition at line 100 of file gettingstarted.py.
| examples.gettingstarted.strain_data |
Definition at line 26 of file gettingstarted.py.
| examples.gettingstarted.strain_processed |
Definition at line 64 of file gettingstarted.py.
| examples.gettingstarted.strains = strain_data["All"]["strain"] |
Definition at line 29 of file gettingstarted.py.
| list examples.gettingstarted.tasklist |
Set the order of the preprocessing tasks.
Definition at line 52 of file gettingstarted.py.
| examples.gettingstarted.tension_stiffening_values |
Definition at line 101 of file gettingstarted.py.
| examples.gettingstarted.times |
Definition at line 26 of file gettingstarted.py.
| examples.gettingstarted.x |
Definition at line 64 of file gettingstarted.py.
| examples.gettingstarted.x_axis = handle.sensors[0].x_axis |
Definition at line 25 of file gettingstarted.py.
| examples.gettingstarted.x_processed |
Definition at line 64 of file gettingstarted.py.
| examples.gettingstarted.y |
Definition at line 64 of file gettingstarted.py.
| examples.gettingstarted.z |
Definition at line 64 of file gettingstarted.py.