Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
I
IR_data_access
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Holger Niemann
  • IR_data_access
  • Wiki
  • Home

Last edited by Holger Niemann Jul 02, 2020
Page history

Home

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

IR_data_access_flow_chart

functions to get data:

raw:

download_raw

calibration:

calibration

temperature:

get_temp_from_raw_by_program

heatflux:

Images

Profiles

peakt heat flux

Clone repository
  • Calibration
  • Home
  • get_temp_from_raw_by_program