2013-05-27 |
W. Trevor King | README: Don't unpack v1.0 after downloading v0.3 ;) master |
commit | commitdiff | tree | snapshot |
2013-05-27 |
W. Trevor King | README: Fix 'sci-physics/pyafm' -> 'sci-libs/pyafm... |
commit | commitdiff | tree | snapshot |
2013-05-24 |
W. Trevor King | Bump to version 0.5 v0.5 |
commit | commitdiff | tree | snapshot |
2013-05-24 |
W. Trevor King | storage: Add 'load_config()' for those that don't want... |
commit | commitdiff | tree | snapshot |
2013-01-19 |
W. Trevor King | afm: Optionally return stepper_approach data with ... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
W. Trevor King | config: TemperatureConfig's max-current should be a... |
commit | commitdiff | tree | snapshot |
2012-08-02 |
W. Trevor King | AFM.stepper_approach should only call figure.show if... |
commit | commitdiff | tree | snapshot |
2012-07-22 |
W. Trevor King | Bump to version 0.4. v0.4 |
commit | commitdiff | tree | snapshot |
2012-07-12 |
W. Trevor King | Add matplotlib config option and stepper_approach plot. |
commit | commitdiff | tree | snapshot |
2012-07-12 |
W. Trevor King | Show stepper position when commenting about steps in... |
commit | commitdiff | tree | snapshot |
2012-05-11 |
W. Trevor King | Ran update-copyright.py. |
commit | commitdiff | tree | snapshot |
2012-05-11 |
W. Trevor King | Add .update-copyright.conf. |
commit | commitdiff | tree | snapshot |
2012-05-11 |
W. Trevor King | AUTHORS should not be version controlled (generated... |
commit | commitdiff | tree | snapshot |
2012-04-18 |
W. Trevor King | Change my email address from drexel.edu to tremily.us. |
commit | commitdiff | tree | snapshot |
2012-03-26 |
W. Trevor King | Use a dummy write function for Stepper until we've... |
commit | commitdiff | tree | snapshot |
2012-03-18 |
W. Trevor King | Oops, fix `return =` syntax in load_afm(). |
commit | commitdiff | tree | snapshot |
2012-03-18 |
W. Trevor King | Correct indentation and add h5config dependency comment... |
commit | commitdiff | tree | snapshot |
2012-03-18 |
W. Trevor King | Add load_from_config() call after load_afm() in the... |
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 | Flesh out the README (and use 2-space indents). |
commit | commitdiff | tree | snapshot |
2012-03-16 |
W. Trevor King | Remove "critical" debugging loggers from Temperature... |
commit | commitdiff | tree | snapshot |
2012-03-16 |
W. Trevor King | Fix log string formatting in AFM.move_toward_surface(). |
commit | commitdiff | tree | snapshot |
2012-03-16 |
W. Trevor King | Oops, build DigitalPort.write_mask with |= instead... |
commit | commitdiff | tree | snapshot |
2012-03-16 |
W. Trevor King | Replace AFM.main_axis with AFM.config['main-axis']. |
commit | commitdiff | tree | snapshot |
2012-03-16 |
W. Trevor King | Actually load the config from storage in load_afm(). |
commit | commitdiff | tree | snapshot |
2012-03-16 |
W. Trevor King | Update README and setup.py with new dependency information. |
commit | commitdiff | tree | snapshot |
2012-03-16 |
W. Trevor King | Use scipy's C2K instead of hardcoding temperature conve... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
W. Trevor King | Add AFM.move_toward_surface() and fix AFM.move_away_fro... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
W. Trevor King | Strip trailing whitespace from pyafm.storage. |
commit | commitdiff | tree | snapshot |
2012-03-15 |
W. Trevor King | Remove h5py import from pyafm.storage, since it only... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
W. Trevor King | Move calibcant.calibrate.move_far_from_surface -> pyafm... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
W. Trevor King | Merge calibcant/calibrate.py (for utility functions). |
commit | commitdiff | tree | snapshot |
2012-03-15 |
W. Trevor King | Don't initialize devices explicitly in doctests. |
commit | commitdiff | tree | snapshot |
2012-03-15 |
W. Trevor King | Add `default-temperature` option to AFMConfig. |
commit | commitdiff | tree | snapshot |
2012-03-15 |
W. Trevor King | Add pyafm.storage module with save_afm and load_afm. |
commit | commitdiff | tree | snapshot |
2012-03-15 |
W. Trevor King | Add DigitalPort, Stepper, and Temperature classes. |
commit | commitdiff | tree | snapshot |
2012-03-15 |
W. Trevor King | Merge TemperatureConfig and related constants from... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
W. Trevor King | Merge calibcant/config.py (for temperature config options). |
commit | commitdiff | tree | snapshot |
2012-03-15 |
W. Trevor King | Merge temperature.py from my unfold_protein repository. |
commit | commitdiff | tree | snapshot |
2012-03-15 |
W. Trevor King | Add `steps` and `sleep` options to `move_just_onto_surf... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
W. Trevor King | Use stepper.single_step instead of stepper.step_relativ... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
W. Trevor King | Fix deflection channel config extraction in AFM.move_ju... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
W. Trevor King | Fix tremily -> blog.tremily in homepage URL in setup.py. |
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 | Run update-copyright.py. |
commit | commitdiff | tree | snapshot |
2012-01-23 |
W. Trevor King | Complete setpoint removal started with 1139d17967014ca0... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
W. Trevor King | Don't force integer formatting in AFM._check_target_def... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
W. Trevor King | AFM._check_target_deflection doesn't have access to... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
W. Trevor King | Finish target_deflection -> deflection conversion start... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
W. Trevor King | Oops, ._deflection_channel is an AFMPiezo method. |
commit | commitdiff | tree | snapshot |
2012-01-23 |
W. Trevor King | Change AFM._check_target_deflection argument name to... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
W. Trevor King | Oops, remove trailing colon from `max_def = defc.get_ma... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
W. Trevor King | Oops, `def` is a reserved word in Python. Use `defc... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
W. Trevor King | Add AFM._check_target_deflection to avoid approaching... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
W. Trevor King | Oops, fix min_slope_position/min_slope_postion -> min_s... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
W. Trevor King | Add min_slope_ratio argument to AFM.move_just_onto_surface. |
commit | commitdiff | tree | snapshot |
2012-01-23 |
W. Trevor King | Add min-slope-ratio option to BumpConfig. |
commit | commitdiff | tree | snapshot |
2012-01-23 |
W. Trevor King | Remove buggy self argument from Temperature self()... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
W. Trevor King | Merge irrelevant "Update to data_logger v0.4." by dropp... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
W. Trevor King | Update to use new h5config, pycomedi, etc. |
commit | commitdiff | tree | snapshot |
2012-01-17 |
W. Trevor King | Break AFM.stepper_approach out of ._stepper_approach_again. |
commit | commitdiff | tree | snapshot |
2012-01-13 |
W. Trevor King | Fix get -> get_temperature typo in AFM.get_temperature. |
commit | commitdiff | tree | snapshot |
2011-09-30 |
W. Trevor King | Fix problems with the transition to the new nested... |
commit | commitdiff | tree | snapshot |
2011-09-30 |
W. Trevor King | Fix problems with the transition to the new nested... |
commit | commitdiff | tree | snapshot |
2011-09-30 |
W. Trevor King | Import missing SurfaceError from pypiezo.surface. |
commit | commitdiff | tree | snapshot |
2011-09-27 |
W. Trevor King | Import missing FlatFit from pypiezo.surface. |
commit | commitdiff | tree | snapshot |
2011-09-27 |
W. Trevor King | Update config arguments to bit/volt/meter conversion... |
commit | commitdiff | tree | snapshot |
2011-09-27 |
W. Trevor King | Add bit/volt/meter converter imports to pyafm.afm. |
commit | commitdiff | tree | snapshot |
2011-09-27 |
W. Trevor King | Remove unneccessary inputs from pyafm.afm. |
commit | commitdiff | tree | snapshot |
2011-09-27 |
W. Trevor King | Update setup.py to reflect the fact that we're no longe... |
commit | commitdiff | tree | snapshot |
2011-09-15 |
W. Trevor King | Restructure and convert to new, nestable h5config. v0.3 |
commit | commitdiff | tree | snapshot |
2011-09-15 |
W. Trevor King | Convert calibcant to the new, nestable h5config. |
commit | commitdiff | tree | snapshot |
2011-09-15 |
W. Trevor King | Convert calibcant to the new, nestable h5config. |
commit | commitdiff | tree | snapshot |
2011-09-08 |
W. Trevor King | convert to H5config and bump to v0.7. |
commit | commitdiff | tree | snapshot |
2011-09-08 |
W. Trevor King | convert to H5config and bump to v0.7. |
commit | commitdiff | tree | snapshot |
2011-06-17 |
W. Trevor King | Correct vibrationss -> vibrations typo in calib_save... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
W. Trevor King | vibs -> vibrations in calib_save() keyword call from... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
W. Trevor King | Ts -> temperatures in calib_save() keyword call from... |
commit | commitdiff | tree | snapshot |
2011-04-21 |
W. Trevor King | Massive rewrite (v 0.6) to base everything on Cython... |
commit | commitdiff | tree | snapshot |
2011-04-21 |
W. Trevor King | Massive rewrite (v 0.6) to base everything on Cython... |
commit | commitdiff | tree | snapshot |
2011-04-20 |
W. Trevor King | Clarify stepper motion during additional surface locati... |
commit | commitdiff | tree | snapshot |
2011-04-20 |
W. Trevor King | Don't set handler log level; just use the logger log... |
commit | commitdiff | tree | snapshot |
2011-04-20 |
W. Trevor King | Fix typo target_def -> target_deflection. |
commit | commitdiff | tree | snapshot |
2011-04-20 |
W. Trevor King | Catch FlatFit errors from all .get_surface_position... |
commit | commitdiff | tree | snapshot |
2011-04-19 |
W. Trevor King | Add optional temperature controller attribute. |
commit | commitdiff | tree | snapshot |
2011-04-19 |
W. Trevor King | Fix typos pyiezo -> piezo. |
commit | commitdiff | tree | snapshot |
2011-04-19 |
W. Trevor King | Add self to _stepper_approach_again arguments :p. |
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 | Minor rewrite of README intro section. |
commit | commitdiff | tree | snapshot |
2011-04-19 |
W. Trevor King | Minor rewrite of README intro section. |
commit | commitdiff | tree | snapshot |
2011-04-19 |
W. Trevor King | Correct setpoint -> target_deflection typo. |
commit | commitdiff | tree | snapshot |
2011-04-19 |
W. Trevor King | Correct axis.channel_config -> axis.axis_channel_config... |
commit | commitdiff | tree | snapshot |
2011-04-19 |
W. Trevor King | Set `axis = ...` earlier in AFM.move_just_onto_surface(). |
commit | commitdiff | tree | snapshot |
2011-04-19 |
W. Trevor King | Fix LOG formatting error. |
commit | commitdiff | tree | snapshot |
2011-04-19 |
W. Trevor King | Fix pymodules typo in setup.py. |
commit | commitdiff | tree | snapshot |
2011-04-19 |
W. Trevor King | Begin versioning. 0.1 |
commit | commitdiff | tree | snapshot |
2011-01-28 |
W. Trevor King | Cleaned up README and package with pure distutils ... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
W. Trevor King | Cleaned up README and package with pure distutils ... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
W. Trevor King | Update to piezo v0.3 (based on data_logger 0.4) and... |
commit | commitdiff | tree | snapshot |
next |