-
Notifications
You must be signed in to change notification settings - Fork 263
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
Monolithic crystal #691
Merged
Merged
Monolithic crystal #691
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi, may I ask why you need a virtual segmentation. Shouldn't some simple python scripting with np.histogram2d of the hit position be sufficient? |
Hi Li Kun,
first of all, sorry for the late reply, I was on holiday when you sent your
email and this was deep down in my inbox and it took a while to get to it.
The idea behind this was to make it available for other people working with
monolithic crystals; and avoid the extra handling of big data files. We aim
to work with a total-body PET scanner and the amount of data will be
enormous. Thus, we thought this would be an optimised way to deal with this
issue.
Cheers,
M
El jue, 15 ago 2024 a las 8:04, LI Kun ***@***.***>)
escribió:
… Hi, may I ask why you need a virtual segmentation. Shouldn't some simple
python scripting with np.histogram2d of the hit position be sufficient?
—
Reply to this email directly, view it on GitHub
<#691 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/BJSAZTMHDYWWRVCY2GKIXYDZRRAGNAVCNFSM6AAAAABLMDXDO2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJQG4ZDONZVHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
…etizer.cc and GateDiscretizer.hh
…ed in DiscretizerModule
…ummy python script for macro_conversion
…and adding macro generator flag
modified: source/digits_hits/src/GateVirtualSegmentationSD.cc
modified: source/digits_hits/include/GateSpatialResolution.hh modified: source/digits_hits/src/GateSpatialResolution.cc
granadogmarc
force-pushed
the
MonolithicCrystal
branch
from
September 18, 2024 14:14
c091875
to
8f9cc30
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adding of a new digitizer GateVirtualSegmentationSD. The Virtual Segmentation Digitizer module provides a mechanism to generate an ID based on a virtual segmentation of the monolithic crystal, aligned with its spatial resolution. Ideally, the pitch size should be at least half of the position resolution. This virtual segmentation occurs post-simulation, ensuring that the simulation speed remains uncompromised even when dealing with large systems and numerous crystals such as total-body PET scans.