Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update master to rel 4 #590

Merged
merged 29 commits into from
Jun 20, 2020
Merged

update master to rel 4 #590

merged 29 commits into from
Jun 20, 2020

Conversation

rijobro
Copy link
Collaborator

@rijobro rijobro commented Jun 19, 2020

get master up to date again.

KrisThielemans and others added 28 commits June 6, 2020 10:46
Use "new" projector convention.

Fixes UCL#523
They were not run when using the `set_*` functions, but only
at construction or after parsing.

Fixes UCL#545
do a simple test with forward projection and reconstruction and
see if the image is "close enough"
Safety improvements for reconstruction (mostly FBP)
- last test was overriding results from previous tests
- compare() was doing the wrong comparison
- AnalyticReconstruction now follows same scheme for set_up as IterativeReconstruction.
In particular, it no longer calls set_up() in reconstruct(image_sptr) (WARNING: this might break your code)
- AnalyticReconstruction resets _already_setup=false in set_* functions
- AnalyticReconstruction now also starts/stops timers (like IterativeReconstruction)
- more checks if set_up has been called in AnalyticReconstruction
- avoid seg-fault in get_input_data() if not initialised (both AnalyticReconstruction in IterativeReconstruction)
- fixes in FBP2D and FBP3DRP for set_up()
- moved checks to FBP3DRPReconstruction::set_up() (they were in reconstruct())
- changes to ReconstructionTests: filter the default image to avoid high frequency trouble, and use method_info() in diagnostics and filenames
- added C++ test for FBP3DRP
After running some projections, it should be possible to call `set_up()`
with an image with a different size. However, this was broken as `set_up()` only
resized the `_local_output_image_sptrs vector`.

Also set verbosity-level of some messages to 2.

Fixes UCL#574
ForwardProjectorByBin and distributable changes to decrease default verbosity
as done in IterativeReconstruction
if set_up() has already been called, check if target-dat sizes are consistent
add a test for iterative reconstruction as well
* Modified STIR's interpretation of GATE cylindrical PET geometries to be consistent with rsector/module/submodule/crystal <-> ../bucket/block/crystal
* Adds View_offset and default_num_arccorrected_bins to .hroot files
* updated UsersGuide.tex and sample .hroot files

Co-authored-by: Kris Thielemans <k.thielemans@ucl.ac.uk>
fix ECAT7 compilation problems due to renaming
the mex extension was empty since moving to CMake's FindMatlab.

Fixes UCL#522
@KrisThielemans KrisThielemans merged commit eaa7987 into UCL:master Jun 20, 2020
@rijobro rijobro deleted the rel4_to_master_3 branch June 22, 2020 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants