Skip to main content

Analyzes CSV files for stress and strain

Project description

Python Package to extract information about the Stress, Strain and Young Modulus from a set of .TRA files

Set up Instructions

Run the following command in the conda/miniconda terminal to install the package: pip install ciatta

Import the package in your Jupyter project or Python script: import ciatta

Available commands:

Analyze a whole directory ex.analyzeDirectory(folder_path, cut_off = True, sample_thickness = 10) plots all the .csv files in the given directory.

returns a pandas DataFrame containing

Arguments:

  • folder_path can be left empty to analyze the current working directory (e.g. ciatta.analyzeDirectory() )
  • folder_path can be a relative path to a folder within the current working directory (e.g. ciatta.analyzeDirectory('data') )
  • folder_path can be the absolute path (e.g. ciatta.analyzeDirectory('C:\Users\Desktop\data') )

Mathematical Formulas

Young Modulus = slope of the best line fit for the curve

Intercept = the incercet of the previous fit

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ciatta-1.0.1.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

ciatta-1.0.1-py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page