Source code :: Details.php

[Return]
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
##!/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')}

Navigation