##!/usr/bin/env python <%page args="shot, page"/> <% import os from pygolem_lite import saveconst from pygolem_lite.web import make_image, get_page_paths page_path, base_path, page = get_page_paths(shot, page) file_list = os.listdir( page_path+'/data') %>

All signals:

[Source 1], [Source 2], [Source 3]

%if os.path.exists(page_path + '/data'): % for i in range(4): ##% if os.path.exists(page_path + "/data/spectrogram_"+str(i)+".png"): ##%endif %endfor
%else:

Missing spectrograms

%endif