##!/usr/bin/python2 ## -*- coding: utf-8 -*- <%page args="shot, page"/> <% from numpy import load, log10 from pygolem_lite.web import get_page_paths, make_image, make_zoom_image page_path, base_path, page = get_page_paths(shot, page) from pygolem_lite import Shot %>

Graphs (signal was smoothed !!): [Source]

${make_image( 'flukes' , 'Flukes')} %try: <%flukes = load(page_path + '/config.npy')%> % for i in range(len(flukes)):

Fluke ${i} - ${flukes[i]['measuring']}

% endfor %except:

Loading of flukes failed

%endtry ${Shot(shot).get_pygolem_list(['current_toroidal_coils', 'current_cd_coils', 'current_breakdown_coils', 'current_stabilization_coils'])}