Giter Club home page Giter Club logo

cicadia's Introduction

Cicadia

Provides a small, fast Tool for Managing Temperature Data mainly gathered by 1-WIRE-Devices, to perform Cosinor-Analysis on them and to finally plot them in SVG-Files.

Getting Started

Unfortunately, there are no Mirrors (yet) to download fully functioning Versions of Cicadia. However, using the latest Code provided on Github you can easily compile your own Version.

Prerequisites

  • Cicadia is built on Qt 5.12, you will have to install the correct Framework according to the Machine you want to run Cicadia on. You can download Qt from Here.
  • To plot Data Cicadia uses the beautiful Qt-based Library QCustomPlot, which is released under GNU GPL. Cicadia is currently using the Library in Version 2.0.1. You can get the latest Version from Here.
  • Matrix Multiplication relies on the Eigen-Library Version 3.3.7, which can be downloaded from Here.
  • Statistical Analysis is performed using StatLib by Keith O'Hara in Version 2.2.0. The Library is published under Apache 2.0 Licence and can be acquired Here.

Setup Folder Structure

  • Setup Qt: Qt is well documented, you probably won't have Trouble finding step-by-step Instructions on setting it up on your specific System.
  • Setup QCustomPlot:
    • Download and unpack QCustomPlot.
    • You will only need the Files qcustomplot.cpp and qcustomplot.h. Copy both Files into Cicadia/UI/.
  • Setup Eigen:
    • Download and unpack Eigen Library.
    • Copy the Folder "eigen-eigen-versionnumber/Eigen" into Cicadia/include
  • Setup StatsLib:
    • Download and unpack StatsLib.
    • Rename the Folder "stats" to "StatsLib"
    • Save it in Cicadia/include

The final Structure of the Cicadia-Folder prior to Compiling should look like (Files not shown):

Cicadia
|-Algorithms
|-include
|--Eigen                  <- User-inserted
|---...
|---src
|--StatsLib               <- User-inserted
|---...
|---include
|---notebooks
|---tests
|-Models
|-UI
|--...
|--qcustomplot.cpp        <- User-inserted
|--qcustomplot.h          <- User-inserted

Compiling

Load Cicadia/Cicadia.pro with a Qt-Building Environment, e.g. QtCreator and compile. No additional Steps should be necessary.

Built With

Versioning

SemVer was used for Versioning

Authors

  • Julian Horatschek

License

This Project is licensed under the Apache 2.0 Licence - see the LICENSE File for Details

cicadia's People

Watchers

 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.