Commit Graph

4 Commits

Author SHA1 Message Date
Sravan Balaji
8b163631ca Modify main.py
* Add new class SpecimenDimensions to hold dimensional information.
* Add stress variable to FrameData class.
* rename calc_stress function to read_file
* Add data filepath as input to read_file function
* read_file function now calculates stress from cross-sectional area
  of specimen and load from each frame.
* read_file function now returns dictionary (indexed by frame number)
  of FrameData objects that have load, displacement, and stress data.
  Also returns SpecimenDimensions object that holds width, thickness,
  gauge length, and overall length.
2019-04-15 19:40:58 -04:00
Sravan Balaji
a062863b1e Add main.py
Created main.py with a function to read in the provided text file.
Gets specimen dimensions, frame number, load, and displacement data into
dictionary of FrameData classes.
2019-03-25 16:44:00 -04:00
Sravan Balaji
5e38adeb04 Added DIC Image and LabView data
Added the DIC image and LabView data that John Laidlaw shared.
2019-03-21 14:48:42 -04:00
Sravan Balaji
9bf1223d47 Initial commit 2019-03-20 09:50:11 -04:00