Skip to content

Latest commit

 

History

History
31 lines (31 loc) · 1.12 KB

File metadata and controls

31 lines (31 loc) · 1.12 KB

Description of the Engine

The project contains different scripts to handle different functionalities for:
  • signal analysis and model analysis
  • importing data from different sources
  • statistical analysis
  • Minimum Dependencies
  • Python 2.7.8
  • matplolib
  • numpy
  • h5py
  • modelicares (0.10)

    The project has been developed in Eclipse (Eclipse Neon 4.6) with the PyDev Plug-in

    Developing the code
  • Download the whole project into a desired folder
  • Open Eclipse and make sure the PyDev Plug-in is installed (one way to check it is if you can switch to the Python Perspective from Window> Perspective> Other Perspective> Other> PyDev)
  • On the project explorer, right click and select Import> Existing project into workspace
  • Structure of the Eclipse project
    1) ROOT_FOLDER/
    2) ROOT_FOLDER/db/
    3) ROOT_FOLDER/models/
    4) ROOT_FOLDER/res/
    4) ROOT_FOLDER/src/domain/
    5) ROOT_FOLDER/src/inout/
    6) ROOT_FOLDER/src/methods/
    7) ROOT_FOLDER/src/scripts/