You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an overlooked issue with grids and the handling of as_midp when combining two grids, which is common in tomography when there is a separate grid for the angles and one for the detector. We have this situation:
The problem is that as_midp is global, and currently the inserted grid's as_midp is silently ignored. We should make as_midp a property per axis and then set it properly when inserting. This fits well into #159, the original issue where this first came up was #172.
The text was updated successfully, but these errors were encountered:
There is an overlooked issue with grids and the handling of
as_midp
when combining two grids, which is common in tomography when there is a separate grid for the angles and one for the detector. We have this situation:The problem is that
as_midp
is global, and currently the inserted grid'sas_midp
is silently ignored. We should makeas_midp
a property per axis and then set it properly when inserting. This fits well into #159, the original issue where this first came up was #172.The text was updated successfully, but these errors were encountered: