X-Git-Url: http://woldlab.caltech.edu/gitweb/?a=blobdiff_plain;f=mussa_class.hh;h=c6b3ae80f3f94432c459c61425755a90e3f38e6f;hb=c117a6a41d8e8f04511919f5d3c224480816b685;hp=a27de82b89c62824807bb0e410d5867706ac304d;hpb=f4beb6fe3e304bb62d01ad259354b17f1773ee54;p=mussa.git diff --git a/mussa_class.hh b/mussa_class.hh index a27de82..c6b3ae8 100644 --- a/mussa_class.hh +++ b/mussa_class.hh @@ -1,3 +1,13 @@ +// This file is part of the Mussa source distribution. +// http://mussa.caltech.edu/ +// Contact author: Tristan De Buysscher, tristan@caltech.edu + +// This program and all associated source code files are Copyright (C) 2005 +// the California Institute of Technology, Pasadena, CA, 91125 USA. It is +// under the GNU Public License; please see the included LICENSE.txt +// file for more information, or contact Tristan directly. + + // ---------------------------------------- // ---------- mussa_class.hh ----------- // ---------------------------------------- @@ -16,7 +26,7 @@ class Mussa private: // Private variables // parameters needed for a mussa analysis - string ana_name; + string ana_name, file_path_base; int seq_num, window, threshold, soft_thres; char ana_mode; double ent_thres;