UCL / STIR

Software for Tomographic Image Reconstruction
http://stir.sourceforge.net/
Other
114 stars 95 forks source link

support other order of projection data, e.g. view, *, tangential_pos #203

Open KrisThielemans opened 6 years ago

KrisThielemans commented 6 years ago

GE stores data as view, segment, tangential coordinate, axial coordinate. ProjDataFromStream currently doesn't support this.

@nikefth's listmode PR https://github.com/UCL/STIR/pull/108 introduced a function get_offsets_bin. All the other getoffset functions should be rewritten in terms of that one, such that we have a single point of modification. The reading/writing functions then "just" need to check if the data is contiguous or not, and if not, resort to a lot of seek/IO stuff.

NikEfth commented 6 years ago

I have worked on this on the mCT branch. help is on its way.