| docs(python): remove MATLAB doc() from geometry demo header d01_CreateGeometry.py is a Python demo; `doc('TIGRE/Geometry')` is a MATLAB help command and does not apply. Point readers at the Python Geometry object instead. Fixes #755 | 1 个月前 |
| Fix #284 plus some formatting cleanup | 5 年前 |
| fix(python): avoid duplicate full-turn demo projections | 1 个月前 |
| fix(python): avoid duplicate full-turn demo projections | 1 个月前 |
| fix(python): avoid duplicate full-turn demo projections | 1 个月前 |
| fix(python): avoid duplicate full-turn demo projections | 1 个月前 |
| fix(python): avoid duplicate full-turn demo projections | 1 个月前 |
| fix(python): avoid duplicate full-turn demo projections | 1 个月前 |
| fix(python): avoid duplicate full-turn demo projections | 1 个月前 |
| fix(python): avoid duplicate full-turn demo projections | 1 个月前 |
| fix(python): avoid duplicate full-turn demo projections | 1 个月前 |
| fix typos | 7 个月前 |
| Fix the helical demo: the helix must move along offOrigin[:, 0], not [:, 2] The Python bindings map offOrigin as (z, y, x) - matching numpy's volume index order, and upstream's own pre-fork _types_old.pxd does the same - while MATLAB maps (x, y, z). This demo was ported from MATLAB's offOrigin(3,:) by keeping the index, which under the Python ordering translates the volume along the BEAM instead of along the rotation axis: no helix at all. Verified empirically rather than by reading: offOrigin[0]=+10 moves a central ball's projection by exactly the v-shift predicted for a +z volume shift (+53.1 px at this geometry), while offOrigin[2]=+10 produces no v-shift (beam axis, invisible at azimuth 0). A comment at the site records the ordering and the porting trap, since keeping MATLAB indices is exactly how the bug was written. Upstream-reportable together with the ordering documentation. | 24 天前 |
| fix(python): avoid duplicate full-turn demo projections | 1 个月前 |
| fix(python): avoid duplicate full-turn demo projections | 1 个月前 |
| fix(python): avoid duplicate full-turn demo projections | 1 个月前 |
| fix(python): avoid duplicate full-turn demo projections | 1 个月前 |
| fix(python): avoid duplicate full-turn demo projections | 1 个月前 |
| Remove `main` | 2 年前 |
| fix(python): avoid duplicate full-turn demo projections | 1 个月前 |
| fix: correct typos in the codebase - fixed various typographical errors in comments and strings - corrected spelling mistakes | 1 年前 |
| add pytorch demo learned gradient | 1 年前 |
| Curved detector support via flattening Fix #222 | 1 年前 |
| fix(python): avoid duplicate full-turn demo projections | 1 个月前 |