Updated copyright blurbs in all files to '# Copyright'
[hooke.git] / hooke / driver / mfp3d.py
index f182df5a7d149f166b573f80ef82517abacf56e9..20bc7b2b7354ef762655a438c0aff377c45c7390 100644 (file)
@@ -1,18 +1,14 @@
-#!/usr/bin/env python
+# Copyright
 
-'''
-mfp3d.py
+"""Driver for MFP-3D files.
 
-Driver for MFP-3D files.
+This driver reads Igor binary waves.
 
-Copyright 2010 by Dr. Rolf Schmidt (Concordia University, Canada)
-This driver is based on the work of R. Naud and A. Seeholzer (see below)
-to read Igor binary waves. Code used with permission.
-
-Modified for usage with Hooke CLI by Alberto Gomez-Casado (University of Twente, The Netherlands)
-
-This program is released under the GNU General Public License version 2.
-'''
+AUTHORS:
+Matlab version: Richard Naud August 2008 (http://lcn.epfl.ch/~naud/)
+Python port: A. Seeholzer October 2008
+Hooke submission: Rolf Schmidt, Alberto Gomez-Casado 2009
+"""
 
 # DEFINITION:
 # Reads Igor's (Wavemetric) binary wave format, .ibw, files.
@@ -22,10 +18,6 @@ This program is released under the GNU General Public License version 2.
 # http://mirror.optus.net.au/pub/wavemetrics/IgorPro/Technical_Notes/) and data
 # type 2 or 4 (non complex, single or double precision vector, real values).
 #
-# AUTHORS:
-# Matlab version: R. Naud August 2008 (http://lcn.epfl.ch/~naud/Home.html)
-# Python port: A. Seeholzer October 2008
-#
 # VERSION: 0.1
 #
 # COMMENTS: