-
Notifications
You must be signed in to change notification settings - Fork 19
DLRawTriggerReader #151
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
base: main
Are you sure you want to change the base?
DLRawTriggerReader #151
Conversation
Use astropy for sky offset and separation calculation
Fixing Codacy's "undefined loop variable" error.
Prepping for new release
Allowing external algo to find trigger patch
Remove artifacts of the writer scripts in the README
Update README.rst
Update release.yml
…ile due permissions issues. for example: -rw-r--r-- 1 tjark.miener ctan-onsite-it 86051602 May 21 09:02 /fefs/aswg/workspace/tjark.miener/DeepCrab/logs/theta_16.087_az_108.090/LST1_cleanedTRN_type_fixcamgeo/example_identifiers_file.h5. Setting to read mode I am able to read it.
…_in_read_mode_only example_identifiers_file is not able to open due a permissions issue.
Test release
This is later needed to do the pointing interpolation with the correct time stamp also check that only a single file is provided when processing real data
72afd7a
to
52599e2
Compare
…n different function
Hi @jbuces ! What is the status of this PR draft? Anything missing to convert to "ready for review", so @nietootein and me can have a look? |
Hi @TjarkMiener! The times for processing 50000 events with the tdscan trigger on the complete waveform (way higher for patches waveform) is of around 30 minutes. So I added to the code an option to read the tdscan mask from a precomputed h5 file. The problem of computing it on the fly would be for the training part, to visualise how TDSCAN works by creating batches with the dl1 it is more than fine. I was thinking in removing the tdscan from the PR, what do you thinnk @nietootein, @TjarkMiener? |
This PR allows the possibility to process r0 waveforms, and multiple forms of treating trigger patches of these raw waveforms.
Fixes #148 .
DLRawTriggerReader.pdf