Skip to main content

Modal analysis data management, simulation and storage tool

Project description

Introduction

This library is a work in progress dedicated to storing FRFs with similar sampling frequency and time window. For now it’s only built for storing processed FRFs into numpy arrays with a few extra information alongside them. It also includes tools for building certain geometries in ANSYS and get their FRFs. This is still a very early alpha, but the main objective of this project is to comfortably have FRFs for training deep learning models with ease. If you plan on using the ANSYS module, be sure to have a working ANSYS installation.

Installation

In order to install this module, just run

pip install pymodal

in your terminal. This will also potentially install all the requirements, which you can find in requirements.txt, although they will be included here as well for clarity’s sake:

  • numpy

  • scipy

  • matplotlib

  • pandas

  • pyansys

Dev Installation

If you wish to try and add some features yourself or modify some of the existing ones, clone the repository and, in the same folder where the repo is cloned, run the following command:

pip install -e .[dev]

This will also potentially install all the development requirements, which you can find in requirements-dev.txt, although they will be included here as well for clarity’s sake:

  • pytest

  • docutils

  • doc8

  • flake8

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

pymodal-0.0.4.tar.gz (23.8 kB view hashes)

Uploaded Source

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