diff --git a/CHANGELOG b/CHANGELOG index 99d9c6eb984a6a2e7274f95096db2cb1ca8e5c27..d17adfc327a0aacc85f448e6ad404f915681e89d 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 7933afb0e34311006ecfa91f9d65f839ca1bf7b4..1802622cb3fe1c8b8e2df10c75a4275898ed03eb 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