Ignore:
Timestamp:
07/05/06 11:30:26 (18 years ago)
Author:
mar637
Message:

minor updates and fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/tutorials/tutorial.html

    r1040 r1071  
    6262s.summary()
    6363</pre></div>
    64 We can plot the scan now. First we set up the plotter to plot "IF" as stcked colours and "time" across panels. Then we issue th plot command.
     64We can plot the scan now. First we set up the plotter to plot "IF" as stcked colours and "time" across panels. Then we issue the plot command.
    6565<div class=code><pre>
    6666plotter.set_mode("IF","time")
     
    6969Now we can build the quotient. This applies the quotient to both IFs.
    7070<div class=code><pre>
    71 q = auto_quotient()
     71q = s.auto_quotient()
    7272plotter.plot(q) # plot q
    7373</pre></div>
Note: See TracChangeset for help on using the changeset viewer.