Hi guys, I'm working with tutorial 4 from the 2011 workshop (available at https://github.com/jack-h/tutorials_devel). In the get_data function from poco_plot_cross.py, it seems to me that a_0r=b_0r, a_1i=b_1i, etc. At least in my use case, they are always equal. Can someone tell me, is this a remnant from some previous version, the start of some new feature, or something else?
Another note from the same script: in the drawDataCallback function, I needed to add "fig.canvas.draw()" right before "fig.canvas.manager.window.after(100, drawDataCallback,baseline)" to get it to update the plot properly. (This also applies to poco_plot_auto.py.) Assuming this isn't just my computer acting strangely, hopefully that can get added to the version that will be used in the Auguest CASPER workshop. Thanks! -----Alexander

