Skip to content

brucehow/eues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Episodic Ultradian Events · Python 3.7.2

This project was proposed by Dr Dominique Blache and focuses on near-real-time analysis of episodic ultradian events (EUEs) in body temperature profiles.

This software package processes raw data generated by telemetric systems that can in near-real-time detect EUEs of temperature and store the characteristics of the detected EUEs. As the shape of EUEs can vary, the software offers options to test different mother wavelets and validates their best fit.

Installation and User Guide

Documentation can be found here.

Application Structure

The application structure is based on Jean-Paul Calderone's Filesystem structure of a Python project. The application structure and explainations are as below:

eues
├── LICENSE
├── README.md
├── tests                           <-- Test folder containing relevant testing info
│   └── usability_tests/            <-- Subdir containing the usability tests information
└── core
    ├── kernel                      <-- Kernal package for data handling
    │   ├── __init__.py             <-- Function exports
    │   ├── analyse.py              <-- Load the data and begins the analysis from the kernels pkg
    │   ├── get_features.py         <-- Wavelet characteristic functions
    │   ├── reconstruct.py          <-- Data preprocessing and reconstruction
    │   └── visualise_features.py   <-- Plot eue characteristics
    ├── main.py                     <-- Main application module
    └── gui.kv                      <-- Kivy GUI module

Dependencies

Authors

License

This project is licensed under the MIT License.

About

Near-real-time analysis of episodic ultradian events in body temperature profiles

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages