summaryrefslogtreecommitdiffstats
path: root/include/astra/FanFlatBeamStripKernelProjector2D.inl
blob: e3f8b2996e0e1d3726b3f64b4eb9fa5069ee755a (plain)
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
/*
-----------------------------------------------------------------------
Copyright 2012 iMinds-Vision Lab, University of Antwerp

Contact: astra@ua.ac.be
Website: http://astra.ua.ac.be


This file is part of the
All Scale Tomographic Reconstruction Antwerp Toolbox ("ASTRA Toolbox").

The ASTRA Toolbox 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 3 of the License, or
(at your option) any later version.

The ASTRA Toolbox 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 the ASTRA Toolbox. If not, see <http://www.gnu.org/licenses/>.

-----------------------------------------------------------------------
$Id$
*/


using namespace astra;

//----------------------------------------------------------------------------------------
// PROJECT ALL 
template <typename Policy>
void CFanFlatBeamStripKernelProjector2D::project(Policy& p)
{
	ASTRA_ASSERT(m_bIsInitialized);

	// Some variables
	float32 theta;
	int row, col;
	int iAngle, iDetector;
	float32 res;
	int x1L, x1R;
	float32 x2L, x2R;
	int iVolumeIndex, iRayIndex;
	
	CFanFlatProjectionGeometry2D* projgeom = static_cast<CFanFlatProjectionGeometry2D*>(m_pProjectionGeometry);

	// Other precalculations
	float32 PW = m_pVolumeGeometry->getPixelLengthX();
	float32 PH = m_pVolumeGeometry->getPixelLengthY();
	float32 DW = m_pProjectionGeometry->getDetectorWidth();
	float32 inv_PW = 1.0f / PW;
	float32 inv_PH = 1.0f / PH;

	// calculate alpha's
	float32 alpha;
	float32* cos_alpha = new float32[m_pProjectionGeometry->getDetectorCount() + 1];
	float32* sin_alpha = new float32[m_pProjectionGeometry->getDetectorCount() + 1];
	for (int i = 0; i < m_pProjectionGeometry->getDetectorCount() + 1; ++i) {
		alpha = -atan((i - m_pProjectionGeometry->getDetectorCount()*0.5f) * DW / projgeom->getSourceDetectorDistance());
		cos_alpha[i] = cos(alpha);
		sin_alpha[i] = sin(alpha);
	}

	// loop angles
	for (iAngle = 0; iAngle < m_pProjectionGeometry->getProjectionAngleCount(); ++iAngle) {
		
		// get values
		theta = m_pProjectionGeometry->getProjectionAngle(iAngle);
		bool switch_t = false;
		if (theta >= 7*PIdiv4) theta -= 2*PI;
		if (theta >= 3*PIdiv4) {
			theta -= PI;
			switch_t = true;
		}

		// Precalculate sin, cos, 1/cos
		float32 sin_theta = sin(theta);
		float32 cos_theta = cos(theta);

		// [-45?,45?] and [135?,225?]
		if (theta < PIdiv4) {

			// loop detectors
			for (iDetector = 0; iDetector < m_pProjectionGeometry->getDetectorCount(); ++iDetector) {

				iRayIndex = iAngle * m_pProjectionGeometry->getDetectorCount() + iDetector;

				// POLICY: RAY PRIOR
				if (!p.rayPrior(iRayIndex)) continue;

				float32 sin_theta_left, cos_theta_left;
				float32 sin_theta_right, cos_theta_right;

				// get theta_l = alpha_left + theta and theta_r = alpha_right + theta
				float32 t_l, t_r;
				if (!switch_t) {
					sin_theta_left = sin_theta * cos_alpha[iDetector+1] + cos_theta * sin_alpha[iDetector+1];
					sin_theta_right = sin_theta * cos_alpha[iDetector] + cos_theta * sin_alpha[iDetector];

					cos_theta_left = cos_theta * cos_alpha[iDetector+1] - sin_theta * sin_alpha[iDetector+1];
					cos_theta_right = cos_theta * cos_alpha[iDetector] - sin_theta * sin_alpha[iDetector];

					t_l = sin_alpha[iDetector+1] * projgeom->getOriginSourceDistance();
					t_r = sin_alpha[iDetector] * projgeom->getOriginSourceDistance();

				} else {
					sin_theta_left = sin_theta * cos_alpha[iDetector] + cos_theta * sin_alpha[iDetector];
					sin_theta_right = sin_theta * cos_alpha[iDetector+1] + cos_theta * sin_alpha[iDetector+1];

					cos_theta_left = cos_theta * cos_alpha[iDetector] - sin_theta * sin_alpha[iDetector];
					cos_theta_right = cos_theta * cos_alpha[iDetector+1] - sin_theta * sin_alpha[iDetector+1];

					t_l = -sin_alpha[iDetector] * projgeom->getOriginSourceDistance();
					t_r = -sin_alpha[iDetector+1] * projgeom->getOriginSourceDistance();	
				}

				float32 inv_cos_theta_left = 1.0f / cos_theta_left; 
				float32 inv_cos_theta_right = 1.0f / cos_theta_right; 
	
				float32 updateX_left = sin_theta_left * inv_cos_theta_left;
				float32 updateX_right = sin_theta_right * inv_cos_theta_right;

				// Precalculate kernel limits
				float32 S_l = -0.5f * updateX_left;
				if (S_l > 0) {S_l = -S_l;}
				float32 T_l = -S_l;
				float32 U_l = 1.0f + S_l;
				float32 V_l = 1.0f - S_l;
				float32 inv_4T_l = 0.25f / T_l;

				float32 S_r = -0.5f * updateX_right;
				if (S_r > 0) {S_r = -S_r;}
				float32 T_r = -S_r;
				float32 U_r = 1.0f + S_r;
				float32 V_r = 1.0f - S_r;
				float32 inv_4T_r = 0.25f / T_r;

				// calculate strip extremes (volume coordinates)
				float32 PL = (t_l - sin_theta_left * m_pVolumeGeometry->pixelRowToCenterY(0)) * inv_cos_theta_left;
				float32 PR = (t_r - sin_theta_right * m_pVolumeGeometry->pixelRowToCenterY(0)) * inv_cos_theta_right;
				float32 PLimitL = PL + S_l * PH;
				float32 PLimitR = PR - S_r * PH;
				
				// calculate strip extremes (pixel coordinates)
				float32 XLimitL = (PLimitL - m_pVolumeGeometry->getWindowMinX()) * inv_PW;
				float32 XLimitR = (PLimitR - m_pVolumeGeometry->getWindowMinX()) * inv_PW;
				float32 xL = (PL - m_pVolumeGeometry->getWindowMinX()) * inv_PW;
				float32 xR = (PR - m_pVolumeGeometry->getWindowMinX()) * inv_PW;
	
				// for each row
				for (row = 0; row < m_pVolumeGeometry->getGridRowCount(); ++row) {
				
					// get strip extremes in column indices
					x1L = int((XLimitL > 0.0f) ? XLimitL : XLimitL-1.0f);
					x1R = int((XLimitR > 0.0f) ? XLimitR : XLimitR-1.0f);

					// get coords w.r.t leftmost column hit by strip
					x2L = xL - x1L; 
					x2R = xR - x1L;
					
					// update strip extremes for the next row
					XLimitL += updateX_left; 
					XLimitR += updateX_right;
					xL += updateX_left; 
					xR += updateX_right; 

					// for each affected col
					for (col = x1L; col <= x1R; ++col) {

						if (col < 0 || col >= m_pVolumeGeometry->getGridColCount()) { x2L -= 1.0f; x2R -= 1.0f;	continue; }

						iVolumeIndex = m_pVolumeGeometry->pixelRowColToIndex(row, col);
						// POLICY: PIXEL PRIOR
						if (!p.pixelPrior(iVolumeIndex)) { x2L -= 1.0f; x2R -= 1.0f; continue; }
						
						// right
						if (x2R >= V_r)			res = 1.0f;
						else if (x2R > U_r)		res = x2R - (x2R-U_r)*(x2R-U_r)*inv_4T_r;
						else if (x2R >= T_r)	res = x2R;
						else if (x2R > S_r)		res = (x2R-S_r)*(x2R-S_r) * inv_4T_r;
						else					{ x2L -= 1.0f; x2R -= 1.0f;	continue; }
								
						// left
						if (x2L <= S_l)			{}
						else if (x2L < T_l)		res -= (x2L-S_l)*(x2L-S_l) * inv_4T_l;
						else if (x2L <= U_l)	res -= x2L;
						else if (x2L < V_l)		res -= x2L - (x2L-U_l)*(x2L-U_l)*inv_4T_l;
						else					{ x2L -= 1.0f; x2R -= 1.0f;	continue; }

						// POLICY: ADD
						p.addWeight(iRayIndex, iVolumeIndex, PW*PH * res);

						// POLICY: PIXEL POSTERIOR
						p.pixelPosterior(iVolumeIndex);

						x2L -= 1.0f;		
						x2R -= 1.0f;

					} // end col loop

				} // end row loop

				// POLICY: RAY POSTERIOR
				p.rayPosterior(iRayIndex);

			}	// end detector loop

		// [45?,135?] and [225?,315?]
		// horizontaly
		} else {

			// loop detectors
			for (iDetector = 0; iDetector < m_pProjectionGeometry->getDetectorCount(); ++iDetector) {

				iRayIndex = iAngle * m_pProjectionGeometry->getDetectorCount() + iDetector;

				// POLICY: RAY PRIOR
				if (!p.rayPrior(iRayIndex)) continue;

				// get theta_l = alpha_left + theta and theta_r = alpha_right + theta
				float32 sin_theta_left, cos_theta_left;
				float32 sin_theta_right, cos_theta_right;
				float32 t_l, t_r;
				if (!switch_t) {
					sin_theta_left = sin_theta * cos_alpha[iDetector] + cos_theta * sin_alpha[iDetector];
					sin_theta_right = sin_theta * cos_alpha[iDetector+1] + cos_theta * sin_alpha[iDetector+1];

					cos_theta_left = cos_theta * cos_alpha[iDetector] - sin_theta * sin_alpha[iDetector];
					cos_theta_right = cos_theta * cos_alpha[iDetector+1] - sin_theta * sin_alpha[iDetector+1];

					t_l = sin_alpha[iDetector] * projgeom->getOriginSourceDistance();
					t_r = sin_alpha[iDetector+1] * projgeom->getOriginSourceDistance();

				} else {
					sin_theta_left = sin_theta * cos_alpha[iDetector+1] + cos_theta * sin_alpha[iDetector+1];
					sin_theta_right = sin_theta * cos_alpha[iDetector] + cos_theta * sin_alpha[iDetector];

					cos_theta_left = cos_theta * cos_alpha[iDetector+1] - sin_theta * sin_alpha[iDetector+1];
					cos_theta_right = cos_theta * cos_alpha[iDetector] - sin_theta * sin_alpha[iDetector];

					t_l = -sin_alpha[iDetector+1] * projgeom->getOriginSourceDistance();
					t_r = -sin_alpha[iDetector] * projgeom->getOriginSourceDistance();	
				}

				float32 inv_sin_theta_left = 1.0f / sin_theta_left;
				float32 inv_sin_theta_right = 1.0f / sin_theta_right;

				float32 updateX_left = cos_theta_left * inv_sin_theta_left;
				float32 updateX_right = cos_theta_right * inv_sin_theta_right;

				// Precalculate kernel limits
				float32 S_l = -0.5f * updateX_left;
				if (S_l > 0) { S_l = -S_l; }
				float32 T_l = -S_l;
				float32 U_l = 1.0f + S_l;
				float32 V_l = 1.0f - S_l;
				float32 inv_4T_l = 0.25f / T_l;

				float32 S_r = -0.5f * updateX_right;
				if (S_r > 0) { S_r = -S_r; }
				float32 T_r = -S_r;
				float32 U_r = 1.0f + S_r;
				float32 V_r = 1.0f - S_r;
				float32 inv_4T_r = 0.25f / T_r;

				// calculate strip extremes (volume coordinates)
				float32 PL = (t_l - cos_theta_left * m_pVolumeGeometry->pixelColToCenterX(0)) * inv_sin_theta_left;
				float32 PR = (t_r - cos_theta_right * m_pVolumeGeometry->pixelColToCenterX(0)) * inv_sin_theta_right;
				float32 PLimitL = PL - S_l * PW;
				float32 PLimitR = PR + S_r * PW;
				
				// calculate strip extremes (pixel coordinates)
				float32 XLimitL = (m_pVolumeGeometry->getWindowMaxY() - PLimitL) * inv_PH;
				float32 XLimitR = (m_pVolumeGeometry->getWindowMaxY() - PLimitR) * inv_PH;
				float32 xL = (m_pVolumeGeometry->getWindowMaxY() - PL) * inv_PH;
				float32 xR = (m_pVolumeGeometry->getWindowMaxY() - PR) * inv_PH;

				// for each col
				for (col = 0; col < m_pVolumeGeometry->getGridColCount(); ++col) {

					// get strip extremes in column indices
					x1L = int((XLimitL > 0.0f) ? XLimitL : XLimitL-1.0f);
					x1R = int((XLimitR > 0.0f) ? XLimitR : XLimitR-1.0f);

					// get coords w.r.t leftmost column hit by strip
					x2L = xL - x1L; 
					x2R = xR - x1L;
					
					// update strip extremes for the next row
					XLimitL += updateX_left; 
					XLimitR += updateX_right;
					xL += updateX_left; 
					xR += updateX_right; 

					// for each affected row
					for (row = x1L; row <= x1R; ++row) {

						if (row < 0 || row >= m_pVolumeGeometry->getGridRowCount()) { x2L -= 1.0f; x2R -= 1.0f;	continue; }

						iVolumeIndex = m_pVolumeGeometry->pixelRowColToIndex(row, col);

						// POLICY: PIXEL PRIOR
						if (!p.pixelPrior(iVolumeIndex)) { x2L -= 1.0f; x2R -= 1.0f; continue; }

						// right
						if (x2R >= V_r)			res = 1.0f;
						else if (x2R > U_r)		res = x2R - (x2R-U_r)*(x2R-U_r)*inv_4T_r;
						else if (x2R >= T_r)	res = x2R;
						else if (x2R > S_r)		res = (x2R-S_r)*(x2R-S_r) * inv_4T_r;
						else					{ x2L -= 1.0f; x2R -= 1.0f;	continue; }
								
						// left
						if (x2L <= S_l)			{}
						else if (x2L < T_l)		res -= (x2L-S_l)*(x2L-S_l) * inv_4T_l;
						else if (x2L <= U_l)	res -= x2L;
						else if (x2L < V_l)		res -= x2L - (x2L-U_l)*(x2L-U_l)*inv_4T_l;
						else					{ x2L -= 1.0f; x2R -= 1.0f;	continue; }

						// POLICY: ADD
						p.addWeight(iRayIndex, iVolumeIndex, PW*PH * res);

						// POLICY: PIXEL POSTERIOR
						p.pixelPosterior(iVolumeIndex);

						x2L -= 1.0f;		
						x2R -= 1.0f;

					} // end col loop

				} // end row loop

				// POLICY: RAY POSTERIOR
				p.rayPosterior(iRayIndex);

			}	// end detector loop

		} // end theta switch

	} // end angle loop

	delete[] cos_alpha;
	delete[] sin_alpha;
}


//----------------------------------------------------------------------------------------
// PROJECT SINGLE PROJECTION
template <typename Policy>
void CFanFlatBeamStripKernelProjector2D::projectSingleProjection(int _iProjection, Policy& p)
{
	ASTRA_ASSERT(m_bIsInitialized);

	// Some variables
	float32 theta;
	int row, col;
	int iDetector;
	float32 res;
	int x1L, x1R;
	float32 x2L, x2R;
	int iVolumeIndex, iRayIndex;
	
	CFanFlatProjectionGeometry2D* projgeom = static_cast<CFanFlatProjectionGeometry2D*>(m_pProjectionGeometry);

	// Other precalculations
	float32 PW = m_pVolumeGeometry->getPixelLengthX();
	float32 PH = m_pVolumeGeometry->getPixelLengthY();
	float32 DW = m_pProjectionGeometry->getDetectorWidth();
	float32 inv_PW = 1.0f / PW;
	float32 inv_PH = 1.0f / PH;

	// calculate alpha's
	float32 alpha;
	float32* cos_alpha = new float32[m_pProjectionGeometry->getDetectorCount() + 1];
	float32* sin_alpha = new float32[m_pProjectionGeometry->getDetectorCount() + 1];
	for (int i = 0; i < m_pProjectionGeometry->getDetectorCount() + 1; ++i) {
		alpha = -atan((i - m_pProjectionGeometry->getDetectorCount()*0.5f) * DW / projgeom->getSourceDetectorDistance());
		cos_alpha[i] = cos(alpha);
		sin_alpha[i] = sin(alpha);
	}

		
	// get values
	theta = m_pProjectionGeometry->getProjectionAngle(_iProjection);
	bool switch_t = false;
	if (theta >= 7*PIdiv4) theta -= 2*PI;
	if (theta >= 3*PIdiv4) {
		theta -= PI;
		switch_t = true;
	}

	// Precalculate sin, cos, 1/cos
	float32 sin_theta = sin(theta);
	float32 cos_theta = cos(theta);

	// [-45?,45?] and [135?,225?]
	if (theta < PIdiv4) {

		// loop detectors
		for (iDetector = 0; iDetector < m_pProjectionGeometry->getDetectorCount(); ++iDetector) {

			iRayIndex = _iProjection * m_pProjectionGeometry->getDetectorCount() + iDetector;

			// POLICY: RAY PRIOR
			if (!p.rayPrior(iRayIndex)) continue;

			float32 sin_theta_left, cos_theta_left;
			float32 sin_theta_right, cos_theta_right;

			// get theta_l = alpha_left + theta and theta_r = alpha_right + theta
			float32 t_l, t_r;
			if (!switch_t) {
				sin_theta_left = sin_theta * cos_alpha[iDetector+1] + cos_theta * sin_alpha[iDetector+1];
				sin_theta_right = sin_theta * cos_alpha[iDetector] + cos_theta * sin_alpha[iDetector];

				cos_theta_left = cos_theta * cos_alpha[iDetector+1] - sin_theta * sin_alpha[iDetector+1];
				cos_theta_right = cos_theta * cos_alpha[iDetector] - sin_theta * sin_alpha[iDetector];

				t_l = sin_alpha[iDetector+1] * projgeom->getOriginSourceDistance();
				t_r = sin_alpha[iDetector] * projgeom->getOriginSourceDistance();

			} else {
				sin_theta_left = sin_theta * cos_alpha[iDetector] + cos_theta * sin_alpha[iDetector];
				sin_theta_right = sin_theta * cos_alpha[iDetector+1] + cos_theta * sin_alpha[iDetector+1];

				cos_theta_left = cos_theta * cos_alpha[iDetector] - sin_theta * sin_alpha[iDetector];
				cos_theta_right = cos_theta * cos_alpha[iDetector+1] - sin_theta * sin_alpha[iDetector+1];

				t_l = -sin_alpha[iDetector] * projgeom->getOriginSourceDistance();
				t_r = -sin_alpha[iDetector+1] * projgeom->getOriginSourceDistance();	
			}

			float32 inv_cos_theta_left = 1.0f / cos_theta_left; 
			float32 inv_cos_theta_right = 1.0f / cos_theta_right; 

			float32 updateX_left = sin_theta_left * inv_cos_theta_left;
			float32 updateX_right = sin_theta_right * inv_cos_theta_right;

			// Precalculate kernel limits
			float32 S_l = -0.5f * updateX_left;
			if (S_l > 0) {S_l = -S_l;}
			float32 T_l = -S_l;
			float32 U_l = 1.0f + S_l;
			float32 V_l = 1.0f - S_l;
			float32 inv_4T_l = 0.25f / T_l;

			float32 S_r = -0.5f * updateX_right;
			if (S_r > 0) {S_r = -S_r;}
			float32 T_r = -S_r;
			float32 U_r = 1.0f + S_r;
			float32 V_r = 1.0f - S_r;
			float32 inv_4T_r = 0.25f / T_r;

			// calculate strip extremes (volume coordinates)
			float32 PL = (t_l - sin_theta_left * m_pVolumeGeometry->pixelRowToCenterY(0)) * inv_cos_theta_left;
			float32 PR = (t_r - sin_theta_right * m_pVolumeGeometry->pixelRowToCenterY(0)) * inv_cos_theta_right;
			float32 PLimitL = PL + S_l * PH;
			float32 PLimitR = PR - S_r * PH;
			
			// calculate strip extremes (pixel coordinates)
			float32 XLimitL = (PLimitL - m_pVolumeGeometry->getWindowMinX()) * inv_PW;
			float32 XLimitR = (PLimitR - m_pVolumeGeometry->getWindowMinX()) * inv_PW;
			float32 xL = (PL - m_pVolumeGeometry->getWindowMinX()) * inv_PW;
			float32 xR = (PR - m_pVolumeGeometry->getWindowMinX()) * inv_PW;

			// for each row
			for (row = 0; row < m_pVolumeGeometry->getGridRowCount(); ++row) {
			
				// get strip extremes in column indices
				x1L = int((XLimitL > 0.0f) ? XLimitL : XLimitL-1.0f);
				x1R = int((XLimitR > 0.0f) ? XLimitR : XLimitR-1.0f);

				// get coords w.r.t leftmost column hit by strip
				x2L = xL - x1L; 
				x2R = xR - x1L;
				
				// update strip extremes for the next row
				XLimitL += updateX_left; 
				XLimitR += updateX_right;
				xL += updateX_left; 
				xR += updateX_right; 

				// for each affected col
				for (col = x1L; col <= x1R; ++col) {

					if (col < 0 || col >= m_pVolumeGeometry->getGridColCount()) { x2L -= 1.0f; x2R -= 1.0f;	continue; }

					iVolumeIndex = m_pVolumeGeometry->pixelRowColToIndex(row, col);
					// POLICY: PIXEL PRIOR
					if (!p.pixelPrior(iVolumeIndex)) { x2L -= 1.0f; x2R -= 1.0f; continue; }
					
					// right
					if (x2R >= V_r)			res = 1.0f;
					else if (x2R > U_r)		res = x2R - (x2R-U_r)*(x2R-U_r)*inv_4T_r;
					else if (x2R >= T_r)	res = x2R;
					else if (x2R > S_r)		res = (x2R-S_r)*(x2R-S_r) * inv_4T_r;
					else					{ x2L -= 1.0f; x2R -= 1.0f;	continue; }
							
					// left
					if (x2L <= S_l)			{}
					else if (x2L < T_l)		res -= (x2L-S_l)*(x2L-S_l) * inv_4T_l;
					else if (x2L <= U_l)	res -= x2L;
					else if (x2L < V_l)		res -= x2L - (x2L-U_l)*(x2L-U_l)*inv_4T_l;
					else					{ x2L -= 1.0f; x2R -= 1.0f;	continue; }

					// POLICY: ADD
					p.addWeight(iRayIndex, iVolumeIndex, PW*PH * res);

					// POLICY: PIXEL POSTERIOR
					p.pixelPosterior(iVolumeIndex);

					x2L -= 1.0f;		
					x2R -= 1.0f;

				} // end col loop

			} // end row loop

			// POLICY: RAY POSTERIOR
			p.rayPosterior(iRayIndex);

		}	// end detector loop

	// [45?,135?] and [225?,315?]
	// horizontaly
	} else {

		// loop detectors
		for (iDetector = 0; iDetector < m_pProjectionGeometry->getDetectorCount(); ++iDetector) {

			iRayIndex = _iProjection * m_pProjectionGeometry->getDetectorCount() + iDetector;

			// POLICY: RAY PRIOR
			if (!p.rayPrior(iRayIndex)) continue;

			// get theta_l = alpha_left + theta and theta_r = alpha_right + theta
			float32 sin_theta_left, cos_theta_left;
			float32 sin_theta_right, cos_theta_right;
			float32 t_l, t_r;
			if (!switch_t) {
				sin_theta_left = sin_theta * cos_alpha[iDetector] + cos_theta * sin_alpha[iDetector];
				sin_theta_right = sin_theta * cos_alpha[iDetector+1] + cos_theta * sin_alpha[iDetector+1];

				cos_theta_left = cos_theta * cos_alpha[iDetector] - sin_theta * sin_alpha[iDetector];
				cos_theta_right = cos_theta * cos_alpha[iDetector+1] - sin_theta * sin_alpha[iDetector+1];

				t_l = sin_alpha[iDetector] * projgeom->getOriginSourceDistance();
				t_r = sin_alpha[iDetector+1] * projgeom->getOriginSourceDistance();

			} else {
				sin_theta_left = sin_theta * cos_alpha[iDetector+1] + cos_theta * sin_alpha[iDetector+1];
				sin_theta_right = sin_theta * cos_alpha[iDetector] + cos_theta * sin_alpha[iDetector];

				cos_theta_left = cos_theta * cos_alpha[iDetector+1] - sin_theta * sin_alpha[iDetector+1];
				cos_theta_right = cos_theta * cos_alpha[iDetector] - sin_theta * sin_alpha[iDetector];

				t_l = -sin_alpha[iDetector+1] * projgeom->getOriginSourceDistance();
				t_r = -sin_alpha[iDetector] * projgeom->getOriginSourceDistance();	
			}

			float32 inv_sin_theta_left = 1.0f / sin_theta_left;
			float32 inv_sin_theta_right = 1.0f / sin_theta_right;

			float32 updateX_left = cos_theta_left * inv_sin_theta_left;
			float32 updateX_right = cos_theta_right * inv_sin_theta_right;

			// Precalculate kernel limits
			float32 S_l = -0.5f * updateX_left;
			if (S_l > 0) { S_l = -S_l; }
			float32 T_l = -S_l;
			float32 U_l = 1.0f + S_l;
			float32 V_l = 1.0f - S_l;
			float32 inv_4T_l = 0.25f / T_l;

			float32 S_r = -0.5f * updateX_right;
			if (S_r > 0) { S_r = -S_r; }
			float32 T_r = -S_r;
			float32 U_r = 1.0f + S_r;
			float32 V_r = 1.0f - S_r;
			float32 inv_4T_r = 0.25f / T_r;

			// calculate strip extremes (volume coordinates)
			float32 PL = (t_l - cos_theta_left * m_pVolumeGeometry->pixelColToCenterX(0)) * inv_sin_theta_left;
			float32 PR = (t_r - cos_theta_right * m_pVolumeGeometry->pixelColToCenterX(0)) * inv_sin_theta_right;
			float32 PLimitL = PL - S_l * PW;
			float32 PLimitR = PR + S_r * PW;
			
			// calculate strip extremes (pixel coordinates)
			float32 XLimitL = (m_pVolumeGeometry->getWindowMaxY() - PLimitL) * inv_PH;
			float32 XLimitR = (m_pVolumeGeometry->getWindowMaxY() - PLimitR) * inv_PH;
			float32 xL = (m_pVolumeGeometry->getWindowMaxY() - PL) * inv_PH;
			float32 xR = (m_pVolumeGeometry->getWindowMaxY() - PR) * inv_PH;

			// for each col
			for (col = 0; col < m_pVolumeGeometry->getGridColCount(); ++col) {

				// get strip extremes in column indices
				x1L = int((XLimitL > 0.0f) ? XLimitL : XLimitL-1.0f);
				x1R = int((XLimitR > 0.0f) ? XLimitR : XLimitR-1.0f);

				// get coords w.r.t leftmost column hit by strip
				x2L = xL - x1L; 
				x2R = xR - x1L;
				
				// update strip extremes for the next row
				XLimitL += updateX_left; 
				XLimitR += updateX_right;
				xL += updateX_left; 
				xR += updateX_right; 

				// for each affected row
				for (row = x1L; row <= x1R; ++row) {

					if (row < 0 || row >= m_pVolumeGeometry->getGridRowCount()) { x2L -= 1.0f; x2R -= 1.0f;	continue; }

					iVolumeIndex = m_pVolumeGeometry->pixelRowColToIndex(row, col);

					// POLICY: PIXEL PRIOR
					if (!p.pixelPrior(iVolumeIndex)) { x2L -= 1.0f; x2R -= 1.0f; continue; }

					// right
					if (x2R >= V_r)			res = 1.0f;
					else if (x2R > U_r)		res = x2R - (x2R-U_r)*(x2R-U_r)*inv_4T_r;
					else if (x2R >= T_r)	res = x2R;
					else if (x2R > S_r)		res = (x2R-S_r)*(x2R-S_r) * inv_4T_r;
					else					{ x2L -= 1.0f; x2R -= 1.0f;	continue; }
							
					// left
					if (x2L <= S_l)			{}
					else if (x2L < T_l)		res -= (x2L-S_l)*(x2L-S_l) * inv_4T_l;
					else if (x2L <= U_l)	res -= x2L;
					else if (x2L < V_l)		res -= x2L - (x2L-U_l)*(x2L-U_l)*inv_4T_l;
					else					{ x2L -= 1.0f; x2R -= 1.0f;	continue; }

					// POLICY: ADD
					p.addWeight(iRayIndex, iVolumeIndex, PW*PH * res);

					// POLICY: PIXEL POSTERIOR
					p.pixelPosterior(iVolumeIndex);

					x2L -= 1.0f;		
					x2R -= 1.0f;

				} // end col loop

			} // end row loop

			// POLICY: RAY POSTERIOR
			p.rayPosterior(iRayIndex);

		}	// end detector loop

	} // end theta switch

	delete[] cos_alpha;
	delete[] sin_alpha;
}


//----------------------------------------------------------------------------------------
// PROJECT SINGLE RAY
template <typename Policy>
void CFanFlatBeamStripKernelProjector2D::projectSingleRay(int _iProjection, int _iDetector, Policy& p)
{
	ASTRA_ASSERT(m_bIsInitialized);

	// Some variables
	float32 theta;
	int row, col;
	float32 res;
	int x1L, x1R;
	float32 x2L, x2R;
	int iVolumeIndex, iRayIndex;
	
	CFanFlatProjectionGeometry2D* projgeom = static_cast<CFanFlatProjectionGeometry2D*>(m_pProjectionGeometry);

	// Other precalculations
	float32 PW = m_pVolumeGeometry->getPixelLengthX();
	float32 PH = m_pVolumeGeometry->getPixelLengthY();
	float32 DW = m_pProjectionGeometry->getDetectorWidth();
	float32 inv_PW = 1.0f / PW;
	float32 inv_PH = 1.0f / PH;

	// calculate alpha's
	float32 alpha;
	float32* cos_alpha = new float32[m_pProjectionGeometry->getDetectorCount() + 1];
	float32* sin_alpha = new float32[m_pProjectionGeometry->getDetectorCount() + 1];
	for (int i = 0; i < m_pProjectionGeometry->getDetectorCount() + 1; ++i) {
		alpha = -atan((i - m_pProjectionGeometry->getDetectorCount()*0.5f) * DW / projgeom->getSourceDetectorDistance());
		cos_alpha[i] = cos(alpha);
		sin_alpha[i] = sin(alpha);
	}

		
	// get values
	theta = m_pProjectionGeometry->getProjectionAngle(_iProjection);
	bool switch_t = false;
	if (theta >= 7*PIdiv4) theta -= 2*PI;
	if (theta >= 3*PIdiv4) {
		theta -= PI;
		switch_t = true;
	}

	// Precalculate sin, cos, 1/cos
	float32 sin_theta = sin(theta);
	float32 cos_theta = cos(theta);

	// [-45?,45?] and [135?,225?]
	if (theta < PIdiv4) {

		iRayIndex = _iProjection * m_pProjectionGeometry->getDetectorCount() + _iDetector;

		// POLICY: RAY PRIOR
		if (!p.rayPrior(iRayIndex)) { delete[] cos_alpha; delete[] sin_alpha; return; }

		float32 sin_theta_left, cos_theta_left;
		float32 sin_theta_right, cos_theta_right;

		// get theta_l = alpha_left + theta and theta_r = alpha_right + theta
		float32 t_l, t_r;
		if (!switch_t) {
			sin_theta_left = sin_theta * cos_alpha[_iDetector+1] + cos_theta * sin_alpha[_iDetector+1];
			sin_theta_right = sin_theta * cos_alpha[_iDetector] + cos_theta * sin_alpha[_iDetector];

			cos_theta_left = cos_theta * cos_alpha[_iDetector+1] - sin_theta * sin_alpha[_iDetector+1];
			cos_theta_right = cos_theta * cos_alpha[_iDetector] - sin_theta * sin_alpha[_iDetector];

			t_l = sin_alpha[_iDetector+1] * projgeom->getOriginSourceDistance();
			t_r = sin_alpha[_iDetector] * projgeom->getOriginSourceDistance();

		} else {
			sin_theta_left = sin_theta * cos_alpha[_iDetector] + cos_theta * sin_alpha[_iDetector];
			sin_theta_right = sin_theta * cos_alpha[_iDetector+1] + cos_theta * sin_alpha[_iDetector+1];

			cos_theta_left = cos_theta * cos_alpha[_iDetector] - sin_theta * sin_alpha[_iDetector];
			cos_theta_right = cos_theta * cos_alpha[_iDetector+1] - sin_theta * sin_alpha[_iDetector+1];

			t_l = -sin_alpha[_iDetector] * projgeom->getOriginSourceDistance();
			t_r = -sin_alpha[_iDetector+1] * projgeom->getOriginSourceDistance();	
		}

		float32 inv_cos_theta_left = 1.0f / cos_theta_left; 
		float32 inv_cos_theta_right = 1.0f / cos_theta_right; 

		float32 updateX_left = sin_theta_left * inv_cos_theta_left;
		float32 updateX_right = sin_theta_right * inv_cos_theta_right;

		// Precalculate kernel limits
		float32 S_l = -0.5f * updateX_left;
		if (S_l > 0) {S_l = -S_l;}
		float32 T_l = -S_l;
		float32 U_l = 1.0f + S_l;
		float32 V_l = 1.0f - S_l;
		float32 inv_4T_l = 0.25f / T_l;

		float32 S_r = -0.5f * updateX_right;
		if (S_r > 0) {S_r = -S_r;}
		float32 T_r = -S_r;
		float32 U_r = 1.0f + S_r;
		float32 V_r = 1.0f - S_r;
		float32 inv_4T_r = 0.25f / T_r;

		// calculate strip extremes (volume coordinates)
		float32 PL = (t_l - sin_theta_left * m_pVolumeGeometry->pixelRowToCenterY(0)) * inv_cos_theta_left;
		float32 PR = (t_r - sin_theta_right * m_pVolumeGeometry->pixelRowToCenterY(0)) * inv_cos_theta_right;
		float32 PLimitL = PL + S_l * PH;
		float32 PLimitR = PR - S_r * PH;
		
		// calculate strip extremes (pixel coordinates)
		float32 XLimitL = (PLimitL - m_pVolumeGeometry->getWindowMinX()) * inv_PW;
		float32 XLimitR = (PLimitR - m_pVolumeGeometry->getWindowMinX()) * inv_PW;
		float32 xL = (PL - m_pVolumeGeometry->getWindowMinX()) * inv_PW;
		float32 xR = (PR - m_pVolumeGeometry->getWindowMinX()) * inv_PW;

		// for each row
		for (row = 0; row < m_pVolumeGeometry->getGridRowCount(); ++row) {
		
			// get strip extremes in column indices
			x1L = int((XLimitL > 0.0f) ? XLimitL : XLimitL-1.0f);
			x1R = int((XLimitR > 0.0f) ? XLimitR : XLimitR-1.0f);

			// get coords w.r.t leftmost column hit by strip
			x2L = xL - x1L; 
			x2R = xR - x1L;
			
			// update strip extremes for the next row
			XLimitL += updateX_left; 
			XLimitR += updateX_right;
			xL += updateX_left; 
			xR += updateX_right; 

			// for each affected col
			for (col = x1L; col <= x1R; ++col) {

				if (col < 0 || col >= m_pVolumeGeometry->getGridColCount()) { x2L -= 1.0f; x2R -= 1.0f;	continue; }

				iVolumeIndex = m_pVolumeGeometry->pixelRowColToIndex(row, col);
				// POLICY: PIXEL PRIOR
				if (!p.pixelPrior(iVolumeIndex)) { x2L -= 1.0f; x2R -= 1.0f; continue; }
				
				// right
				if (x2R >= V_r)			res = 1.0f;
				else if (x2R > U_r)		res = x2R - (x2R-U_r)*(x2R-U_r)*inv_4T_r;
				else if (x2R >= T_r)	res = x2R;
				else if (x2R > S_r)		res = (x2R-S_r)*(x2R-S_r) * inv_4T_r;
				else					{ x2L -= 1.0f; x2R -= 1.0f;	continue; }
						
				// left
				if (x2L <= S_l)			{}
				else if (x2L < T_l)		res -= (x2L-S_l)*(x2L-S_l) * inv_4T_l;
				else if (x2L <= U_l)	res -= x2L;
				else if (x2L < V_l)		res -= x2L - (x2L-U_l)*(x2L-U_l)*inv_4T_l;
				else					{ x2L -= 1.0f; x2R -= 1.0f;	continue; }

				// POLICY: ADD
				p.addWeight(iRayIndex, iVolumeIndex, PW*PH * res);

				// POLICY: PIXEL POSTERIOR
				p.pixelPosterior(iVolumeIndex);

				x2L -= 1.0f;		
				x2R -= 1.0f;

			} // end col loop

		} // end row loop

		// POLICY: RAY POSTERIOR
		p.rayPosterior(iRayIndex);

	// [45?,135?] and [225?,315?]
	// horizontaly
	} else {

		iRayIndex = _iProjection * m_pProjectionGeometry->getDetectorCount() + _iDetector;

		// POLICY: RAY PRIOR
		if (!p.rayPrior(iRayIndex)) { delete[] cos_alpha; delete[] sin_alpha; return; }

		// get theta_l = alpha_left + theta and theta_r = alpha_right + theta
		float32 sin_theta_left, cos_theta_left;
		float32 sin_theta_right, cos_theta_right;
		float32 t_l, t_r;
		if (!switch_t) {
			sin_theta_left = sin_theta * cos_alpha[_iDetector] + cos_theta * sin_alpha[_iDetector];
			sin_theta_right = sin_theta * cos_alpha[_iDetector+1] + cos_theta * sin_alpha[_iDetector+1];

			cos_theta_left = cos_theta * cos_alpha[_iDetector] - sin_theta * sin_alpha[_iDetector];
			cos_theta_right = cos_theta * cos_alpha[_iDetector+1] - sin_theta * sin_alpha[_iDetector+1];

			t_l = sin_alpha[_iDetector] * projgeom->getOriginSourceDistance();
			t_r = sin_alpha[_iDetector+1] * projgeom->getOriginSourceDistance();

		} else {
			sin_theta_left = sin_theta * cos_alpha[_iDetector+1] + cos_theta * sin_alpha[_iDetector+1];
			sin_theta_right = sin_theta * cos_alpha[_iDetector] + cos_theta * sin_alpha[_iDetector];

			cos_theta_left = cos_theta * cos_alpha[_iDetector+1] - sin_theta * sin_alpha[_iDetector+1];
			cos_theta_right = cos_theta * cos_alpha[_iDetector] - sin_theta * sin_alpha[_iDetector];

			t_l = -sin_alpha[_iDetector+1] * projgeom->getOriginSourceDistance();
			t_r = -sin_alpha[_iDetector] * projgeom->getOriginSourceDistance();	
		}

		float32 inv_sin_theta_left = 1.0f / sin_theta_left;
		float32 inv_sin_theta_right = 1.0f / sin_theta_right;

		float32 updateX_left = cos_theta_left * inv_sin_theta_left;
		float32 updateX_right = cos_theta_right * inv_sin_theta_right;

		// Precalculate kernel limits
		float32 S_l = -0.5f * updateX_left;
		if (S_l > 0) { S_l = -S_l; }
		float32 T_l = -S_l;
		float32 U_l = 1.0f + S_l;
		float32 V_l = 1.0f - S_l;
		float32 inv_4T_l = 0.25f / T_l;

		float32 S_r = -0.5f * updateX_right;
		if (S_r > 0) { S_r = -S_r; }
		float32 T_r = -S_r;
		float32 U_r = 1.0f + S_r;
		float32 V_r = 1.0f - S_r;
		float32 inv_4T_r = 0.25f / T_r;

		// calculate strip extremes (volume coordinates)
		float32 PL = (t_l - cos_theta_left * m_pVolumeGeometry->pixelColToCenterX(0)) * inv_sin_theta_left;
		float32 PR = (t_r - cos_theta_right * m_pVolumeGeometry->pixelColToCenterX(0)) * inv_sin_theta_right;
		float32 PLimitL = PL - S_l * PW;
		float32 PLimitR = PR + S_r * PW;
		
		// calculate strip extremes (pixel coordinates)
		float32 XLimitL = (m_pVolumeGeometry->getWindowMaxY() - PLimitL) * inv_PH;
		float32 XLimitR = (m_pVolumeGeometry->getWindowMaxY() - PLimitR) * inv_PH;
		float32 xL = (m_pVolumeGeometry->getWindowMaxY() - PL) * inv_PH;
		float32 xR = (m_pVolumeGeometry->getWindowMaxY() - PR) * inv_PH;

		// for each col
		for (col = 0; col < m_pVolumeGeometry->getGridColCount(); ++col) {

			// get strip extremes in column indices
			x1L = int((XLimitL > 0.0f) ? XLimitL : XLimitL-1.0f);
			x1R = int((XLimitR > 0.0f) ? XLimitR : XLimitR-1.0f);

			// get coords w.r.t leftmost column hit by strip
			x2L = xL - x1L; 
			x2R = xR - x1L;
			
			// update strip extremes for the next row
			XLimitL += updateX_left; 
			XLimitR += updateX_right;
			xL += updateX_left; 
			xR += updateX_right; 

			// for each affected row
			for (row = x1L; row <= x1R; ++row) {

				if (row < 0 || row >= m_pVolumeGeometry->getGridRowCount()) { x2L -= 1.0f; x2R -= 1.0f;	continue; }

				iVolumeIndex = m_pVolumeGeometry->pixelRowColToIndex(row, col);

				// POLICY: PIXEL PRIOR
				if (!p.pixelPrior(iVolumeIndex)) { x2L -= 1.0f; x2R -= 1.0f; continue; }

				// right
				if (x2R >= V_r)			res = 1.0f;
				else if (x2R > U_r)		res = x2R - (x2R-U_r)*(x2R-U_r)*inv_4T_r;
				else if (x2R >= T_r)	res = x2R;
				else if (x2R > S_r)		res = (x2R-S_r)*(x2R-S_r) * inv_4T_r;
				else					{ x2L -= 1.0f; x2R -= 1.0f;	continue; }
						
				// left
				if (x2L <= S_l)			{}
				else if (x2L < T_l)		res -= (x2L-S_l)*(x2L-S_l) * inv_4T_l;
				else if (x2L <= U_l)	res -= x2L;
				else if (x2L < V_l)		res -= x2L - (x2L-U_l)*(x2L-U_l)*inv_4T_l;
				else					{ x2L -= 1.0f; x2R -= 1.0f;	continue; }

				// POLICY: ADD
				p.addWeight(iRayIndex, iVolumeIndex, PW*PH * res);

				// POLICY: PIXEL POSTERIOR
				p.pixelPosterior(iVolumeIndex);

				x2L -= 1.0f;		
				x2R -= 1.0f;

			} // end col loop

		} // end row loop

		// POLICY: RAY POSTERIOR
		p.rayPosterior(iRayIndex);

	} // end theta switch

	delete[] cos_alpha;
	delete[] sin_alpha;
}