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

All signals:

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

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

Missing spectrograms

%endif