~ubuntu-branches/ubuntu/saucy/caret/saucy-proposed

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
/*LICENSE_START*/
/*
 *  Copyright 1995-2002 Washington University School of Medicine
 *
 *  http://brainmap.wustl.edu
 *
 *  This file is part of CARET.
 *
 *  CARET is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation; either version 2 of the License, or
 *  (at your option) any later version.
 * 
 *  CARET is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with CARET; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 */
/*LICENSE_END*/

#include <iostream>

#define __AREAL_ESTIMATION_FILE_DEFINE__
#include "ArealEstimationFile.h"
#undef __AREAL_ESTIMATION_FILE_DEFINE__ 

#include "DeformationMapFile.h"
#include "FileUtilities.h"
#include "SpecFile.h"
#include "StringUtilities.h"

/**
 * The constructor.
 */
ArealEstimationNode::ArealEstimationNode()
{
   arealEstimationFile = NULL;
   reset();
}

/**
 * The destructor.
 */
ArealEstimationNode::~ArealEstimationNode()
{
}

/**
 * Reset the node.
 */
void
ArealEstimationNode::reset()
{
   for (int i = 0; i < 4; i++) {
      areaProbability[i] = 0.0;
      areaNamesIndex[i] = 0;
   }
}

/**
 * Get the data for the node.
 */
void
ArealEstimationNode::getData(int areaNamesIndexOut[4], 
                             float areaProbabilityOut[4]) const
{
   for (int i = 0; i < 4; i++) {
      areaNamesIndexOut[i]  = areaNamesIndex[i];
      areaProbabilityOut[i] = areaProbability[i];
   }
}

/**
 * Set the data for the node.
 */
void
ArealEstimationNode::setData(const int areaNamesIndexIn[4], 
                             const float  areaProbabilityIn[4])
{
   for (int i = 0; i < 4; i++) {
      areaNamesIndex[i]  = areaNamesIndexIn[i];
      areaProbability[i] = areaProbabilityIn[i];
   }
   if (arealEstimationFile != NULL) {
      arealEstimationFile->setModified();
   }
}

/**
 * The constructor.
 */
ArealEstimationFile::ArealEstimationFile()
   : NodeAttributeFile("Areal Estimation File", 
                       SpecFile::getArealEstimationFileExtension(),
                       AbstractFile::FILE_FORMAT_ASCII,
                       FILE_IO_READ_AND_WRITE, 
                       FILE_IO_READ_AND_WRITE, 
                       FILE_IO_NONE, 
                       FILE_IO_NONE)
{
   clear();
   clearModified();
}

/**
 * The destructor.
 */
ArealEstimationFile::~ArealEstimationFile()
{
   clear();
}

/**
 * Add an area name.
 */
int
ArealEstimationFile::addAreaName(const QString& name)
{
   for (unsigned int i = 0; i < areaNames.size(); i++) {
      if (name.compare(areaNames[i]) == 0) {
         return i;
      }
   }
   setModified();
   areaNames.push_back(name);
   return (areaNames.size() - 1);
}

/**
 * Clear the file.
 */
void
ArealEstimationFile::clear()
{
   clearNodeAttributeFile();
   areaNames.clear();
   setNumberOfNodesAndColumns(0, 0);

   addAreaName("???");
}

/**
 * append a node attribute file to this one but selectively load/overwrite columns
 * columnDestination is where naf's columns should be (-1=new, -2=do not load).
 */
void 
ArealEstimationFile::append(NodeAttributeFile& naf, 
                            std::vector<int> columnDestinationIn,
                            const FILE_COMMENT_MODE fcm) throw (FileException)
{
   bool setTheFileNameFlag = false;
   
   std::vector<int> columnDestination = columnDestinationIn;
   
   ArealEstimationFile& aef = dynamic_cast<ArealEstimationFile&>(naf);
   
   if (numberOfNodes != aef.numberOfNodes) {
      if (numberOfNodes > 0) {
         throw FileException("Trying to append areal estimtation file with a different number "
                          "of nodes");
      }
      else {
         setTheFileNameFlag = true;
      }
   }

   setModified();
   
   //
   // Find out how many columns need to be added
   //   
   int numColumnsToAdd = 0;
   int newColumnIndex = numberOfColumns;
   for (int i = 0; i < aef.getNumberOfColumns(); i++) {
      if (columnDestination[i] == APPEND_COLUMN_NEW) {
         numColumnsToAdd++;
         columnDestination[i] = newColumnIndex;
         newColumnIndex++;
      }
   }
   //
   // Add on additional columns
   //
   if (getNumberOfNodes() == 0) {
      setNumberOfNodesAndColumns(aef.getNumberOfNodes(), numColumnsToAdd);
   }
   else {
      addColumns(numColumnsToAdd);
   }
      
   //
   // copy column names from other file
   //
   for (int k = 0; k < aef.numberOfColumns; k++) {
      if (columnDestination[k] >= 0) {
         const int col = columnDestination[k];
         setColumnName(col, aef.getColumnName(k));
         setColumnComment(col, aef.getColumnComment(k));
         setLongName(col, aef.getLongName(k));
      }
   }
   
   //
   // Transfer area names
   //
   std::vector<int> areaNameIndex;
   for (int k = 0; k < aef.getNumberOfAreaNames(); k++) {
      areaNameIndex.push_back(addAreaName(aef.getAreaName(k)));
   }
   
   //
   // copy areal estimation data from other file
   //
   int areaNamesData[4];
   float probData[4];
   for (int j = 0; j < aef.numberOfColumns; j++) {
      if (columnDestination[j] >= 0) {
         const int col = columnDestination[j];
         for (int i = 0; i < numberOfNodes; i++) {
            aef.getNodeData(i, j, areaNamesData, probData);
            for (int m = 0; m < 4; m++) {
               areaNamesData[m] = areaNameIndex[areaNamesData[m]];
            }
            setNodeData(i, col, areaNamesData, probData);
         }
      }
   }
   
   if (setTheFileNameFlag) {
      setFileName(aef.getFileName());
   }
   
   //
   // transfer the file's comment
   //
   appendFileComment(aef, fcm);
}

/**
 * Append an areal estimation file to this one.
 */
void
ArealEstimationFile::append(NodeAttributeFile& naf) throw (FileException)
{
   ArealEstimationFile& aef = dynamic_cast<ArealEstimationFile&>(naf);
   if (getNumberOfNodes() != aef.getNumberOfNodes()) {
      throw FileException("Cannot append areal estimation, number of columns does not match.");
   }
      
   const int oldNumCols  = getNumberOfColumns();
   
   const int appendNumCols = aef.getNumberOfColumns();

   //
   // Add the additional columns to the file
   //   
   addColumns(appendNumCols);
   
   //
   // Transfer column attributes
   //
   for (int n = 0; n < appendNumCols; n++) {
      setColumnComment(oldNumCols + n, aef.getColumnComment(n));
      setColumnName(oldNumCols + n, aef.getColumnName(n));
      setLongName(oldNumCols + n, aef.getLongName(n));
   }
   
   //
   // Transfer area names
   //
   std::vector<int> areaNameIndex;
   for (int k = 0; k < aef.getNumberOfAreaNames(); k++) {
      areaNameIndex.push_back(addAreaName(aef.getAreaName(k)));
   }
   
   //
   // Transfer areal estimation data
   //
   int areaNamesData[4];
   float probData[4];
   for (int i = 0; i < numberOfNodes; i++) {
      for (int k = 0; k < appendNumCols; k++) {
         aef.getNodeData(i, k, areaNamesData, probData);
         for (int m = 0; m < 4; m++) {
            areaNamesData[m] = areaNameIndex[areaNamesData[m]];
         }
         setNodeData(i, oldNumCols + k, areaNamesData, probData);
      }
   }

   //
   // transfer the file's comment
   //
   appendFileComment(aef);

   setModified();
}

/**
 * Add column(s) to the file
 */
void
ArealEstimationFile::addColumns(const int numberOfNewColumns)
{
   const int oldNumberOfColumns = numberOfColumns;
   const int totalColumns = numberOfColumns + numberOfNewColumns;
   
   //
   // Keep track of existing areal estimation node data
   //
   const std::vector<ArealEstimationNode> oldData = nodeData;
   
   //
   // Setup file for new number of columns (will expand space for column naming)
   //
   setNumberOfNodesAndColumns(numberOfNodes, totalColumns);
   
   //
   // Transfer existing areal estimation node data
   //
   for (int i = 0; i < numberOfNodes; i++) {
      for (int j = 0; j < numberOfColumns; j++) {
         int areaNameData[4] = { 0, 0, 0, 0 };
         float probData[4]   = { 0.0, 0.0, 0.0, 0.0 };
         
         if (j < oldNumberOfColumns) {
            const int oldIndex = (oldNumberOfColumns * i) + j;
            oldData[oldIndex].getData(areaNameData, probData);
         }
         setNodeData(i, j, areaNameData, probData);
      }
   }
   
   setModified();
}

/**
 * Add nodes to the file
 */
void 
ArealEstimationFile::addNodes(const int numberOfNodesToAdd)
{
   setNumberOfNodesAndColumns(numberOfNodes + numberOfNodesToAdd, numberOfColumns);
   setModified();
}

/**
 * Set the long name for a column.
 */
void
ArealEstimationFile::setLongName(const int columnNumber, const QString& name)
{
   longName[columnNumber] = name;
   setModified();
}

/**
 * Deform this areal estimation data into the deformed file passed in.
 * Returns true if an error occurs.
 */
void
ArealEstimationFile::deformFile(const DeformationMapFile& dmf, 
                            NodeAttributeFile& deformedFile,
                            const DEFORM_TYPE /*dt*/) const throw (FileException)
{
   ArealEstimationFile& deformedArealEstimationFile =
                                     dynamic_cast<ArealEstimationFile&>(deformedFile);
   
   const int numNodes = dmf.getNumberOfNodes();
   
   deformedArealEstimationFile.setNumberOfNodesAndColumns(numNodes, getNumberOfColumns());
   
   //
   // Transfer the area names
   //
   for (int j = 0; j < getNumberOfAreaNames(); j++) {
      deformedArealEstimationFile.addAreaName(getAreaName(j));
      
   }
   
   //
   // Transfer stuff in AbstractFile and NodeAttributeFile
   //
   transferFileDataForDeformation(dmf, deformedArealEstimationFile);

   for (int j = 0; j < getNumberOfColumns(); j++) {
      deformedArealEstimationFile.setLongName(j, getLongName(j));
   }
   
   //
   // Transfer the node probability data
   //
   int tileNodes[3];
   float tileAreas[3];
   int areaNameIndex[4];
   float areaProbability[4];
   
   for (int i = 0; i < numNodes; i++) {
      for (int j = 0; j < getNumberOfColumns(); j++) {
         dmf.getDeformDataForNode(i, tileNodes, tileAreas);
         if (tileNodes[0] > -1) {
            getNodeData(tileNodes[0], j, areaNameIndex, areaProbability);
         }
         else {
            for (int j = 0; j < 4; j++) {
               areaNameIndex[j] = 0;
               areaProbability[j] = 0.0;
            }
         }
         deformedArealEstimationFile.setNodeData(i, j, areaNameIndex, areaProbability);
      }
   }
}

/**
 * reset a column of data.
 */
void 
ArealEstimationFile::resetColumn(const int columnNumber)
{
   for (int i = 0; i < numberOfNodes; i++) {
      const int index = getOffset(i, columnNumber);
      nodeData[index].reset();
   }
   setModified();
}

/**
 * remove a column of data.
 */
void 
ArealEstimationFile::removeColumn(const int columnNumber)
{
   if (numberOfColumns <= 1) {
      clear();
      return;
   }

   ArealEstimationFile tempAEF;
   if (numberOfColumns > 1) {
      //
      // Transfer column attributes
      //
      int ctr = 0;
      for (int n = 0; n < numberOfColumns; n++) {
         if (n != columnNumber) {
            setColumnComment(ctr, getColumnComment(n));
            setColumnName(ctr, getColumnName(n));
            setLongName(ctr, getLongName(n));
            ctr++;
         }
      }
      
      //
      // Transfer areal estimation data
      //
      tempAEF.setNumberOfNodesAndColumns(numberOfNodes, numberOfColumns - 1);
      
      int areaNamesData[4];
      float probData[4];
      for (int i = 0; i < numberOfNodes; i++) {
         int ctr = 0;
         for (int k = 0; k < numberOfColumns; k++) {
            if (k != columnNumber) {
               getNodeData(i, k, areaNamesData, probData);
               tempAEF.setNodeData(i, ctr, areaNamesData, probData);
               ctr++;
            }
         }
      }
   }
   setNumberOfNodesAndColumns(numberOfNodes, numberOfColumns - 1);
   nodeData = tempAEF.nodeData;
   setModified();
}

/**
 * Get an area name.
 */
QString
ArealEstimationFile::getAreaName(const int index) const
{
   if ((index >= 0) && (index <= static_cast<int>(areaNames.size()))) {
      return areaNames[index];
   }
   return "???";
}

/**
 * Get data for the specified node and column.
 */
void 
ArealEstimationFile::getNodeData(const int nodeNumber,
                                 const int columnNumber,
                                 QString areaNamesOut[4], 
                                 float areaProbabilityOut[4]) const
{
   const int index = getOffset(nodeNumber, columnNumber);
   
   if (index >= 0) {
      int areaNamesIndexOut[4];
      nodeData[index].getData(areaNamesIndexOut, areaProbabilityOut);
      for (int i = 0; i < 4; i++) {
         areaNamesOut[i] = getAreaName(areaNamesIndexOut[i]);
      }
   }
   else {
      for (int i = 0; i < 4; i++) {
         areaNamesOut[i]       = "???";
         areaProbabilityOut[i] = 0.0;
      }
   }
}

/**
 * Get data for the specified node and column.
 */
void 
ArealEstimationFile::getNodeData(const int nodeNumber,
                                 const int columnNumber,
                                 int areaNamesIndexOut[4], 
                                 float areaProbabilityOut[4]) const
{
   const int index = getOffset(nodeNumber, columnNumber);
   
   if (index >= 0) {
      nodeData[index].getData(areaNamesIndexOut, areaProbabilityOut);
   }
   else {
      for (int i = 0; i < 4; i++) {
         areaNamesIndexOut[i]  = 0;
         areaProbabilityOut[i] = 0.0;
      }
   }
}

/**
 * Set the data for the node and column.
 */
void 
ArealEstimationFile::setNodeData(const int nodeNumber,
                                 const int columnNumber,
                                 const QString areaNamesIn[4], 
                                 const float areaProbabilityIn[4])
{
   const int index = getOffset(nodeNumber, columnNumber);
   
   if (index >= 0) {
      int areaNamesIndexIn[4];
      for (int i = 0; i < 4; i++) {
         areaNamesIndexIn[i] = addAreaName(areaNamesIn[i]);
      }
      nodeData[index].setData(areaNamesIndexIn, areaProbabilityIn);
      setModified();
   }
}

/**
 * Set the data for the node and column.
 */
void 
ArealEstimationFile::setNodeData(const int nodeNumber,
                                 const int columnNumber,
                                 const int areaNamesIndexIn[4], 
                                 const float areaProbabilityIn[4])
{
   const int index = getOffset(nodeNumber, columnNumber);
   
   if (index >= 0) {
      nodeData[index].setData(areaNamesIndexIn, areaProbabilityIn);
      setModified();
   }
}

/**
 * Set the number of nodes and columnsfor this file.
 */
void 
ArealEstimationFile::setNumberOfNodesAndColumns(const int numNodes, const int numColumns)
{
   if ((numNodes == 0) || (numColumns == 0)) {
      longName.clear();
      nodeData.clear();
   }
   else {
      longName.resize(numColumns);   
      nodeData.resize(numNodes * numColumns);
   }
      
   numberOfNodes = numNodes;
   numberOfColumns = numColumns;
   numberOfNodesColumnsChanged();
   setModified();
   
   for (int i = 0; i < (numNodes * numColumns); i++) {
      nodeData[i].arealEstimationFile = this;
   }
}

/**
 * Read version 1 of the file.
 */
void
ArealEstimationFile::readFileDataVersion1(QTextStream& stream) throw (FileException)
{
   QString line;
   readLine(stream, line);
   
   const int numAreaNames = line.toInt();
   if (numAreaNames < 1) {
      throw FileException(filename, "No area names in file");
   }
   
   areaNames.reserve(numAreaNames);
   
   for (int i = 0; i < numAreaNames; i++) {
      QString indexStr, name;
      readTagLine(stream, indexStr, name);
      if (name.isEmpty()) {
         throw FileException(filename, "reading line with area name");
      }
      addAreaName(name);
   }
   
   readLine(stream, line);
   const int numNodes = line.toInt();
   if (numNodes < 1) {
      throw FileException(filename, "Reading line with number of nodes");
   }
   
   setNumberOfNodesAndColumns(numNodes, 1);
   
   setColumnComment(0, getFileComment());
   longName[0] = version1LongName;
   setColumnName(0,version1ShortName);
   
   //
   // Should reading data be skipped ?
   //
   if (getReadMetaDataOnlyFlag()) {
      return;
   }

   for (int j = 0; j < numNodes; j++) {
      readLine(stream, line);
      std::vector<QString> tokens;
      StringUtilities::token(line, " ", tokens);
      if (tokens.size() != 9) {
         throw FileException(filename, "Reading a line of data");
      }
      int n[4];
      float p[4];
      n[0] = tokens[1].toInt();
      p[0] = tokens[2].toFloat();
      n[1] = tokens[3].toInt();
      p[1] = tokens[4].toFloat();
      n[2] = tokens[5].toInt();
      p[2] = tokens[6].toFloat();
      n[3] = tokens[7].toInt();
      p[3] = tokens[8].toFloat();
      
      setNodeData(j, 0, n, p);
   }
}

/**
 * Read version 2 of the file.
 */
void
ArealEstimationFile::readFileDataVersion2(QFile& file, QTextStream& stream, QDataStream& binStream) throw (FileException)
{
   QString line;
   readLine(stream, line);
   
   const int numAreaNames = line.toInt();
   if (numAreaNames < 1) {
      throw FileException(filename, "No area names in file");
   }
   
   areaNames.reserve(numAreaNames);
   
#ifdef QT4_FILE_POS_BUG
   QString lastLineRead;
#endif // QT4_FILE_POS_BUG
   for (int i = 0; i < numAreaNames; i++) {
      QString indexStr, line, name;
      readTagLine(stream, line, indexStr, name);
      if (name.isEmpty()) {
         throw FileException(filename, "reading line with area name");
      }
      addAreaName(name);
      
#ifdef QT4_FILE_POS_BUG
      lastLineRead = line;
#endif // QT4_FILE_POS_BUG
   }
   
   //
   // Should reading data be skipped ?
   //
   if (getReadMetaDataOnlyFlag()) {
      return;
   }

#ifdef QT4_FILE_POS_BUG
   if (getFileReadType() == FILE_FORMAT_BINARY) {
      if (lastLineRead.isEmpty() == false) {
         qint64 offset = findBinaryDataOffsetQT4Bug(file, lastLineRead.toAscii().constData());
         if (offset > 0) {
            offset++;
            file.seek(offset);
         }
      }
   }
#endif // QT4_FILE_POS_BUG

   switch (getFileReadType()) {
      case FILE_FORMAT_ASCII:
         for (int j = 0; j < numberOfNodes; j++) {
            readLine(stream, line);
            std::vector<QString> tokens;
            StringUtilities::token(line, " ", tokens);
            if (static_cast<int>(tokens.size()) != (numberOfColumns * 8 + 1)) {
               QString msg("Reading a line of data");
               msg.append(line);
               //std::cout << "Number of tokens is " << tokens.size() 
               //          << " numberOfColumns is " << numberOfColumns << std::endl;
               throw FileException(filename, msg);
            }
            for (int k = 0; k < numberOfColumns; k++) {
               int n[4];
               float p[4];
               n[0] = tokens[k * 8 + 1].toInt();
               p[0] = tokens[k * 8 + 2].toFloat();
               n[1] = tokens[k * 8 + 3].toInt();
               p[1] = tokens[k * 8 + 4].toFloat();
               n[2] = tokens[k * 8 + 5].toInt();
               p[2] = tokens[k * 8 + 6].toFloat();
               n[3] = tokens[k * 8 + 7].toInt();
               p[3] = tokens[k * 8 + 8].toFloat();
            
               setNodeData(j, k, n, p);
            }
         }
         break;
      case FILE_FORMAT_BINARY:
         //
         // Needed for QT 4.2.2
         //
         file.seek(stream.pos());
         for (int j = 0; j < numberOfNodes; j++) {
            for (int k = 0; k < numberOfColumns; k++) {
               int namesIndex[4];
               float prob[4];
               binStream >> namesIndex[0] >> prob[0]
                         >> namesIndex[1] >> prob[1]
                         >> namesIndex[2] >> prob[2]
                         >> namesIndex[3] >> prob[3];
               setNodeData(j, k, namesIndex, prob);
            }
         }
         break;
      case FILE_FORMAT_XML:
         throw FileException(filename, "Reading in XML format not supported.");
         break;
      case FILE_FORMAT_XML_BASE64:
         throw FileException(filename, "Reading XML Base64 not supported.");
         break;
      case FILE_FORMAT_XML_GZIP_BASE64:
         throw FileException(filename, "Reading XML GZip Base64 not supported.");
         break;
      case FILE_FORMAT_OTHER:
         throw FileException(filename, "Reading in Other format not supported.");
         break;
      case FILE_FORMAT_COMMA_SEPARATED_VALUE_FILE:
         throw FileException(filename, "Reading Comma Separated Value File Format not supported.");
         break;
   }
}

/**
 * Read the file's tags.
 */
void
ArealEstimationFile::readTags(QTextStream& stream, const int fileVersion) throw (FileException)
{
   int numNodes = 0;
   int numCols  = 0;
   
   bool readingTags = true;
   while(readingTags) {
      QString tag, tagValue;
      readTagLine(stream, tag, tagValue);
      
      if (tag == tagBeginData) {
         readingTags = false;
      }
      else if (tag == tagNumberOfNodes) {
         numNodes = tagValue.toInt();
         if ((numCols > 0) && (numNodes > 0)) {
            setNumberOfNodesAndColumns(numNodes, numCols);
         }
      }
      else if (tag == tagNumberOfColumns) {
         numCols  = tagValue.toInt();
         if ((numCols > 0) && (numNodes > 0)) {
            setNumberOfNodesAndColumns(numNodes, numCols);
         }
      }
      else if ((tag == tagColumnName) ||
               (tag == "tag-short-name")) {
         if (fileVersion == 1) {
            version1ShortName = tagValue;
         }
         else {
            QString name;
            const int index = splitTagIntoColumnAndValue(tagValue, name);
            setColumnName(index, name);
         }
      }
      else if (tag == tagLongName) {
         if (fileVersion == 1) {
            version1LongName = tagValue;
         }
         else {
            QString name;
            const int index = splitTagIntoColumnAndValue(tagValue, name);
            longName[index] = name;
         }
      }
      else if (tag == tagColumnComment) {
         QString name;
         const int index = splitTagIntoColumnAndValue(tagValue, name);
         columnComments[index] = StringUtilities::setupCommentForDisplay(name);
      }
      else if (tag == "tag-comment") {
         setFileComment(tagValue);
      }
      else if (tag == tagFileTitle) {
         setFileTitle(tagValue);
      }
      else if (tag == tagColumnStudyMetaData) {
         QString name;
         const int index = splitTagIntoColumnAndValue(tagValue, name);
         studyMetaDataLinkSet[index].setLinkSetFromCodedText(name);
      }
      else {
         std::cerr << "WARNING: Unknown Areal Estimation File Tag: " << tag.toAscii().constData() << std::endl;
      }
   }
}
    
/**
 * Read the areal estimation file.
 */
void
ArealEstimationFile::readFileData(QFile& file, QTextStream& stream,
                                  QDataStream& binStream,
                                  QDomElement& /* rootElement */) throw (FileException)
{
   int fileVersion = 0;
   QString versionTag;
   QString versionNumStr;
   readTagLine(stream, versionTag, versionNumStr);
   if ((versionTag != tagFileVersion) && (versionTag != "tag-file-version")) {
      throw FileException(filename, "Unable to find line with version tag");
   }
   if (versionNumStr.isEmpty()) {
      throw FileException(filename, "Reading line containing file version number");
   }
   fileVersion = versionNumStr.toInt();   
   
   readTags(stream, fileVersion);
   
   switch(fileVersion) {
      case 2:
         readFileDataVersion2(file, stream, binStream);
         break;         
      case 1:
         readFileDataVersion1(stream);
         break;
      default:
         throw FileException(filename, "Unsupported version of areal estimation file");
         break;
   }
}

/**
 * Write the areal estimation file.
 */
void
ArealEstimationFile::writeFileData(QTextStream& stream, 
                                   QDataStream& binStream,
                                   QDomDocument& /* xmlDoc */,
                                   QDomElement& /* rootElement */) throw (FileException)
{
   stream << tagFileVersion << " 2\n";

   stream << tagNumberOfNodes << " " << numberOfNodes << "\n";
   stream << tagNumberOfColumns << " " << numberOfColumns << "\n";
   stream << tagFileTitle << " " << fileTitle << "\n";
   
   for (int k = 0; k < numberOfColumns; k++) {
      stream << tagColumnComment << " " << k 
             << " " << StringUtilities::setupCommentForStorage(columnComments[k]) << "\n";
      stream << tagLongName << " "  << k << " " << longName[k] << "\n";
      stream << tagColumnName << " "  << k << " "<< columnNames[k] << "\n";
      stream << tagColumnStudyMetaData << " " << k << " " << studyMetaDataLinkSet[k].getLinkSetAsCodedText() << "\n";
   }
      
   stream << tagBeginData << "\n";
   
   stream << static_cast<int>(areaNames.size()) << "\n";
   for (unsigned int i = 0; i < areaNames.size(); i++) {
      stream << static_cast<int>(i)  << " " << areaNames[i] << "\n";
   }
   
   switch (getFileWriteType()) {
      case FILE_FORMAT_ASCII:
         for (int j = 0; j < numberOfNodes; j++) {
            stream << j;
            for (int k = 0; k < numberOfColumns; k++) {
               int namesIndex[4];
               float prob[4];
               getNodeData(j, k, namesIndex, prob);
               
               stream << " " << namesIndex[0] << " " << prob[0] << " "
                             << namesIndex[1] << " " << prob[1] << " "
                             << namesIndex[2] << " " <<  prob[2] << " " 
                             << namesIndex[3] << " " <<  prob[3]  << " ";
            }
            stream << "\n";
         }
         break;
      case FILE_FORMAT_BINARY:
#ifdef QT4_FILE_POS_BUG
         setBinaryFilePosQT4Bug();
#else  // QT4_FILE_POS_BUG
         //
         // still a bug in QT 4.2.2
         //
         setBinaryFilePosQT4Bug();
#endif // QT4_FILE_POS_BUG
         for (int j = 0; j < numberOfNodes; j++) {
            for (int k = 0; k < numberOfColumns; k++) {
               int namesIndex[4];
               float prob[4];
               getNodeData(j, k, namesIndex, prob);
               
               binStream << namesIndex[0] << prob[0]
                         << namesIndex[1] << prob[1]
                         << namesIndex[2] << prob[2]
                         << namesIndex[3] << prob[3];
            }
         }
         break;
      case FILE_FORMAT_XML:
         throw FileException(filename, "Writing in XML format not supported.");
         break;
      case FILE_FORMAT_XML_BASE64:
         throw FileException(filename, "Writing XML Base64 not supported.");
         break;
      case FILE_FORMAT_XML_GZIP_BASE64:
         throw FileException(filename, "Writing XML GZip Base64 not supported.");
         break;
      case FILE_FORMAT_OTHER:
         throw FileException(filename, "Writing in Other format not supported.");
         break;
      case FILE_FORMAT_COMMA_SEPARATED_VALUE_FILE:
         throw FileException(filename, "Writing Comma Separated Value File Format not supported.");
         break;
   }
}