Only call figure.show if it exits.
[pypiezo.git] / pypiezo / afm.py
2012-08-02 W. Trevor KingOnly call figure.show if it exits.
2012-07-12 W. Trevor KingStandardize matplotlib rendering on figure.canvas.draw...
2012-05-11 W. Trevor KingRan update-copyright.py.
2012-03-26 W. Trevor KingAdd Piezo.zero().
2012-03-18 W. Trevor KingMake .load_from_config explicit and optional (don't...
2012-03-16 W. Trevor KingFix move_just_onto_surface() for limited axes.
2012-03-16 W. Trevor KingPositions are allowed to be floats, so don't format...
2012-03-16 W. Trevor KingFix delection -> current_deflection typo in AFMPiezo...
2012-03-15 W. Trevor KingOptional config-based-setup for the main Piezo class.
2012-03-15 W. Trevor KingSplit AFMPiezo.wiggle_for_interference() into it's...
2012-03-15 W. Trevor KingUgly hack to flush plots to the screen as they are...
2012-03-15 W. Trevor KingRemove debugging slope prints from surface-detection...
2012-03-14 W. Trevor KingAdd amplitude and max values to the "no room for wiggle...
2012-03-14 W. Trevor KingMove wiggle options to WiggleConfig and allow easy...
2012-03-14 W. Trevor KingIf neither the wavelength or amplitude are given for...
2012-02-16 W. Trevor KingRun update-copyright.py.
2012-01-23 W. Trevor KingFix channel reference in AFMPiezo.move_to_pos_or_def.
2012-01-23 W. Trevor KingMove position and deflection initialization before...
2012-01-17 W. Trevor KingAdd frequency option to AFMPiezo.move_to_pos_or_def.
2012-01-13 W. Trevor KingAdd default position, deflection, and step to AFMPiezo...
2011-09-26 W. Trevor KingFix up ,select_config usage; now unit tests pass.
2011-09-25 W. Trevor KingConvert to h5config's new get_attribute option for...
2011-09-08 W. Trevor KingUse select_config in AFMPiezo's doctests.
2011-07-29 W. Trevor KingFix InputChannelConfig reference and remove debugging...
2011-07-29 W. Trevor KingDebugging printouts in AFMPiezo doctest.
2011-07-29 W. Trevor King`name` is a ChannelConfig setting, not an AxisConfig...
2011-07-29 W. Trevor KingTemporary debugging instrumentation.
2011-07-29 W. Trevor KingAssorted typo fixes turned up by test suite.
2011-07-29 W. Trevor KingQuote 'name' in AFMPiezo doctest.
2011-07-29 W. Trevor KingConvert to use nested Configs from h5config.
2011-07-28 W. Trevor KingRemove underscores from config classes in doctests.
2011-07-28 W. Trevor KingConvert to use new h5config package.
2011-04-19 W. Trevor KingMake matplotlib display errors nonfatal.
2011-04-19 W. Trevor KingClean up and convert to my Cython-based pycomedi implem...