fosanalysis
A framework to evaluate distributed fiber optic sensor data
Loading...
Searching...
No Matches
filehandlerpattern.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.filehandlerpattern
 This script shows how to use the file handler to read ODiSI data files.
 

Variables

 examples.filehandlerpattern.channel
 
 examples.filehandlerpattern.data
 
str examples.filehandlerpattern.filepath = "data/demofile.dat"
 
 examples.filehandlerpattern.gage_names = list(gages.keys())
 
 examples.filehandlerpattern.gages = sensor.gages
 
 examples.filehandlerpattern.handler = FileHandler(filepath)
 
 examples.filehandlerpattern.segments = sensor.segments
 
 examples.filehandlerpattern.segments_gages
 
 examples.filehandlerpattern.sensor = typing.cast(SensorInfo, sensor)
 
 examples.filehandlerpattern.sensor_name = sensor.name
 
 examples.filehandlerpattern.serial_number = sensor.serial_number
 
 examples.filehandlerpattern.strain = data['All']['strain']
 
 examples.filehandlerpattern.tare = data['All']['tare']
 
 examples.filehandlerpattern.testname = handler.metadata.get('test name', '')
 
 examples.filehandlerpattern.times
 
 examples.filehandlerpattern.x_axis = data['All']['x_axis']