Changeset 25


Ignore:
Timestamp:
May 6, 2014 1:39:00 PM (10 years ago)
Author:
JohnLightfoot
Message:

debug statements removed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/doublefourier.html

    r17 r25  
    2424spatial_axis = context['data']['doublefourier']['spatial axis']
    2525spatial_freq_axis = context['data']['doublefourier']['spatial frequency axis']
    26 print 'spatial frequency axis', spatial_freq_axis
    2726
    2827#for i,wn in enumerate(frequency_axis):
    29 print 'frequency axis', frequency_axis
    3028for i,wn in enumerate(frequency_axis[:1]):
    3129    plt.figure()
     
    109107    plt.figure()
    110108    plt.plot(interferogram)
    111     print 'base', baseline
    112109    plotfile = 'interferogram%s.png' % list(baseline)
    113     print 'plotfile', plotfile
    114110    plotfile = sanitize(plotfile)
    115     print 'plotfile', plotfile
    116111    plt.savefig(os.path.join(context['dirname'], plotfile))
    117112    plt.close()
     
    130125% for baseline in baseline_interferograms.keys():
    131126<%
    132     print 'baseline', baseline, type(baseline)
    133127    plotfile = 'interferogram%s.png' % list(baseline)
    134     print 'plotfile', plotfile
    135128    plotfile = sanitize(plotfile)
    136     print 'plotfile', plotfile
    137129%>
    138130    <img src='${plotfile}' alt="The interferogram should appear here<br>">
Note: See TracChangeset for help on using the changeset viewer.