Giter Site home page Giter Site logo

davidetisi / thermocepstrum Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sissaschool/sportran

1.0 0.0 0.0 64.23 MB

Code to compute thermal conductivity through cepstral analysis of heat flux time series.

License: GNU General Public License v3.0

Python 98.87% Shell 1.13%

thermocepstrum's Introduction

thermocepstrum

Code to compute thermal conductivity through cepstral analysis of heat flux time series, as described in papers:

Acknowledgment The development of this software is part of the scientific program of the EU MaX Centre of Excellence for Supercomputing Applications (Grant No. 676598, 824143) and has been partly funded through it.

Usage

There is a GUI that you can try after installing everything (only Python 3).

The code can be used as a library, for example in a Jupyter notebook. In the examples folder you can find some examples.

Alternatively, you can run the code analysis.py from the command line without any installation procedure. It can execute most of the cepstral analysis routines, returning the results in a series of data files and PDF plots. See the examples/example_commandline_NaCl folder and the help (python analysis.py --help) for more information.

Requirements

only cepstral analysis (command line interface)

  • Python 2.7 or 3.x
  • numpy
  • scipy
  • matplotlib

graphical user interface

  • all the requirements of cepstral analysis
  • Python 3 only
  • tkinter
  • future-fstrings
  • pillow (you may need upgrade it)
  • tk-html-widgets
  • markdown2

Installation

You can simply pip-install thermocepstrum downloading it from PyPI with pip install thermocepstrum.

Alternatively:

  1. Clone this repository: git clone https://github.com/lorisercole/thermocepstrum.git
  2. Install the package with pip (dependencies will be automatically downloaded). For example:
cd thermocepstrum
pip install .

You are done! You can check that the installation is working by trying to run the command thermocepstrum-analysis.

If you use Python 3, the Graphical User Interface will be installed and can be started with the command thermocepstrum-gui.

Issues

You are strongly encouraged to report any issue on the official GitHub issues page.

thermocepstrum's People

Contributors

davidetisi avatar lorisercole avatar lorisercole-second avatar ppegolo avatar rikigigi avatar sebab003 avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.