Skip to content

Commit

Permalink
repair pad1 bug in reconstructions
Browse files Browse the repository at this point in the history
  • Loading branch information
scheres committed Aug 9, 2017
1 parent efc886f commit 4c37af0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/backprojector.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ class BackProjector: public Projector
r_min_nn = _r_min_nn;

// Precalculate tabulated ftblob values
tab_ftblob.initialise(_blob_radius * padding_factor, _blob_alpha, _blob_order, 10000);
//tab_ftblob.initialise(_blob_radius * padding_factor, _blob_alpha, _blob_order, 10000);
// Sjors 8aug2017: try to fix problems with pad1 reconstrctions
tab_ftblob.initialise(_blob_radius * 2., _blob_alpha, _blob_order, 10000);

}

Expand Down

0 comments on commit 4c37af0

Please sign in to comment.