PostEddyAlignShellsFunctions.cpp 34.8 KB
Newer Older
wangkx1's avatar
init  
wangkx1 committed
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
/*! \file PostEddyAlignShellsFunctions.cpp
    \brief Contains some high level global functions used to
    align shells to each other and to b0 after the "main eddy"
    has completed.
*/

#include <iostream>
#include <cstdlib>
#include <string>
#include <vector>
#include <cmath>
#include <memory>
#include <thread>
#include "armawrap/newmat.h"
#include "topup/topup_file_io.h"
#include "EddyCommandLineOptions.h"
#include "PostEddyCF.h"
#include "PostEddyAlignShellsFunctions.h"
#ifdef COMPILE_GPU
#include "cuda/EddyGpuUtils.h"
#endif

using namespace std;


namespace EDDY {

void PEASUtils::PostEddyAlignShells(// Input
				    const EddyCommandLineOptions&   clo,
				    bool                            upe, // Update parameter estimates or not
				    // Input/Output
				    ECScanManager&                  sm) EddyTry
{
  std::vector<double>                               grpb;
  std::vector<NEWMAT::ColumnVector>                 mi_mov_par;
  std::vector<NEWMAT::ColumnVector>                 mi_mp_for_updates;
  std::vector<std::vector<NEWMAT::ColumnVector> >   mi_cmov_par;
  std::vector<NEWMAT::ColumnVector>                 b0_mov_par;
  std::vector<NEWMAT::ColumnVector>                 b0_mp_for_updates;

  if (sm.B0sAreUsefulForPEAS()) {
    if (clo.VeryVerbose()) cout << "Using interspersed b0's to estimate between shell movement" << endl;
    PEASUtils::align_shells_using_interspersed_B0_scans(clo,sm,grpb,b0_mov_par,b0_mp_for_updates);
  }
  if (clo.VeryVerbose()) cout << "Using MI to estimate between shell movement" << endl;
  PEASUtils::align_shells_using_MI(clo,false,sm,grpb,mi_mov_par,mi_cmov_par,mi_mp_for_updates); // Align based on MI between shell means

  // Write report
  PEASUtils::write_post_eddy_align_shells_report(mi_mov_par,mi_mp_for_updates,mi_cmov_par,b0_mov_par,b0_mp_for_updates,grpb,upe,clo);

  // Update parameter estimates if requested
  if (upe) {
    std::vector<NEWMAT::ColumnVector> mp_for_updates;
    if (clo.UseB0sToAlignShellsPostEddy()) mp_for_updates = b0_mp_for_updates;
    else mp_for_updates = mi_mp_for_updates;

    std::vector<std::vector<unsigned int> > dwi_indx = sm.GetShellIndicies(grpb);

    for (unsigned int i=0; i<mp_for_updates.size(); i++) {
      if (clo.VeryVerbose()) cout << "Parameters for shell " << grpb[i] << " to b0" << endl;
      if (clo.VeryVerbose()) cout << "mp_for_updates = " << mp_for_updates[i] << endl;
    }
    if (clo.VeryVerbose()) cout << "Updating parameter estimates" << endl;
    for (unsigned int i=0; i<dwi_indx.size(); i++) {
      if (clo.VeryVerbose()) cout << "Updating parmeter estimates for shell " << i << endl;
      PEASUtils::update_mov_par_estimates(mp_for_updates[i],dwi_indx[i],sm);
    }
  }
  return;
} EddyCatch

void PEASUtils::PostEddyAlignShellsAlongPE(// Input
					   const EddyCommandLineOptions&   clo,
					   bool                            upe, // Update parameter estimates or not
					   // Input/Output
					   ECScanManager&                  sm) EddyTry
{
  // If there are scans with PE in x AND y there should be no ambiguity
  if (sm.HasPEinXandY()) return;

  std::vector<double>                               grpb;
  std::vector<NEWMAT::ColumnVector>                 mi_mov_par;
  std::vector<NEWMAT::ColumnVector>                 mi_mp_for_updates;
  std::vector<std::vector<NEWMAT::ColumnVector> >   mi_cmov_par;

  if (clo.VeryVerbose()) cout << "Using MI to estimate between shell translation along PE" << endl;
  PEASUtils::align_shells_using_MI(clo,true,sm,grpb,mi_mov_par,mi_cmov_par,mi_mp_for_updates); // Align based on MI between shell means

  // Write report
  PEASUtils::write_post_eddy_align_shells_along_PE_report(mi_mov_par,mi_mp_for_updates,mi_cmov_par,grpb,upe,clo);

  // Update parameter estimates if requested
  if (upe) {
    std::vector<std::vector<unsigned int> > dwi_indx = sm.GetShellIndicies(grpb);

    for (unsigned int i=0; i<mi_mp_for_updates.size(); i++) {
      if (clo.VeryVerbose()) cout << "Parameters for shell " << grpb[i] << " to b0" << endl;
      if (clo.VeryVerbose()) cout << "mp_for_updates = " << mi_mp_for_updates[i] << endl;
    }
    if (clo.VeryVerbose()) cout << "Updating parameter estimates" << endl;
    for (unsigned int i=0; i<dwi_indx.size(); i++) {
      if (clo.VeryVerbose()) cout << "Updating parmeter estimates for shell " << i << endl;
      PEASUtils::update_mov_par_estimates(mi_mp_for_updates[i],dwi_indx[i],sm);
    }
  }
  return;
} EddyCatch

void PEASUtils::WritePostEddyBetweenShellMIValues(// Input
						  const EddyCommandLineOptions&     clo,
						  const ECScanManager&              sm,
						  const std::vector<unsigned int>&  n,
						  const std::vector<double>&        first,
						  const std::vector<double>&        last,
						  const std::string&                bfname) EddyTry
{
  // Get mean b0 volume
  NEWIMAGE::volume<float>     b0_mask = sm.Scan(0,ScanType::Any).GetIma(); b0_mask=1.0;
  std::vector<unsigned int>   b0_indx = sm.GetB0Indicies();
  NEWIMAGE::volume<float>     b0_mean = PEASUtils::get_mean_scan(clo,sm,b0_indx,b0_mask);
  // NEWIMAGE::write_volume(b0_mean,"mean_b0_volume");

  // Get mean volumes for all shells
  if (clo.VeryVerbose()) cout << "Calculating shell means" << endl;
  std::vector<NEWIMAGE::volume<float> >  dwi_means;
  std::vector<double>                    grpb;
  NEWIMAGE::volume<float>                mask = sm.Scan(0,ScanType::Any).GetIma(); mask=1.0;
  if (sm.IsShelled()) { // Get shell means
    std::vector<std::vector<unsigned int> > dwi_indx = sm.GetShellIndicies(grpb);
    dwi_means.resize(dwi_indx.size());
    NEWIMAGE::volume<float> tmpmask;
    for (unsigned int i=0; i<dwi_indx.size(); i++) {
      tmpmask = 1.0;
      dwi_means[i] = PEASUtils::get_mean_scan(clo,sm,dwi_indx[i],tmpmask);
      mask *= tmpmask;
    }
  }
  else { // Get mean of all dwi's
  }
  mask *= b0_mask; // Mask valid for b0 and dwi

  // Get and write MI values for all combinations of b0 and dwi shells
  for (unsigned int i=0; i<dwi_means.size(); i++) {
    char ofname[256]; sprintf(ofname,"%s_b0_b%d",bfname.c_str(),100*static_cast<int>(std::round(grpb[i]/100.0)));
    write_between_shell_MI_values(b0_mean,dwi_means[i],mask,ofname,n,first,last);
  }
} EddyCatch

/****************************************************************//**
*
*  A static and private function in PEASUtils
*  \param[in] clo Command line options
*  \param[in] sm Collection of all scans.
*  \param[in] indx List of indices that the mean should be based on.
*  \param[out] mask A mask for which the mean is valid.
*  \return A mean volume
*
********************************************************************/
NEWIMAGE::volume<float> PEASUtils::get_mean_scan(// Input
						 const EddyCommandLineOptions&     clo,
						 const ECScanManager&              sm,
						 const std::vector<unsigned int>&  indx,
						 // Output
						 NEWIMAGE::volume<float>&          mask) EddyTry
{
  NEWIMAGE::volume<float> mean = sm.Scan(0,ScanType::Any).GetIma(); mean = 0.0;
  mask = sm.Scan(0,ScanType::Any).GetIma(); EddyUtils::SetTrilinearInterp(mask); mask = 1.0;
  if (clo.VeryVerbose()) cout << "Calculating shell means";
  if (clo.VeryVerbose()) cout << endl << "Scan: " << endl;
#ifdef COMPILE_GPU
  NEWIMAGE::volume<float> tmpmask = sm.Scan(0,ScanType::Any).GetIma();
  EddyUtils::SetTrilinearInterp(tmpmask);
  for (unsigned int i=0; i<indx.size(); i++) {
    if (clo.VeryVerbose()) printf("%d ",indx[i]);
    tmpmask = 1.0;
    mean += EddyGpuUtils::GetUnwarpedScan(sm.Scan(indx[i],ScanType::Any),sm.GetSuscHzOffResField(indx[i],ScanType::Any),sm.GetBiasField(),false,&tmpmask);
    mask *= tmpmask;
  }
#else
  if (clo.NumberOfThreads() == 1) { // If we are to run single thread
    for (int i=0; i<int(indx.size()); i++) {
      if (clo.VeryVerbose()) { cout << indx[i] << " "; cout.flush(); }
      NEWIMAGE::volume<float> tmpmask = sm.Scan(0,ScanType::Any).GetIma();
      EddyUtils::SetTrilinearInterp(tmpmask); tmpmask = 1.0;
      mean += sm.GetUnwarpedScan(indx[i],tmpmask,ScanType::Any);
      mask *= tmpmask;
    }
  }
  else { // We are to run multi-threaded
    // Decide number of volumes per thread
    std::vector<unsigned int> nvols = EddyUtils::ScansPerThread(indx.size(),clo.NumberOfThreads());
    // Next spawn threads to do the calculations
    std::vector<std::thread> threads(clo.NumberOfThreads()-1); // + main thread makes clo.NumberOfThreads()
    for (unsigned int i=0; i<clo.NumberOfThreads()-1; i++) {
      threads[i] = std::thread(get_mean_scan_wrapper,nvols[i],nvols[i+1],std::ref(sm),std::ref(indx),
			       clo.VeryVerbose(),std::ref(mean),std::ref(mask));
    }
    get_mean_scan_wrapper(nvols[clo.NumberOfThreads()-1],nvols[clo.NumberOfThreads()],sm,indx,clo.VeryVerbose(),mean,mask);
    std::for_each(threads.begin(),threads.end(),std::mem_fn(&std::thread::join));
  }
#endif
  if (clo.VeryVerbose()) printf("\n");
  mean /= indx.size();

  return(mean);
} EddyCatch

/****************************************************************//**
*
*  A static and private function in PEASUtils. It only serves
*  as a wrapper for "get_mean_scan" to facilitate using C++11
*  threads for parallelisation.
*  \param[in] sm Collection of all scans.
*  \param[in] indx List of indices that the mean should be based on.
*  \param[out] mask A mean volume
*  \param[out] mask A mask for which the mean is valid.
*  \return None
*
********************************************************************/
void PEASUtils::get_mean_scan_wrapper(unsigned int                      first_index,
				      unsigned int                      last_index,
				      const ECScanManager&              sm,
				      const std::vector<unsigned int>&  indx,
				      bool                              very_verbose,
				      // Output
				      NEWIMAGE::volume<float>&          mean,
				      NEWIMAGE::volume<float>&          mask) EddyTry
{
  static std::mutex cout_mutex;
  static std::mutex add_mutex;
  static std::mutex mul_mutex;

  for (unsigned int i=first_index; i<last_index; i++) {
    if (very_verbose) {
      cout_mutex.lock();
      cout << indx[i] << " "; cout.flush();
      cout_mutex.unlock();
    }
    NEWIMAGE::volume<float> tmpmask = sm.Scan(0,ScanType::Any).GetIma();
    EddyUtils::SetTrilinearInterp(tmpmask); tmpmask = 1.0;
    NEWIMAGE::volume<float> tmpima = sm.GetUnwarpedScan(indx[i],tmpmask,ScanType::Any);
    add_mutex.lock();
    mean += tmpima;
    add_mutex.unlock();
    mul_mutex.lock();
    mask *= tmpmask;
    mul_mutex.unlock();
  }
} EddyCatch

NEWMAT::ColumnVector PEASUtils::register_volumes(// Input
						 const NEWIMAGE::volume<float>& ref,
						 const NEWIMAGE::volume<float>& ima,
						 const NEWIMAGE::volume<float>& mask,
						 // Output
						 NEWIMAGE::volume<float>&       rima) EddyTry
{
  EddyUtils::SetSplineInterp(ima);
  EddyUtils::SetTrilinearInterp(mask);
  MISCMATHS::NonlinParam nlpar(6,MISCMATHS::NL_NM);
  // Set starting simplex to 1mm and 1 degree.
  NEWMAT::ColumnVector ss(6); ss=1.0; for (int i=3; i<6; i++) ss(i+1) = 3.1415 / 180.0;
  nlpar.SetStartAmoeba(ss);
  // Make MI cost-function object with 256 bins
  // 256 is MJ's recommendation, and also looks the smoothest in my testing.
  PostEddyCF ecf(ref,ima,mask,256);
  // Run optimisation
  MISCMATHS::nonlin(nlpar,ecf);
  rima = ecf.GetTransformedIma(nlpar.Par());

  return(nlpar.Par());
} EddyCatch

NEWMAT::ColumnVector PEASUtils::register_volumes_along_PE(// Input
							  const NEWIMAGE::volume<float>& ref,
							  const NEWIMAGE::volume<float>& ima,
							  const NEWIMAGE::volume<float>& mask,
							  unsigned int                   pe_dir,
							  // Output
							  NEWIMAGE::volume<float>&       rima) EddyTry
{
  EddyUtils::SetSplineInterp(ima);
  EddyUtils::SetTrilinearInterp(mask);
  MISCMATHS::NonlinParam nlpar(1,MISCMATHS::NL_NM);
  // Set starting simplex (actually just a line in this case) to 1mm
  NEWMAT::ColumnVector ss(1); ss(1)=1.0;
  nlpar.SetStartAmoeba(ss);
  // Make MI cost-function object with 256 bins
  // 256 is MJ's recommendation, and also looks the smoothest in my testing.
  PostEddyCF ecf(ref,ima,mask,256,pe_dir);
  // Run optimisation
  MISCMATHS::nonlin(nlpar,ecf);
  rima = ecf.GetTransformedIma(nlpar.Par());

  return(nlpar.Par());
} EddyCatch

void PEASUtils::register_volumes_wrapper(// Input
					 unsigned int                                     first_reg,
					 unsigned int                                     last_reg,
					 const std::vector<std::pair<int,unsigned int> >& regs,
					 bool                                             pe_only,
					 unsigned int                                     pe_dir,
					 const NEWIMAGE::volume<float>&                   b0,
					 const std::vector<NEWIMAGE::volume<float> >&     dwis,
					 const NEWIMAGE::volume<float>&                   mask,
					 const std::vector<double>&                       grpb,
					 bool                                             vv,
					 // Output
					 std::vector<NEWMAT::ColumnVector>&               mov_par,
					 std::vector<std::vector<NEWMAT::ColumnVector> >& cmov_par) EddyTry
{
  static std::mutex cout_mutex;

  NEWIMAGE::volume<float> rima;
  for (unsigned int i=first_reg; i<last_reg; i++) {
    if (pe_only) { // We are to register along PE only
      if (regs[i].first < 0) { // We are to register to b0
	mov_par[regs[i].second] = PEASUtils::register_volumes_along_PE(b0,dwis[regs[i].second],mask,pe_dir,rima);
	if (vv) { // If very verbose
	  const std::lock_guard<std::mutex> lock(cout_mutex);
	  cout << "Registered shell " << grpb[regs[i].second] << " along PE to b0" << endl << std::flush;
	  cout << "PE-translation = " << PEASUtils::format_mp(mov_par[regs[i].second]) << endl << std::flush;
	}
      }
      else { // If we are to register shells to each other
	cmov_par[regs[i].first][regs[i].second] = PEASUtils::register_volumes_along_PE(dwis[regs[i].first],dwis[regs[i].second],mask,pe_dir,rima);
	if (vv) { // If very verbose
	  const std::lock_guard<std::mutex> lock(cout_mutex);
	  cout << "Registered shell " << regs[i].second << " along PE to shell " << regs[i].first << endl << std::flush;
	  cout << "Registered shell " << grpb[regs[i].second] << " along PE to shell " << grpb[regs[i].first] << endl << std::flush;
	  cout << "PE-translation = " << PEASUtils::format_mp(cmov_par[regs[i].first][regs[i].second]) << endl << std::flush;
	}
      }
    }
    else { // We are to do a full rigid body registration
      if (regs[i].first < 0) { // We are to register to b0
	mov_par[regs[i].second] = PEASUtils::register_volumes(b0,dwis[regs[i].second],mask,rima);
	if (vv) { // If very verbose
	  const std::lock_guard<std::mutex> lock(cout_mutex);
	  cout << "Registered shell " << grpb[regs[i].second] << " along PE to b0" << endl << std::flush;
	  cout << "Movement parameters: " << PEASUtils::format_mp(mov_par[regs[i].second]) << endl << std::flush;
	}
      }
      else { // If we are to register shells to each other
	cmov_par[regs[i].first][regs[i].second] = PEASUtils::register_volumes(dwis[regs[i].first],dwis[regs[i].second],mask,rima);
	if (vv) { // If very verbose
	  const std::lock_guard<std::mutex> lock(cout_mutex);
	  cout << "Registered shell " << regs[i].second << " along PE to shell " << regs[i].first << endl << std::flush;
	  cout << "Registered shell " << grpb[regs[i].second] << " along PE to shell " << grpb[regs[i].first] << endl << std::flush;
	  cout << "Movement parameters: " << PEASUtils::format_mp(cmov_par[regs[i].first][regs[i].second]) << endl << std::flush;
	}
      }
    }
  }
} EddyCatch

std::string PEASUtils::format_mp(const NEWMAT::ColumnVector& mp) EddyTry
{
  char str[256];
  if (mp.Nrows() == 1) {
    sprintf(str,"%5.2fmm",mp(1));
  }
  else if (mp.Nrows() == 6) {
    sprintf(str,"xt = %5.2fmm, yt = %5.2fmm, zt = %5.2fmm, xr = %5.2fdeg, yr = %5.2fdeg, zr = %5.2fdeg",mp(1),mp(2),mp(3),180*mp(4)/M_PI,180*mp(5)/M_PI,180*mp(6)/M_PI);
  }
  else throw EddyException("EDDY::PEASUtils::format_mp: mp must have 1 or 6 elements");

  return(std::string(str));
} EddyCatch

std::vector<NEWMAT::ColumnVector> PEASUtils::collate_mov_par_estimates_for_use(const std::vector<NEWMAT::ColumnVector>&                mp,
									       const std::vector<std::vector<NEWMAT::ColumnVector> >&  cmp,
									       const NEWIMAGE::volume<float>&                          ima) EddyTry
{
  /*
  // This bit of code combines estimates of lowest b-val shell to
  // b0 with estimates from all other shells to lowest b-val
  std::vector<NEWMAT::ColumnVector> omp = mp;
  for (unsigned int i=1; i<omp.size(); i++) {
    NEWMAT::Matrix A = TOPUP::MovePar2Matrix(mp[0],ima) * TOPUP::MovePar2Matrix(cmp[0][i],ima);
    omp[i] = TOPUP::Matrix2MovePar(A,ima);
  }
  */

  // This bit of code uses the direct estimates of each shell to b0
  std::vector<NEWMAT::ColumnVector> omp = mp;

  /*
  // This bit of code uses the direct estimates of the lowest shell to b0
  // and then assumes that the shells are already aligned to each other.
  std::vector<NEWMAT::ColumnVector> omp = mp;
  for (unsigned int i=1; i<omp.size(); i++) omp[i] = omp[0];
  */

  return(omp);
} EddyCatch

void PEASUtils::write_post_eddy_align_shells_report(const std::vector<NEWMAT::ColumnVector>&                mi_dmp,
						    const std::vector<NEWMAT::ColumnVector>&                mi_ump,
						    const std::vector<std::vector<NEWMAT::ColumnVector> >&  mi_cmp,
						    const std::vector<NEWMAT::ColumnVector>&                b0_dmp,
						    const std::vector<NEWMAT::ColumnVector>&                b0_ump,
						    const std::vector<double>&                              grpb,
						    bool                                                    upe,
						    const EddyCommandLineOptions&                           clo) EddyTry
{
  try {
    std::ofstream  file;
    double pi = 3.14159;
    file.open(clo.PeasReportFname().c_str(),ios::out|ios::trunc);
    file << "These between shell parameters were calculated using MI between shell means" << endl;
    file << setprecision(3) << "Movement parameters relative b0-shell from direct registration to mean b0" << endl;
    for (unsigned int i=0; i<mi_dmp.size(); i++) {
      file << "Shell " << grpb[i] << " to b0-shell" << endl;
      file << setw(10) << "x-tr (mm)" << setw(10) << "y-tr (mm)" << setw(10) << "z-tr (mm)" << setw(12) << "x-rot (deg)" << setw(12) << "y-rot (deg)" << setw(12) << "z-rot (deg)" << endl;
      file << setw(10) << mi_dmp[i](1) << setw(10) << mi_dmp[i](2) << setw(10) << mi_dmp[i](3) << setw(12) << mi_dmp[i](4)*180.0/pi << setw(12) << mi_dmp[i](5)*180.0/pi << setw(12) << mi_dmp[i](6)*180.0/pi << endl;
    }
    file << endl << "Relative movement parameters between the shells" << endl;
    for (unsigned int i=1; i<mi_cmp[0].size(); i++) {
      file << "Shell " << grpb[i] << " to shell " << grpb[0] << endl;
      file << setw(10) << "x-tr (mm)" << setw(10) << "y-tr (mm)" << setw(10) << "z-tr (mm)" << setw(12) << "x-rot (deg)" << setw(12) << "y-rot (deg)" << setw(12) << "z-rot (deg)" << endl;
      file << setw(10) << mi_cmp[0][i](1) << setw(10) << mi_cmp[0][i](2) << setw(10) << mi_cmp[0][i](3);
      file << setw(12) << mi_cmp[0][i](4)*180.0/pi << setw(12) << mi_cmp[0][i](5)*180.0/pi << setw(12) << mi_cmp[0][i](6)*180.0/pi << endl;
    }
    file << endl << "Deduced movement parameters relative b0-shell" << endl;
    for (unsigned int i=0; i<mi_ump.size(); i++) {
      file << "Shell " << grpb[i] << " to b0-shell" << endl;
      file << setw(10) << "x-tr (mm)" << setw(10) << "y-tr (mm)" << setw(10) << "z-tr (mm)" << setw(12) << "x-rot (deg)" << setw(12) << "y-rot (deg)" << setw(12) << "z-rot (deg)" << endl;
      file << setw(10) << mi_ump[i](1) << setw(10) << mi_ump[i](2) << setw(10) << mi_ump[i](3) << setw(12) << mi_ump[i](4)*180.0/pi << setw(12) << mi_ump[i](5)*180.0/pi << setw(12) << mi_ump[i](6)*180.0/pi << endl;
    }
    file << endl << endl;
    if (b0_dmp.size()) { // If parameters were also estimated using interspersed b0s
      file << "These between shell parameters were calculated using interspersed b0-volumes" << endl;
      file << setprecision(3) << "Movement parameters relative b0-shell" << endl;
      for (unsigned int i=0; i<b0_dmp.size(); i++) {
	file << "Shell " << grpb[i] << " to b0-shell" << endl;
	file << setw(10) << "x-tr (mm)" << setw(10) << "y-tr (mm)" << setw(10) << "z-tr (mm)" << setw(12) << "x-rot (deg)" << setw(12) << "y-rot (deg)" << setw(12) << "z-rot (deg)" << endl;
	file << setw(10) << b0_dmp[i](1) << setw(10) << b0_dmp[i](2) << setw(10) << b0_dmp[i](3) << setw(12) << b0_dmp[i](4)*180.0/pi << setw(12) << b0_dmp[i](5)*180.0/pi << setw(12) << b0_dmp[i](6)*180.0/pi << endl;
      }
      file << endl << endl;
    }
    if (!upe) file << "The movement parameters presented above have been calculated but not used";
    else {
      file << "These are the movement parameters that have been applied to the data" << endl << endl;
      std::vector<NEWMAT::ColumnVector> ump;
      if (clo.UseB0sToAlignShellsPostEddy()) ump = b0_ump;
      else ump = mi_ump;
      for (unsigned int i=0; i<ump.size(); i++) {
	file << "Shell " << grpb[i] << " to b0-shell" << endl;
	file << setw(10) << "x-tr (mm)" << setw(10) << "y-tr (mm)" << setw(10) << "z-tr (mm)" << setw(12) << "x-rot (deg)" << setw(12) << "y-rot (deg)" << setw(12) << "z-rot (deg)" << endl;
	file << setw(10) << ump[i](1) << setw(10) << ump[i](2) << setw(10) << ump[i](3) << setw(12) << ump[i](4)*180.0/pi << setw(12) << ump[i](5)*180.0/pi << setw(12) << ump[i](6)*180.0/pi << endl;
      }
    }
    file.close();
  }
  catch (...) {
    throw EddyException("EDDY::PEASUtils::write_post_eddy_align_shells_report: Failed writing file.");
  }
} EddyCatch

void PEASUtils::write_post_eddy_align_shells_along_PE_report(const std::vector<NEWMAT::ColumnVector>&                mi_dmp,
							     const std::vector<NEWMAT::ColumnVector>&                mi_ump,
							     const std::vector<std::vector<NEWMAT::ColumnVector> >&  mi_cmp,
							     const std::vector<double>&                              grpb,
							     bool                                                    upe,
							     const EddyCommandLineOptions&                           clo) EddyTry
{
  try {
    std::ofstream  file;
    file.open(clo.PeasAlongPEReportFname().c_str(),ios::out|ios::trunc);
    file << "These between shell PE-translations were calculated using MI between shell means" << endl;
    file << setprecision(3) << "PE-translations (mm) relative b0-shell from direct registration to mean b0" << endl;
    for (unsigned int i=0; i<mi_dmp.size(); i++) {
      file << "Shell " << grpb[i] << " to b0-shell: PE-translation = " << mi_dmp[i](1) << " mm" << endl;
    }
    file << endl << "Relative PE-translations (mm) between the shells" << endl;
    for (unsigned int i=1; i<mi_cmp[0].size(); i++) {
      file << "Shell " << grpb[i] << " to shell " << grpb[0] << ": PE-translation = " << mi_cmp[0][i](1) << " mm" << endl;
    }
    file << endl << "Deduced PE-translations (mm) relative b0-shell" << endl;
    for (unsigned int i=0; i<mi_ump.size(); i++) {
      file << "Shell " << grpb[i] << " to b0-shell: PE-translation = " << mi_ump[i](1) << " mm" << endl;
    }
    file << endl << endl;
    if (!upe) file << "The PE-translations presented above have been calculated but not used";
    else {
      file << "These are the PE-translations (mm) that have been applied to the data" << endl << endl;
      for (unsigned int i=0; i<mi_ump.size(); i++) {
	file << "Shell " << grpb[i] << " to b0-shell: PE-translation = " << mi_ump[i](1) << " mm" << endl;
      }
    }
    file.close();
  }
  catch (...) {
    throw EddyException("EDDY::WritePostEddyAlignShellsReport: Failed writing file.");
  }
} EddyCatch

void PEASUtils::update_mov_par_estimates(// Input
					 const NEWMAT::ColumnVector&       mp,
					 const std::vector<unsigned int>&  indx,
					 // Input/output
					 ECScanManager&                    sm) EddyTry
{
  NEWMAT::Matrix A;
  if (mp.Nrows()==1) {
    NEWMAT::ColumnVector tmp(6); tmp = 0.0;
    if (sm.HasPEinX()) tmp(1) = mp(1); else tmp(2) = mp(1);
    A = TOPUP::MovePar2Matrix(tmp,sm.Scan(0,ScanType::Any).GetIma());
  }
  else if (mp.Nrows()==6) A = TOPUP::MovePar2Matrix(mp,sm.Scan(0,ScanType::Any).GetIma());
  else throw EddyException("EDDY::PostEddyCFImpl::GetTransformedIma: size of p must be 1 or 6");
  for (unsigned int i=0; i<indx.size(); i++) {
    NEWMAT::Matrix iM = sm.Scan(indx[i],ScanType::Any).InverseMovementMatrix();
    iM = A*iM;
    NEWMAT::ColumnVector nmp = TOPUP::Matrix2MovePar(iM.i(),sm.Scan(0,ScanType::Any).GetIma());
    sm.Scan(indx[i],ScanType::Any).SetParams(nmp,EDDY::ParametersType::Movement);
  }
  return;
} EddyCatch

void PEASUtils::align_shells_using_MI(// Input
				      const EddyCommandLineOptions&                      clo,
				      bool                                               pe_only,
				      // Input/Output
				      ECScanManager&                                     sm,
				      // Output
				      std::vector<double>&                               grpb,
				      std::vector<NEWMAT::ColumnVector>&                 mov_par,
				      std::vector<std::vector<NEWMAT::ColumnVector> >&   cmov_par,
				      std::vector<NEWMAT::ColumnVector>&                 mp_for_updates) EddyTry
{
  std::vector<std::vector<unsigned int> > dwi_indx;

  // Get mean b0 volume
  NEWIMAGE::volume<float>     b0_mask = sm.Scan(0,ScanType::Any).GetIma(); b0_mask=1.0;
  std::vector<unsigned int>   b0_indx = sm.GetB0Indicies();
  NEWIMAGE::volume<float>     b0_mean = PEASUtils::get_mean_scan(clo,sm,b0_indx,b0_mask);
  // NEWIMAGE::write_volume(b0_mean,"mean_b0_volume");

  // Get mean volumes for all shells
  if (clo.VeryVerbose()) cout << "Calculating shell means" << endl;
  std::vector<NEWIMAGE::volume<float> >  dwi_means;
  NEWIMAGE::volume<float>                mask = sm.Scan(0,ScanType::Any).GetIma(); mask=1.0;
  if (sm.IsShelled()) { // Get shell means
    dwi_indx = sm.GetShellIndicies(grpb);
    dwi_means.resize(dwi_indx.size());
    NEWIMAGE::volume<float> tmpmask;
    for (unsigned int i=0; i<dwi_indx.size(); i++) {
      tmpmask = 1.0;
      dwi_means[i] = PEASUtils::get_mean_scan(clo,sm,dwi_indx[i],tmpmask);
      mask *= tmpmask;
    }
  }
  else { // Get mean of all dwi's
  }
  mask *= b0_mask; // Mask valid for b0 and dwi
  // NEWIMAGE::write_volume(dwi_means[0],"mean_dwi_volume");
  // NEWIMAGE::write_volume(mask,"peas_mask");

  // Register all volumes to b0
  if (clo.VeryVerbose()) cout << "Registering shell means" << endl;
  mov_par.resize(dwi_means.size());
  cmov_par.resize(dwi_means.size());
  // The logic below is _awful_, but was an unfortunate consequence of
  // rewriting the multi-CPU branch using the C++11 thread library.
  // It means that the code below gets executed if it was compiled
  // for GPU _OR_ if it was compiled for CPU and we are to run single threaded.
  #ifndef COMPILE_GPU
  if (clo.NumberOfThreads() == 1 || dwi_means.size() == 1) { // If we are to run single threaded
  #endif
  NEWIMAGE::volume<float> rima;
  for (unsigned int i=0; i<dwi_means.size(); i++) {
    if (pe_only) {
      if (clo.VeryVerbose()) cout << "Registering shell " << grpb[i] << " along PE to b0" << endl;
      unsigned int pe_dir = sm.HasPEinX() ? 0 : 1;
      mov_par[i] = PEASUtils::register_volumes_along_PE(b0_mean,dwi_means[i],mask,pe_dir,rima);
      if (clo.VeryVerbose()) cout << "PE-translation = " << PEASUtils::format_mp(mov_par[i]) << endl;
    }
    else {
      if (clo.VeryVerbose()) cout << "Registering shell " << grpb[i] << " to b0" << endl;
      mov_par[i] = PEASUtils::register_volumes(b0_mean,dwi_means[i],mask,rima);
      if (clo.VeryVerbose()) cout << "Movement parameters: " << PEASUtils::format_mp(mov_par[i]) << endl;
    }
  }
  for (unsigned int i=0; i<dwi_means.size(); i++) {
    cmov_par[i].resize(dwi_means.size());
    for (unsigned int j=i+1; j<dwi_means.size(); j++) {
      if (pe_only) {
	if (clo.VeryVerbose()) cout << "Registering shell " << j << " along PE to shell " << i << endl; cout.flush();
	if (clo.VeryVerbose()) cout << "Registering shell " << grpb[j] << " along PE to shell " << grpb[i] << endl; cout.flush();
	unsigned int pe_dir = sm.HasPEinX() ? 0 : 1;
	cmov_par[i][j] = PEASUtils::register_volumes_along_PE(dwi_means[i],dwi_means[j],mask,pe_dir,rima);
	if (clo.VeryVerbose()) cout << "PE-translation = " << PEASUtils::format_mp(cmov_par[i][j]) << endl;
      }
      else {
	if (clo.VeryVerbose()) cout << "Registering shell " << j << " to shell " << i << endl; cout.flush();
	if (clo.VeryVerbose()) cout << "Registering shell " << grpb[j] << " to shell " << grpb[i] << endl; cout.flush();
	cmov_par[i][j] = PEASUtils::register_volumes(dwi_means[i],dwi_means[j],mask,rima);
	if (clo.VeryVerbose()) cout << "Movement parameters: " << PEASUtils::format_mp(cmov_par[i][j]) << endl;
      }
    }
  }
  #ifndef COMPILE_GPU
  }
  #endif

  // The next part is what we should run if the code was _NOT_
  // compiled for GPU and we are to run multi-threaded.
  #ifndef COMPILE_GPU
  if (clo.NumberOfThreads() > 1 && dwi_means.size() > 1) {
    // Decide number of registrations and number of threads
    unsigned int num_regs = dwi_means.size() + (dwi_means.size()-1)*dwi_means.size()/2u;
    unsigned int num_threads = std::min(clo.NumberOfThreads(),num_regs);
    // Specify all registrations, where the index -1 is used to indicate the b0
    // as target for the registration. pairs are <target,input>
    std::vector<std::pair<int,unsigned int> > regs(num_regs);
    // Registrations to b0.
    for (unsigned int i=0; i<dwi_means.size(); i++) {
      regs[i] = std::pair<int,unsigned int>(-1,i);
      cmov_par[i].resize(dwi_means.size());
    }
    // Registrations of dwi shells to each other.
    unsigned int cntr = dwi_means.size();
    for (unsigned int i=0; i<dwi_means.size(); i++) {
      for (unsigned int j=i+1; j<dwi_means.size(); j++) regs[cntr++] = std::pair<int,unsigned int>(i,j);
    }
    // Decide number of registrations for each thread
    std::vector<unsigned int> nregs_pt = EddyUtils::ScansPerThread(num_regs,num_threads);
    // Next spawn threads to do the calculations
    std::vector<std::thread> threads(num_threads-1);
    unsigned int pe_dir = sm.HasPEinX() ? 0 : 1;
    for (unsigned int i=0; i<num_threads-1; i++) {
      threads[i] = std::thread(PEASUtils::register_volumes_wrapper,nregs_pt[i],nregs_pt[i+1],std::ref(regs),pe_only,pe_dir,std::ref(b0_mean),
			       std::ref(dwi_means),std::ref(mask),std::ref(grpb),clo.VeryVerbose(),std::ref(mov_par),std::ref(cmov_par));
    }
    register_volumes_wrapper(nregs_pt[num_threads-1],nregs_pt[num_threads],regs,pe_only,pe_dir,
			     b0_mean,dwi_means,mask,grpb,clo.VeryVerbose(),mov_par,cmov_par);
    std::for_each(threads.begin(),threads.end(),std::mem_fn(&std::thread::join));
  }
  #endif

  // Collate estimates to use
  mp_for_updates = collate_mov_par_estimates_for_use(mov_par,cmov_par,sm.Scan(0,ScanType::Any).GetIma());
} EddyCatch

void PEASUtils::write_between_shell_MI_values(const NEWIMAGE::volume<float>&    ref,
					      const NEWIMAGE::volume<float>&    ima,
					      const NEWIMAGE::volume<float>&    mask,
					      const std::string&                fname,
					      const std::vector<unsigned int>&  n,
					      const std::vector<double>&        first,
					      const std::vector<double>&        last) EddyTry
{
  EddyUtils::SetSplineInterp(ima);
  EddyUtils::SetTrilinearInterp(mask);
  PostEddyCF ecf(ref,ima,mask,256);

  std::ofstream file;
  double pi = 3.14159;
  file.open(fname,ios::out|ios::trunc);
  file << setprecision(8);
  NEWMAT::ColumnVector mp(6);
  for (unsigned int xti=0; xti<n[0]; xti++) {
    mp(1) = (n[0]>1) ? first[0] + xti * ((last[0]-first[0]) / (n[0]-1)) : first[0];
    for (unsigned int yti=0; yti<n[1]; yti++) {
      mp(2) = (n[1]>1) ? first[1] + yti * ((last[1]-first[1]) / (n[1]-1)) : first[1];
      for (unsigned int zti=0; zti<n[2]; zti++) {
	mp(3) = (n[2]>1) ? first[2] + zti * ((last[2]-first[2]) / (n[2]-1)) : first[2];
	for (unsigned int xri=0; xri<n[3]; xri++) {
	  mp(4) = (n[3]>1) ? first[3] + xri * ((last[3]-first[3]) / (n[3]-1)) : first[3];
	  mp(4) = pi * mp(4) / 180.0;
	  for (unsigned int yri=0; yri<n[4]; yri++) {
	    mp(5) = (n[4]>1) ? first[4] + yri * ((last[4]-first[4]) / (n[4]-1)) : first[4];
	    mp(5) = pi * mp(5) / 180.0;
	    for (unsigned int zri=0; zri<n[5]; zri++) {
	      mp(6) = (n[5]>1) ? first[5] + zri * ((last[5]-first[5]) / (n[5]-1)) : first[5];
	      mp(6) = pi * mp(6) / 180.0;
	      file << setw(16) << mp(1) << setw(16) << mp(2) << setw(16) << mp(3);
	      file << setw(16) << 180.0*mp(4)/pi << setw(16) << 180.0*mp(5)/pi << setw(16) << 180.0*mp(6)/pi;
	      file << setw(16) << ecf.cf(mp) << endl;
	    }
	  }
	}
      }
    }
  }
  return;
} EddyCatch

void PEASUtils::align_shells_using_interspersed_B0_scans(// Input
							 const EddyCommandLineOptions&                      clo,
							 // Input/Output
							 ECScanManager&                                     sm,
							 // Output
							 std::vector<double>&                               grpb,
							 std::vector<NEWMAT::ColumnVector>&                 mov_par,
							 std::vector<NEWMAT::ColumnVector>&                 mp_for_updates) EddyTry
{
  std::vector<DiffPara>  dpv = sm.GetDiffParas();
  std::vector<unsigned int> grpi;       // A vector with a group index for each Scan in sm. Group 0 pertains to b0.
  EddyUtils::GetGroups(dpv,grpi,grpb);  // N.B. This version of grpb has not had the b0 removed
  std::vector<unsigned int> b0_indx = sm.GetB0Indicies();

  mov_par.resize(grpb.size()-1);
  for (unsigned int i=0; i<grpb.size()-1; i++) mov_par[i].ReSize(6);

  NEWMAT::ColumnVector delta(grpb.size());                 // Delta values between b0 and shells
  NEWMAT::ColumnVector n(grpb.size());                     // Number of delta values per shell
  for (unsigned int i=0; i<6; i++) { // Loop over movement parameters
    delta=0.0; n=0.0;
    for (unsigned int j=0; j<b0_indx.size(); j++) { // Calculate delta-values between b0s and surrounding dwis
      if (b0_indx[j]==0) {
	if (!sm.IsB0(b0_indx[j]+1)) {
	  NEWMAT::ColumnVector b0mp = sm.Scan(b0_indx[j]).GetParams(EDDY::ParametersType::ZeroOrderMovement);
	  NEWMAT::ColumnVector mp = sm.Scan(b0_indx[j]+1).GetParams(EDDY::ParametersType::ZeroOrderMovement);
	  delta(grpi[b0_indx[j]+1]) += mp(i+1)-b0mp(i+1);
	  n(grpi[b0_indx[j]+1]) += 1;
	}
      }
      else if (b0_indx[j]==(sm.NScans()-1)) {
	if (!sm.IsB0(b0_indx[j]-1)) {
	  NEWMAT::ColumnVector b0mp = sm.Scan(b0_indx[j]).GetParams(EDDY::ParametersType::ZeroOrderMovement);
	  NEWMAT::ColumnVector mp = sm.Scan(b0_indx[j]-1).GetParams(EDDY::ParametersType::ZeroOrderMovement);
	  delta(grpi[b0_indx[j]-1]) += mp(i+1)-b0mp(i+1);
	  n(grpi[b0_indx[j]-1]) += 1;
	}
      }
      else {
	NEWMAT::ColumnVector b0mp = sm.Scan(b0_indx[j]).GetParams(EDDY::ParametersType::ZeroOrderMovement);
	if (!sm.IsB0(b0_indx[j]-1)) {
	  NEWMAT::ColumnVector mp = sm.Scan(b0_indx[j]-1).GetParams(EDDY::ParametersType::ZeroOrderMovement);
	  delta(grpi[b0_indx[j]-1]) += mp(i+1)-b0mp(i+1);
	  n(grpi[b0_indx[j]-1]) += 1;
	}
	if (!sm.IsB0(b0_indx[j]+1)) {
	  NEWMAT::ColumnVector mp = sm.Scan(b0_indx[j]+1).GetParams(EDDY::ParametersType::ZeroOrderMovement);
	  delta(grpi[b0_indx[j]+1]) += mp(i+1)-b0mp(i+1);
	  n(grpi[b0_indx[j]+1]) += 1;
	}
      }
    }
    for (unsigned int j=0; j<grpb.size()-1; j++) {
      mov_par[j](i+1) = delta(j+1) / float(n(j+1));
    }
  }
  mp_for_updates = mov_par;
} EddyCatch

} // End namespace EDDY