diff python/storage.py @ 536:95276d310972

renamed TrackingParameters to ProcessParameters
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Wed, 02 Jul 2014 11:35:05 -0400
parents 37830a831818
children 6c264b914846
line wrap: on
line diff
--- a/python/storage.py	Sun Jun 29 23:31:38 2014 -0400
+++ b/python/storage.py	Wed Jul 02 11:35:05 2014 -0400
@@ -557,8 +557,8 @@
 # Utils to read .ini type text files for configuration, meta data...
 #########################
 
-class TrackingParameters:
-    '''Class for tracking and safety parameters
+class ProcessParameters:
+    '''Class for all parameters controlling data processing: input, method parameters, etc. for tracking, classification and safety
 
     Note: framerate is already taken into account'''