2013-05-11 |
W. Trevor King | surface: Ensure min_position < max_position in _get_min... master |
commit | commitdiff | tree | snapshot |
2012-08-19 |
W. Trevor King | Don't plot missing surface detection regions in analyze... |
commit | commitdiff | tree | snapshot |
2012-08-19 |
W. Trevor King | Remove unused plot_dict from analyze_surface_position_data. |
commit | commitdiff | tree | snapshot |
2012-08-17 |
W. Trevor King | Add surface-matplotlib config option to pypiezo. |
commit | commitdiff | tree | snapshot |
2012-08-02 |
W. Trevor King | Only call figure.show if it exits. |
commit | commitdiff | tree | snapshot |
2012-07-22 |
W. Trevor King | Bump to version 0.7. 0.7 |
commit | commitdiff | tree | snapshot |
2012-07-12 |
W. Trevor King | Add explanatory message to analyze_surface_position_dat... |
commit | commitdiff | tree | snapshot |
2012-07-12 |
W. Trevor King | Standardize matplotlib rendering on figure.canvas.draw... |
commit | commitdiff | tree | snapshot |
2012-07-12 |
W. Trevor King | Remove unnecessary line wrap in analyze_surface_positio... |
commit | commitdiff | tree | snapshot |
2012-07-12 |
W. Trevor King | Remove matplotlib.pyplot.show call from analyze_surface... |
commit | commitdiff | tree | snapshot |
2012-05-11 |
W. Trevor King | Ran update-copyright.py. |
commit | commitdiff | tree | snapshot |
2012-05-11 |
W. Trevor King | .update-copyright.conf should not be executable. |
commit | commitdiff | tree | snapshot |
2012-05-11 |
W. Trevor King | AUTHORS should not be version controlled (generated... |
commit | commitdiff | tree | snapshot |
2012-05-11 |
W. Trevor King | Change my email address from drexel.edu to tremily.us. |
commit | commitdiff | tree | snapshot |
2012-03-30 |
W. Trevor King | Don't cast extreme values to ints in analyze_surface_po... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
W. Trevor King | Fix ususes -> uses typo in analyze_surface_position_data(). |
commit | commitdiff | tree | snapshot |
2012-03-26 |
W. Trevor King | Add Piezo.zero(). |
commit | commitdiff | tree | snapshot |
2012-03-21 |
W. Trevor King | Add trailing slash to Gentoo overlay link in README. |
commit | commitdiff | tree | snapshot |
2012-03-18 |
W. Trevor King | Make .load_from_config explicit and optional (don't... |
commit | commitdiff | tree | snapshot |
2012-03-16 |
W. Trevor King | 'enumerate' is not subscriptable in the soft jump code. |
commit | commitdiff | tree | snapshot |
2012-03-16 |
W. Trevor King | Fix move_just_onto_surface() for limited axes. |
commit | commitdiff | tree | snapshot |
2012-03-16 |
W. Trevor King | Positions are allowed to be floats, so don't format... |
commit | commitdiff | tree | snapshot |
2012-03-16 |
W. Trevor King | Fix delection -> current_deflection typo in AFMPiezo... |
commit | commitdiff | tree | snapshot |
2012-03-16 |
W. Trevor King | Fix soft-jump bailout logic when we don't know the... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
W. Trevor King | Make base.load_device public (so that external modules... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
W. Trevor King | Optional config-based-setup for the main Piezo class. |
commit | commitdiff | tree | snapshot |
2012-03-15 |
W. Trevor King | Set the default ChannelConfig range index to 0. |
commit | commitdiff | tree | snapshot |
2012-03-15 |
W. Trevor King | Optional config-based-setup for PiezoAxis, OutputChanne... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
W. Trevor King | Fix soft jump handling for unknown `last_output`. |
commit | commitdiff | tree | snapshot |
2012-03-15 |
W. Trevor King | Bump version to 0.6. 0.6 |
commit | commitdiff | tree | snapshot |
2012-03-15 |
W. Trevor King | We depend on pycomedi >= 0.4 for deepcopy-able AREF... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
W. Trevor King | Fix out -> output typo in wiggle_for_interference(). |
commit | commitdiff | tree | snapshot |
2012-03-15 |
W. Trevor King | Oops, fix up figure/axes/plot argument passing in pypie... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
W. Trevor King | Oops, replace `n` with `config['samples']` in _run_wigg... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
W. Trevor King | Oops, pass all possible arguments to pypiezo.wiggle... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
W. Trevor King | Oops, add output argument to pypiezo.wiggle._setup_plot(). |
commit | commitdiff | tree | snapshot |
2012-03-15 |
W. Trevor King | Add missing numpy import to pypiezo.wiggle. |
commit | commitdiff | tree | snapshot |
2012-03-15 |
W. Trevor King | Add missing _base import to pypiezo.wiggle. |
commit | commitdiff | tree | snapshot |
2012-03-15 |
W. Trevor King | Fix peizo -> piezo typo in pypiezo.wiggle._setup_config(). |
commit | commitdiff | tree | snapshot |
2012-03-15 |
W. Trevor King | Add missing _package_config import to pypiezo.wiggle. |
commit | commitdiff | tree | snapshot |
2012-03-15 |
W. Trevor King | Split AFMPiezo.wiggle_for_interference() into it's... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
W. Trevor King | Add new 'analog-reference' config option to doctest... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
W. Trevor King | Oops, setup analog-reference with an AREF value, not... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
W. Trevor King | Ugly hack to flush plots to the screen as they are... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
W. Trevor King | Remove debugging slope prints from surface-detection... |
commit | commitdiff | tree | snapshot |
2012-03-14 |
W. Trevor King | Raise SurfaceError if surface position data only has... |
commit | commitdiff | tree | snapshot |
2012-03-14 |
W. Trevor King | Add amplitude and max values to the "no room for wiggle... |
commit | commitdiff | tree | snapshot |
2012-03-14 |
W. Trevor King | Add analog reference to ChannelConfig (forgotten earlier?). |
commit | commitdiff | tree | snapshot |
2012-03-14 |
W. Trevor King | Move wiggle options to WiggleConfig and allow easy... |
commit | commitdiff | tree | snapshot |
2012-03-14 |
W. Trevor King | Fix Convigure -> Configure typo in ChannelConfig's... |
commit | commitdiff | tree | snapshot |
2012-03-14 |
W. Trevor King | Add `steps` and `sleep` options for gentler `jump()`s. |
commit | commitdiff | tree | snapshot |
2012-03-14 |
W. Trevor King | If neither the wavelength or amplitude are given for... |
commit | commitdiff | tree | snapshot |
2012-02-22 |
W. Trevor King | Update URLs from einstein to tremily. |
commit | commitdiff | tree | snapshot |
2012-02-16 |
W. Trevor King | Run update-copyright.py. |
commit | commitdiff | tree | snapshot |
2012-02-16 |
W. Trevor King | Transition to my external update-copyright package. |
commit | commitdiff | tree | snapshot |
2012-01-23 |
W. Trevor King | Fix channel reference in AFMPiezo.move_to_pos_or_def. |
commit | commitdiff | tree | snapshot |
2012-01-23 |
W. Trevor King | Move position and deflection initialization before... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
W. Trevor King | Add 'direction' keyword to Piezo.read_inputs' call... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
W. Trevor King | Add frequency option to AFMPiezo.move_to_pos_or_def. |
commit | commitdiff | tree | snapshot |
2012-01-13 |
W. Trevor King | Add default position, deflection, and step to AFMPiezo... |
commit | commitdiff | tree | snapshot |
2011-09-30 |
W. Trevor King | Move surface-related logging from debug to info (debug... |
commit | commitdiff | tree | snapshot |
2011-09-26 |
W. Trevor King | Fix up ,select_config usage; now unit tests pass. |
commit | commitdiff | tree | snapshot |
2011-09-25 |
W. Trevor King | Convert to h5config's new get_attribute option for... |
commit | commitdiff | tree | snapshot |
2011-09-15 |
W. Trevor King | Remove unused sys import from pypiezo.config. |
commit | commitdiff | tree | snapshot |
2011-09-08 |
W. Trevor King | Use select_config in AFMPiezo's doctests. |
commit | commitdiff | tree | snapshot |
2011-09-08 |
W. Trevor King | Use PEP-8-suggested double space between class definiti... |
commit | commitdiff | tree | snapshot |
2011-09-08 |
W. Trevor King | Add select_config example to get_piezo_config's doctest. |
commit | commitdiff | tree | snapshot |
2011-09-08 |
W. Trevor King | Add pypiezo.test.get_piezo_config and fix ConfigSetting... |
commit | commitdiff | tree | snapshot |
2011-07-29 |
W. Trevor King | Oops, forgot the ['channel']. |
commit | commitdiff | tree | snapshot |
2011-07-29 |
W. Trevor King | axis_channel_config -> config['channel'] in surface.py. |
commit | commitdiff | tree | snapshot |
2011-07-29 |
W. Trevor King | Fix InputChannelConfig reference and remove debugging... |
commit | commitdiff | tree | snapshot |
2011-07-29 |
W. Trevor King | Debugging printouts in AFMPiezo doctest. |
commit | commitdiff | tree | snapshot |
2011-07-29 |
W. Trevor King | Fix doctest config-dump output in base.py. |
commit | commitdiff | tree | snapshot |
2011-07-29 |
W. Trevor King | Remove debugging name-logger now that axis names are... |
commit | commitdiff | tree | snapshot |
2011-07-29 |
W. Trevor King | `name` is a ChannelConfig setting, not an AxisConfig... |
commit | commitdiff | tree | snapshot |
2011-07-29 |
W. Trevor King | Temporary debugging instrumentation. |
commit | commitdiff | tree | snapshot |
2011-07-29 |
W. Trevor King | Assorted typo fixes turned up by test suite. |
commit | commitdiff | tree | snapshot |
2011-07-29 |
W. Trevor King | Quote 'name' in AFMPiezo doctest. |
commit | commitdiff | tree | snapshot |
2011-07-29 |
W. Trevor King | Fix foramt -> format typo in setup.py. |
commit | commitdiff | tree | snapshot |
2011-07-29 |
W. Trevor King | Convert to use nested Configs from h5config. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
W. Trevor King | Cleanup setup.py. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
W. Trevor King | Remove crufty logging imports from pypiezo/__init__.py. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
W. Trevor King | Fix Curses-ckeck-... -> Curses-check typo in README. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
W. Trevor King | Fix base_config -> package_config reference in surface.py. 0.5 |
commit | commitdiff | tree | snapshot |
2011-07-28 |
W. Trevor King | Remove underscores from config classes in doctests. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
W. Trevor King | Add _clear_class and _backed_subclasses to PackageConfig. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
W. Trevor King | Convert to use new h5config package. |
commit | commitdiff | tree | snapshot |
2011-04-20 |
W. Trevor King | Special case for '/' group in h5_create_group. |
commit | commitdiff | tree | snapshot |
2011-04-20 |
W. Trevor King | Return the group created in h5_create_group(). |
commit | commitdiff | tree | snapshot |
2011-04-20 |
W. Trevor King | Split out h5_create_group so it can be used by other... |
commit | commitdiff | tree | snapshot |
2011-04-20 |
W. Trevor King | Use base_config throughout setup_base_config() for... |
commit | commitdiff | tree | snapshot |
2011-04-20 |
W. Trevor King | Fix typo return_all_params -> return_all_parameters. |
commit | commitdiff | tree | snapshot |
2011-04-19 |
W. Trevor King | Better solution to overwriting preexisting datasets. |
commit | commitdiff | tree | snapshot |
2011-04-19 |
W. Trevor King | dataset.value has been deprecated since h5py version... |
commit | commitdiff | tree | snapshot |
2011-04-19 |
W. Trevor King | Add /posts/ to homepage URL in setup.py. |
commit | commitdiff | tree | snapshot |
2011-04-19 |
W. Trevor King | Add pycomedi link to README. |
commit | commitdiff | tree | snapshot |
2011-04-19 |
W. Trevor King | Add a method for extracting input channels by name. |
commit | commitdiff | tree | snapshot |
2011-04-19 |
W. Trevor King | Add H5Py and PyYAML dependencies to README. |
commit | commitdiff | tree | snapshot |
2011-04-19 |
W. Trevor King | Make matplotlib display errors nonfatal. |
commit | commitdiff | tree | snapshot |
2011-04-19 |
W. Trevor King | Clean up and convert to my Cython-based pycomedi implem... |
commit | commitdiff | tree | snapshot |
next |