Skip to content

jsimpsonUoA/DaetPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DaetPy

Python code for processing, analysing, and plotting DAET experiments. Optimised for data acquired with PLACE (see PALab/place).

About DaetPy

The modular design of the code, centred around the DaetPy object, provides a convenient way to construct a workflow from simple scripts which perform individual tasks. These simple "control scripts" are short files which first initialise the DaetPy object, and then call one or more object methods in a few lines to process or display the data.

Installation

daetpy is installed as a Python module, so that it can be imported like any other library. Once downloaded, run the setup.py script in the DaetPy directory by typing in a terminal:

$ python setup.py develop

After this, you should be able to import daetpy into a Python script using:

from daetpy.main import DaetPy

A simple plotting example is provided, along with example data. The code has extensive documentation for all functions within main.py and the auxilliary scripts.

Contact

Author: Jonathan Simpson, jsimpsonUoA

Email: [email protected]

2020, Physical Acoustics Lab, The Universtiy of Auckland, New Zealand

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages