Source code :: Processing 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
23
24
25
26
###!/usr/bin/python2
### -*- coding: utf-8 -*-

##""" CREATED: 7/2012
##AUTHOR: TOMAS ODSTRCIL
##"""

<%page args="shot, page"/>

<%
    from pygolem_lite.web import cat, emph, get_page_paths, make_image
    page_path, base_path, page  = get_page_paths(shot, page)
%>


${make_image(  "data/spectra.txt_diff_timestamps" , "Spectra timestamps differences")}  
<a href="./log"> [Data] </a><br>
${make_image(  "data/spectra.txt_darkNoise"       , "Background light and dark noise")}
<a href="./data/background.txt"> [Data] </a><br>
${make_image(  "data/spectra.txt_readoutnoise"    , "CCD readout patterns")}
<a href="./data/readoutpatterns.txt"> [Data] </a><br>

    
    
    
       

Navigation