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

Define API for reader and image_mapper #143

Draft
wants to merge 73 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 32 commits
Commits
Show all changes
73 commits
Select commit Hold shift + click to select a range
1977662
moved _get_image oustide the dl1dh reader
TjarkMiener Jul 19, 2024
144c5f5
move _get_waveform() outside the dl1dh reader as well
TjarkMiener Jul 22, 2024
4b2e0ef
removed flip for LST-1 real because it is not needed
TjarkMiener Jul 22, 2024
c4888f6
renamed get_mapped_trigger_patch to get_mapped_triggerpatch
TjarkMiener Jul 22, 2024
e8e930f
remove trigger for stereo example description
TjarkMiener Jul 22, 2024
98821c0
remove prefix support for camera_frame
TjarkMiener Jul 22, 2024
fd5fc84
rename and join parameter_selection and event_selection to quality_se…
TjarkMiener Jul 22, 2024
3860d87
allow quality cuts for processing real data
TjarkMiener Jul 22, 2024
f1a6fb1
major refactoring for batch generation
TjarkMiener Aug 5, 2024
679db24
removed redundant event and subarray info
TjarkMiener Aug 5, 2024
fc55628
edit path to pointing table
TjarkMiener Aug 5, 2024
a7755a3
fix shape of trigger patch
TjarkMiener Aug 6, 2024
93a9c09
fix get trigger features
TjarkMiener Aug 6, 2024
b3ca9ed
remove processor and transforms
TjarkMiener Aug 6, 2024
31d6b53
fix stereo reading mode
TjarkMiener Aug 8, 2024
8964328
keep simulation info in an astropy table
TjarkMiener Aug 8, 2024
f174575
removed v5.0.0 support for real data and images
TjarkMiener Aug 8, 2024
55bb05a
use ctapipe SubarrayDescription for setting up
TjarkMiener Aug 9, 2024
1e3a86a
define reading API
TjarkMiener Aug 9, 2024
98862ef
added classes into __all__
TjarkMiener Aug 9, 2024
c7f525e
pass batch to _get_features() and return feature dict and batch Table
TjarkMiener Aug 11, 2024
cdb4674
remove redundant flip
TjarkMiener Aug 11, 2024
7bacf27
make image mapper methos as API
TjarkMiener Sep 10, 2024
d32d503
simplify map_image()
TjarkMiener Sep 10, 2024
0e33f24
make reader as API
TjarkMiener Sep 11, 2024
ce5ee63
polish docstrings
TjarkMiener Sep 12, 2024
fbdcb80
removed multiple locks
TjarkMiener Sep 12, 2024
ec97818
remove magic numbers by constants
TjarkMiener Sep 18, 2024
c17ba56
calculate class weights with floats
TjarkMiener Sep 18, 2024
4d30599
get default image shape from the data
TjarkMiener Sep 18, 2024
a99bd9b
use f-string
TjarkMiener Sep 18, 2024
cf12cd0
make process type an enum
TjarkMiener Sep 18, 2024
d68559f
added the data loader with keras api
TjarkMiener Sep 19, 2024
8dd7241
remove files from config and pass them in the contructor
TjarkMiener Oct 16, 2024
d92c906
update to ctapipe v0.22.0
TjarkMiener Oct 16, 2024
6d37efa
temp fix keras/TF bug
TjarkMiener Oct 17, 2024
911d482
bug fix
TjarkMiener Oct 17, 2024
43547b2
added skeleton for on-the-fly waveform cleaning with digital sum and …
TjarkMiener Oct 18, 2024
a953e4e
support keras2 & keras3
TjarkMiener Oct 18, 2024
f6777b5
bug fix; import keras
TjarkMiener Oct 18, 2024
83abe3d
log number of particles per type
TjarkMiener Oct 30, 2024
36e7c4b
fix logger
TjarkMiener Oct 30, 2024
31167e0
set BilinearMapper as default
TjarkMiener Oct 30, 2024
ea22625
comment out qual cuts
TjarkMiener Oct 30, 2024
8cb4721
add a sort and remove the shuffle in the loader for prediction
TjarkMiener Nov 24, 2024
b3543f8
fix proper treatment of channels with relative and cleaned options
TjarkMiener Nov 24, 2024
23eb274
fix ToDo string
TjarkMiener Nov 24, 2024
5943687
fix help for channels
TjarkMiener Nov 24, 2024
3f1c07a
upgrade to ctapipe v0.23.0
TjarkMiener Nov 25, 2024
ab5255a
retrieve trigger table also for MCs
TjarkMiener Nov 26, 2024
473f82e
only apply transformation to sims data
TjarkMiener Nov 26, 2024
2a928f0
add tel_id in sort
TjarkMiener Nov 27, 2024
2c0419c
fix on_epoch_end
TjarkMiener Nov 27, 2024
3dad0f9
polish docstring
TjarkMiener Nov 27, 2024
a0e82b2
add tick smoothing for RealLSTCam
TjarkMiener Nov 28, 2024
76bf4d4
added blank features to the batch
TjarkMiener Dec 2, 2024
1f8f9cc
added support for reading and loading stereo events
TjarkMiener Dec 3, 2024
e4faee6
make get_parameters external callable
TjarkMiener Dec 3, 2024
c79a019
polish docstrings
TjarkMiener Dec 3, 2024
f50b065
fix docstrings
TjarkMiener Dec 3, 2024
8e1faec
bug fix to create event based on the type
TjarkMiener Dec 11, 2024
9a5ede1
bug fix; loc returned Rows object for a single event in the batch whi…
TjarkMiener Dec 31, 2024
8dee341
add reference dummy location and obstime for SkyCoord object to avoid…
TjarkMiener Jan 7, 2025
c251ac1
bug fix; processing real stereo data
TjarkMiener Jan 9, 2025
ed4b869
fix import
TjarkMiener Jan 9, 2025
a5101f0
added a new reader for feature vectors (DLFeatureVectorReader)
TjarkMiener Jan 13, 2025
0d2b8db
support data format v5.0.0 for real data
TjarkMiener Jan 13, 2025
76f8eba
allow to read the pointing from both dl0 or dl1; dl1 has priority
TjarkMiener Jan 13, 2025
ab172ca
add check if pointing table is available
TjarkMiener Jan 13, 2025
c48e5fe
polish docstring
TjarkMiener Jan 13, 2025
cba3881
polish docstrings
TjarkMiener Jan 14, 2025
e2a2e97
move generation of batch to __getitem__()
TjarkMiener Jan 14, 2025
35214a3
fix args from get mono and stereo function
TjarkMiener Jan 14, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions dl1_data_handler/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from .image_mapper import *
from .processor import *
from .reader import *
from .transforms import *
from .version import *

__version__ = get_version(pep440=False)
Loading