Skip to content
Snippets Groups Projects
Commit e85801b0 authored by POLLET Vincent's avatar POLLET Vincent
Browse files

Fix events_sampler entrypoint

parent 956e5443
No related branches found
No related tags found
1 merge request!5Implement a event sampler that can also filter on tables conditions.
Pipeline #247302 passed
......@@ -11,7 +11,7 @@ entry_points = {}
entry_points['console_scripts'] = [
'mchdf5_simtel2r0 = cta_data2hdf5.converter.mchdf5_simtel2r0:main',
'zfits2r0hdf5 = cta_data2hdf5.converter.zfits2r0hdf5:main',
'hdf5_events_sampler = cta_data2hdf5.programs.events_sampler.py:main',
'hdf5_events_sampler = cta_data2hdf5.programs.events_sampler:main',
# 'mchdf5_tailcut_dilation_dl0v1 = cta_data2hdf5.converter.mchdf5_tailcut_dilation_dl0v1:main',
# 'mchdf5_tailcut_dilation_dl0v2 = cta_data2hdf5.converter.mchdf5_tailcut_dilation_dl0v2:main',
'test_mchdf5v2minselection = cta_data2hdf5.programs.mchdf5_min_selection:main',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment