fosanalysis
A framework to evaluate distributed fiber optic sensor data
Loading...
Searching...
No Matches
gettingstarted.py File Reference

Go to the source code of this file.

Namespaces

namespace  examples
 Package to demonstrate the use of the fosanalysis framework.
 
namespace  examples.gettingstarted
 This script shows how to interact with fosanalysis.
 

Variables

 examples.gettingstarted.aggregateobject = fa.preprocessing.resizing.Aggregate(method="nanmedian")
 
 examples.gettingstarted.ax1
 
 examples.gettingstarted.ax2 = ax1.twinx()
 
 examples.gettingstarted.axis
 
 examples.gettingstarted.c
 
 examples.gettingstarted.c_l = sp.crack_list.x_l
 
 examples.gettingstarted.c_loc = sp.crack_list.locations
 
 examples.gettingstarted.c_r = sp.crack_list.x_r
 
 examples.gettingstarted.c_s = sp.crack_list.max_strains
 
 examples.gettingstarted.c_w = sp.crack_list.widths
 
 examples.gettingstarted.cropobject = fa.preprocessing.resizing.Crop(start_pos=3, end_pos=5)
 
 examples.gettingstarted.fig
 
str examples.gettingstarted.filepath = "data/demofile.tsv"
 
 examples.gettingstarted.filterobject = fa.preprocessing.filtering.SlidingFilter(radius=5, method="nanmedian")
 
 examples.gettingstarted.h1
 
 examples.gettingstarted.h2
 
 examples.gettingstarted.handle = fa.datahandling.filehandler.FileHandler(filepath)
 
 examples.gettingstarted.handles
 
 examples.gettingstarted.l1
 
 examples.gettingstarted.l2
 
 examples.gettingstarted.label
 
 examples.gettingstarted.labelcolor
 
 examples.gettingstarted.labels
 
 examples.gettingstarted.loc
 
 examples.gettingstarted.ls
 
 examples.gettingstarted.marker
 
 examples.gettingstarted.maskingobject
 
 examples.gettingstarted.preprocessingobject = fa.preprocessing.Preprocessing(tasklist=tasklist)
 
 examples.gettingstarted.repairobject = fa.preprocessing.repair.ScipyInterpolation1D()
 
 examples.gettingstarted.sp = fa.crackmonitoring.strainprofile.Concrete(x=x_processed, strain=strain_processed)
 
 examples.gettingstarted.strain
 
 examples.gettingstarted.strain_data
 
 examples.gettingstarted.strain_processed
 
 examples.gettingstarted.strains = strain_data["All"]["strain"]
 
list examples.gettingstarted.tasklist
 Set the order of the preprocessing tasks.
 
 examples.gettingstarted.tension_stiffening_values
 
 examples.gettingstarted.times
 
 examples.gettingstarted.x
 
 examples.gettingstarted.x_axis = handle.sensors[0].x_axis
 
 examples.gettingstarted.x_processed
 
 examples.gettingstarted.y
 
 examples.gettingstarted.z