| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
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. | 20 天前 | |
Merge pull request #773 from liu005/fix/python-parity-fixes Python fixes: gpuids=None default, helical demo offOrigin axis, computeCOR port | 15 天前 | |
Merge pull request #773 from liu005/fix/python-parity-fixes Python fixes: gpuids=None default, helical demo offOrigin axis, computeCOR port | 15 天前 | |
Lint docstrings | 5 年前 | |
Limit pre-commit hooks to Python subdirectory Run hooks & commit desired adjustments | 5 年前 | |
setup now adding all necessary file sto the dist. debugging. | 7 年前 | |
solved the issue542 Wrong path for head.mat | 2 年前 | |
fix: correct typos in the codebase - fixed various typographical errors in comments and strings - corrected spelling mistakes | 1 年前 | |
Limit pre-commit hooks to Python subdirectory Run hooks & commit desired adjustments | 5 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 20 天前 | ||
| 15 天前 | ||
| 15 天前 | ||
| 5 年前 | ||
| 5 年前 | ||
| 7 年前 | ||
| 2 年前 | ||
| 1 年前 | ||
| 5 年前 |