Ejemplo n.º 1
0
 /// <summary>
 ///   Initializes a new instance of the DetectionSettings class.
 /// </summary>
 public DetectionSettings()
 {
     this.timeFactor           = 1D;
     this.stimuliImportMode    = StimuliImportModes.UseiViewXMSG;
     this.trialImportMode      = TrialSequenceImportModes.UseMSGLines;
     this.trialTriggerString   = "MSG";
     this.stimuliImportFile    = string.Empty;
     this.stimuliFileExtension = "bmp";
     this.subjectName          = string.Empty;
     this.trialImportFile      = string.Empty;
     this.trialSequenceToStarttimeAssignments = new XMLSerializableSortedList <int, long>();
     this.trialIDToImageAssignments           = new XMLSerializableDictionary <int, string>();
     this.trialSequenceToTrialIDAssignments   = new XMLSerializableDictionary <int, int>();
     this.imageDictionary = new XMLSerializableDictionary <int, string>();
     this.savedSettings   = false;
     this.importType      = ImportTypes.Rawdata;
 }
Ejemplo n.º 2
0
 /// <summary>
 ///   Initializes a new instance of the DetectionSettings class.
 /// </summary>
 public DetectionSettings()
 {
   this.timeFactor = 1D;
   this.stimuliImportMode = StimuliImportModes.UseiViewXMSG;
   this.trialImportMode = TrialSequenceImportModes.UseMSGLines;
   this.trialTriggerString = "MSG";
   this.stimuliImportFile = string.Empty;
   this.stimuliFileExtension = "bmp";
   this.subjectName = string.Empty;
   this.trialImportFile = string.Empty;
   this.trialSequenceToStarttimeAssignments = new XMLSerializableSortedList<int, long>();
   this.trialIDToImageAssignments = new XMLSerializableDictionary<int, string>();
   this.trialSequenceToTrialIDAssignments = new XMLSerializableDictionary<int, int>();
   this.imageDictionary = new XMLSerializableDictionary<int, string>();
   this.savedSettings = false;
   this.importType = ImportTypes.Rawdata;
 }