Lecture 7

7.1 Read simple ASCII-file (*.TXT) and plot it. Here we see how Tkinter works
      load and run script: ReadPlotTXTfile/SeijiTypeII.py

7.2 Read and plot a spectral overview file from Callisto and see how to convert into dB
      load and run ReadPlottSpectralOverview/Plott_OVS.py
      play with parameter in line 24: True or False and see result

7.3 Read and plot an EXCEL file and see how to extract a column
      load and run ReadEXCEL/ReadEXCEL.py
      Try to sort the bars

7.4 Read an plot a multi dimensional HDF5-file
7.4a load and run HDF5/readh5_BGS.py and change color and label size
7.4b load and run HDF5/readh5_BGS_multi.py and change label size, see how to plot many lines

7.5 Read an plot a multi dimensional CDF-file
	load and run read-cdf-new.py
	play with parameter and/or check another file.
