# License along with Hooke. If not, see
# <http://www.gnu.org/licenses/>.
-"""Library for interpreting Veeco PicoForce force spectroscopy files.
+"""Driver for Veeco PicoForce force spectroscopy files.
"""
import pprint
"""
version = info['Force file list'].get('Version', None)
if version not in ['0x06120002']:
- raise ValueError(
+ raise NotImplementedError(
'%s file version %s not supported (yet!)\n%s'
% (self.name, version,
pprint.pformat(info['Force file list'])))
# License along with Hooke. If not, see
# <http://www.gnu.org/licenses/>.
-"""Hooke driver for W. Trevor King's velocity clamp data format.
+"""Driver for W. Trevor King's velocity clamp data format.
See my related projects: