ProjDataFrom*::get_sinogram(SinogramIndices&) etc is not accessible
Open
@KrisThielemans is already working on this.
Since Sep 16, 2026.
- Dominant language
- C++
- Stars
- 160
- Forks
- 113
- Avg merge
- 12d 15h
- Merged PRs (30d)
- 1
Description
We have ProjData::get_sinogram(SinogramIndices&) which is implemented in terms of the "old style" get_sinogram(ax_pos_num, segment_num,make_num_tangential_poss_odd,timing_pos). Derived classes override the "old style" version, but that means that the new one is not defined.
This matters especially in Python, where ProjDataInMemory::get_sinogram(SinogramIndices&) is not available.
The same is true for get_viewgram etc of course.
We need some extra using statements (as in Segment).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.