STIR icon indicating copy to clipboard operation
STIR copied to clipboard

Tangential position range consistency

Open SomayehSaghamanesh opened this issue 1 year ago • 0 comments

Changes in this pull request

Changed min/max_tang_pos_num definitions in two classes to be consistent with ProjDataInfo.cxx.

Testing performed

It is built successfully but fails in 8 tests (in make test). Probably needs more modification? I could handle projection files with tang180 (with lm_to_projdata and convert_projdata_types) without error. Before implementing above changes, I got below error: "ERROR: The tangential_pos range (-90 to 89) for this projection data is too large. Maximum supported range is from -89 to 90"

Related issues

#1507

Checklist before requesting a review

  • [x] I have performed a self-review of my code
  • [] I have added docstrings/doxygen in line with the guidance in the developer guide
  • [x] I have implemented unit tests that cover any new or modified functionality (if applicable)
  • [x] The code builds and runs on my machine
  • [] documentation/release_XXX.md has been updated with any functionality change (if applicable)

SomayehSaghamanesh avatar Sep 10 '24 08:09 SomayehSaghamanesh