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

Consolidate dose actor #481

Open
wants to merge 203 commits into
base: master
Choose a base branch
from
Open

Consolidate dose actor #481

wants to merge 203 commits into from

Commits on Sep 26, 2024

  1. opengate_test refactored, almost complete, improve on checking/disabl…

    …ing of packages; local modules missing
    Andreas Resch committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    bbd7434 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Configuration menu
    Copy the full SHA
    2bebda3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    687669b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbbc95f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a818528 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bbe4dc9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    02c31c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    dcf5bfc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b553ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3b6129 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e902887 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. mp now default; added sp evaluation for the failed jobs in mp; added …

    …option to run the failed jobs from previous run
    Andreas Resch committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    59953f6 View commit details
    Browse the repository at this point in the history
  2. added nohup.out to gitignore

    Andreas Resch committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    e534520 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:OpenGATE/opengate into multiproce…

    …ss_tests
    Andreas Resch committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    42eef3a View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    9e9769d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e960657 View commit details
    Browse the repository at this point in the history
  3. nicer print of logfilename

    Andreas Resch committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    1a1a15f View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    9bbcad2 View commit details
    Browse the repository at this point in the history
  2. no automatic merge possible - resolved merge conflict

    Andreas Resch committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    65f5ec3 View commit details
    Browse the repository at this point in the history
  3. filter files with dependencies on previous simulations and run them i…

    …n two steps
    Andreas Resch committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    ee3353c View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. explicitly declared dependency on other tests in tests

    Andreas Resch committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    31a2db9 View commit details
    Browse the repository at this point in the history
  2. added empty string in dasbhoard dict for consistency with opengate_te…

    …sts_results
    Andreas Resch committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ac4d0ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d9ad39 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Remove debug print "loading opengate"

    Commented out initialization status prints and removed redundant "done" message to streamline the module's import process.
    dsarrut committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    180bef0 View commit details
    Browse the repository at this point in the history
  2. fixed github workflow?

    Andreas Resch committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    864bb29 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
    - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0)
    - [github.com/pre-commit/mirrors-clang-format: v19.1.0 → v19.1.1](pre-commit/mirrors-clang-format@v19.1.0...v19.1.1)
    pre-commit-ci[bot] authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    30880af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    698d7b9 View commit details
    Browse the repository at this point in the history
  3. Add FIXME

    nkrah committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    e6e413d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3f87f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee6567f View commit details
    Browse the repository at this point in the history
  6. In SingleItkImageWithVariance: set variance to 0 where not possible t…

    …o calculate it (denominator 0)
    nkrah committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    d1696f7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f7b02e2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0986054 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    18343ef View commit details
    Browse the repository at this point in the history
  10. In SingleItkImageWithVariance.get_variance_or_uncertainty(): set vari…

    …ance to zero if not squared data is available
    nkrah committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    14648bd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d40f74b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5de9c62 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8819ee1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2e1bc08 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4eb4e40 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e0e7a03 View commit details
    Browse the repository at this point in the history
  17. Update test008_dose_actor_2.py

    nkrah committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    2e13b48 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f783362 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #480 from OpenGATE/pre-commit-ci-update-config

    [pre-commit.ci] pre-commit autoupdate
    tbaudier authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    5892a62 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #479 from OpenGATE/consolidate5

    Consolidate5
    tbaudier authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    2422107 View commit details
    Browse the repository at this point in the history
  21. Added option to pass and specify the number of processes in multiproc…

    …essing
    Andreas Resch committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    97b2fce View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    8877a08 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    33a36f2 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e3e4160 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    c5d80ad View commit details
    Browse the repository at this point in the history
  26. Update imports in base.py

    nkrah committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    be7567d View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    83be31f View commit details
    Browse the repository at this point in the history
  28. Update comment in process_cls

    nkrah committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    a6e2808 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    05593af View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    734e59d View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    7244a62 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    5d01a8b View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    422dc17 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    a90e4e5 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    e6312ad View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    100c68b View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    847734a View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    c6486b8 View commit details
    Browse the repository at this point in the history
  39. Improve comment in base.py

    nkrah committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    2077431 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    12f1765 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    f9be1c6 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    2796a54 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    5fb0420 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    1beeb00 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    ce6bb23 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    be709e6 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    2e3bf33 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    b0ef0b7 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    0124b44 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    d1685ea View commit details
    Browse the repository at this point in the history
  51. Implement GateObject.has_been_processed() classmethod to make it expl…

    …icit how this is determined
    nkrah committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    c5ec2ac View commit details
    Browse the repository at this point in the history
  52. Update comments in base.py

    nkrah committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    446d6fb View commit details
    Browse the repository at this point in the history
  53. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/pre-commit/mirrors-clang-format: v18.1.8 → v19.1.0](pre-commit/mirrors-clang-format@v18.1.8...v19.1.0)
    pre-commit-ci[bot] authored and nkrah committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    3ae49a6 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    0a1c932 View commit details
    Browse the repository at this point in the history
  55. Fix spatial blurring for parameterised volumes.

    Ensure correct volume extents by considering parent volume for parameterised volumes. This prevents inaccurate calculations based on a single instance of a repeated solid.
    dsarrut authored and nkrah committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    a5e114f View commit details
    Browse the repository at this point in the history
  56. Update actor properties and improve digitizer documentation

    Replaced `mother` and `output` properties with `attached_to` and `output_filename`. Added detailed descriptions and common features for digitizer actors, improving clarity and consistency in the user guide.
    dsarrut authored and nkrah committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    3a708d1 View commit details
    Browse the repository at this point in the history
  57. Add compare_root4 for some tests

    dsarrut authored and nkrah committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    2ce4729 View commit details
    Browse the repository at this point in the history
  58. Rename statistical fields for consistency

    Updated field names for statistics in multiple test files and the GateSimulationStatisticsActor class for better consistency. Changed 'run_count', 'event_count', 'track_count', and 'step_count' to 'runs', 'events', 'tracks', and 'steps' respectively.
    Also, add setter_hook for output_filename, set write_to_disk to True if the filename is not "auto" (default)
    dsarrut authored and nkrah committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    c39cc7d View commit details
    Browse the repository at this point in the history
  59. Fix typo and add attribute in geometry volumes

    Corrected a typo in the word "explicitly" within a comment. Also, added "_NodeMixin__children" to known_attributes to suppress warnings related to undeclared attributes in anytree.
    dsarrut authored and nkrah committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    cbfccef View commit details
    Browse the repository at this point in the history
  60. Refactor date attribute handling and thread statistics.

    Removed unused commented-out initialization of the `date` attribute. Updated thread statistics to be merged into `merged_data.nb_threads` and corrected date assignment to `counts.start_time` during parsing.
    dsarrut authored and nkrah committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    b64f439 View commit details
    Browse the repository at this point in the history
  61. Refactor overlap check flag naming convention

    Updated the variable name for checking volume overlaps from `g4_check_overlap_flag` to `check_volumes_overlap` across multiple files. This change ensures consistency and readability in the codebase.
    dsarrut authored and nkrah committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    e36aa33 View commit details
    Browse the repository at this point in the history
  62. print Qt and Qt version in opengate_info

    dsarrut authored and nkrah committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    f432980 View commit details
    Browse the repository at this point in the history
  63. Add type hints to Simulation class for enhanced IDE support

    The type hints provide better code clarity and assist IDEs with more accurate autocompletions and error checking. This change includes optional and union types, improving overall maintainability and readability of the codebase.
    dsarrut authored and nkrah committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    efa5aa0 View commit details
    Browse the repository at this point in the history
  64. Suppress debug prints and add Geant4 Qt details

    Commented out debug print statements in `LazyModuleLoader` for cleaner logs during module import. Added an informative print statement to display Geant4 Qt status and version, enhancing the output details for better tracking of Geant4 visual options.
    dsarrut authored and nkrah committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    cc27b5f View commit details
    Browse the repository at this point in the history
  65. Fix progress bar step calculation in GateSourceManager

    Ensure that the progress bar step is always at least 1 to prevent invalid step values. This change adjusts the step size conditionally based on the expected number of events.
    dsarrut authored and nkrah committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    caee927 View commit details
    Browse the repository at this point in the history
  66. update data for bg source iec

    dsarrut authored and nkrah committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    1a1845e View commit details
    Browse the repository at this point in the history
  67. read_stat_file now guess if json or legacy format

    Refactor `read_stat_file` to handle encoding better by adding a guessing mechanism for JSON or legacy encodings. Modify image comparison functions to return profile data and add a profile SAD check with a specified tolerance.
    dsarrut authored and nkrah committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    3d758a2 View commit details
    Browse the repository at this point in the history
  68. correct bg source for iec nema phantom

    Update associated tests. It is unclear how the "confine" function in Geant4 handles the boolean solid.
    dsarrut authored and nkrah committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    9493518 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    9ff160e View commit details
    Browse the repository at this point in the history
  70. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
    - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0)
    - [github.com/pre-commit/mirrors-clang-format: v19.1.0 → v19.1.1](pre-commit/mirrors-clang-format@v19.1.0...v19.1.1)
    pre-commit-ci[bot] authored and nkrah committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    905a560 View commit details
    Browse the repository at this point in the history
  71. Remove debug print "loading opengate"

    Commented out initialization status prints and removed redundant "done" message to streamline the module's import process.
    dsarrut authored and nkrah committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    427d516 View commit details
    Browse the repository at this point in the history
  72. Fix opengate_user_info.py

    nkrah committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    b2ee356 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    d8cf69b View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    d236170 View commit details
    Browse the repository at this point in the history
  75. Extend devtools.py

    nkrah committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    bd168cc View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    82968fc View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    786b6f9 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    4082c9c View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    55f7b10 View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    251934d View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    47c091b View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    ff90357 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    ec00a07 View commit details
    Browse the repository at this point in the history
  84. Merge remote-tracking branch 'origin/devtools' into devtools

    # Conflicts:
    #	opengate/devtools.py
    nkrah committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    151eeb7 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    0dffbe3 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. added test for g4 version

    Andreas Resch committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    7b42395 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98695f4 View commit details
    Browse the repository at this point in the history
  3. made all test53 depending on a mt test to mt themselves

    Andreas Resch committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    9f79bea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    102d46a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #482 from MaxTousss/g4Data_dowload_if_needed

    Only download the g4 data that are missing
    tbaudier authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    b7eefd1 View commit details
    Browse the repository at this point in the history
  6. Enable Position Independent Code and update README

    Enabled Position Independent Code (PIC) in `CMakeLists.txt` by setting `CMAKE_POSITION_INDEPENDENT_CODE` to ON. Updated the README to address issues related to multithreading and Qt visualization on Windows, Python version compatibility, and added warnings for specific errors users might encounter.
    dsarrut committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    4389b3a View commit details
    Browse the repository at this point in the history
  7. Restore original overlap check flag after modifications

    Preserved the original `check_volumes_overlap` flag after temporarily setting it for overlap checking. Additionally, renamed an old, unused function for clarity.
    dsarrut committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    9ed8f88 View commit details
    Browse the repository at this point in the history
  8. Add Jaszczak phantom with background source in simulation

    Introduce functions to define the Jaszczak phantom and its materials in simulations. Enable background source addition and volume configuration for accurate setups in phantom studies.
    dsarrut committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    2518f8e View commit details
    Browse the repository at this point in the history
  9. linux: workaround to remove TLS bug

    Added a function to set and verify GLIBC_TUNABLES environment variable, restarting the process if needed. This ensures better configuration management on Linux systems,
    .
    dsarrut committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a0d0ebe View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e361f57 View commit details
    Browse the repository at this point in the history
  11. fixed bug in starting failing jobs?

    Andreas Resch committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    45359a1 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'multiprocess_tests' of github.com:andiresch/opengate in…

    …to multiprocess_tests
    Andreas Resch committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    50266f6 View commit details
    Browse the repository at this point in the history
  13. fixed mp problem: all tests writing to the identical file; changed to…

    … individual root file per test
    Andreas Resch committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    0a003d9 View commit details
    Browse the repository at this point in the history
  14. Towards version 10.0beta09

    tbaudier committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    0679fd2 View commit details
    Browse the repository at this point in the history
  15. fixed file paths test 28

    Andreas Resch committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    61f647e View commit details
    Browse the repository at this point in the history
  16. minor change

    Andreas Resch committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    efc5dbe View commit details
    Browse the repository at this point in the history
  17. xMerge branch 'multiprocess_tests' of github.com:andiresch/opengate i…

    …nto multiprocess_tests
    Andreas Resch committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    5593689 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. converted to unique filenames for tests

    Andreas Resch committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    abd2e2c View commit details
    Browse the repository at this point in the history
  2. disentangled paths in last tests

    Andreas Resch committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    9bd2c7f View commit details
    Browse the repository at this point in the history
  3. deleted wrong file

    Andreas Resch committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    7c7bead View commit details
    Browse the repository at this point in the history
  4. Set specific random seed and update sum_tolerance

    Changed the random seed from "auto" to 87456321 for reproducibility. Adjusted the sum_tolerance from 1.0 to 1.1 in the y-axis profile test to increase tolerance limit.
    dsarrut committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    ff8bc7c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. read the expected g4 version from github workflow

    Andreas Resch committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    539c7b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    36f9090 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f48b2ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f0adb2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #483 from OpenGATE/consolidate5

    Consolidate 5
    tbaudier authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    d21491a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    baeea9e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #487 from andiresch/multiprocess_tests

    Multiprocess tests
    dsarrut authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    793c5bf View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Merge pull request #488 from OpenGATE/tbaudier-patch-1

    Update G4 version in developer_guide.md
    tbaudier authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c8d5eb9 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Git ignore .pyi files

    nkrah committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    c9acd5c View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into devtools

    # Conflicts:
    #	opengate/__init__.py
    #	opengate/contrib/phantoms/nemaiec.py
    #	opengate/tests/src/test015_iec_phantom_4.py
    nkrah committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    df26682 View commit details
    Browse the repository at this point in the history
  3. Update user_guide_2_4_actors.md

    update `DigitizerEnergyWindowsActor` and `DigitizerProjectionActor`.
    jizhang02 authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    926087a View commit details
    Browse the repository at this point in the history
  4. Use macos13 instead of macos12

    Brew do not support macos12 anymore
    tbaudier committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    6968db5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #491 from OpenGATE/macos13_githubActions

    Use macos13 instead of macos12
    tbaudier authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    46a58c6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    68a40d5 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #490 from jizhang02/master

    Update user_guide_2_4_actors.md
    tbaudier authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    dff952c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3ed7129 View commit details
    Browse the repository at this point in the history
  9. Clearer print

    tbaudier committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    842bd3c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f9428e0 View commit details
    Browse the repository at this point in the history
  11. Create an opengate_core wheel whithout visu option

    For cluster
    User manylinux2014 for more compatibility
    tbaudier committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    6b53a2f View commit details
    Browse the repository at this point in the history
  12. Merge pull request #493 from OpenGATE/consolidate_opengate_tests

    Consolidate opengate tests
    tbaudier authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    bb97e99 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #468 from OpenGATE/devtools

    Tests pass. The PR does not change existing code, but rather adds convenience functionality for developers. Let's go and merge it.
    nkrah authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    d008dea View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    4336b7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e18fa3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72eb0a4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #495 from jizhang02/master

    Update user_guide_2_0_simulation.md
    dsarrut authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    3e92e30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40852b5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #497 from OpenGATE/revert-484-novis

    Revert "Create an opengate_core wheel whithout visu option"
    dsarrut authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    aa3d712 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    225c24d View commit details
    Browse the repository at this point in the history
  8. Add FIXME

    nkrah committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    8cf7e34 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3b318ed View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    caeec04 View commit details
    Browse the repository at this point in the history
  11. In SingleItkImageWithVariance: set variance to 0 where not possible t…

    …o calculate it (denominator 0)
    nkrah committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    b74d772 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4d43b3b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0591af0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    930ed22 View commit details
    Browse the repository at this point in the history
  15. In SingleItkImageWithVariance.get_variance_or_uncertainty(): set vari…

    …ance to zero if not squared data is available
    nkrah committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    a1bbe1f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ba114fd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9c2cf53 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b311a90 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    866e0f9 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7f2f052 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    360e9b2 View commit details
    Browse the repository at this point in the history
  22. Update test008_dose_actor_2.py

    nkrah committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    3a6606d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6ad0fee View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Merge remote-tracking branch 'origin/consolidate_dose_actor' into con…

    …solidate_dose_actor
    
    # Conflicts:
    #	opengate/tests/src/test028_ge_nm670_spect_2_helpers.py
    nkrah committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    6d24ea2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b7a768 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47ccdca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ece53e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fde3894 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a446398 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    16dcabd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1e47d18 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    942ddac View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8b6aa88 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    92bb82f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    37fe154 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    76cd902 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3f11274 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a69e281 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2c24979 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9bfbfc2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4994edc View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c38473b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4b2ff08 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    79e121f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    44b63c2 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a5cd12d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    eca6b3e View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    5745cf9 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    1bc4886 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Configuration menu
    Copy the full SHA
    05602ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0107d37 View commit details
    Browse the repository at this point in the history