load from this project the downlaodversionIRdata.py to download raw,temnperature and heatflux or even heatflux profiles for temperature: get_temp_from_raw_by_program(port,program,time_s=timewindow) for heatflux: download_heatflux_by_program(port,program,timewindow) for heatflux profile: get_heatflux_profile(port,fingerprofileID,timepoint,program)
see also plot_IR.py and plot_heatflux_example.py for running examples how to use the code.
The download routine is restructured into 3 files to separated the different parts.
- IR_image_tools.py now contains imaging manipulation routines (general ones, and specific w7x ir camera codes)
- IR_config_constant.py contains the pathts, dictonaries etc. which is not directly code
- downloadversionIRdata.py contains the download routines and temperature calculation routine, since no temperature data can be downloaded until now
functions to get data:
raw:
calibration:
temperature:
heatflux: