Add pyafm.storage module with save_afm and load_afm.
authorW. Trevor King <wking@drexel.edu>
Thu, 15 Mar 2012 20:44:30 +0000 (16:44 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 15 Mar 2012 20:52:44 +0000 (16:52 -0400)
commitb249631b679989160119845ecbbb3dfb1725957d
treec63b8e34ade9a8e555c81aee91cc886fdb93d269
parente94dee0c4bd68c5b2e3ada8dd86fd43e5f24ff54
Add pyafm.storage module with save_afm and load_afm.

Also remove some underscore prefixes from the AFM doctests.  I'm too
used to trying to keep the modules themselves clean, but that's no
reason to go confusing newbies ;).
pyafm/afm.py
pyafm/storage.py [new file with mode: 0644]