Veeco -> Bruker since sale of metrology wing this August.
[hooke.git] / hooke / driver / picoforce.py
index 625c4555236e97b8632e2cc2fcf38504dcbb0ebd..4912b7757275ec7a4f7f3a7334a3d447d9e224fe 100644 (file)
@@ -18,7 +18,7 @@
 # License along with Hooke.  If not, see
 # <http://www.gnu.org/licenses/>.
 
-"""Driver for Veeco PicoForce force spectroscopy files.
+"""Driver for Bruker PicoForce force spectroscopy files.
 """
 
 import os.path
@@ -35,7 +35,7 @@ from . import Driver as Driver # this is the Driver base class
 __version__='0.0.0.20100516'
 
 class PicoForceDriver (Driver):
-    """Handle Veeco Picoforce force spectroscopy files.
+    """Handle Bruker Picoforce force spectroscopy files.
     """
     def __init__(self):
         super(PicoForceDriver, self).__init__(name='picoforce')
@@ -430,7 +430,7 @@ class PicoForceDriver (Driver):
         z_col = info['columns'].index('z piezo (m)')
         d_col = info['columns'].index('deflection (m)')
 
-        # Leading '-' because Veeco's z increases towards the surface
+        # Leading '-' because Bruker's z increases towards the surface
         # (positive indentation), but it makes more sense to me to
         # have it increase away from the surface (positive
         # separation).