##!/usr/bin/python2
## -*- coding: utf-8 -*-
<%page args="shot, page" />
<%
from pygolem_lite.web import make_config, get_page_paths, make_image
%>
%for nm in ['H','O','He','C','N','M1','MIV']:
${make_image("details/"+nm+".png" , '%s ions plotted as functions of uncalibrated T_e'%nm)}
%endfor
${make_image("details/Te.png" , 'T_e after calibration made from Spitzer resistivity')}
${make_image("details/components" , 'Single ion spectra')}
${make_image("details/radiated_power" , 'Total Radiated power as function of temperature')}