From 2aca4f08d976e1a8fc03abaaabc5e80755149666 Mon Sep 17 00:00:00 2001 From: Holger Niemann <holger.niemann@ipp.mpg.de> Date: Tue, 23 Jun 2020 13:33:37 +0200 Subject: [PATCH] Master --- CHANGELOG | 3 +++ README.md | 9 ++++++++- ToDO.txt => ToDo.txt | 0 3 files changed, 11 insertions(+), 1 deletion(-) rename ToDO.txt => ToDo.txt (100%) diff --git a/CHANGELOG b/CHANGELOG index 99d9c6e..d17adfc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,9 @@ <<<<<<< HEAD XX.06.2020: Update to V3.5.0 - add download maximum heat flux and wetted area +17.06.2020: Update to V3.4.2 + - downloadversionIRdata: added get_started and changed download_LUT to use now the parlog timestamp + - IR_image_tools: documentation updated 16.06.2020: Update to V3.4.1 - updated and improved documentation - include chache function and a request for all ports for heat flux and divertor load diff --git a/README.md b/README.md index 7933afb..1802622 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,11 @@ This collections of functions and tools are used to download and evaluated data related to the Infrared cameras, including thermocouples. To install this libary, run the setup - python setup.py install \ No newline at end of file + python setup.py install + + after installation you can call: + + + import downloadversionIRdata as IR + + IR.get_started() \ No newline at end of file diff --git a/ToDO.txt b/ToDo.txt similarity index 100% rename from ToDO.txt rename to ToDo.txt -- GitLab