odlgroup / odl

Operator Discretization Library https://odlgroup.github.io/odl/
Mozilla Public License 2.0
368 stars 105 forks source link

Parallel 2d bug #359

Open adler-j opened 8 years ago

adler-j commented 8 years ago

The parallel 2d geometries ignore the detector position parameter, this can be seen by setting this line too:

detector_partition = odl.uniform_partition(-30, 60, 558)

where the offset detector is ignored.

adler-j commented 6 years ago

This can now be solved! We should implement it!