-
-

tune_nsb_on_waveform

-
-
-lstchain.image.modifier.tune_nsb_on_waveform(waveform, added_nsb_fraction, original_nsb, dt, pulse_templates, gain, charge_spe_cumulative_pdf)
-

Inject single photon pulses in existing R1 waveforms to increase NSB. -Parameters -———- -waveform: charge (p.e. / ns) in each pixel and sampled time -added_nsb_fraction: fraction of the original NSB in simulation to be added -original_nsb: original NSB rate (astropy unit Hz) -dt: time between waveform samples (astropy unit s) -pulse_templates: lstchain.data.NormalizedPulseTemplate containing -the single p.e. pulse template used for the injection -gain: gain channel identifier for each pixel -charge_spe_cumulative_pdf: scipy.interpolate.interp1d Single p.e. gain -fluctuation cumulative pdf used to randomise the normalisation of -injected pulses

+
+

WaveformNsbTunner

+
+
+class lstchain.image.modifier.WaveformNsbTunner(added_nsb_fraction, original_nsb, pulse_template, charge_spe_cumulative_pdf, pre_computed_multiplicity=10)
+

Bases: object

+

Handles the injection of additional NSB pulses in waveforms.

+

Methods Summary

+ + + + + + +

initialise_waveforms(waveform, dt, tel_id)

Creates an array of nsb only waveforms later used to inject additional nsb in events.

+

Methods Documentation

+
+
+initialise_waveforms(waveform, dt, tel_id)
+

Creates an array of nsb only waveforms later used to inject additional nsb in events. +Called once for each telescope id at first encounter in self._tune_nsb_on_waveform_precomputed.

+
+
Parameters:
+
+
waveform: ndarray

Waveform used to know the number of pixels and time samples for a given telescope id

+
+
dt: `astropy.units.Quantity`

Time between samples

+
+
tel_id: `int`

Telescope identifier for which nsb waveforms are generated

+
+
+
+
+
+
@@ -154,7 +171,7 @@

tune_nsb_on_waveform
-

© Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

+

© Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

Built with
Sphinx using a diff --git a/api/lstchain.image.modifier.add_noise_in_pixels.html b/api/lstchain.image.modifier.add_noise_in_pixels.html index c2445f9c88..21806eab63 100644 --- a/api/lstchain.image.modifier.add_noise_in_pixels.html +++ b/api/lstchain.image.modifier.add_noise_in_pixels.html @@ -4,7 +4,7 @@ - add_noise_in_pixels — lstchain 0.10.12.dev123+g21d8f7eb documentation + add_noise_in_pixels — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.image.modifier.calculate_noise_parameters.html b/api/lstchain.image.modifier.calculate_noise_parameters.html index 7ce2af7148..93f2e0f6fa 100644 --- a/api/lstchain.image.modifier.calculate_noise_parameters.html +++ b/api/lstchain.image.modifier.calculate_noise_parameters.html @@ -4,7 +4,7 @@ - calculate_noise_parameters — lstchain 0.10.12.dev123+g21d8f7eb documentation + calculate_noise_parameters — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.image.modifier.calculate_required_additional_nsb.html b/api/lstchain.image.modifier.calculate_required_additional_nsb.html index 048b25d789..512e4e5168 100644 --- a/api/lstchain.image.modifier.calculate_required_additional_nsb.html +++ b/api/lstchain.image.modifier.calculate_required_additional_nsb.html @@ -4,7 +4,7 @@ - calculate_required_additional_nsb — lstchain 0.10.12.dev123+g21d8f7eb documentation + calculate_required_additional_nsb — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
@@ -127,25 +127,31 @@

calculate_required_additional_nsb lstchain.image.modifier.calculate_required_additional_nsb(simtel_filename, data_dl1_filename, config=None)

Calculates the additional NSB needed in the MC waveforms -to match a real data DL1 file -Parameters -———- -simtel_filename: a simtel file containing showers, from the production -(same NSB and telescope settings) as the one on which the correction will -be applied. It must contain pixel-wise info on true number of p.e.’s from -C-photons (will be used to identify pixels which only contain noise). -data_dl1_filename: a real data DL1 file (processed with calibration -settings corresponding to those with which the MC is to be processed). -It must contain calibrated images, i.e. “DL1a” data. This file has the -“target” NSB which we want to have in the MC files, for better -agreement of data and simulations. -config: configuration containing the calibration -settings used for processing both the data and the MC files above -Returns -——- -extra_nsb: Fraction of the additional NSB in data compared to MC. -data_ped_variance: Pedestal variance from data -mc_ped_variance: Pedestal variance from MC

+to match a real data DL1 file

+
+
Parameters:
+
+
simtel_filename: a simtel file containing showers, from the production
+
(same NSB and telescope settings) as the one on which the correction will
+
be applied. It must contain pixel-wise info on true number of p.e.’s from
+
C-photons (will be used to identify pixels which only contain noise).
+
data_dl1_filename: a real data DL1 file (processed with calibration
+
settings corresponding to those with which the MC is to be processed).
+
It must contain calibrated images, i.e. “DL1a” data. This file has the
+
“target” NSB which we want to have in the MC files, for better
+
agreement of data and simulations.
+
config: configuration containing the calibration
+
settings used for processing both the data and the MC files above
+
+
+
Returns:
+
+
extra_nsb: Fraction of the additional NSB in data compared to MC.
+
data_ped_variance: Pedestal variance from data
+
mc_ped_variance: Pedestal variance from MC
+
+
+

@@ -161,7 +167,7 @@

calculate_required_additional_nsb -

© Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

+

© Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

Built with Sphinx using a diff --git a/api/lstchain.image.modifier.random_psf_smearer.html b/api/lstchain.image.modifier.random_psf_smearer.html index 84412c2903..4c5456a517 100644 --- a/api/lstchain.image.modifier.random_psf_smearer.html +++ b/api/lstchain.image.modifier.random_psf_smearer.html @@ -4,7 +4,7 @@ - random_psf_smearer — lstchain 0.10.12.dev123+g21d8f7eb documentation + random_psf_smearer — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.image.modifier.set_numba_seed.html b/api/lstchain.image.modifier.set_numba_seed.html index a5fa103eee..f6a0652c4e 100644 --- a/api/lstchain.image.modifier.set_numba_seed.html +++ b/api/lstchain.image.modifier.set_numba_seed.html @@ -4,7 +4,7 @@ - set_numba_seed — lstchain 0.10.12.dev123+g21d8f7eb documentation + set_numba_seed — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -30,7 +30,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
@@ -135,13 +135,13 @@

set_numba_seed - +


-

© Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

+

© Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

Built with Sphinx using a diff --git a/api/lstchain.image.muon.muon_analysis.analyze_muon_event.html b/api/lstchain.image.muon.muon_analysis.analyze_muon_event.html index 62bc227d4c..d4d3735488 100644 --- a/api/lstchain.image.muon.muon_analysis.analyze_muon_event.html +++ b/api/lstchain.image.muon.muon_analysis.analyze_muon_event.html @@ -4,7 +4,7 @@ - analyze_muon_event — lstchain 0.10.12.dev123+g21d8f7eb documentation + analyze_muon_event — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -31,7 +31,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
@@ -175,14 +175,14 @@

analyze_muon_event - +


-

© Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

+

© Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

Built with Sphinx using a diff --git a/api/lstchain.image.muon.muon_analysis.create_muon_table.html b/api/lstchain.image.muon.muon_analysis.create_muon_table.html index abc50c0bf2..126ecbcabf 100644 --- a/api/lstchain.image.muon.muon_analysis.create_muon_table.html +++ b/api/lstchain.image.muon.muon_analysis.create_muon_table.html @@ -4,7 +4,7 @@ - create_muon_table — lstchain 0.10.12.dev123+g21d8f7eb documentation + create_muon_table — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.image.muon.muon_analysis.fill_muon_event.html b/api/lstchain.image.muon.muon_analysis.fill_muon_event.html index f13087c6c2..5f0f73200e 100644 --- a/api/lstchain.image.muon.muon_analysis.fill_muon_event.html +++ b/api/lstchain.image.muon.muon_analysis.fill_muon_event.html @@ -4,7 +4,7 @@ - fill_muon_event — lstchain 0.10.12.dev123+g21d8f7eb documentation + fill_muon_event — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.image.muon.muon_analysis.fit_muon.html b/api/lstchain.image.muon.muon_analysis.fit_muon.html index 4e586f63ee..acba39cc2a 100644 --- a/api/lstchain.image.muon.muon_analysis.fit_muon.html +++ b/api/lstchain.image.muon.muon_analysis.fit_muon.html @@ -4,7 +4,7 @@ - fit_muon — lstchain 0.10.12.dev123+g21d8f7eb documentation + fit_muon — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
@@ -166,7 +166,7 @@

fit_muon
-

© Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

+

© Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

Built with
Sphinx using a diff --git a/api/lstchain.image.muon.muon_analysis.muon_filter.html b/api/lstchain.image.muon.muon_analysis.muon_filter.html index ad501f8ebd..ab23ed5d6c 100644 --- a/api/lstchain.image.muon.muon_analysis.muon_filter.html +++ b/api/lstchain.image.muon.muon_analysis.muon_filter.html @@ -4,7 +4,7 @@ - muon_filter — lstchain 0.10.12.dev123+g21d8f7eb documentation + muon_filter — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.image.muon.muon_analysis.pixel_coords_to_telescope.html b/api/lstchain.image.muon.muon_analysis.pixel_coords_to_telescope.html index 8000fd8fee..f87bda5c10 100644 --- a/api/lstchain.image.muon.muon_analysis.pixel_coords_to_telescope.html +++ b/api/lstchain.image.muon.muon_analysis.pixel_coords_to_telescope.html @@ -4,7 +4,7 @@ - pixel_coords_to_telescope — lstchain 0.10.12.dev123+g21d8f7eb documentation + pixel_coords_to_telescope — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.image.muon.muon_analysis.radial_light_distribution.html b/api/lstchain.image.muon.muon_analysis.radial_light_distribution.html index f0d1bb8851..d3863e1dca 100644 --- a/api/lstchain.image.muon.muon_analysis.radial_light_distribution.html +++ b/api/lstchain.image.muon.muon_analysis.radial_light_distribution.html @@ -4,7 +4,7 @@ - radial_light_distribution — lstchain 0.10.12.dev123+g21d8f7eb documentation + radial_light_distribution — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.image.muon.muon_analysis.tag_pix_thr.html b/api/lstchain.image.muon.muon_analysis.tag_pix_thr.html index e6beb9675b..a948e76c4c 100644 --- a/api/lstchain.image.muon.muon_analysis.tag_pix_thr.html +++ b/api/lstchain.image.muon.muon_analysis.tag_pix_thr.html @@ -4,7 +4,7 @@ - tag_pix_thr — lstchain 0.10.12.dev123+g21d8f7eb documentation + tag_pix_thr — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.image.muon.muon_analysis.update_parameters.html b/api/lstchain.image.muon.muon_analysis.update_parameters.html index 04e51888cc..7969e3ccd0 100644 --- a/api/lstchain.image.muon.muon_analysis.update_parameters.html +++ b/api/lstchain.image.muon.muon_analysis.update_parameters.html @@ -4,7 +4,7 @@ - update_parameters — lstchain 0.10.12.dev123+g21d8f7eb documentation + update_parameters — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.image.muon.plot_muon.plot_muon_event.html b/api/lstchain.image.muon.plot_muon.plot_muon_event.html index 1780a384d9..b738f93b9c 100644 --- a/api/lstchain.image.muon.plot_muon.plot_muon_event.html +++ b/api/lstchain.image.muon.plot_muon.plot_muon_event.html @@ -4,7 +4,7 @@ - plot_muon_event — lstchain 0.10.12.dev123+g21d8f7eb documentation + plot_muon_event — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.config.get_cleaning_parameters.html b/api/lstchain.io.config.get_cleaning_parameters.html index cb10a05633..3036245386 100644 --- a/api/lstchain.io.config.get_cleaning_parameters.html +++ b/api/lstchain.io.config.get_cleaning_parameters.html @@ -4,7 +4,7 @@ - get_cleaning_parameters — lstchain 0.10.12.dev123+g21d8f7eb documentation + get_cleaning_parameters — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
@@ -154,7 +154,7 @@

get_cleaning_parameters
-

© Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

+

© Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

Built with
Sphinx using a diff --git a/api/lstchain.io.config.get_srcdep_config.html b/api/lstchain.io.config.get_srcdep_config.html index dc8974add2..fa60ad80e4 100644 --- a/api/lstchain.io.config.get_srcdep_config.html +++ b/api/lstchain.io.config.get_srcdep_config.html @@ -4,7 +4,7 @@ - get_srcdep_config — lstchain 0.10.12.dev123+g21d8f7eb documentation + get_srcdep_config — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.config.get_standard_config.html b/api/lstchain.io.config.get_standard_config.html index 83bbb2b3dd..a86c19db3d 100644 --- a/api/lstchain.io.config.get_standard_config.html +++ b/api/lstchain.io.config.get_standard_config.html @@ -4,7 +4,7 @@ - get_standard_config — lstchain 0.10.12.dev123+g21d8f7eb documentation + get_standard_config — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.config.read_configuration_file.html b/api/lstchain.io.config.read_configuration_file.html index 20ce0b2335..603a032ae6 100644 --- a/api/lstchain.io.config.read_configuration_file.html +++ b/api/lstchain.io.config.read_configuration_file.html @@ -4,7 +4,7 @@ - read_configuration_file — lstchain 0.10.12.dev123+g21d8f7eb documentation + read_configuration_file — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
@@ -153,7 +153,7 @@

read_configuration_file
-

© Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

+

© Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

Built with
Sphinx using a diff --git a/api/lstchain.io.config.replace_config.html b/api/lstchain.io.config.replace_config.html index 7e4e4d3f28..2f46769e72 100644 --- a/api/lstchain.io.config.replace_config.html +++ b/api/lstchain.io.config.replace_config.html @@ -4,7 +4,7 @@ - replace_config — lstchain 0.10.12.dev123+g21d8f7eb documentation + replace_config — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.data_management.check_and_make_dir.html b/api/lstchain.io.data_management.check_and_make_dir.html index bca8573588..22d301eba1 100644 --- a/api/lstchain.io.data_management.check_and_make_dir.html +++ b/api/lstchain.io.data_management.check_and_make_dir.html @@ -4,7 +4,7 @@ - check_and_make_dir — lstchain 0.10.12.dev123+g21d8f7eb documentation + check_and_make_dir — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.data_management.check_data_path.html b/api/lstchain.io.data_management.check_data_path.html index 8acefb552f..78ea145c8d 100644 --- a/api/lstchain.io.data_management.check_data_path.html +++ b/api/lstchain.io.data_management.check_data_path.html @@ -4,7 +4,7 @@ - check_data_path — lstchain 0.10.12.dev123+g21d8f7eb documentation + check_data_path — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.data_management.check_job_logs.html b/api/lstchain.io.data_management.check_job_logs.html index 3c72d30e68..f1450947dd 100644 --- a/api/lstchain.io.data_management.check_job_logs.html +++ b/api/lstchain.io.data_management.check_job_logs.html @@ -4,7 +4,7 @@ - check_job_logs — lstchain 0.10.12.dev123+g21d8f7eb documentation + check_job_logs — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.data_management.get_input_filelist.html b/api/lstchain.io.data_management.get_input_filelist.html index e4e4ad27ac..04a681fa31 100644 --- a/api/lstchain.io.data_management.get_input_filelist.html +++ b/api/lstchain.io.data_management.get_input_filelist.html @@ -4,7 +4,7 @@ - get_input_filelist — lstchain 0.10.12.dev123+g21d8f7eb documentation + get_input_filelist — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.data_management.query_continue.html b/api/lstchain.io.data_management.query_continue.html index 50c41ba3dc..3de3793d32 100644 --- a/api/lstchain.io.data_management.query_continue.html +++ b/api/lstchain.io.data_management.query_continue.html @@ -4,7 +4,7 @@ - query_continue — lstchain 0.10.12.dev123+g21d8f7eb documentation + query_continue — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.data_management.query_yes_no.html b/api/lstchain.io.data_management.query_yes_no.html index 10080e5129..a87df22810 100644 --- a/api/lstchain.io.data_management.query_yes_no.html +++ b/api/lstchain.io.data_management.query_yes_no.html @@ -4,7 +4,7 @@ - query_yes_no — lstchain 0.10.12.dev123+g21d8f7eb documentation + query_yes_no — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.event_selection.DL3Cuts.html b/api/lstchain.io.event_selection.DL3Cuts.html index a62b6c881e..ecd7038e7d 100644 --- a/api/lstchain.io.event_selection.DL3Cuts.html +++ b/api/lstchain.io.event_selection.DL3Cuts.html @@ -4,7 +4,7 @@ - DL3Cuts — lstchain 0.10.12.dev123+g21d8f7eb documentation + DL3Cuts — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
@@ -426,7 +426,7 @@

DL3Cuts
-

© Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

+

© Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

Built with
Sphinx using a diff --git a/api/lstchain.io.event_selection.DataBinning.html b/api/lstchain.io.event_selection.DataBinning.html index a3e947f57b..add7942b31 100644 --- a/api/lstchain.io.event_selection.DataBinning.html +++ b/api/lstchain.io.event_selection.DataBinning.html @@ -4,7 +4,7 @@ - DataBinning — lstchain 0.10.12.dev123+g21d8f7eb documentation + DataBinning — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.event_selection.EventSelector.html b/api/lstchain.io.event_selection.EventSelector.html index cf16d6d713..2fec4ff5f2 100644 --- a/api/lstchain.io.event_selection.EventSelector.html +++ b/api/lstchain.io.event_selection.EventSelector.html @@ -4,7 +4,7 @@ - EventSelector — lstchain 0.10.12.dev123+g21d8f7eb documentation + EventSelector — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.io.add_column_table.html b/api/lstchain.io.io.add_column_table.html index ec586f4fd3..3cadcff826 100644 --- a/api/lstchain.io.io.add_column_table.html +++ b/api/lstchain.io.io.add_column_table.html @@ -4,7 +4,7 @@ - add_column_table — lstchain 0.10.12.dev123+g21d8f7eb documentation + add_column_table — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.io.add_config_metadata.html b/api/lstchain.io.io.add_config_metadata.html index c6adbf8dd6..c076f6966b 100644 --- a/api/lstchain.io.io.add_config_metadata.html +++ b/api/lstchain.io.io.add_config_metadata.html @@ -4,7 +4,7 @@ - add_config_metadata — lstchain 0.10.12.dev123+g21d8f7eb documentation + add_config_metadata — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.io.add_global_metadata.html b/api/lstchain.io.io.add_global_metadata.html index 75d3bcf042..910cc12dcd 100644 --- a/api/lstchain.io.io.add_global_metadata.html +++ b/api/lstchain.io.io.add_global_metadata.html @@ -4,7 +4,7 @@ - add_global_metadata — lstchain 0.10.12.dev123+g21d8f7eb documentation + add_global_metadata — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.io.add_source_filenames.html b/api/lstchain.io.io.add_source_filenames.html index d95e91d998..ec0acf2ad7 100644 --- a/api/lstchain.io.io.add_source_filenames.html +++ b/api/lstchain.io.io.add_source_filenames.html @@ -4,7 +4,7 @@ - add_source_filenames — lstchain 0.10.12.dev123+g21d8f7eb documentation + add_source_filenames — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
@@ -140,7 +140,7 @@

add_source_filenames
-

© Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

+

© Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

Built with
Sphinx using a diff --git a/api/lstchain.io.io.auto_merge_h5files.html b/api/lstchain.io.io.auto_merge_h5files.html index 5163b89356..aec6702d7f 100644 --- a/api/lstchain.io.io.auto_merge_h5files.html +++ b/api/lstchain.io.io.auto_merge_h5files.html @@ -4,7 +4,7 @@ - auto_merge_h5files — lstchain 0.10.12.dev123+g21d8f7eb documentation + auto_merge_h5files — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.io.check_mc_type.html b/api/lstchain.io.io.check_mc_type.html index 14e3df8201..01ffde8043 100644 --- a/api/lstchain.io.io.check_mc_type.html +++ b/api/lstchain.io.io.check_mc_type.html @@ -4,7 +4,7 @@ - check_mc_type — lstchain 0.10.12.dev123+g21d8f7eb documentation + check_mc_type — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.io.check_mcheader.html b/api/lstchain.io.io.check_mcheader.html index c675bf943f..29ea1a4af0 100644 --- a/api/lstchain.io.io.check_mcheader.html +++ b/api/lstchain.io.io.check_mcheader.html @@ -4,7 +4,7 @@ - check_mcheader — lstchain 0.10.12.dev123+g21d8f7eb documentation + check_mcheader — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.io.check_metadata.html b/api/lstchain.io.io.check_metadata.html index d74f183846..9f96241d58 100644 --- a/api/lstchain.io.io.check_metadata.html +++ b/api/lstchain.io.io.check_metadata.html @@ -4,7 +4,7 @@ - check_metadata — lstchain 0.10.12.dev123+g21d8f7eb documentation + check_metadata — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.io.check_thrown_events_histogram.html b/api/lstchain.io.io.check_thrown_events_histogram.html index 223d7544c0..d4c349c046 100644 --- a/api/lstchain.io.io.check_thrown_events_histogram.html +++ b/api/lstchain.io.io.check_thrown_events_histogram.html @@ -4,7 +4,7 @@ - check_thrown_events_histogram — lstchain 0.10.12.dev123+g21d8f7eb documentation + check_thrown_events_histogram — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.io.copy_h5_nodes.html b/api/lstchain.io.io.copy_h5_nodes.html index d36bc8e9bd..b5b7239bff 100644 --- a/api/lstchain.io.io.copy_h5_nodes.html +++ b/api/lstchain.io.io.copy_h5_nodes.html @@ -4,7 +4,7 @@ - copy_h5_nodes — lstchain 0.10.12.dev123+g21d8f7eb documentation + copy_h5_nodes — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.io.extract_observation_time.html b/api/lstchain.io.io.extract_observation_time.html index d5e984dfd0..a99991fbf6 100644 --- a/api/lstchain.io.io.extract_observation_time.html +++ b/api/lstchain.io.io.extract_observation_time.html @@ -4,7 +4,7 @@ - extract_observation_time — lstchain 0.10.12.dev123+g21d8f7eb documentation + extract_observation_time — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.io.extract_simulation_nsb.html b/api/lstchain.io.io.extract_simulation_nsb.html index d7ceeb361c..f625f5efe4 100644 --- a/api/lstchain.io.io.extract_simulation_nsb.html +++ b/api/lstchain.io.io.extract_simulation_nsb.html @@ -4,7 +4,7 @@ - extract_simulation_nsb — lstchain 0.10.12.dev123+g21d8f7eb documentation + extract_simulation_nsb — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
@@ -152,7 +152,7 @@

extract_simulation_nsb
-

© Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

+

© Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

Built with
Sphinx using a diff --git a/api/lstchain.io.io.get_dataset_keys.html b/api/lstchain.io.io.get_dataset_keys.html index 43ed75f813..03f9a6f75c 100644 --- a/api/lstchain.io.io.get_dataset_keys.html +++ b/api/lstchain.io.io.get_dataset_keys.html @@ -4,7 +4,7 @@ - get_dataset_keys — lstchain 0.10.12.dev123+g21d8f7eb documentation + get_dataset_keys — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.io.get_mc_fov_offset.html b/api/lstchain.io.io.get_mc_fov_offset.html index 96a62978d2..7f5095ed92 100644 --- a/api/lstchain.io.io.get_mc_fov_offset.html +++ b/api/lstchain.io.io.get_mc_fov_offset.html @@ -4,7 +4,7 @@ - get_mc_fov_offset — lstchain 0.10.12.dev123+g21d8f7eb documentation + get_mc_fov_offset — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.io.get_resource_path.html b/api/lstchain.io.io.get_resource_path.html index f6f9f60b27..462b58568c 100644 --- a/api/lstchain.io.io.get_resource_path.html +++ b/api/lstchain.io.io.get_resource_path.html @@ -4,7 +4,7 @@ - get_resource_path — lstchain 0.10.12.dev123+g21d8f7eb documentation + get_resource_path — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.io.get_srcdep_assumed_positions.html b/api/lstchain.io.io.get_srcdep_assumed_positions.html index 1c5e106ee6..8f96f3c8db 100644 --- a/api/lstchain.io.io.get_srcdep_assumed_positions.html +++ b/api/lstchain.io.io.get_srcdep_assumed_positions.html @@ -4,7 +4,7 @@ - get_srcdep_assumed_positions — lstchain 0.10.12.dev123+g21d8f7eb documentation + get_srcdep_assumed_positions — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.io.get_srcdep_params.html b/api/lstchain.io.io.get_srcdep_params.html index e2a4d6693b..e7491bbf3b 100644 --- a/api/lstchain.io.io.get_srcdep_params.html +++ b/api/lstchain.io.io.get_srcdep_params.html @@ -4,7 +4,7 @@ - get_srcdep_params — lstchain 0.10.12.dev123+g21d8f7eb documentation + get_srcdep_params — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.io.get_stacked_table.html b/api/lstchain.io.io.get_stacked_table.html index 7ce6c56209..d54aca74d2 100644 --- a/api/lstchain.io.io.get_stacked_table.html +++ b/api/lstchain.io.io.get_stacked_table.html @@ -4,7 +4,7 @@ - get_stacked_table — lstchain 0.10.12.dev123+g21d8f7eb documentation + get_stacked_table — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.io.global_metadata.html b/api/lstchain.io.io.global_metadata.html index 04d2450a4e..338f8c99aa 100644 --- a/api/lstchain.io.io.global_metadata.html +++ b/api/lstchain.io.io.global_metadata.html @@ -4,7 +4,7 @@ - global_metadata — lstchain 0.10.12.dev123+g21d8f7eb documentation + global_metadata — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.io.merge_dl2_runs.html b/api/lstchain.io.io.merge_dl2_runs.html index 8d8eb0dc27..69e1d83909 100644 --- a/api/lstchain.io.io.merge_dl2_runs.html +++ b/api/lstchain.io.io.merge_dl2_runs.html @@ -4,7 +4,7 @@ - merge_dl2_runs — lstchain 0.10.12.dev123+g21d8f7eb documentation + merge_dl2_runs — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.io.merging_check.html b/api/lstchain.io.io.merging_check.html index 46e84b5984..02c4352c85 100644 --- a/api/lstchain.io.io.merging_check.html +++ b/api/lstchain.io.io.merging_check.html @@ -4,7 +4,7 @@ - merging_check — lstchain 0.10.12.dev123+g21d8f7eb documentation + merging_check — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.io.read_data_dl2_to_QTable.html b/api/lstchain.io.io.read_data_dl2_to_QTable.html index 8fdd70afb0..032230f80f 100644 --- a/api/lstchain.io.io.read_data_dl2_to_QTable.html +++ b/api/lstchain.io.io.read_data_dl2_to_QTable.html @@ -4,7 +4,7 @@ - read_data_dl2_to_QTable — lstchain 0.10.12.dev123+g21d8f7eb documentation + read_data_dl2_to_QTable — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
@@ -156,7 +156,7 @@

read_data_dl2_to_QTable
-

© Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

+

© Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

Built with
Sphinx using a diff --git a/api/lstchain.io.io.read_dl2_params.html b/api/lstchain.io.io.read_dl2_params.html index 83996407d1..06813c66d5 100644 --- a/api/lstchain.io.io.read_dl2_params.html +++ b/api/lstchain.io.io.read_dl2_params.html @@ -4,7 +4,7 @@ - read_dl2_params — lstchain 0.10.12.dev123+g21d8f7eb documentation + read_dl2_params — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.io.read_mc_dl2_to_QTable.html b/api/lstchain.io.io.read_mc_dl2_to_QTable.html index 33c025a4bf..2e0b6ed5e9 100644 --- a/api/lstchain.io.io.read_mc_dl2_to_QTable.html +++ b/api/lstchain.io.io.read_mc_dl2_to_QTable.html @@ -4,7 +4,7 @@ - read_mc_dl2_to_QTable — lstchain 0.10.12.dev123+g21d8f7eb documentation + read_mc_dl2_to_QTable — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
@@ -157,7 +157,7 @@

read_mc_dl2_to_QTable
-

© Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

+

© Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

Built with
Sphinx using a diff --git a/api/lstchain.io.io.read_metadata.html b/api/lstchain.io.io.read_metadata.html index 34c5e56221..91c775e859 100644 --- a/api/lstchain.io.io.read_metadata.html +++ b/api/lstchain.io.io.read_metadata.html @@ -4,7 +4,7 @@ - read_metadata — lstchain 0.10.12.dev123+g21d8f7eb documentation + read_metadata — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.io.read_simtel_energy_histogram.html b/api/lstchain.io.io.read_simtel_energy_histogram.html index 50b8e8523e..350fe72817 100644 --- a/api/lstchain.io.io.read_simtel_energy_histogram.html +++ b/api/lstchain.io.io.read_simtel_energy_histogram.html @@ -4,7 +4,7 @@ - read_simtel_energy_histogram — lstchain 0.10.12.dev123+g21d8f7eb documentation + read_simtel_energy_histogram — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.io.read_simu_info_hdf5.html b/api/lstchain.io.io.read_simu_info_hdf5.html index 3b09c79f98..2f3f6c7944 100644 --- a/api/lstchain.io.io.read_simu_info_hdf5.html +++ b/api/lstchain.io.io.read_simu_info_hdf5.html @@ -4,7 +4,7 @@ - read_simu_info_hdf5 — lstchain 0.10.12.dev123+g21d8f7eb documentation + read_simu_info_hdf5 — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.io.read_simu_info_merged_hdf5.html b/api/lstchain.io.io.read_simu_info_merged_hdf5.html index b6f272a098..009bb1064d 100644 --- a/api/lstchain.io.io.read_simu_info_merged_hdf5.html +++ b/api/lstchain.io.io.read_simu_info_merged_hdf5.html @@ -4,7 +4,7 @@ - read_simu_info_merged_hdf5 — lstchain 0.10.12.dev123+g21d8f7eb documentation + read_simu_info_merged_hdf5 — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.io.recursive_copy_node.html b/api/lstchain.io.io.recursive_copy_node.html index 084bf03a0e..e877ffe66a 100644 --- a/api/lstchain.io.io.recursive_copy_node.html +++ b/api/lstchain.io.io.recursive_copy_node.html @@ -4,7 +4,7 @@ - recursive_copy_node — lstchain 0.10.12.dev123+g21d8f7eb documentation + recursive_copy_node — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.io.remove_duplicated_events.html b/api/lstchain.io.io.remove_duplicated_events.html index 962d451e42..00a2361d94 100644 --- a/api/lstchain.io.io.remove_duplicated_events.html +++ b/api/lstchain.io.io.remove_duplicated_events.html @@ -4,7 +4,7 @@ - remove_duplicated_events — lstchain 0.10.12.dev123+g21d8f7eb documentation + remove_duplicated_events — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.io.stack_tables_h5files.html b/api/lstchain.io.io.stack_tables_h5files.html index e1382a8bf7..25bc41e470 100644 --- a/api/lstchain.io.io.stack_tables_h5files.html +++ b/api/lstchain.io.io.stack_tables_h5files.html @@ -4,7 +4,7 @@ - stack_tables_h5files — lstchain 0.10.12.dev123+g21d8f7eb documentation + stack_tables_h5files — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
@@ -153,7 +153,7 @@

stack_tables_h5files
-

© Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

+

© Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

Built with
Sphinx using a diff --git a/api/lstchain.io.io.write_calibration_data.html b/api/lstchain.io.io.write_calibration_data.html index 5b60d3be6e..b29458991e 100644 --- a/api/lstchain.io.io.write_calibration_data.html +++ b/api/lstchain.io.io.write_calibration_data.html @@ -4,7 +4,7 @@ - write_calibration_data — lstchain 0.10.12.dev123+g21d8f7eb documentation + write_calibration_data — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
@@ -140,7 +140,7 @@

write_calibration_data
-

© Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

+

© Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

Built with
Sphinx using a diff --git a/api/lstchain.io.io.write_dataframe.html b/api/lstchain.io.io.write_dataframe.html index b75a5f1dd2..be0f7ffb0d 100644 --- a/api/lstchain.io.io.write_dataframe.html +++ b/api/lstchain.io.io.write_dataframe.html @@ -4,7 +4,7 @@ - write_dataframe — lstchain 0.10.12.dev123+g21d8f7eb documentation + write_dataframe — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.io.write_dl2_dataframe.html b/api/lstchain.io.io.write_dl2_dataframe.html index 6cff23fb36..eac41c9bd1 100644 --- a/api/lstchain.io.io.write_dl2_dataframe.html +++ b/api/lstchain.io.io.write_dl2_dataframe.html @@ -4,7 +4,7 @@ - write_dl2_dataframe — lstchain 0.10.12.dev123+g21d8f7eb documentation + write_dl2_dataframe — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.io.write_mcheader.html b/api/lstchain.io.io.write_mcheader.html index 1cb3450561..b13442653b 100644 --- a/api/lstchain.io.io.write_mcheader.html +++ b/api/lstchain.io.io.write_mcheader.html @@ -4,7 +4,7 @@ - write_mcheader — lstchain 0.10.12.dev123+g21d8f7eb documentation + write_mcheader — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.io.write_metadata.html b/api/lstchain.io.io.write_metadata.html index 58a45a0db6..9e08a9974c 100644 --- a/api/lstchain.io.io.write_metadata.html +++ b/api/lstchain.io.io.write_metadata.html @@ -4,7 +4,7 @@ - write_metadata — lstchain 0.10.12.dev123+g21d8f7eb documentation + write_metadata — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.io.write_simtel_energy_histogram.html b/api/lstchain.io.io.write_simtel_energy_histogram.html index 89c073c6b7..a40a2f40fe 100644 --- a/api/lstchain.io.io.write_simtel_energy_histogram.html +++ b/api/lstchain.io.io.write_simtel_energy_histogram.html @@ -4,7 +4,7 @@ - write_simtel_energy_histogram — lstchain 0.10.12.dev123+g21d8f7eb documentation + write_simtel_energy_histogram — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.io.write_subarray_tables.html b/api/lstchain.io.io.write_subarray_tables.html index ad6e115265..c7c2e876db 100644 --- a/api/lstchain.io.io.write_subarray_tables.html +++ b/api/lstchain.io.io.write_subarray_tables.html @@ -4,7 +4,7 @@ - write_subarray_tables — lstchain 0.10.12.dev123+g21d8f7eb documentation + write_subarray_tables — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
@@ -150,7 +150,7 @@

write_subarray_tables
-

© Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

+

© Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

Built with
Sphinx using a diff --git a/api/lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.html b/api/lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.html index 5f0ceb3848..09b61b2106 100644 --- a/api/lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.html +++ b/api/lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.html @@ -4,7 +4,7 @@ - DL1LikelihoodParametersContainer — lstchain 0.10.12.dev123+g21d8f7eb documentation + DL1LikelihoodParametersContainer — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.lstcontainers.DL1MonitoringEventIndexContainer.html b/api/lstchain.io.lstcontainers.DL1MonitoringEventIndexContainer.html index 7f0e03f09b..99840d6dc0 100644 --- a/api/lstchain.io.lstcontainers.DL1MonitoringEventIndexContainer.html +++ b/api/lstchain.io.lstcontainers.DL1MonitoringEventIndexContainer.html @@ -4,7 +4,7 @@ - DL1MonitoringEventIndexContainer — lstchain 0.10.12.dev123+g21d8f7eb documentation + DL1MonitoringEventIndexContainer — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.lstcontainers.DL1ParametersContainer.html b/api/lstchain.io.lstcontainers.DL1ParametersContainer.html index b26df51f62..70b4cbfd9d 100644 --- a/api/lstchain.io.lstcontainers.DL1ParametersContainer.html +++ b/api/lstchain.io.lstcontainers.DL1ParametersContainer.html @@ -4,7 +4,7 @@ - DL1ParametersContainer — lstchain 0.10.12.dev123+g21d8f7eb documentation + DL1ParametersContainer — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
@@ -932,7 +932,7 @@

DL1ParametersContainer
-

© Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

+

© Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

Built with
Sphinx using a diff --git a/api/lstchain.io.lstcontainers.DispContainer.html b/api/lstchain.io.lstcontainers.DispContainer.html index d300230a75..cb805ee42d 100644 --- a/api/lstchain.io.lstcontainers.DispContainer.html +++ b/api/lstchain.io.lstcontainers.DispContainer.html @@ -4,7 +4,7 @@ - DispContainer — lstchain 0.10.12.dev123+g21d8f7eb documentation + DispContainer — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.lstcontainers.ExtraImageInfo.html b/api/lstchain.io.lstcontainers.ExtraImageInfo.html index a2a0c18342..a5a8b0b802 100644 --- a/api/lstchain.io.lstcontainers.ExtraImageInfo.html +++ b/api/lstchain.io.lstcontainers.ExtraImageInfo.html @@ -4,7 +4,7 @@ - ExtraImageInfo — lstchain 0.10.12.dev123+g21d8f7eb documentation + ExtraImageInfo — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.lstcontainers.ExtraMCInfo.html b/api/lstchain.io.lstcontainers.ExtraMCInfo.html index aa943607ff..26501030a3 100644 --- a/api/lstchain.io.lstcontainers.ExtraMCInfo.html +++ b/api/lstchain.io.lstcontainers.ExtraMCInfo.html @@ -4,7 +4,7 @@ - ExtraMCInfo — lstchain 0.10.12.dev123+g21d8f7eb documentation + ExtraMCInfo — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.lstcontainers.LSTEventType.html b/api/lstchain.io.lstcontainers.LSTEventType.html index 09d0cf12b2..512e69138a 100644 --- a/api/lstchain.io.lstcontainers.LSTEventType.html +++ b/api/lstchain.io.lstcontainers.LSTEventType.html @@ -4,7 +4,7 @@ - LSTEventType — lstchain 0.10.12.dev123+g21d8f7eb documentation + LSTEventType — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.io.lstcontainers.MetaData.html b/api/lstchain.io.lstcontainers.MetaData.html index 996b9de096..30d2f51389 100644 --- a/api/lstchain.io.lstcontainers.MetaData.html +++ b/api/lstchain.io.lstcontainers.MetaData.html @@ -4,7 +4,7 @@ - MetaData — lstchain 0.10.12.dev123+g21d8f7eb documentation + MetaData — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
@@ -230,7 +230,7 @@

MetaData
-

© Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

+

© Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

Built with
Sphinx using a diff --git a/api/lstchain.io.lstcontainers.ThrownEventsHistogram.html b/api/lstchain.io.lstcontainers.ThrownEventsHistogram.html index 3bc502b55c..49111976d7 100644 --- a/api/lstchain.io.lstcontainers.ThrownEventsHistogram.html +++ b/api/lstchain.io.lstcontainers.ThrownEventsHistogram.html @@ -4,7 +4,7 @@ - ThrownEventsHistogram — lstchain 0.10.12.dev123+g21d8f7eb documentation + ThrownEventsHistogram — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
@@ -265,7 +265,7 @@

ThrownEventsHistogram
-

© Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

+

© Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

Built with
Sphinx using a diff --git a/api/lstchain.mc.mc.int_diff_sp.html b/api/lstchain.mc.mc.int_diff_sp.html index bdbc1f0d31..e2661af10b 100644 --- a/api/lstchain.mc.mc.int_diff_sp.html +++ b/api/lstchain.mc.mc.int_diff_sp.html @@ -4,7 +4,7 @@ - int_diff_sp — lstchain 0.10.12.dev123+g21d8f7eb documentation + int_diff_sp — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.mc.mc.power_law_integrated_distribution.html b/api/lstchain.mc.mc.power_law_integrated_distribution.html index 4f1fe1ed7e..e5521a38fa 100644 --- a/api/lstchain.mc.mc.power_law_integrated_distribution.html +++ b/api/lstchain.mc.mc.power_law_integrated_distribution.html @@ -4,7 +4,7 @@ - power_law_integrated_distribution — lstchain 0.10.12.dev123+g21d8f7eb documentation + power_law_integrated_distribution — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.mc.mc.rate.html b/api/lstchain.mc.mc.rate.html index 8cfb4cc349..511dc80d51 100644 --- a/api/lstchain.mc.mc.rate.html +++ b/api/lstchain.mc.mc.rate.html @@ -4,7 +4,7 @@ - rate — lstchain 0.10.12.dev123+g21d8f7eb documentation + rate — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
@@ -163,7 +163,7 @@

rate
-

© Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

+

© Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

Built with Sphinx using a diff --git a/api/lstchain.mc.mc.weight.html b/api/lstchain.mc.mc.weight.html index 44a4d8d805..07c43d19fb 100644 --- a/api/lstchain.mc.mc.weight.html +++ b/api/lstchain.mc.mc.weight.html @@ -4,7 +4,7 @@ - weight — lstchain 0.10.12.dev123+g21d8f7eb documentation + weight — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
@@ -165,7 +165,7 @@

weight
-

© Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

+

© Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

Built with
Sphinx using a diff --git a/api/lstchain.mc.plot_utils.fill_bin_content.html b/api/lstchain.mc.plot_utils.fill_bin_content.html index e83bee9380..03f2db6a8f 100644 --- a/api/lstchain.mc.plot_utils.fill_bin_content.html +++ b/api/lstchain.mc.plot_utils.fill_bin_content.html @@ -4,7 +4,7 @@ - fill_bin_content — lstchain 0.10.12.dev123+g21d8f7eb documentation + fill_bin_content — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.mc.plot_utils.format_axes_array.html b/api/lstchain.mc.plot_utils.format_axes_array.html index 2528168939..c4931e0a24 100644 --- a/api/lstchain.mc.plot_utils.format_axes_array.html +++ b/api/lstchain.mc.plot_utils.format_axes_array.html @@ -4,7 +4,7 @@ - format_axes_array — lstchain 0.10.12.dev123+g21d8f7eb documentation + format_axes_array — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.mc.plot_utils.format_axes_ebin.html b/api/lstchain.mc.plot_utils.format_axes_ebin.html index 9cd0450d6d..370d344d35 100644 --- a/api/lstchain.mc.plot_utils.format_axes_ebin.html +++ b/api/lstchain.mc.plot_utils.format_axes_ebin.html @@ -4,7 +4,7 @@ - format_axes_ebin — lstchain 0.10.12.dev123+g21d8f7eb documentation + format_axes_ebin — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.mc.plot_utils.format_axes_sensitivity.html b/api/lstchain.mc.plot_utils.format_axes_sensitivity.html index e04a229c0c..62b44fecc3 100644 --- a/api/lstchain.mc.plot_utils.format_axes_sensitivity.html +++ b/api/lstchain.mc.plot_utils.format_axes_sensitivity.html @@ -4,7 +4,7 @@ - format_axes_sensitivity — lstchain 0.10.12.dev123+g21d8f7eb documentation + format_axes_sensitivity — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
@@ -151,7 +151,7 @@

format_axes_sensitivity
-

© Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

+

© Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

Built with
Sphinx using a diff --git a/api/lstchain.mc.plot_utils.plot_Crab_SED.html b/api/lstchain.mc.plot_utils.plot_Crab_SED.html index 53e380e70f..a03328b7ff 100644 --- a/api/lstchain.mc.plot_utils.plot_Crab_SED.html +++ b/api/lstchain.mc.plot_utils.plot_Crab_SED.html @@ -4,7 +4,7 @@ - plot_Crab_SED — lstchain 0.10.12.dev123+g21d8f7eb documentation + plot_Crab_SED — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.mc.plot_utils.plot_positions_survived_events.html b/api/lstchain.mc.plot_utils.plot_positions_survived_events.html index 4a5c2aa1dc..50707e0d65 100644 --- a/api/lstchain.mc.plot_utils.plot_positions_survived_events.html +++ b/api/lstchain.mc.plot_utils.plot_positions_survived_events.html @@ -4,7 +4,7 @@ - plot_positions_survived_events — lstchain 0.10.12.dev123+g21d8f7eb documentation + plot_positions_survived_events — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.mc.plot_utils.plot_sensitivity.html b/api/lstchain.mc.plot_utils.plot_sensitivity.html index d2854876af..7ae07503c8 100644 --- a/api/lstchain.mc.plot_utils.plot_sensitivity.html +++ b/api/lstchain.mc.plot_utils.plot_sensitivity.html @@ -4,7 +4,7 @@ - plot_sensitivity — lstchain 0.10.12.dev123+g21d8f7eb documentation + plot_sensitivity — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.mc.plot_utils.sensitivity_minimization_plot.html b/api/lstchain.mc.plot_utils.sensitivity_minimization_plot.html index 376e02a941..39d8867d8b 100644 --- a/api/lstchain.mc.plot_utils.sensitivity_minimization_plot.html +++ b/api/lstchain.mc.plot_utils.sensitivity_minimization_plot.html @@ -4,7 +4,7 @@ - sensitivity_minimization_plot — lstchain 0.10.12.dev123+g21d8f7eb documentation + sensitivity_minimization_plot — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.mc.plot_utils.sensitivity_plot_comparison.html b/api/lstchain.mc.plot_utils.sensitivity_plot_comparison.html index e40fb9ee81..7f609adc72 100644 --- a/api/lstchain.mc.plot_utils.sensitivity_plot_comparison.html +++ b/api/lstchain.mc.plot_utils.sensitivity_plot_comparison.html @@ -4,7 +4,7 @@ - sensitivity_plot_comparison — lstchain 0.10.12.dev123+g21d8f7eb documentation + sensitivity_plot_comparison — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.mc.sensitivity.bin_definition.html b/api/lstchain.mc.sensitivity.bin_definition.html index 2f3e993677..a28606bc8a 100644 --- a/api/lstchain.mc.sensitivity.bin_definition.html +++ b/api/lstchain.mc.sensitivity.bin_definition.html @@ -4,7 +4,7 @@ - bin_definition — lstchain 0.10.12.dev123+g21d8f7eb documentation + bin_definition — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.mc.sensitivity.calculate_sensitivity.html b/api/lstchain.mc.sensitivity.calculate_sensitivity.html index 823df59686..0cb13b5c97 100644 --- a/api/lstchain.mc.sensitivity.calculate_sensitivity.html +++ b/api/lstchain.mc.sensitivity.calculate_sensitivity.html @@ -4,7 +4,7 @@ - calculate_sensitivity — lstchain 0.10.12.dev123+g21d8f7eb documentation + calculate_sensitivity — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
@@ -153,7 +153,7 @@

calculate_sensitivity
-

© Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

+

© Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

Built with
Sphinx using a diff --git a/api/lstchain.mc.sensitivity.calculate_sensitivity_lima.html b/api/lstchain.mc.sensitivity.calculate_sensitivity_lima.html index 7cd5d55e5a..9dc0244263 100644 --- a/api/lstchain.mc.sensitivity.calculate_sensitivity_lima.html +++ b/api/lstchain.mc.sensitivity.calculate_sensitivity_lima.html @@ -4,7 +4,7 @@ - calculate_sensitivity_lima — lstchain 0.10.12.dev123+g21d8f7eb documentation + calculate_sensitivity_lima — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.mc.sensitivity.diff_events_after_cut.html b/api/lstchain.mc.sensitivity.diff_events_after_cut.html index 8a54f1a5d5..ea628e933f 100644 --- a/api/lstchain.mc.sensitivity.diff_events_after_cut.html +++ b/api/lstchain.mc.sensitivity.diff_events_after_cut.html @@ -4,7 +4,7 @@ - diff_events_after_cut — lstchain 0.10.12.dev123+g21d8f7eb documentation + diff_events_after_cut — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
@@ -157,7 +157,7 @@

diff_events_after_cut
-

© Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

+

© Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

Built with
Sphinx using a diff --git a/api/lstchain.mc.sensitivity.find_cut.html b/api/lstchain.mc.sensitivity.find_cut.html index 382b7986e5..a7ac1b9f0a 100644 --- a/api/lstchain.mc.sensitivity.find_cut.html +++ b/api/lstchain.mc.sensitivity.find_cut.html @@ -4,7 +4,7 @@ - find_cut — lstchain 0.10.12.dev123+g21d8f7eb documentation + find_cut — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
@@ -159,7 +159,7 @@

find_cut
-

© Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

+

© Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

Built with
Sphinx using a diff --git a/api/lstchain.mc.sensitivity.get_weights.html b/api/lstchain.mc.sensitivity.get_weights.html index d866e5751e..0767ddb93b 100644 --- a/api/lstchain.mc.sensitivity.get_weights.html +++ b/api/lstchain.mc.sensitivity.get_weights.html @@ -4,7 +4,7 @@ - get_weights — lstchain 0.10.12.dev123+g21d8f7eb documentation + get_weights — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.mc.sensitivity.process_mc.html b/api/lstchain.mc.sensitivity.process_mc.html index 0496438fb1..4e22751ebd 100644 --- a/api/lstchain.mc.sensitivity.process_mc.html +++ b/api/lstchain.mc.sensitivity.process_mc.html @@ -4,7 +4,7 @@ - process_mc — lstchain 0.10.12.dev123+g21d8f7eb documentation + process_mc — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.mc.sensitivity.process_real.html b/api/lstchain.mc.sensitivity.process_real.html index f81dd6ddbb..8270d9a527 100644 --- a/api/lstchain.mc.sensitivity.process_real.html +++ b/api/lstchain.mc.sensitivity.process_real.html @@ -4,7 +4,7 @@ - process_real — lstchain 0.10.12.dev123+g21d8f7eb documentation + process_real — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.mc.sensitivity.read_sim_par.html b/api/lstchain.mc.sensitivity.read_sim_par.html index 9d74d98198..981ef4f43b 100644 --- a/api/lstchain.mc.sensitivity.read_sim_par.html +++ b/api/lstchain.mc.sensitivity.read_sim_par.html @@ -4,7 +4,7 @@ - read_sim_par — lstchain 0.10.12.dev123+g21d8f7eb documentation + read_sim_par — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.mc.sensitivity.ring_containment.html b/api/lstchain.mc.sensitivity.ring_containment.html index 2327a13e41..a057f858f0 100644 --- a/api/lstchain.mc.sensitivity.ring_containment.html +++ b/api/lstchain.mc.sensitivity.ring_containment.html @@ -4,7 +4,7 @@ - ring_containment — lstchain 0.10.12.dev123+g21d8f7eb documentation + ring_containment — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.mc.sensitivity.samesign.html b/api/lstchain.mc.sensitivity.samesign.html index 4e70401926..f55fc1481b 100644 --- a/api/lstchain.mc.sensitivity.samesign.html +++ b/api/lstchain.mc.sensitivity.samesign.html @@ -4,7 +4,7 @@ - samesign — lstchain 0.10.12.dev123+g21d8f7eb documentation + samesign — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
@@ -150,7 +150,7 @@

samesign
-

© Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

+

© Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

Built with
Sphinx using a diff --git a/api/lstchain.mc.sensitivity.sensitivity_gamma_efficiency.html b/api/lstchain.mc.sensitivity.sensitivity_gamma_efficiency.html index 2ba253b848..5ee7d90bbb 100644 --- a/api/lstchain.mc.sensitivity.sensitivity_gamma_efficiency.html +++ b/api/lstchain.mc.sensitivity.sensitivity_gamma_efficiency.html @@ -4,7 +4,7 @@ - sensitivity_gamma_efficiency — lstchain 0.10.12.dev123+g21d8f7eb documentation + sensitivity_gamma_efficiency — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.mc.sensitivity.sensitivity_gamma_efficiency_real_data.html b/api/lstchain.mc.sensitivity.sensitivity_gamma_efficiency_real_data.html index 341f07873b..6aa0a4e32b 100644 --- a/api/lstchain.mc.sensitivity.sensitivity_gamma_efficiency_real_data.html +++ b/api/lstchain.mc.sensitivity.sensitivity_gamma_efficiency_real_data.html @@ -4,7 +4,7 @@ - sensitivity_gamma_efficiency_real_data — lstchain 0.10.12.dev123+g21d8f7eb documentation + sensitivity_gamma_efficiency_real_data — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.mc.sensitivity.sensitivity_gamma_efficiency_real_protons.html b/api/lstchain.mc.sensitivity.sensitivity_gamma_efficiency_real_protons.html index abda3a2751..aba983c7e6 100644 --- a/api/lstchain.mc.sensitivity.sensitivity_gamma_efficiency_real_protons.html +++ b/api/lstchain.mc.sensitivity.sensitivity_gamma_efficiency_real_protons.html @@ -4,7 +4,7 @@ - sensitivity_gamma_efficiency_real_protons — lstchain 0.10.12.dev123+g21d8f7eb documentation + sensitivity_gamma_efficiency_real_protons — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.reco.disp.disp.html b/api/lstchain.reco.disp.disp.html index 6df5ba9a7d..c6dfb6fa4f 100644 --- a/api/lstchain.reco.disp.disp.html +++ b/api/lstchain.reco.disp.disp.html @@ -4,7 +4,7 @@ - disp — lstchain 0.10.12.dev123+g21d8f7eb documentation + disp — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
@@ -162,7 +162,7 @@

disp
-

© Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

+

© Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

Built with Sphinx using a diff --git a/api/lstchain.reco.disp.disp_parameters.html b/api/lstchain.reco.disp.disp_parameters.html index 5018fbf659..2e0f78c32c 100644 --- a/api/lstchain.reco.disp.disp_parameters.html +++ b/api/lstchain.reco.disp.disp_parameters.html @@ -4,7 +4,7 @@ - disp_parameters — lstchain 0.10.12.dev123+g21d8f7eb documentation + disp_parameters — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.reco.disp.disp_parameters_event.html b/api/lstchain.reco.disp.disp_parameters_event.html index b7ab84da20..d04f816e4e 100644 --- a/api/lstchain.reco.disp.disp_parameters_event.html +++ b/api/lstchain.reco.disp.disp_parameters_event.html @@ -4,7 +4,7 @@ - disp_parameters_event — lstchain 0.10.12.dev123+g21d8f7eb documentation + disp_parameters_event — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
@@ -158,7 +158,7 @@

disp_parameters_event
-

© Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

+

© Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

Built with
Sphinx using a diff --git a/api/lstchain.reco.disp.disp_to_pos.html b/api/lstchain.reco.disp.disp_to_pos.html index 0cd83dbe1c..998b0841d8 100644 --- a/api/lstchain.reco.disp.disp_to_pos.html +++ b/api/lstchain.reco.disp.disp_to_pos.html @@ -4,7 +4,7 @@ - disp_to_pos — lstchain 0.10.12.dev123+g21d8f7eb documentation + disp_to_pos — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.reco.disp.disp_vector.html b/api/lstchain.reco.disp.disp_vector.html index 2e9747a98f..e4149135b6 100644 --- a/api/lstchain.reco.disp.disp_vector.html +++ b/api/lstchain.reco.disp.disp_vector.html @@ -4,7 +4,7 @@ - disp_vector — lstchain 0.10.12.dev123+g21d8f7eb documentation + disp_vector — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.reco.disp.miss.html b/api/lstchain.reco.disp.miss.html index bc1e769dda..3b258ea65b 100644 --- a/api/lstchain.reco.disp.miss.html +++ b/api/lstchain.reco.disp.miss.html @@ -4,7 +4,7 @@ - miss — lstchain 0.10.12.dev123+g21d8f7eb documentation + miss — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
@@ -152,7 +152,7 @@

miss
-

© Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

+

© Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

Built with Sphinx using a diff --git a/api/lstchain.reco.dl1_to_dl2.apply_models.html b/api/lstchain.reco.dl1_to_dl2.apply_models.html index e26c551b25..aa027446fb 100644 --- a/api/lstchain.reco.dl1_to_dl2.apply_models.html +++ b/api/lstchain.reco.dl1_to_dl2.apply_models.html @@ -4,7 +4,7 @@ - apply_models — lstchain 0.10.12.dev123+g21d8f7eb documentation + apply_models — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.reco.dl1_to_dl2.build_models.html b/api/lstchain.reco.dl1_to_dl2.build_models.html index 84be288406..2b48dc4ce4 100644 --- a/api/lstchain.reco.dl1_to_dl2.build_models.html +++ b/api/lstchain.reco.dl1_to_dl2.build_models.html @@ -4,7 +4,7 @@ - build_models — lstchain 0.10.12.dev123+g21d8f7eb documentation + build_models — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -48,7 +48,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.reco.dl1_to_dl2.get_expected_source_pos.html b/api/lstchain.reco.dl1_to_dl2.get_expected_source_pos.html index 92612ba1ce..aabe59799f 100644 --- a/api/lstchain.reco.dl1_to_dl2.get_expected_source_pos.html +++ b/api/lstchain.reco.dl1_to_dl2.get_expected_source_pos.html @@ -4,7 +4,7 @@ - get_expected_source_pos — lstchain 0.10.12.dev123+g21d8f7eb documentation + get_expected_source_pos — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
@@ -150,7 +150,7 @@

get_expected_source_pos
-

© Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

+

© Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

Built with
Sphinx using a diff --git a/api/lstchain.reco.dl1_to_dl2.get_source_dependent_parameters.html b/api/lstchain.reco.dl1_to_dl2.get_source_dependent_parameters.html index 9631976f9f..204a2eb2d4 100644 --- a/api/lstchain.reco.dl1_to_dl2.get_source_dependent_parameters.html +++ b/api/lstchain.reco.dl1_to_dl2.get_source_dependent_parameters.html @@ -4,7 +4,7 @@ - get_source_dependent_parameters — lstchain 0.10.12.dev123+g21d8f7eb documentation + get_source_dependent_parameters — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.reco.dl1_to_dl2.train_disp_norm.html b/api/lstchain.reco.dl1_to_dl2.train_disp_norm.html index 6ed1fab1cb..e5d994f72a 100644 --- a/api/lstchain.reco.dl1_to_dl2.train_disp_norm.html +++ b/api/lstchain.reco.dl1_to_dl2.train_disp_norm.html @@ -4,7 +4,7 @@ - train_disp_norm — lstchain 0.10.12.dev123+g21d8f7eb documentation + train_disp_norm — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.reco.dl1_to_dl2.train_disp_sign.html b/api/lstchain.reco.dl1_to_dl2.train_disp_sign.html index ca13886103..7adcd48056 100644 --- a/api/lstchain.reco.dl1_to_dl2.train_disp_sign.html +++ b/api/lstchain.reco.dl1_to_dl2.train_disp_sign.html @@ -4,7 +4,7 @@ - train_disp_sign — lstchain 0.10.12.dev123+g21d8f7eb documentation + train_disp_sign — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.reco.dl1_to_dl2.train_disp_vector.html b/api/lstchain.reco.dl1_to_dl2.train_disp_vector.html index 8d185bcbe1..5845b40a21 100644 --- a/api/lstchain.reco.dl1_to_dl2.train_disp_vector.html +++ b/api/lstchain.reco.dl1_to_dl2.train_disp_vector.html @@ -4,7 +4,7 @@ - train_disp_vector — lstchain 0.10.12.dev123+g21d8f7eb documentation + train_disp_vector — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.reco.dl1_to_dl2.train_energy.html b/api/lstchain.reco.dl1_to_dl2.train_energy.html index 6b22c9acb3..a5742c15a3 100644 --- a/api/lstchain.reco.dl1_to_dl2.train_energy.html +++ b/api/lstchain.reco.dl1_to_dl2.train_energy.html @@ -4,7 +4,7 @@ - train_energy — lstchain 0.10.12.dev123+g21d8f7eb documentation + train_energy — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.reco.dl1_to_dl2.train_reco.html b/api/lstchain.reco.dl1_to_dl2.train_reco.html index e481393cc1..a80133191f 100644 --- a/api/lstchain.reco.dl1_to_dl2.train_reco.html +++ b/api/lstchain.reco.dl1_to_dl2.train_reco.html @@ -4,7 +4,7 @@ - train_reco — lstchain 0.10.12.dev123+g21d8f7eb documentation + train_reco — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.reco.dl1_to_dl2.train_sep.html b/api/lstchain.reco.dl1_to_dl2.train_sep.html index 3d338f1a7b..9723c62af6 100644 --- a/api/lstchain.reco.dl1_to_dl2.train_sep.html +++ b/api/lstchain.reco.dl1_to_dl2.train_sep.html @@ -4,7 +4,7 @@ - train_sep — lstchain 0.10.12.dev123+g21d8f7eb documentation + train_sep — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.reco.dl1_to_dl2.update_disp_with_effective_focal_length.html b/api/lstchain.reco.dl1_to_dl2.update_disp_with_effective_focal_length.html index 7d073a73b9..1529f1a485 100644 --- a/api/lstchain.reco.dl1_to_dl2.update_disp_with_effective_focal_length.html +++ b/api/lstchain.reco.dl1_to_dl2.update_disp_with_effective_focal_length.html @@ -4,7 +4,7 @@ - update_disp_with_effective_focal_length — lstchain 0.10.12.dev123+g21d8f7eb documentation + update_disp_with_effective_focal_length — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.reco.r0_to_dl1.add_disp_to_parameters_table.html b/api/lstchain.reco.r0_to_dl1.add_disp_to_parameters_table.html index da6fdd1e3b..1e39160163 100644 --- a/api/lstchain.reco.r0_to_dl1.add_disp_to_parameters_table.html +++ b/api/lstchain.reco.r0_to_dl1.add_disp_to_parameters_table.html @@ -4,7 +4,7 @@ - add_disp_to_parameters_table — lstchain 0.10.12.dev123+g21d8f7eb documentation + add_disp_to_parameters_table — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.reco.r0_to_dl1.apply_lh_fit.html b/api/lstchain.reco.r0_to_dl1.apply_lh_fit.html index 7577dd4d81..b6c9068f63 100644 --- a/api/lstchain.reco.r0_to_dl1.apply_lh_fit.html +++ b/api/lstchain.reco.r0_to_dl1.apply_lh_fit.html @@ -4,7 +4,7 @@ - apply_lh_fit — lstchain 0.10.12.dev123+g21d8f7eb documentation + apply_lh_fit — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.reco.r0_to_dl1.get_dl1.html b/api/lstchain.reco.r0_to_dl1.get_dl1.html index 6285579906..f1ab00dbff 100644 --- a/api/lstchain.reco.r0_to_dl1.get_dl1.html +++ b/api/lstchain.reco.r0_to_dl1.get_dl1.html @@ -4,7 +4,7 @@ - get_dl1 — lstchain 0.10.12.dev123+g21d8f7eb documentation + get_dl1 — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
@@ -161,7 +161,7 @@

get_dl1
-

© Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

+

© Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

Built with
Sphinx using a diff --git a/api/lstchain.reco.r0_to_dl1.r0_to_dl1.html b/api/lstchain.reco.r0_to_dl1.r0_to_dl1.html index b904a08968..54100bb082 100644 --- a/api/lstchain.reco.r0_to_dl1.r0_to_dl1.html +++ b/api/lstchain.reco.r0_to_dl1.r0_to_dl1.html @@ -4,7 +4,7 @@ - r0_to_dl1 — lstchain 0.10.12.dev123+g21d8f7eb documentation + r0_to_dl1 — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.reco.utils.add_delta_t_key.html b/api/lstchain.reco.utils.add_delta_t_key.html index 89f9d6e6f3..ff49ecf24b 100644 --- a/api/lstchain.reco.utils.add_delta_t_key.html +++ b/api/lstchain.reco.utils.add_delta_t_key.html @@ -4,7 +4,7 @@ - add_delta_t_key — lstchain 0.10.12.dev123+g21d8f7eb documentation + add_delta_t_key — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.reco.utils.alt_to_theta.html b/api/lstchain.reco.utils.alt_to_theta.html index b2826e2079..8eaa9551fc 100644 --- a/api/lstchain.reco.utils.alt_to_theta.html +++ b/api/lstchain.reco.utils.alt_to_theta.html @@ -4,7 +4,7 @@ - alt_to_theta — lstchain 0.10.12.dev123+g21d8f7eb documentation + alt_to_theta — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.reco.utils.apply_src_r_cut.html b/api/lstchain.reco.utils.apply_src_r_cut.html index c953f6e2ed..6ed746781b 100644 --- a/api/lstchain.reco.utils.apply_src_r_cut.html +++ b/api/lstchain.reco.utils.apply_src_r_cut.html @@ -4,7 +4,7 @@ - apply_src_r_cut — lstchain 0.10.12.dev123+g21d8f7eb documentation + apply_src_r_cut — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.reco.utils.az_to_phi.html b/api/lstchain.reco.utils.az_to_phi.html index 3cdca44646..4f4058def1 100644 --- a/api/lstchain.reco.utils.az_to_phi.html +++ b/api/lstchain.reco.utils.az_to_phi.html @@ -4,7 +4,7 @@ - az_to_phi — lstchain 0.10.12.dev123+g21d8f7eb documentation + az_to_phi — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.reco.utils.camera_to_altaz.html b/api/lstchain.reco.utils.camera_to_altaz.html index 8a028cd1d0..bde9559049 100644 --- a/api/lstchain.reco.utils.camera_to_altaz.html +++ b/api/lstchain.reco.utils.camera_to_altaz.html @@ -4,7 +4,7 @@ - camera_to_altaz — lstchain 0.10.12.dev123+g21d8f7eb documentation + camera_to_altaz — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.reco.utils.cartesian_to_polar.html b/api/lstchain.reco.utils.cartesian_to_polar.html index bc748c946e..96f6d398be 100644 --- a/api/lstchain.reco.utils.cartesian_to_polar.html +++ b/api/lstchain.reco.utils.cartesian_to_polar.html @@ -4,7 +4,7 @@ - cartesian_to_polar — lstchain 0.10.12.dev123+g21d8f7eb documentation + cartesian_to_polar — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.reco.utils.clip_alt.html b/api/lstchain.reco.utils.clip_alt.html index 1663324b5c..15ef3c1ef3 100644 --- a/api/lstchain.reco.utils.clip_alt.html +++ b/api/lstchain.reco.utils.clip_alt.html @@ -4,7 +4,7 @@ - clip_alt — lstchain 0.10.12.dev123+g21d8f7eb documentation + clip_alt — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
@@ -142,7 +142,7 @@

clip_alt
-

© Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

+

© Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

Built with
Sphinx using a diff --git a/api/lstchain.reco.utils.compute_alpha.html b/api/lstchain.reco.utils.compute_alpha.html index 5289f46135..2861e7db05 100644 --- a/api/lstchain.reco.utils.compute_alpha.html +++ b/api/lstchain.reco.utils.compute_alpha.html @@ -4,7 +4,7 @@ - compute_alpha — lstchain 0.10.12.dev123+g21d8f7eb documentation + compute_alpha — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.reco.utils.compute_rf_event_weights.html b/api/lstchain.reco.utils.compute_rf_event_weights.html index 18399dc17c..669bd5c69d 100644 --- a/api/lstchain.reco.utils.compute_rf_event_weights.html +++ b/api/lstchain.reco.utils.compute_rf_event_weights.html @@ -4,7 +4,7 @@ - compute_rf_event_weights — lstchain 0.10.12.dev123+g21d8f7eb documentation + compute_rf_event_weights — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.reco.utils.compute_theta2.html b/api/lstchain.reco.utils.compute_theta2.html index 54cd656037..c20e05b0a6 100644 --- a/api/lstchain.reco.utils.compute_theta2.html +++ b/api/lstchain.reco.utils.compute_theta2.html @@ -4,7 +4,7 @@ - compute_theta2 — lstchain 0.10.12.dev123+g21d8f7eb documentation + compute_theta2 — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.reco.utils.expand_tel_list.html b/api/lstchain.reco.utils.expand_tel_list.html index a181162179..fe2eedf6aa 100644 --- a/api/lstchain.reco.utils.expand_tel_list.html +++ b/api/lstchain.reco.utils.expand_tel_list.html @@ -4,7 +4,7 @@ - expand_tel_list — lstchain 0.10.12.dev123+g21d8f7eb documentation + expand_tel_list — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.reco.utils.extract_source_position.html b/api/lstchain.reco.utils.extract_source_position.html index 9ca84bde3b..84d215838a 100644 --- a/api/lstchain.reco.utils.extract_source_position.html +++ b/api/lstchain.reco.utils.extract_source_position.html @@ -4,7 +4,7 @@ - extract_source_position — lstchain 0.10.12.dev123+g21d8f7eb documentation + extract_source_position — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
@@ -155,7 +155,7 @@

extract_source_position
-

© Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

+

© Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

Built with
Sphinx using a diff --git a/api/lstchain.reco.utils.filter_events.html b/api/lstchain.reco.utils.filter_events.html index 963df23bb0..8f013d1f1a 100644 --- a/api/lstchain.reco.utils.filter_events.html +++ b/api/lstchain.reco.utils.filter_events.html @@ -4,7 +4,7 @@ - filter_events — lstchain 0.10.12.dev123+g21d8f7eb documentation + filter_events — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.reco.utils.get_effective_time.html b/api/lstchain.reco.utils.get_effective_time.html index 848fdd1470..4bdc777a65 100644 --- a/api/lstchain.reco.utils.get_effective_time.html +++ b/api/lstchain.reco.utils.get_effective_time.html @@ -4,7 +4,7 @@ - get_effective_time — lstchain 0.10.12.dev123+g21d8f7eb documentation + get_effective_time — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.reco.utils.get_event_pos_in_camera.html b/api/lstchain.reco.utils.get_event_pos_in_camera.html index 9b5aa8c0e2..cb057dd1ae 100644 --- a/api/lstchain.reco.utils.get_event_pos_in_camera.html +++ b/api/lstchain.reco.utils.get_event_pos_in_camera.html @@ -4,7 +4,7 @@ - get_event_pos_in_camera — lstchain 0.10.12.dev123+g21d8f7eb documentation + get_event_pos_in_camera — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
@@ -154,7 +154,7 @@

get_event_pos_in_camera
-

© Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

+

© Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

Built with
Sphinx using a diff --git a/api/lstchain.reco.utils.get_events_in_GTI.html b/api/lstchain.reco.utils.get_events_in_GTI.html index 99201c956d..5e1f898ac9 100644 --- a/api/lstchain.reco.utils.get_events_in_GTI.html +++ b/api/lstchain.reco.utils.get_events_in_GTI.html @@ -4,7 +4,7 @@ - get_events_in_GTI — lstchain 0.10.12.dev123+g21d8f7eb documentation + get_events_in_GTI — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.reco.utils.get_geomagnetic_delta.html b/api/lstchain.reco.utils.get_geomagnetic_delta.html index fa9d4ea06a..ca82956563 100644 --- a/api/lstchain.reco.utils.get_geomagnetic_delta.html +++ b/api/lstchain.reco.utils.get_geomagnetic_delta.html @@ -4,7 +4,7 @@ - get_geomagnetic_delta — lstchain 0.10.12.dev123+g21d8f7eb documentation + get_geomagnetic_delta — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
@@ -174,7 +174,7 @@

get_geomagnetic_delta
-

© Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

+

© Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

Built with
Sphinx using a diff --git a/api/lstchain.reco.utils.impute_pointing.html b/api/lstchain.reco.utils.impute_pointing.html index b45779866e..036642a9a0 100644 --- a/api/lstchain.reco.utils.impute_pointing.html +++ b/api/lstchain.reco.utils.impute_pointing.html @@ -4,7 +4,7 @@ - impute_pointing — lstchain 0.10.12.dev123+g21d8f7eb documentation + impute_pointing — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.reco.utils.linear_imputer.html b/api/lstchain.reco.utils.linear_imputer.html index 0db714cfa5..1186b90517 100644 --- a/api/lstchain.reco.utils.linear_imputer.html +++ b/api/lstchain.reco.utils.linear_imputer.html @@ -4,7 +4,7 @@ - linear_imputer — lstchain 0.10.12.dev123+g21d8f7eb documentation + linear_imputer — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.reco.utils.polar_to_cartesian.html b/api/lstchain.reco.utils.polar_to_cartesian.html index 8654390492..bbb8eb3a0c 100644 --- a/api/lstchain.reco.utils.polar_to_cartesian.html +++ b/api/lstchain.reco.utils.polar_to_cartesian.html @@ -4,7 +4,7 @@ - polar_to_cartesian — lstchain 0.10.12.dev123+g21d8f7eb documentation + polar_to_cartesian — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.reco.utils.predict_source_position_in_camera.html b/api/lstchain.reco.utils.predict_source_position_in_camera.html index a512ddede6..69a19591dc 100644 --- a/api/lstchain.reco.utils.predict_source_position_in_camera.html +++ b/api/lstchain.reco.utils.predict_source_position_in_camera.html @@ -4,7 +4,7 @@ - predict_source_position_in_camera — lstchain 0.10.12.dev123+g21d8f7eb documentation + predict_source_position_in_camera — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.reco.utils.radec_to_camera.html b/api/lstchain.reco.utils.radec_to_camera.html index 97c1b76d59..e9b65507ab 100644 --- a/api/lstchain.reco.utils.radec_to_camera.html +++ b/api/lstchain.reco.utils.radec_to_camera.html @@ -4,7 +4,7 @@ - radec_to_camera — lstchain 0.10.12.dev123+g21d8f7eb documentation + radec_to_camera — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.reco.utils.reco_source_position_sky.html b/api/lstchain.reco.utils.reco_source_position_sky.html index 38629a300d..a83ffbdc2a 100644 --- a/api/lstchain.reco.utils.reco_source_position_sky.html +++ b/api/lstchain.reco.utils.reco_source_position_sky.html @@ -4,7 +4,7 @@ - reco_source_position_sky — lstchain 0.10.12.dev123+g21d8f7eb documentation + reco_source_position_sky — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.reco.utils.rotate.html b/api/lstchain.reco.utils.rotate.html index 871de99e25..c75dd5d3fd 100644 --- a/api/lstchain.reco.utils.rotate.html +++ b/api/lstchain.reco.utils.rotate.html @@ -4,7 +4,7 @@ - rotate — lstchain 0.10.12.dev123+g21d8f7eb documentation + rotate — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
@@ -155,7 +155,7 @@

rotate
-

© Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

+

© Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

Built with
Sphinx using a diff --git a/api/lstchain.reco.utils.sky_to_camera.html b/api/lstchain.reco.utils.sky_to_camera.html index b3d08eb573..9c95b15667 100644 --- a/api/lstchain.reco.utils.sky_to_camera.html +++ b/api/lstchain.reco.utils.sky_to_camera.html @@ -4,7 +4,7 @@ - sky_to_camera — lstchain 0.10.12.dev123+g21d8f7eb documentation + sky_to_camera — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.reco.utils.source_dx_dy.html b/api/lstchain.reco.utils.source_dx_dy.html index 849ee8e309..b0091188b6 100644 --- a/api/lstchain.reco.utils.source_dx_dy.html +++ b/api/lstchain.reco.utils.source_dx_dy.html @@ -4,7 +4,7 @@ - source_dx_dy — lstchain 0.10.12.dev123+g21d8f7eb documentation + source_dx_dy — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.reco.utils.source_side.html b/api/lstchain.reco.utils.source_side.html index c79536a0b4..29aabe9ec2 100644 --- a/api/lstchain.reco.utils.source_side.html +++ b/api/lstchain.reco.utils.source_side.html @@ -4,7 +4,7 @@ - source_side — lstchain 0.10.12.dev123+g21d8f7eb documentation + source_side — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.reco.volume_reducer.apply_volume_reduction.html b/api/lstchain.reco.volume_reducer.apply_volume_reduction.html index 065a0b5210..1a18a6cc22 100644 --- a/api/lstchain.reco.volume_reducer.apply_volume_reduction.html +++ b/api/lstchain.reco.volume_reducer.apply_volume_reduction.html @@ -4,7 +4,7 @@ - apply_volume_reduction — lstchain 0.10.12.dev123+g21d8f7eb documentation + apply_volume_reduction — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
@@ -155,7 +155,7 @@

apply_volume_reduction
-

© Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

+

© Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

Built with
Sphinx using a diff --git a/api/lstchain.reco.volume_reducer.get_volume_reduction_method.html b/api/lstchain.reco.volume_reducer.get_volume_reduction_method.html index 61f6cb99fe..20eed3d91f 100644 --- a/api/lstchain.reco.volume_reducer.get_volume_reduction_method.html +++ b/api/lstchain.reco.volume_reducer.get_volume_reduction_method.html @@ -4,7 +4,7 @@ - get_volume_reduction_method — lstchain 0.10.12.dev123+g21d8f7eb documentation + get_volume_reduction_method — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.reco.volume_reducer.zero_suppression_tailcut_dilation.html b/api/lstchain.reco.volume_reducer.zero_suppression_tailcut_dilation.html index b41656401d..f30f9b9667 100644 --- a/api/lstchain.reco.volume_reducer.zero_suppression_tailcut_dilation.html +++ b/api/lstchain.reco.volume_reducer.zero_suppression_tailcut_dilation.html @@ -4,7 +4,7 @@ - zero_suppression_tailcut_dilation — lstchain 0.10.12.dev123+g21d8f7eb documentation + zero_suppression_tailcut_dilation — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.tools.lstchain_create_calibration_file.CalibrationHDF5Writer.html b/api/lstchain.tools.lstchain_create_calibration_file.CalibrationHDF5Writer.html index 4ddfc747c0..fc332d2f7a 100644 --- a/api/lstchain.tools.lstchain_create_calibration_file.CalibrationHDF5Writer.html +++ b/api/lstchain.tools.lstchain_create_calibration_file.CalibrationHDF5Writer.html @@ -4,7 +4,7 @@ - CalibrationHDF5Writer — lstchain 0.10.12.dev123+g21d8f7eb documentation + CalibrationHDF5Writer — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
@@ -284,7 +284,7 @@

CalibrationHDF5Writer
-

© Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

+

© Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

Built with
Sphinx using a diff --git a/api/lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.html b/api/lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.html index d11bb69c07..d49060fb7a 100644 --- a/api/lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.html +++ b/api/lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.html @@ -4,7 +4,7 @@ - DataReductionFITSWriter — lstchain 0.10.12.dev123+g21d8f7eb documentation + DataReductionFITSWriter — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
@@ -388,7 +388,7 @@

DataReductionFITSWriter
-

© Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

+

© Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

Built with
Sphinx using a diff --git a/api/lstchain.tools.lstchain_create_dl3_index_files.FITSIndexWriter.html b/api/lstchain.tools.lstchain_create_dl3_index_files.FITSIndexWriter.html index 61e78cf41a..3be7ad4bb7 100644 --- a/api/lstchain.tools.lstchain_create_dl3_index_files.FITSIndexWriter.html +++ b/api/lstchain.tools.lstchain_create_dl3_index_files.FITSIndexWriter.html @@ -4,7 +4,7 @@ - FITSIndexWriter — lstchain 0.10.12.dev123+g21d8f7eb documentation + FITSIndexWriter — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.html b/api/lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.html index 2745a7cd5c..89a01f9542 100644 --- a/api/lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.html +++ b/api/lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.html @@ -4,7 +4,7 @@ - IRFFITSWriter — lstchain 0.10.12.dev123+g21d8f7eb documentation + IRFFITSWriter — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan.html b/api/lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan.html index f0f71a7e7a..01fa191658 100644 --- a/api/lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan.html +++ b/api/lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan.html @@ -4,7 +4,7 @@ - FitIntensityScan — lstchain 0.10.12.dev123+g21d8f7eb documentation + FitIntensityScan — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.visualization.bokeh.CameraDisplay.html b/api/lstchain.visualization.bokeh.CameraDisplay.html index 4faecce95f..b832c1af9d 100644 --- a/api/lstchain.visualization.bokeh.CameraDisplay.html +++ b/api/lstchain.visualization.bokeh.CameraDisplay.html @@ -4,7 +4,7 @@ - CameraDisplay — lstchain 0.10.12.dev123+g21d8f7eb documentation + CameraDisplay — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.visualization.bokeh._generate_bokeh_multi_polygon_arrays.html b/api/lstchain.visualization.bokeh._generate_bokeh_multi_polygon_arrays.html index 9cc158d7f6..edf0870609 100644 --- a/api/lstchain.visualization.bokeh._generate_bokeh_multi_polygon_arrays.html +++ b/api/lstchain.visualization.bokeh._generate_bokeh_multi_polygon_arrays.html @@ -4,7 +4,7 @@ - _generate_bokeh_multi_polygon_arrays — lstchain 0.10.12.dev123+g21d8f7eb documentation + _generate_bokeh_multi_polygon_arrays — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.visualization.bokeh._generate_polygon_vertices.html b/api/lstchain.visualization.bokeh._generate_polygon_vertices.html index df6aa25850..0bd4efc685 100644 --- a/api/lstchain.visualization.bokeh._generate_polygon_vertices.html +++ b/api/lstchain.visualization.bokeh._generate_polygon_vertices.html @@ -4,7 +4,7 @@ - _generate_polygon_vertices — lstchain 0.10.12.dev123+g21d8f7eb documentation + _generate_polygon_vertices — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.visualization.bokeh.get_pixel_location.html b/api/lstchain.visualization.bokeh.get_pixel_location.html index 2f37d38323..90a9e5bcb2 100644 --- a/api/lstchain.visualization.bokeh.get_pixel_location.html +++ b/api/lstchain.visualization.bokeh.get_pixel_location.html @@ -4,7 +4,7 @@ - get_pixel_location — lstchain 0.10.12.dev123+g21d8f7eb documentation + get_pixel_location — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.visualization.bokeh.plot_mean_and_stddev_bokeh.html b/api/lstchain.visualization.bokeh.plot_mean_and_stddev_bokeh.html index 74c60272a2..cd8c4dcf7a 100644 --- a/api/lstchain.visualization.bokeh.plot_mean_and_stddev_bokeh.html +++ b/api/lstchain.visualization.bokeh.plot_mean_and_stddev_bokeh.html @@ -4,7 +4,7 @@ - plot_mean_and_stddev_bokeh — lstchain 0.10.12.dev123+g21d8f7eb documentation + plot_mean_and_stddev_bokeh — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.visualization.bokeh.show_camera.html b/api/lstchain.visualization.bokeh.show_camera.html index ffb1958ccc..ef7791d3ab 100644 --- a/api/lstchain.visualization.bokeh.show_camera.html +++ b/api/lstchain.visualization.bokeh.show_camera.html @@ -4,7 +4,7 @@ - show_camera — lstchain 0.10.12.dev123+g21d8f7eb documentation + show_camera — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.visualization.camera.display_dl1_event.html b/api/lstchain.visualization.camera.display_dl1_event.html index 18475207ed..713f653bc0 100644 --- a/api/lstchain.visualization.camera.display_dl1_event.html +++ b/api/lstchain.visualization.camera.display_dl1_event.html @@ -4,7 +4,7 @@ - display_dl1_event — lstchain 0.10.12.dev123+g21d8f7eb documentation + display_dl1_event — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.visualization.camera.overlay_disp_vector.html b/api/lstchain.visualization.camera.overlay_disp_vector.html index c61c0e2eaf..c2922af91b 100644 --- a/api/lstchain.visualization.camera.overlay_disp_vector.html +++ b/api/lstchain.visualization.camera.overlay_disp_vector.html @@ -4,7 +4,7 @@ - overlay_disp_vector — lstchain 0.10.12.dev123+g21d8f7eb documentation + overlay_disp_vector — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.visualization.camera.overlay_hillas_major_axis.html b/api/lstchain.visualization.camera.overlay_hillas_major_axis.html index 67b010f127..b20be5ba6a 100644 --- a/api/lstchain.visualization.camera.overlay_hillas_major_axis.html +++ b/api/lstchain.visualization.camera.overlay_hillas_major_axis.html @@ -4,7 +4,7 @@ - overlay_hillas_major_axis — lstchain 0.10.12.dev123+g21d8f7eb documentation + overlay_hillas_major_axis — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.visualization.camera.overlay_source.html b/api/lstchain.visualization.camera.overlay_source.html index 0833c1f80e..73e603c1db 100644 --- a/api/lstchain.visualization.camera.overlay_source.html +++ b/api/lstchain.visualization.camera.overlay_source.html @@ -4,7 +4,7 @@ - overlay_source — lstchain 0.10.12.dev123+g21d8f7eb documentation + overlay_source — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.visualization.plot_calib.plot_calibration_results.html b/api/lstchain.visualization.plot_calib.plot_calibration_results.html index a0b812b77b..f06172b191 100644 --- a/api/lstchain.visualization.plot_calib.plot_calibration_results.html +++ b/api/lstchain.visualization.plot_calib.plot_calibration_results.html @@ -4,7 +4,7 @@ - plot_calibration_results — lstchain 0.10.12.dev123+g21d8f7eb documentation + plot_calibration_results — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.visualization.plot_dl2.direction_results.html b/api/lstchain.visualization.plot_dl2.direction_results.html index e72a6c2b67..521e9155f7 100644 --- a/api/lstchain.visualization.plot_dl2.direction_results.html +++ b/api/lstchain.visualization.plot_dl2.direction_results.html @@ -4,7 +4,7 @@ - direction_results — lstchain 0.10.12.dev123+g21d8f7eb documentation + direction_results — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.visualization.plot_dl2.energy_results.html b/api/lstchain.visualization.plot_dl2.energy_results.html index c9da0fda2f..192a4a8646 100644 --- a/api/lstchain.visualization.plot_dl2.energy_results.html +++ b/api/lstchain.visualization.plot_dl2.energy_results.html @@ -4,7 +4,7 @@ - energy_results — lstchain 0.10.12.dev123+g21d8f7eb documentation + energy_results — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.visualization.plot_dl2.plot_1d_excess.html b/api/lstchain.visualization.plot_dl2.plot_1d_excess.html index 85b1faeb95..c9451e7fd5 100644 --- a/api/lstchain.visualization.plot_dl2.plot_1d_excess.html +++ b/api/lstchain.visualization.plot_dl2.plot_1d_excess.html @@ -4,7 +4,7 @@ - plot_1d_excess — lstchain 0.10.12.dev123+g21d8f7eb documentation + plot_1d_excess — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.visualization.plot_dl2.plot_disp.html b/api/lstchain.visualization.plot_dl2.plot_disp.html index 151b149849..392ed6eb4f 100644 --- a/api/lstchain.visualization.plot_dl2.plot_disp.html +++ b/api/lstchain.visualization.plot_dl2.plot_disp.html @@ -4,7 +4,7 @@ - plot_disp — lstchain 0.10.12.dev123+g21d8f7eb documentation + plot_disp — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.visualization.plot_dl2.plot_disp_vector.html b/api/lstchain.visualization.plot_dl2.plot_disp_vector.html index 165e4a382b..d9ae802d05 100644 --- a/api/lstchain.visualization.plot_dl2.plot_disp_vector.html +++ b/api/lstchain.visualization.plot_dl2.plot_disp_vector.html @@ -4,7 +4,7 @@ - plot_disp_vector — lstchain 0.10.12.dev123+g21d8f7eb documentation + plot_disp_vector — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.visualization.plot_dl2.plot_energy_resolution.html b/api/lstchain.visualization.plot_dl2.plot_energy_resolution.html index 5afede16ac..f62ec07e76 100644 --- a/api/lstchain.visualization.plot_dl2.plot_energy_resolution.html +++ b/api/lstchain.visualization.plot_dl2.plot_energy_resolution.html @@ -4,7 +4,7 @@ - plot_energy_resolution — lstchain 0.10.12.dev123+g21d8f7eb documentation + plot_energy_resolution — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
@@ -161,7 +161,7 @@

plot_energy_resolution
-

© Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

+

© Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

Built with
Sphinx using a diff --git a/api/lstchain.visualization.plot_dl2.plot_features.html b/api/lstchain.visualization.plot_dl2.plot_features.html index 7e09423ede..0e04fc3f82 100644 --- a/api/lstchain.visualization.plot_dl2.plot_features.html +++ b/api/lstchain.visualization.plot_dl2.plot_features.html @@ -4,7 +4,7 @@ - plot_features — lstchain 0.10.12.dev123+g21d8f7eb documentation + plot_features — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.visualization.plot_dl2.plot_importances.html b/api/lstchain.visualization.plot_dl2.plot_importances.html index a3dab99d05..f6ff65e00e 100644 --- a/api/lstchain.visualization.plot_dl2.plot_importances.html +++ b/api/lstchain.visualization.plot_dl2.plot_importances.html @@ -4,7 +4,7 @@ - plot_importances — lstchain 0.10.12.dev123+g21d8f7eb documentation + plot_importances — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.visualization.plot_dl2.plot_pos.html b/api/lstchain.visualization.plot_dl2.plot_pos.html index f999ae6b60..ef8003ce58 100644 --- a/api/lstchain.visualization.plot_dl2.plot_pos.html +++ b/api/lstchain.visualization.plot_dl2.plot_pos.html @@ -4,7 +4,7 @@ - plot_pos — lstchain 0.10.12.dev123+g21d8f7eb documentation + plot_pos — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
@@ -148,7 +148,7 @@

plot_pos
-

© Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

+

© Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

Built with
Sphinx using a diff --git a/api/lstchain.visualization.plot_dl2.plot_roc_gamma.html b/api/lstchain.visualization.plot_dl2.plot_roc_gamma.html index 0cb6e0be21..c366cfac3c 100644 --- a/api/lstchain.visualization.plot_dl2.plot_roc_gamma.html +++ b/api/lstchain.visualization.plot_dl2.plot_roc_gamma.html @@ -4,7 +4,7 @@ - plot_roc_gamma — lstchain 0.10.12.dev123+g21d8f7eb documentation + plot_roc_gamma — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.visualization.plot_dl2.plot_wobble.html b/api/lstchain.visualization.plot_dl2.plot_wobble.html index a813d936a4..ec6cc33a71 100644 --- a/api/lstchain.visualization.plot_dl2.plot_wobble.html +++ b/api/lstchain.visualization.plot_dl2.plot_wobble.html @@ -4,7 +4,7 @@ - plot_wobble — lstchain 0.10.12.dev123+g21d8f7eb documentation + plot_wobble — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/api/lstchain.visualization.plot_drs4.plot_pedestals.html b/api/lstchain.visualization.plot_drs4.plot_pedestals.html index 18ede38d34..98d0dfcd86 100644 --- a/api/lstchain.visualization.plot_drs4.plot_pedestals.html +++ b/api/lstchain.visualization.plot_drs4.plot_pedestals.html @@ -4,7 +4,7 @@ - plot_pedestals — lstchain 0.10.12.dev123+g21d8f7eb documentation + plot_pedestals — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/contribute.html b/contribute.html index 445ef6ddc6..0116276bbd 100644 --- a/contribute.html +++ b/contribute.html @@ -4,7 +4,7 @@ - How to Contribute — lstchain 0.10.12.dev123+g21d8f7eb documentation + How to Contribute — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
Built with Sphinx using a diff --git a/genindex.html b/genindex.html index 44c5ca1c56..776cd7edbc 100644 --- a/genindex.html +++ b/genindex.html @@ -3,7 +3,7 @@ - Index — lstchain 0.10.12.dev123+g21d8f7eb documentation + Index — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -15,7 +15,7 @@ - + @@ -45,7 +45,7 @@ lstchain
- 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
@@ -795,6 +795,8 @@

I

  • image (lstchain.visualization.bokeh.CameraDisplay attribute)
  • impute_pointing() (in module lstchain.reco.utils) +
  • +
  • initialise_waveforms() (lstchain.image.modifier.WaveformNsbTunner method)
  • input_dir (lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan attribute)
  • @@ -819,11 +821,11 @@

    I

  • intercept (lstchain.io.lstcontainers.DL1ParametersContainer attribute)
  • interp_irfs() (lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter method) -
  • -
  • interp_method (lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter attribute)
  • @@ -2031,6 +2031,8 @@

    U

    W

    - + @@ -195,8 +195,15 @@

    Functions

    - - + +

    calculate_required_additional_nsb(...[, config])

    Calculates the additional NSB needed in the MC waveforms to match a real data DL1 file Parameters ---------- simtel_filename: a simtel file containing showers, from the production (same NSB and telescope settings) as the one on which the correction will be applied.

    Calculates the additional NSB needed in the MC waveforms to match a real data DL1 file

    calculate_noise_parameters(simtel_filename, ...)

    Calculates the parameters needed to increase the noise in an MC DL1 file to match the noise in a real data DL1 file, using add_noise_in_pixels The returned parameters are those needed by the function add_noise_in_pixels (see description in its documentation above).

    set_numba_seed(seed)

    tune_nsb_on_waveform(waveform, ...)

    Inject single photon pulses in existing R1 waveforms to increase NSB.

    + +
    +

    Classes

    + + + +

    WaveformNsbTunner(added_nsb_fraction, ...[, ...])

    Handles the injection of additional NSB pulses in waveforms.

    @@ -266,7 +273,7 @@

    Functions
    -

    © Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

    +

    © Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

    Built with
    Sphinx using a diff --git a/lstchain_api/index.html b/lstchain_api/index.html index fa3a1cc72b..9f08f140c5 100644 --- a/lstchain_api/index.html +++ b/lstchain_api/index.html @@ -4,7 +4,7 @@ - API Docs — lstchain 0.10.12.dev123+g21d8f7eb documentation + API Docs — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
    - 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
    @@ -137,7 +137,7 @@

    API Docs
    -

    © Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

    +

    © Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

    Built with
    Sphinx using a diff --git a/lstchain_api/io/index.html b/lstchain_api/io/index.html index 50a61f2956..31913896a8 100644 --- a/lstchain_api/io/index.html +++ b/lstchain_api/io/index.html @@ -4,7 +4,7 @@ - Input/Output (io) — lstchain 0.10.12.dev123+g21d8f7eb documentation + Input/Output (io) — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
    - 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
    @@ -386,7 +386,7 @@

    Classes
    -

    © Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

    +

    © Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

    Built with Sphinx using a diff --git a/lstchain_api/mc/index.html b/lstchain_api/mc/index.html index b3d844c692..e3b14267e8 100644 --- a/lstchain_api/mc/index.html +++ b/lstchain_api/mc/index.html @@ -4,7 +4,7 @@ - MonteCarlo (mc) — lstchain 0.10.12.dev123+g21d8f7eb documentation + MonteCarlo (mc) — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
    - 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
    @@ -254,7 +254,7 @@

    Functions
    -

    © Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

    +

    © Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

    Built with
    Sphinx using a diff --git a/lstchain_api/reco/index.html b/lstchain_api/reco/index.html index a62d88553c..3f1b48ad20 100644 --- a/lstchain_api/reco/index.html +++ b/lstchain_api/reco/index.html @@ -4,7 +4,7 @@ - Reconstruction (reco) — lstchain 0.10.12.dev123+g21d8f7eb documentation + Reconstruction (reco) — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
    - 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
    @@ -379,7 +379,7 @@

    Functions
    -

    © Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

    +

    © Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

    Built with
    Sphinx using a diff --git a/lstchain_api/scripts/index.html b/lstchain_api/scripts/index.html index 82b94b06c6..f6835bc32d 100644 --- a/lstchain_api/scripts/index.html +++ b/lstchain_api/scripts/index.html @@ -4,7 +4,7 @@ - Command line Scripts (scripts) — lstchain 0.10.12.dev123+g21d8f7eb documentation + Command line Scripts (scripts) — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
    - 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
    Built with Sphinx using a diff --git a/lstchain_api/tools/index.html b/lstchain_api/tools/index.html index fd424e8f87..e7f2d9403b 100644 --- a/lstchain_api/tools/index.html +++ b/lstchain_api/tools/index.html @@ -4,7 +4,7 @@ - Command line Tools (tools) — lstchain 0.10.12.dev123+g21d8f7eb documentation + Command line Tools (tools) — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
    - 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
    @@ -270,7 +270,7 @@

    Classes
    -

    © Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

    +

    © Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

    Built with Sphinx using a diff --git a/lstchain_api/visualization/index.html b/lstchain_api/visualization/index.html index aa184da6da..0d2456f633 100644 --- a/lstchain_api/visualization/index.html +++ b/lstchain_api/visualization/index.html @@ -4,7 +4,7 @@ - Visualization (visualization) — lstchain 0.10.12.dev123+g21d8f7eb documentation + Visualization (visualization) — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
    - 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
    @@ -286,7 +286,7 @@

    Functions
    -

    © Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

    +

    © Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

    Built with
    Sphinx using a diff --git a/objects.inv b/objects.inv index 71d337076fc33060a2c33d178f2e4aa2dbf0484f..55cf906dbde02b52e3b3d09ea3af189b9b08f6d8 100644 GIT binary patch delta 17974 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 XEJ%UM`c6uu*2vy$jgh%Pg#2?-o z^Aq+5WzVE-5$DiWFm`$PX;qy;8 z9fk_e`!m_YqkfaF#B0Lxlw`Q|F&m{t{*ghF;}Byk;xoc+C7~{z8^T4xEM;K+BPo)` z+DUtOgG5Q}(rc7C?@O=d&tfZFNZ+5~jj^~_cbm8y%-rQr(I)ZLSCYICn|-86n5HfM zt)JlTnVBX}^a1zV!-8ZMaSbMXXQD1B7>dfHs(@WFk{giN*bL8}bE8W%5#<&!F(O_! z4EM8~HVJJ-XaaQHb|^vek^W8s`a)JL{eW|$;t<7M3S`S|pN#?6Ik_vypfZdS)?(+8I zek!Es?$y2P=88KPZ&+xVr5;KLWwMR<*@7vs3{;+NlDbzW=5CH`PSuo#s#hMhH zX6so5s{ki>`$T9>p-nor%?u2(`+mP4qB~r6dIArvkI=~TsI9TD$jAZSOG*9B1b5!! z@P9XXVUc~6rWrQazkOa;kOOSEk8Tn$-SuC`k$ffoZ5xx<|DT$I_mM*KPd9(4M=}Km zrL?8%_Mbeo$vP1am8OU^iH!!9|3w7&fDA}trfM#!A-_UD3Ed6T0Q7b5gO{zB$6XFw zVr-vJE0dhij$D$iiQrp=3lHg~MD1$#dQ%aS&`kP|vOc4r_ic4^&Tmuu?El5f7S^Yb z-gpbYr3<7UW?8HgE?)6@rVj|OpM%!NY4k#T68Fm=%bm@A%M!kat?BX@sVM?nVch*! z5NAt*=JeAe|D!{(E*&YQB1+xXhL5bTgS9rA2g(*7mBEh6Eq6AWHI zIzSmP7p%WI=EzyowV9c&26#ek{Ig>H20rHOW<10v?Rv%1XhORojd(d&(48Kc%RIjl zE9Su1g7h0Lgl8A0SH56jv)GES8+K#Jn*Ks<>?TzoYF)TbyG_L)v0;|S9)9{$t*xPS zBPi*QL3O&C7i!~`)5^-QQ^z(zLv-OzjLT0} zI(%SpEPOw0AcZZ`0x(n;b}EX0O&!O!$`ms1bF4ebZR5A7)pl7Vf@&m%*m#(!EDF-2 z=85&14!~@m;PLf)^a>wzxL{LCpMozp{~@qKqiiUM!8Fl$c?PGEU8!4{4fR+h6Q<84 zeSW@3Hy*bwC$mtb;P>SD6X|fo0dC6GHo`&_rTHZy=mB>R8vx_!76n=!5$}Sp$26YF zViaim!yvt|?^&$u#pEv*qmv2aqg!Gf?d;^)B;VLWJObxF4EXq+lB6D$MG{t=>uHV=|sfb63*Kvn?Cu z$fW_HXKJ6Z8tBci3Tt&6JGjqlgh@`%MUOM^?@o~ZkgC*BD3kWj+@uwTA3!sm6(a@^5DNRSioX`>@+7^r ze-c`1h}RL9q!q^1KHvH0_YA}T&uv4TGwx#N=l|mrA{n`RmyRiFHSX?jvSpLr)6i-~ zWm<2Yt6w2@^r*&S5&0Y)&8IlBPchpJifTaFLU68Raz1El50!05#{i(^N zILX#Y5b!uXctz1lK6%w zj8uopa#vVt#Bg@t$o(r+o&Oao6BO9pMqnv=;Mr<5)=>D>;6v4jzt!Q2vAY(E$l)Kq z3-yybr`y`q?C@xirJxd^%~Qv+P5VjRWIG58spGU7qBvvhL5<8g!vtYwV@n3@u|2(L z{6LeIk7*F1lspeQ2oIX@UG0f&i0w;nc;fmynbd^yh}@!B^I0~ey-9sB5~cmSm2SD< zgGNZ{X0c$b^ENcHa4gHY?&^HV583zl>t$w%TX|mDMJjg;`ieY2PR2l+uVGL%qoCE!%IIX5*%ncT8a8k@y6z+OmBun*r z+ajJ^@iP#Y-~&y?$|=P^6~g|h5cz{rzBgE|dsPVOp=uE=RHsBdg(ewO!R+|50gJFj zI?7Adoa>S=qzMp}VvO<)-57X_@oIbkDw~Xbk1?`MqIotxkg7L{%BFGl6K|1H6>Ds; zOtSuQT&e87I8rG0B$tR>vmX}niGY&bz&_6nckJOOVj;ay5F94YxLDKRc=1!VNyX36 z6qyw1LC1A1JU*mOnhsH2JCm?<)gi->d1;-Tq`oPPiV%RM@_N3~%eh}vZ%-W~G^)qU zM(G3p!Dj8C@t1l)adWEabQ#$glNBYfT`6r<2`|F-o6Y@q{#>6l4I6%?H0&ycwKU;@ z%C$d8c9^sxgwcG+w#(G~Cem3YX5wo|VSE_~nw=$JSL(-V5jfa=wi)HkdNjw4rec20 z6)SX4vh8Yx_@5v-e$B}?1F+a^ zzPef`VX{}n7Vcy4>0T;X3tmPRXY^+Nb|RgAn+JgJkG!&rTfV{3czO%RL8;aroCy>q zuNq(8uxKlT2H$lC5r1cK+2Cqg%Iy=uw)BYBz|d#{weXGL=t5zpwO8=8qYQtJv2SdQ z)!_|k;qgbp{whZ)C+u|(Ht0UY8B+@u9z%4x1qscO=qnHTRt??^gp+M&znNHayi;l3 zNz(zSwb*7035|a=`^1s7v&Ce?#J5?t;|v7%CR0YsL}S1Ip0D*UD7FR3Fuw`N&+{$& zd-@dVzEtbMmy3OD8yhvDH(K-J)Kds8lPu#qP91SSFm;t%7)ihqQ1qFN^;{7Se>dp5 zof|@;Zj7I->CGv<4X!j<6D6v{Wb3;z*En8O4ezV&1Qw@w^?0UUPD_J z;&!U}^hOgN-Q61g;rE(B=tI&?3}CS|AP?Y}Z@;NQCxkQ-EX3+Wne)^}S!!aopjEh; zv^LnjEBk1=k%%(uWDy6B!IzqaaV=8F>+`}r@EYLlt+_WQmW$U zI!{sYgqo^~a37Yl4kk;CvT&WgAe zh%8md+$!#uzC1%9ix+tWUO7((>DujTTncEH4=8M&68LsV?4?_+pF~Qo(;xVz6TZ>@ zItUo(`6}NyZ#^=^cs^B9*K@Z3^+01ZafeNHlUt#= zOzCHP+@f_nsKyTS7`eFR#=_=xulD2g3S_i+#o)A}v{4#cvM#()<z`{*N0MX7gI;ns`>fIIiNUT-iG~bu+xC0n;S z=vt+edQ*oNR>qkr7x9;MT1nGCjGf9@Ta`>~1bctQ8JlhP_B{DJW%f1j1Zw@^)NA*X zijUjZ(!K*!w|QG4)tm1E0I%=KQ`8RYkuaD=e!7rxM=;3Y?~)wNgZ=0Hlv`iOn=Jvz*Z?gykw(34X?%J% z4$}S^$w^2NKzMI|$vkSw3PrWC~)ML{KwPz3P19NQs zRmA)F&C$zP`(U&L4EI5@k@?IGWs--LBzeCD|26z%e;S|%afBo*F%Qmh&!S}|Uo90x zeSHN>gTQoGnMHRiCops#O)V(2UJ3M!o)*t^(~!5*(4u6dwkAfGp&#or=(BFvSynCf zR<_QC;?y9u#D7CkSYQ)?m@g#5oHwHy1zO4f-HF0YBGTe&oh)#aB$!txG)ykB@IfjZ zmtZKAQUD~-&7>xeJ@`s9e3+;7`jw|;;Yqw9az>1!`3aR^=(ik2EgHg~-KCY!J)Q>c z?+g_w)<0}ws@W^R^?ox%TPW5_PfS8Yi(BsY=YT5|&Dn?pmp&LfDjuX*2oWd<3s4AaZqmOB6lGrLcD{?G2SDVj4dyrF?+J84yTi#D)|L2GWrz!$UL(+Qh_6nz9P?YT z?3W~OzK^A{4py|S4F9gj;HCvJCGs=x>le>Mm=2_3>#KKy*Muu@X1Ra~yMw|sZv-g` zo;fv%MS;3b-gE~xe*IuQ)BIP<@fH-5mzR%MnI}?_f;3CfxKarH93an%aJFU$SG6;j2k*gilsj=3fnZZ>no!F7fsjKN2h--v!%IQj%ks!p$gl&UL zc_A{Bdvc^lVzWP;PZkP8q=Ggf7=^aTYAoAWe}6eE$blMF8gn*+!tF=Ra`BIo+d}>ej_e0ToB{@SB-6h2dnuSvC-c7q2#_BEX8sn}kXt?){yt`eA|l^g zd(c9tzfwAmn4tD_89av7%sszAu2N@(w0J4O0iD1MYR4Az*dbKA>vma415gx!WM3}` zEwSD8B0A^20mwYG4K4I8;nWQ!3B$!H*y{<{sMPber0)!@L$n8X)C`V+2o2YYkLU87 z69af6m7^_yPVt6i3ObjK?~(N;9L1urFtm8(nsgOSbPv5L+VG9WNV;o?lb+FYzl(fx zf}5-Z2DO9TeR!qHKvn|U@A~0V?7uAz%`JPxoGLQ3j<79RV6EPul0d&%6Hmo`4yMml5i0iVPR?kKt#FgsU9v^6 z|N8j+Y((Nqv(?G+_1{agBg@j1)!~Ur5G3tbezrulp--Vh<-l5>dX@kdS!vc~50)0? z7z&3aLg;3Gq|{kB4!J{tpO|r=Fv^@_Q&@wk$X$f1HS9sol1S@<0BTEJkWFBb$1p8M zRkOx<{`H>aL>j}=Ssz*4(?gk};!wzZL$~DLWc$w{YCMQMWKO_CG}m_zECo_zn4jDwNLYQ4leH%&z3GNp_Y-Y7wN8a4 zs~$rC5m9;GsR`>;@N-<~Naf2587+kNcWc~FV~1ccRooG=VIG$sGu!jjfK z^L*ezAeF<~S>)PtV1*YH(CX*>y4W-^=-D;sar-hRw+efdqqf{;ZXH#6U(snNMGyQC z3|!7Fwq5Kt;jf5t0V7)6AzwW;tRuGf#Knqe@U|`9q-HW=rQInU`bV&!kMYc&dg;tJ z`KPM*Ok3UnmyV&tluu^rDJ5`ItB}%tht{a)rfS~RBeeWef?n`QK6Q}(aVgQV?pnmA zO$usDBTV~5^lNoGJ!6_=0Aa^9f2>+cl4d%T9X7eMx|pDfgI5LwyZ9o0*a0Y2&A{NcSM$m!5@;*2m!0Ri(2N<{XA1dP2f-b2dJ zv_A;|H8@t-xVKo}3KJBJ?XcBb+-~gmW1q*jD7AL9vtr5Ty~oYF>7Bx|yLm#Y6_ieU zLTE|AO#zAPN9ErxjaxqupVAP=%<$2qN+bd>xF>_j;j4D^EqXuD(g$R9rA|*+qryOb z;ath=e9+$4^$~S?v3pj1O*H!Usit7&T2cT=sMM3#5Im9=gkM4Cx26S$vAaofxT4bK zT}sM@LJQxPAoQiSac?=X5SzxB-5FdtRjVho^i0&R?e|vY#7HW7C@R+46JZr(>y~-- zaS^)b-Dcl$y^JakTi(q|VTT}V@p|H$^5VI;l1;rd=h>}f+-&S=P+70T)ulH0G;0N1 zHy{v>9qkn7TI$a|$0#|N=(vG&1J`*qO}Ho@tuDmy1D7`u@lFtpYy0iMKqKWh#T#w; z#?P_);nDmfdCAigX5TV_f{1u;(42@SUXIAWJJ!I~Ir5|>+@8Kg<9ju`J4W_`MM#|- zs06eS^dy9aT%U*|8b8JB-ny4pcLV}zjJ*?uj_ytRY#mTMMJmOd5>EC%Rw%ecZs9U)d5d zJa&-wLcuFHE$FtIZ#nsK1&zc3>-aq)XH-lo*+A#wDCHWjksMVcc*eq~_{#?{+V`iL zKZDMNqy5z@-@74)gVl+zDLE5vcR-PSPMO}$-~yw4cwMk|FooQ{D65wC=>uB*qG z@qtF8@fME@*&VB%s19w68KXD0)sRQJTTK|Pt3Z$CTC(0wNos@()&UaK~x72|xa z@fxy%+fLH<<>y8LdDZX^_gQ`hFbIH!xL!K?dZ3=_2A9a2GtS~RRm;Z-*}IbfPO;{x zW{Ei{re!nY#s59+yy0fQmGFA?sl;Wij@_BIE$R5t-AEn_9&agD8$&w zAkraQ=XL*9Kte2XlF}hQjlastBOTtUGeL{YUC%}6N7}#8%l0Qfh|4d-J%w9qiyyii zei}a(wVYW3SKPv$hM@TMUG-cp#1?jD6HtxE#Y{XCqk6AN8g)MYUC}TZJ z%w#=2*kzRq1e7{-u9emgO+Ew(8V`PHO+51OPts z`}Y(zpPwL^=DPy0kv=bzgZAg*gm780EaAtXY*oBHym@dr0(9u;osbf3x7n7+;3w>L z-V7~$T8u0shyWnr40TPEt@Y~OCJDNx}oSx3vicFGMC-U zLg-r)-itE}J`j zGYNWsK?R2M3xX>&5Ab6{fP

    1lbW``vYG7MgriQQDiW|p^Cvj{x(y~ra(Y`z4$hF z$t!?^4+CKo-vIrLUR*yFj04oMoKqs8-B=$OFI-K2a+ERdlN9*4-g9qag?~SRiE|C! z)3!O)wKGolQL$|#ezg}yo&M-&wnvd_e~8ArxC$n zoSe2LkpSRC7(GT~Y;|ReRq|c$%A=RcwY{E#^CZ4y6-6f%+PKpx${uKoEJjzy6{Pp_ zje=J`FgXNpI2(Msdd+2&jeb>}ilX9`WhqGYJJ{*&zkU+JzkU)b9BlrNsOa=tTA&|x z673(oVzogk)1D&c--MjPcIO+9s@Xrv@_g5H+W^B]ESjyCbXWRdXy>TE6A=x}`y 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 B6ZZfB diff --git a/py-modindex.html b/py-modindex.html index f0f2da4e4a..4d9444b642 100644 --- a/py-modindex.html +++ b/py-modindex.html @@ -3,7 +3,7 @@ - Python Module Index — lstchain 0.10.12.dev123+g21d8f7eb documentation + Python Module Index — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -15,7 +15,7 @@ - + @@ -48,7 +48,7 @@ lstchain

    - 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
    @@ -392,7 +392,7 @@

    Python Module Index


    -

    © Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

    +

    © Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

    Built with Sphinx using a diff --git a/search.html b/search.html index 8b374bb154..f95baef907 100644 --- a/search.html +++ b/search.html @@ -3,7 +3,7 @@ - Search — lstchain 0.10.12.dev123+g21d8f7eb documentation + Search — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -48,7 +48,7 @@ lstchain
    - 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
    @@ -115,7 +115,7 @@
    -

    © Copyright LST collaboration. Last updated 22 Jul 2024 09:11.

    +

    © Copyright LST collaboration. Last updated 30 Jul 2024 07:25.

    Built with Sphinx using a diff --git a/searchindex.js b/searchindex.js index 61c172b601..f22df54c4f 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"API Docs": [[224, "api-docs"]], "API Documentation": [[216, null]], "Analysis steps": [[217, "analysis-steps"]], "Build the documentation locally": [[215, "build-the-documentation-locally"]], "Calibration (calib)": [[219, "calibration-calib"]], "CalibrationHDF5Writer": [[187, "calibrationhdf5writer"]], "CameraDisplay": [[192, "cameradisplay"]], "Classes": [[221, "classes"], [225, "classes"], [225, "id3"], [229, "classes"], [229, "id1"], [229, "id2"], [229, "id3"], [229, "id4"], [230, "classes"]], "Code snippets": [[231, "code-snippets"]], "Command line Scripts (scripts)": [[228, "command-line-scripts-scripts"]], "Command line Tools (tools)": [[229, "command-line-tools-tools"]], "Compatibility Wrappers for ctapipe (ctapipe_compat)": [[220, "compatibility-wrappers-for-ctapipe-ctapipe-compat"]], "Configuration file": [[217, "configuration-file"], [217, "id2"]], "Contribute to the documentation": [[215, "contribute-to-the-documentation"]], "DL1 data checks": [[221, "dl1-data-checks"]], "DL1 to DL1a and DL1b": [[217, "dl1-to-dl1a-and-dl1b"]], "DL1 to DL2": [[217, "dl1-to-dl2"]], "DL1DataCheckContainer": [[4, "dl1datacheckcontainer"]], "DL1DataCheckHistogramBins": [[5, "dl1datacheckhistogrambins"]], "DL1LikelihoodParametersContainer": [[100, "dl1likelihoodparameterscontainer"]], "DL1MonitoringEventIndexContainer": [[101, "dl1monitoringeventindexcontainer"]], "DL1ParametersContainer": [[102, "dl1parameterscontainer"]], "DL2 to DL3": [[217, "dl2-to-dl3"]], "DL3/IRF config files": [[218, "dl3-irf-config-files"]], "DL3Cuts": [[59, "dl3cuts"]], "Data levels": [[217, "data-levels"]], "DataBinning": [[60, "databinning"]], "DataReductionFITSWriter": [[188, "datareductionfitswriter"]], "Datachecks (datachecks)": [[221, "datachecks-datachecks"]], "Dependencies": [[217, "dependencies"]], "DispContainer": [[103, "dispcontainer"]], "Environment": [[218, "environment"]], "Event list creation": [[217, "event-list-creation"]], "EventSelector": [[61, "eventselector"]], "ExtraImageInfo": [[104, "extraimageinfo"]], "ExtraMCInfo": [[105, "extramcinfo"]], "FITSIndexWriter": [[189, "fitsindexwriter"]], "Files and configuration": [[218, "files-and-configuration"]], "FitIntensityScan": [[191, "fitintensityscan"]], "Functions": [[219, "functions"], [219, "id1"], [221, "functions"], [221, "id1"], [222, "functions"], [222, "id1"], [222, "id2"], [223, "functions"], [223, "id1"], [223, "id2"], [223, "id3"], [225, "functions"], [225, "id1"], [225, "id2"], [226, "functions"], [226, "id1"], [226, "id2"], [227, "functions"], [227, "id1"], [227, "id2"], [227, "id3"], [227, "id4"], [230, "functions"], [230, "id1"], [230, "id2"], [230, "id3"], [230, "id4"]], "High Level Analysis (high_level)": [[222, "high-level-analysis-high-level"]], "How to Contribute": [[215, "how-to-contribute"]], "IRF creation": [[217, "irf-creation"]], "IRFFITSWriter": [[190, "irffitswriter"]], "Image (image)": [[223, "image-image"]], "Input/Output (io)": [[225, "input-output-io"]], "Introduction": [[217, "introduction"], [219, "introduction"], [221, "introduction"], [222, "introduction"], [223, "introduction"], [225, "introduction"], [226, "introduction"], [227, "introduction"], [229, "introduction"], [230, "introduction"]], "Keeping track of lstchain configurations": [[218, "keeping-track-of-lstchain-configurations"]], "LST-1 data analysis workflow": [[218, "lst-1-data-analysis-workflow"]], "LSTEventType": [[106, "lsteventtype"]], "MC data": [[217, "mc-data"]], "MetaData": [[107, "metadata"]], "MonteCarlo (mc)": [[226, "montecarlo-mc"]], "Muon analysis": [[223, "muon-analysis"]], "Named Arguments": [[228, "named-arguments"], [228, "named-arguments"], [228, "named-arguments"], [228, "named-arguments"], [228, "named-arguments"], [228, "named-arguments"], [228, "named-arguments"], [228, "named-arguments"], [228, "named-arguments"], [228, "named-arguments"], [228, "named-arguments"], [228, "named-arguments"], [228, "named-arguments"], [228, "named-arguments"], [228, "named-arguments"], [228, "named-arguments"], [228, "named-arguments"], [228, "named-arguments"]], "Overview": [[216, null]], "Pipeline": [[218, "pipeline"]], "Positional Arguments": [[228, "positional-arguments"]], "Post DL3 analysis": [[217, "post-dl3-analysis"]], "Print calibration and auxiliary files used by the script/tool": [[231, "print-calibration-and-auxiliary-files-used-by-the-script-tool"]], "Print configuration parameters used by the script/tool": [[231, "print-configuration-parameters-used-by-the-script-tool"]], "Print lstchain version used to produce a file": [[231, "print-lstchain-version-used-to-produce-a-file"]], "R1 to DL1": [[217, "r1-to-dl1"]], "RF models": [[218, "rf-models"]], "Real data": [[217, "real-data"]], "Reconstruction (reco)": [[227, "reconstruction-reco"]], "Reference/API": [[219, "reference-api"], [220, "reference-api"], [221, "reference-api"], [223, "reference-api"], [225, "reference-api"], [226, "reference-api"], [227, "reference-api"], [229, "reference-api"], [230, "reference-api"]], "Repository for LST analysis software (cta-lstchain)": [[216, "repository-for-lst-analysis-software-cta-lstchain"]], "Selection of the real-data DL1 files": [[218, "selection-of-the-real-data-dl1-files"]], "ThrownEventsHistogram": [[108, "throwneventshistogram"]], "Tuning of MC DL1 files and RF models": [[218, "tuning-of-mc-dl1-files-and-rf-models"]], "Unit tests": [[215, "unit-tests"]], "Usage": [[227, "usage"], [228, "usage"], [228, "id3"], [228, "id5"], [228, "id7"], [228, "id9"], [228, "id11"], [228, "id13"], [228, "id15"], [228, "id17"], [228, "id19"], [228, "id21"], [228, "id23"], [228, "id25"], [228, "id27"], [228, "id29"], [228, "id30"], [228, "id32"], [228, "id33"]], "Using the datacheck files for selecting good-quality data": [[221, "using-the-datacheck-files-for-selecting-good-quality-data"]], "Visualization (visualization)": [[230, "visualization-visualization"]], "_generate_bokeh_multi_polygon_arrays": [[193, "generate-bokeh-multi-polygon-arrays"]], "_generate_polygon_vertices": [[194, "generate-polygon-vertices"]], "add_column_table": [[62, "add-column-table"]], "add_config_metadata": [[63, "add-config-metadata"]], "add_delta_t_key": [[157, "add-delta-t-key"]], "add_disp_to_parameters_table": [[153, "add-disp-to-parameters-table"]], "add_global_metadata": [[64, "add-global-metadata"]], "add_icrs_position_params": [[14, "add-icrs-position-params"]], "add_noise_in_pixels": [[32, "add-noise-in-pixels"]], "add_source_filenames": [[65, "add-source-filenames"]], "alt_to_theta": [[158, "alt-to-theta"]], "analyze_muon_event": [[38, "analyze-muon-event"]], "analyze_on_off": [[28, "analyze-on-off"]], "analyze_wobble": [[29, "analyze-wobble"]], "apply_dynamic_cleaning": [[31, "apply-dynamic-cleaning"]], "apply_lh_fit": [[154, "apply-lh-fit"]], "apply_models": [[142, "apply-models"]], "apply_src_r_cut": [[159, "apply-src-r-cut"]], "apply_volume_reduction": [[184, "apply-volume-reduction"]], "auto_merge_h5files": [[66, "auto-merge-h5files"]], "az_to_phi": [[160, "az-to-phi"]], "bin_definition": [[122, "bin-definition"]], "build_models": [[143, "build-models"]], "calculate_noise_parameters": [[33, "calculate-noise-parameters"]], "calculate_required_additional_nsb": [[34, "calculate-required-additional-nsb"]], "calculate_sensitivity": [[123, "calculate-sensitivity"]], "calculate_sensitivity_lima": [[124, "calculate-sensitivity-lima"]], "camera_to_altaz": [[161, "camera-to-altaz"]], "cartesian_to_polar": [[162, "cartesian-to-polar"]], "check_and_make_dir": [[53, "check-and-make-dir"]], "check_data_path": [[54, "check-data-path"]], "check_dl1": [[7, "check-dl1"]], "check_in_delaunay_triangle": [[21, "check-in-delaunay-triangle"]], "check_job_logs": [[55, "check-job-logs"]], "check_mc_type": [[67, "check-mc-type"]], "check_mcheader": [[68, "check-mcheader"]], "check_metadata": [[69, "check-metadata"]], "check_thrown_events_histogram": [[70, "check-thrown-events-histogram"]], "clip_alt": [[163, "clip-alt"]], "compare_irfs": [[22, "compare-irfs"]], "compute_alpha": [[164, "compute-alpha"]], "compute_rf_event_weights": [[165, "compute-rf-event-weights"]], "compute_theta2": [[166, "compute-theta2"]], "copy_h5_nodes": [[71, "copy-h5-nodes"]], "count_trig_types": [[6, "count-trig-types"]], "create_event_list": [[15, "create-event-list"]], "create_hdu_index_hdu": [[16, "create-hdu-index-hdu"]], "create_muon_table": [[39, "create-muon-table"]], "create_obs_index_hdu": [[17, "create-obs-index-hdu"]], "diff_events_after_cut": [[125, "diff-events-after-cut"]], "direction_results": [[203, "direction-results"]], "disp": [[136, "disp"]], "disp_parameters": [[137, "disp-parameters"]], "disp_parameters_event": [[138, "disp-parameters-event"]], "disp_to_pos": [[139, "disp-to-pos"]], "disp_vector": [[140, "disp-vector"]], "display_dl1_event": [[198, "display-dl1-event"]], "energy_results": [[204, "energy-results"]], "expand_tel_list": [[167, "expand-tel-list"]], "extract_observation_time": [[72, "extract-observation-time"]], "extract_simulation_nsb": [[73, "extract-simulation-nsb"]], "extract_source_position": [[168, "extract-source-position"]], "fill_bin_content": [[113, "fill-bin-content"]], "fill_muon_event": [[40, "fill-muon-event"]], "fill_reco_altaz_w_expected_pos": [[18, "fill-reco-altaz-w-expected-pos"]], "filter_events": [[169, "filter-events"]], "find_cut": [[126, "find-cut"]], "fit_muon": [[41, "fit-muon"]], "format_axes_array": [[114, "format-axes-array"]], "format_axes_ebin": [[115, "format-axes-ebin"]], "format_axes_sensitivity": [[116, "format-axes-sensitivity"]], "get_cleaning_parameters": [[48, "get-cleaning-parameters"]], "get_dataset_keys": [[74, "get-dataset-keys"]], "get_dl1": [[155, "get-dl1"]], "get_effective_time": [[170, "get-effective-time"]], "get_event_pos_in_camera": [[171, "get-event-pos-in-camera"]], "get_events_in_GTI": [[172, "get-events-in-gti"]], "get_expected_source_pos": [[144, "get-expected-source-pos"]], "get_geomagnetic_delta": [[173, "get-geomagnetic-delta"]], "get_input_filelist": [[56, "get-input-filelist"]], "get_mc_fov_offset": [[75, "get-mc-fov-offset"]], "get_nearest_az_node": [[23, "get-nearest-az-node"]], "get_pixel_location": [[195, "get-pixel-location"]], "get_pointing_params": [[19, "get-pointing-params"]], "get_resource_path": [[76, "get-resource-path"]], "get_source_dependent_parameters": [[145, "get-source-dependent-parameters"]], "get_srcdep_assumed_positions": [[77, "get-srcdep-assumed-positions"]], "get_srcdep_config": [[49, "get-srcdep-config"]], "get_srcdep_params": [[78, "get-srcdep-params"]], "get_stacked_table": [[79, "get-stacked-table"]], "get_standard_config": [[50, "get-standard-config"]], "get_timing_params": [[20, "get-timing-params"]], "get_volume_reduction_method": [[185, "get-volume-reduction-method"]], "get_weights": [[127, "get-weights"]], "global_metadata": [[80, "global-metadata"]], "impute_pointing": [[174, "impute-pointing"]], "int_diff_sp": [[109, "int-diff-sp"]], "interp_params": [[24, "interp-params"]], "interpolate_cuts": [[25, "interpolate-cuts"]], "interpolate_irf": [[26, "interpolate-irf"]], "linear_imputer": [[175, "linear-imputer"]], "load_calibrator_from_config": [[0, "load-calibrator-from-config"], [1, "load-calibrator-from-config"]], "load_gain_selector_from_config": [[2, "load-gain-selector-from-config"]], "load_image_extractor_from_config": [[3, "load-image-extractor-from-config"]], "load_irf_grid": [[27, "load-irf-grid"]], "lstchain.calib Package": [[219, "module-lstchain.calib"]], "lstchain.calib.camera Package": [[219, "module-lstchain.calib.camera"]], "lstchain.ctapipe_compat Module": [[220, "module-lstchain.ctapipe_compat"]], "lstchain.datachecks.containers Module": [[221, "module-lstchain.datachecks.containers"]], "lstchain.datachecks.dl1_checker Module": [[221, "module-lstchain.datachecks.dl1_checker"]], "lstchain.high_level.hdu_table Module": [[222, "module-lstchain.high_level.hdu_table"]], "lstchain.high_level.interpolate Module": [[222, "module-lstchain.high_level.interpolate"]], "lstchain.high_level.significance_calculation Module": [[222, "module-lstchain.high_level.significance_calculation"]], "lstchain.image Package": [[223, "module-lstchain.image"]], "lstchain.image.cleaning Module": [[223, "module-lstchain.image.cleaning"]], "lstchain.image.modifier Module": [[223, "module-lstchain.image.modifier"]], "lstchain.image.muon.muon_analysis Module": [[223, "module-lstchain.image.muon.muon_analysis"]], "lstchain.image.muon.plot_muon Module": [[223, "module-lstchain.image.muon.plot_muon"]], "lstchain.io.config Module": [[225, "module-lstchain.io.config"]], "lstchain.io.data_management Module": [[225, "module-lstchain.io.data_management"]], "lstchain.io.event_selection Module": [[225, "module-lstchain.io.event_selection"]], "lstchain.io.io Module": [[225, "module-lstchain.io.io"]], "lstchain.io.lstcontainers Module": [[225, "module-lstchain.io.lstcontainers"]], "lstchain.mc.mc Module": [[226, "module-lstchain.mc.mc"]], "lstchain.mc.plot_utils Module": [[226, "module-lstchain.mc.plot_utils"]], "lstchain.mc.sensitivity Module": [[226, "module-lstchain.mc.sensitivity"]], "lstchain.reco.disp Module": [[227, "module-lstchain.reco.disp"]], "lstchain.reco.dl1_to_dl2 Module": [[227, "module-lstchain.reco.dl1_to_dl2"]], "lstchain.reco.r0_to_dl1 Module": [[227, "module-lstchain.reco.r0_to_dl1"]], "lstchain.reco.utils Module": [[227, "module-lstchain.reco.utils"]], "lstchain.reco.volume_reducer Module": [[227, "module-lstchain.reco.volume_reducer"]], "lstchain.tools.lstchain_create_calibration_file Module": [[229, "module-lstchain.tools.lstchain_create_calibration_file"]], "lstchain.tools.lstchain_create_dl3_file Module": [[229, "module-lstchain.tools.lstchain_create_dl3_file"]], "lstchain.tools.lstchain_create_dl3_index_files Module": [[229, "module-lstchain.tools.lstchain_create_dl3_index_files"]], "lstchain.tools.lstchain_create_irf_files Module": [[229, "module-lstchain.tools.lstchain_create_irf_files"]], "lstchain.tools.lstchain_fit_intensity_scan Module": [[229, "module-lstchain.tools.lstchain_fit_intensity_scan"]], "lstchain.visualization.bokeh Module": [[230, "module-lstchain.visualization.bokeh"]], "lstchain.visualization.camera Module": [[230, "module-lstchain.visualization.camera"]], "lstchain.visualization.plot_calib Module": [[230, "module-lstchain.visualization.plot_calib"]], "lstchain.visualization.plot_dl2 Module": [[230, "module-lstchain.visualization.plot_dl2"]], "lstchain.visualization.plot_drs4 Module": [[230, "module-lstchain.visualization.plot_drs4"]], "lstchain_check_dl1": [[228, "lstchain-check-dl1"]], "lstchain_create_run_summary": [[228, "lstchain-create-run-summary"]], "lstchain_data_create_time_calibration_file": [[228, "lstchain-data-create-time-calibration-file"]], "lstchain_data_r0_to_dl1": [[228, "lstchain-data-r0-to-dl1"]], "lstchain_dl1_muon_analysis": [[228, "lstchain-dl1-muon-analysis"]], "lstchain_dl1_to_dl2": [[228, "lstchain-dl1-to-dl2"]], "lstchain_dl1ab": [[228, "lstchain-dl1ab"]], "lstchain_dump_config": [[228, "module-lstchain.scripts.lstchain_dump_config"]], "lstchain_find_pedestals": [[228, "lstchain-find-pedestals"]], "lstchain_longterm_dl1_check": [[228, "lstchain-longterm-dl1-check"]], "lstchain_mc_r0_to_dl1": [[228, "lstchain-mc-r0-to-dl1"]], "lstchain_mc_r0_to_dl2": [[228, "lstchain-mc-r0-to-dl2"]], "lstchain_mc_rfperformance": [[228, "lstchain-mc-rfperformance"]], "lstchain_mc_sensitivity": [[228, "lstchain-mc-sensitivity"]], "lstchain_mc_trainpipe": [[228, "lstchain-mc-trainpipe"]], "lstchain_merge_hdf5_files": [[228, "lstchain-merge-hdf5-files"]], "lstchain_merge_muon_files": [[228, "module-lstchain.scripts.lstchain_merge_muon_files"]], "lstchain_tune_nsb": [[228, "lstchain-tune-nsb"]], "lstmcpipe": [[218, "lstmcpipe"]], "lstosa": [[218, "lstosa"]], "merge_dl1datacheck_files": [[8, "merge-dl1datacheck-files"]], "merge_dl2_runs": [[81, "merge-dl2-runs"]], "merging_check": [[82, "merging-check"]], "miss": [[141, "miss"]], "muon_filter": [[42, "muon-filter"]], "overlay_disp_vector": [[199, "overlay-disp-vector"]], "overlay_hillas_major_axis": [[200, "overlay-hillas-major-axis"]], "overlay_source": [[201, "overlay-source"]], "pixel_coords_to_telescope": [[43, "pixel-coords-to-telescope"]], "plot_1d_excess": [[205, "plot-1d-excess"]], "plot_Crab_SED": [[117, "plot-crab-sed"]], "plot_calibration_results": [[202, "plot-calibration-results"]], "plot_datacheck": [[9, "plot-datacheck"]], "plot_disp": [[206, "plot-disp"]], "plot_disp_vector": [[207, "plot-disp-vector"]], "plot_energy_resolution": [[208, "plot-energy-resolution"]], "plot_features": [[209, "plot-features"]], "plot_importances": [[210, "plot-importances"]], "plot_mean_and_stddev": [[10, "plot-mean-and-stddev"]], "plot_mean_and_stddev_bokeh": [[196, "plot-mean-and-stddev-bokeh"]], "plot_muon_event": [[47, "plot-muon-event"]], "plot_pedestals": [[214, "plot-pedestals"]], "plot_pos": [[211, "plot-pos"]], "plot_positions_survived_events": [[118, "plot-positions-survived-events"]], "plot_roc_gamma": [[212, "plot-roc-gamma"]], "plot_sensitivity": [[119, "plot-sensitivity"]], "plot_trigger_types": [[11, "plot-trigger-types"]], "plot_wobble": [[213, "plot-wobble"]], "polar_to_cartesian": [[176, "polar-to-cartesian"]], "power_law_integrated_distribution": [[110, "power-law-integrated-distribution"]], "predict_source_position_in_camera": [[177, "predict-source-position-in-camera"]], "process_dl1_file": [[12, "process-dl1-file"]], "process_mc": [[128, "process-mc"]], "process_real": [[129, "process-real"]], "query_continue": [[57, "query-continue"]], "query_yes_no": [[58, "query-yes-no"]], "r0_to_dl1": [[156, "r0-to-dl1"]], "radec_to_camera": [[178, "radec-to-camera"]], "radial_light_distribution": [[44, "radial-light-distribution"]], "random_psf_smearer": [[35, "random-psf-smearer"]], "rate": [[111, "rate"]], "read_configuration_file": [[51, "read-configuration-file"]], "read_data_dl2_to_QTable": [[83, "read-data-dl2-to-qtable"]], "read_dl2_params": [[84, "read-dl2-params"]], "read_mc_dl2_to_QTable": [[85, "read-mc-dl2-to-qtable"]], "read_metadata": [[86, "read-metadata"]], "read_sim_par": [[130, "read-sim-par"]], "read_simtel_energy_histogram": [[87, "read-simtel-energy-histogram"]], "read_simu_info_hdf5": [[88, "read-simu-info-hdf5"]], "read_simu_info_merged_hdf5": [[89, "read-simu-info-merged-hdf5"]], "reco_source_position_sky": [[179, "reco-source-position-sky"]], "recursive_copy_node": [[90, "recursive-copy-node"]], "remove_duplicated_events": [[91, "remove-duplicated-events"]], "replace_config": [[52, "replace-config"]], "required arguments": [[228, "required-arguments"]], "ring_containment": [[131, "ring-containment"]], "rotate": [[180, "rotate"]], "samesign": [[132, "samesign"]], "sensitivity_gamma_efficiency": [[133, "sensitivity-gamma-efficiency"]], "sensitivity_gamma_efficiency_real_data": [[134, "sensitivity-gamma-efficiency-real-data"]], "sensitivity_gamma_efficiency_real_protons": [[135, "sensitivity-gamma-efficiency-real-protons"]], "sensitivity_minimization_plot": [[120, "sensitivity-minimization-plot"]], "sensitivity_plot_comparison": [[121, "sensitivity-plot-comparison"]], "set_numba_seed": [[36, "set-numba-seed"]], "setup_logging": [[30, "setup-logging"]], "show_camera": [[197, "show-camera"]], "sky_to_camera": [[181, "sky-to-camera"]], "source_dx_dy": [[182, "source-dx-dy"]], "source_side": [[183, "source-side"]], "stack_tables_h5files": [[92, "stack-tables-h5files"]], "tag_pix_thr": [[45, "tag-pix-thr"]], "train_disp_norm": [[146, "train-disp-norm"]], "train_disp_sign": [[147, "train-disp-sign"]], "train_disp_vector": [[148, "train-disp-vector"]], "train_energy": [[149, "train-energy"]], "train_reco": [[150, "train-reco"]], "train_sep": [[151, "train-sep"]], "tune_nsb_on_waveform": [[37, "tune-nsb-on-waveform"]], "update_disp_with_effective_focal_length": [[152, "update-disp-with-effective-focal-length"]], "update_parameters": [[46, "update-parameters"]], "weight": [[112, "weight"]], "write_calibration_data": [[93, "write-calibration-data"]], "write_dataframe": [[94, "write-dataframe"]], "write_dl2_dataframe": [[95, "write-dl2-dataframe"]], "write_error_page": [[13, "write-error-page"]], "write_mcheader": [[96, "write-mcheader"]], "write_metadata": [[97, "write-metadata"]], "write_simtel_energy_histogram": [[98, "write-simtel-energy-histogram"]], "write_subarray_tables": [[99, "write-subarray-tables"]], "zero_suppression_tailcut_dilation": [[186, "zero-suppression-tailcut-dilation"]]}, "docnames": ["api/lstchain.calib.camera.load_calibrator_from_config", "api/lstchain.calib.load_calibrator_from_config", "api/lstchain.calib.load_gain_selector_from_config", "api/lstchain.calib.load_image_extractor_from_config", "api/lstchain.datachecks.containers.DL1DataCheckContainer", "api/lstchain.datachecks.containers.DL1DataCheckHistogramBins", "api/lstchain.datachecks.containers.count_trig_types", "api/lstchain.datachecks.dl1_checker.check_dl1", "api/lstchain.datachecks.dl1_checker.merge_dl1datacheck_files", "api/lstchain.datachecks.dl1_checker.plot_datacheck", "api/lstchain.datachecks.dl1_checker.plot_mean_and_stddev", "api/lstchain.datachecks.dl1_checker.plot_trigger_types", "api/lstchain.datachecks.dl1_checker.process_dl1_file", "api/lstchain.datachecks.dl1_checker.write_error_page", "api/lstchain.high_level.hdu_table.add_icrs_position_params", "api/lstchain.high_level.hdu_table.create_event_list", "api/lstchain.high_level.hdu_table.create_hdu_index_hdu", "api/lstchain.high_level.hdu_table.create_obs_index_hdu", "api/lstchain.high_level.hdu_table.fill_reco_altaz_w_expected_pos", "api/lstchain.high_level.hdu_table.get_pointing_params", "api/lstchain.high_level.hdu_table.get_timing_params", "api/lstchain.high_level.interpolate.check_in_delaunay_triangle", "api/lstchain.high_level.interpolate.compare_irfs", "api/lstchain.high_level.interpolate.get_nearest_az_node", "api/lstchain.high_level.interpolate.interp_params", "api/lstchain.high_level.interpolate.interpolate_cuts", "api/lstchain.high_level.interpolate.interpolate_irf", "api/lstchain.high_level.interpolate.load_irf_grid", "api/lstchain.high_level.significance_calculation.analyze_on_off", "api/lstchain.high_level.significance_calculation.analyze_wobble", "api/lstchain.high_level.significance_calculation.setup_logging", "api/lstchain.image.cleaning.apply_dynamic_cleaning", "api/lstchain.image.modifier.add_noise_in_pixels", "api/lstchain.image.modifier.calculate_noise_parameters", "api/lstchain.image.modifier.calculate_required_additional_nsb", "api/lstchain.image.modifier.random_psf_smearer", "api/lstchain.image.modifier.set_numba_seed", "api/lstchain.image.modifier.tune_nsb_on_waveform", "api/lstchain.image.muon.muon_analysis.analyze_muon_event", "api/lstchain.image.muon.muon_analysis.create_muon_table", "api/lstchain.image.muon.muon_analysis.fill_muon_event", "api/lstchain.image.muon.muon_analysis.fit_muon", "api/lstchain.image.muon.muon_analysis.muon_filter", "api/lstchain.image.muon.muon_analysis.pixel_coords_to_telescope", "api/lstchain.image.muon.muon_analysis.radial_light_distribution", "api/lstchain.image.muon.muon_analysis.tag_pix_thr", "api/lstchain.image.muon.muon_analysis.update_parameters", "api/lstchain.image.muon.plot_muon.plot_muon_event", "api/lstchain.io.config.get_cleaning_parameters", "api/lstchain.io.config.get_srcdep_config", "api/lstchain.io.config.get_standard_config", "api/lstchain.io.config.read_configuration_file", "api/lstchain.io.config.replace_config", "api/lstchain.io.data_management.check_and_make_dir", "api/lstchain.io.data_management.check_data_path", "api/lstchain.io.data_management.check_job_logs", "api/lstchain.io.data_management.get_input_filelist", "api/lstchain.io.data_management.query_continue", "api/lstchain.io.data_management.query_yes_no", "api/lstchain.io.event_selection.DL3Cuts", "api/lstchain.io.event_selection.DataBinning", "api/lstchain.io.event_selection.EventSelector", "api/lstchain.io.io.add_column_table", "api/lstchain.io.io.add_config_metadata", "api/lstchain.io.io.add_global_metadata", "api/lstchain.io.io.add_source_filenames", "api/lstchain.io.io.auto_merge_h5files", "api/lstchain.io.io.check_mc_type", "api/lstchain.io.io.check_mcheader", "api/lstchain.io.io.check_metadata", "api/lstchain.io.io.check_thrown_events_histogram", "api/lstchain.io.io.copy_h5_nodes", "api/lstchain.io.io.extract_observation_time", "api/lstchain.io.io.extract_simulation_nsb", "api/lstchain.io.io.get_dataset_keys", "api/lstchain.io.io.get_mc_fov_offset", "api/lstchain.io.io.get_resource_path", "api/lstchain.io.io.get_srcdep_assumed_positions", "api/lstchain.io.io.get_srcdep_params", "api/lstchain.io.io.get_stacked_table", "api/lstchain.io.io.global_metadata", "api/lstchain.io.io.merge_dl2_runs", "api/lstchain.io.io.merging_check", "api/lstchain.io.io.read_data_dl2_to_QTable", "api/lstchain.io.io.read_dl2_params", "api/lstchain.io.io.read_mc_dl2_to_QTable", "api/lstchain.io.io.read_metadata", "api/lstchain.io.io.read_simtel_energy_histogram", "api/lstchain.io.io.read_simu_info_hdf5", "api/lstchain.io.io.read_simu_info_merged_hdf5", "api/lstchain.io.io.recursive_copy_node", "api/lstchain.io.io.remove_duplicated_events", "api/lstchain.io.io.stack_tables_h5files", "api/lstchain.io.io.write_calibration_data", "api/lstchain.io.io.write_dataframe", "api/lstchain.io.io.write_dl2_dataframe", "api/lstchain.io.io.write_mcheader", "api/lstchain.io.io.write_metadata", "api/lstchain.io.io.write_simtel_energy_histogram", "api/lstchain.io.io.write_subarray_tables", "api/lstchain.io.lstcontainers.DL1LikelihoodParametersContainer", "api/lstchain.io.lstcontainers.DL1MonitoringEventIndexContainer", "api/lstchain.io.lstcontainers.DL1ParametersContainer", "api/lstchain.io.lstcontainers.DispContainer", "api/lstchain.io.lstcontainers.ExtraImageInfo", "api/lstchain.io.lstcontainers.ExtraMCInfo", "api/lstchain.io.lstcontainers.LSTEventType", "api/lstchain.io.lstcontainers.MetaData", "api/lstchain.io.lstcontainers.ThrownEventsHistogram", "api/lstchain.mc.mc.int_diff_sp", "api/lstchain.mc.mc.power_law_integrated_distribution", "api/lstchain.mc.mc.rate", "api/lstchain.mc.mc.weight", "api/lstchain.mc.plot_utils.fill_bin_content", "api/lstchain.mc.plot_utils.format_axes_array", "api/lstchain.mc.plot_utils.format_axes_ebin", "api/lstchain.mc.plot_utils.format_axes_sensitivity", "api/lstchain.mc.plot_utils.plot_Crab_SED", "api/lstchain.mc.plot_utils.plot_positions_survived_events", "api/lstchain.mc.plot_utils.plot_sensitivity", "api/lstchain.mc.plot_utils.sensitivity_minimization_plot", "api/lstchain.mc.plot_utils.sensitivity_plot_comparison", "api/lstchain.mc.sensitivity.bin_definition", "api/lstchain.mc.sensitivity.calculate_sensitivity", "api/lstchain.mc.sensitivity.calculate_sensitivity_lima", "api/lstchain.mc.sensitivity.diff_events_after_cut", "api/lstchain.mc.sensitivity.find_cut", "api/lstchain.mc.sensitivity.get_weights", "api/lstchain.mc.sensitivity.process_mc", "api/lstchain.mc.sensitivity.process_real", "api/lstchain.mc.sensitivity.read_sim_par", "api/lstchain.mc.sensitivity.ring_containment", "api/lstchain.mc.sensitivity.samesign", "api/lstchain.mc.sensitivity.sensitivity_gamma_efficiency", "api/lstchain.mc.sensitivity.sensitivity_gamma_efficiency_real_data", "api/lstchain.mc.sensitivity.sensitivity_gamma_efficiency_real_protons", "api/lstchain.reco.disp.disp", "api/lstchain.reco.disp.disp_parameters", "api/lstchain.reco.disp.disp_parameters_event", "api/lstchain.reco.disp.disp_to_pos", "api/lstchain.reco.disp.disp_vector", "api/lstchain.reco.disp.miss", "api/lstchain.reco.dl1_to_dl2.apply_models", "api/lstchain.reco.dl1_to_dl2.build_models", "api/lstchain.reco.dl1_to_dl2.get_expected_source_pos", "api/lstchain.reco.dl1_to_dl2.get_source_dependent_parameters", "api/lstchain.reco.dl1_to_dl2.train_disp_norm", "api/lstchain.reco.dl1_to_dl2.train_disp_sign", "api/lstchain.reco.dl1_to_dl2.train_disp_vector", "api/lstchain.reco.dl1_to_dl2.train_energy", "api/lstchain.reco.dl1_to_dl2.train_reco", "api/lstchain.reco.dl1_to_dl2.train_sep", "api/lstchain.reco.dl1_to_dl2.update_disp_with_effective_focal_length", "api/lstchain.reco.r0_to_dl1.add_disp_to_parameters_table", "api/lstchain.reco.r0_to_dl1.apply_lh_fit", "api/lstchain.reco.r0_to_dl1.get_dl1", "api/lstchain.reco.r0_to_dl1.r0_to_dl1", "api/lstchain.reco.utils.add_delta_t_key", "api/lstchain.reco.utils.alt_to_theta", "api/lstchain.reco.utils.apply_src_r_cut", "api/lstchain.reco.utils.az_to_phi", "api/lstchain.reco.utils.camera_to_altaz", "api/lstchain.reco.utils.cartesian_to_polar", "api/lstchain.reco.utils.clip_alt", "api/lstchain.reco.utils.compute_alpha", "api/lstchain.reco.utils.compute_rf_event_weights", "api/lstchain.reco.utils.compute_theta2", "api/lstchain.reco.utils.expand_tel_list", "api/lstchain.reco.utils.extract_source_position", "api/lstchain.reco.utils.filter_events", "api/lstchain.reco.utils.get_effective_time", "api/lstchain.reco.utils.get_event_pos_in_camera", "api/lstchain.reco.utils.get_events_in_GTI", "api/lstchain.reco.utils.get_geomagnetic_delta", "api/lstchain.reco.utils.impute_pointing", "api/lstchain.reco.utils.linear_imputer", "api/lstchain.reco.utils.polar_to_cartesian", "api/lstchain.reco.utils.predict_source_position_in_camera", "api/lstchain.reco.utils.radec_to_camera", "api/lstchain.reco.utils.reco_source_position_sky", "api/lstchain.reco.utils.rotate", "api/lstchain.reco.utils.sky_to_camera", "api/lstchain.reco.utils.source_dx_dy", "api/lstchain.reco.utils.source_side", "api/lstchain.reco.volume_reducer.apply_volume_reduction", "api/lstchain.reco.volume_reducer.get_volume_reduction_method", "api/lstchain.reco.volume_reducer.zero_suppression_tailcut_dilation", "api/lstchain.tools.lstchain_create_calibration_file.CalibrationHDF5Writer", "api/lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter", "api/lstchain.tools.lstchain_create_dl3_index_files.FITSIndexWriter", "api/lstchain.tools.lstchain_create_irf_files.IRFFITSWriter", "api/lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan", "api/lstchain.visualization.bokeh.CameraDisplay", "api/lstchain.visualization.bokeh._generate_bokeh_multi_polygon_arrays", "api/lstchain.visualization.bokeh._generate_polygon_vertices", "api/lstchain.visualization.bokeh.get_pixel_location", "api/lstchain.visualization.bokeh.plot_mean_and_stddev_bokeh", "api/lstchain.visualization.bokeh.show_camera", "api/lstchain.visualization.camera.display_dl1_event", "api/lstchain.visualization.camera.overlay_disp_vector", "api/lstchain.visualization.camera.overlay_hillas_major_axis", "api/lstchain.visualization.camera.overlay_source", "api/lstchain.visualization.plot_calib.plot_calibration_results", "api/lstchain.visualization.plot_dl2.direction_results", "api/lstchain.visualization.plot_dl2.energy_results", "api/lstchain.visualization.plot_dl2.plot_1d_excess", "api/lstchain.visualization.plot_dl2.plot_disp", "api/lstchain.visualization.plot_dl2.plot_disp_vector", "api/lstchain.visualization.plot_dl2.plot_energy_resolution", "api/lstchain.visualization.plot_dl2.plot_features", "api/lstchain.visualization.plot_dl2.plot_importances", "api/lstchain.visualization.plot_dl2.plot_pos", "api/lstchain.visualization.plot_dl2.plot_roc_gamma", "api/lstchain.visualization.plot_dl2.plot_wobble", "api/lstchain.visualization.plot_drs4.plot_pedestals", "contribute", "index", "introduction", "lst_analysis_workflow", "lstchain_api/calib/index", "lstchain_api/ctapipe_compat", "lstchain_api/datachecks/index", "lstchain_api/high_level/index", "lstchain_api/image/index", "lstchain_api/index", "lstchain_api/io/index", "lstchain_api/mc/index", "lstchain_api/reco/index", "lstchain_api/scripts/index", "lstchain_api/tools/index", "lstchain_api/visualization/index", "snippets"], "envversion": {"nbsphinx": 4, "sphinx": 61, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1}, "filenames": ["api/lstchain.calib.camera.load_calibrator_from_config.rst", "api/lstchain.calib.load_calibrator_from_config.rst", "api/lstchain.calib.load_gain_selector_from_config.rst", "api/lstchain.calib.load_image_extractor_from_config.rst", "api/lstchain.datachecks.containers.DL1DataCheckContainer.rst", "api/lstchain.datachecks.containers.DL1DataCheckHistogramBins.rst", "api/lstchain.datachecks.containers.count_trig_types.rst", "api/lstchain.datachecks.dl1_checker.check_dl1.rst", "api/lstchain.datachecks.dl1_checker.merge_dl1datacheck_files.rst", "api/lstchain.datachecks.dl1_checker.plot_datacheck.rst", "api/lstchain.datachecks.dl1_checker.plot_mean_and_stddev.rst", "api/lstchain.datachecks.dl1_checker.plot_trigger_types.rst", "api/lstchain.datachecks.dl1_checker.process_dl1_file.rst", "api/lstchain.datachecks.dl1_checker.write_error_page.rst", "api/lstchain.high_level.hdu_table.add_icrs_position_params.rst", "api/lstchain.high_level.hdu_table.create_event_list.rst", "api/lstchain.high_level.hdu_table.create_hdu_index_hdu.rst", "api/lstchain.high_level.hdu_table.create_obs_index_hdu.rst", "api/lstchain.high_level.hdu_table.fill_reco_altaz_w_expected_pos.rst", "api/lstchain.high_level.hdu_table.get_pointing_params.rst", "api/lstchain.high_level.hdu_table.get_timing_params.rst", "api/lstchain.high_level.interpolate.check_in_delaunay_triangle.rst", "api/lstchain.high_level.interpolate.compare_irfs.rst", "api/lstchain.high_level.interpolate.get_nearest_az_node.rst", "api/lstchain.high_level.interpolate.interp_params.rst", "api/lstchain.high_level.interpolate.interpolate_cuts.rst", "api/lstchain.high_level.interpolate.interpolate_irf.rst", "api/lstchain.high_level.interpolate.load_irf_grid.rst", "api/lstchain.high_level.significance_calculation.analyze_on_off.rst", "api/lstchain.high_level.significance_calculation.analyze_wobble.rst", "api/lstchain.high_level.significance_calculation.setup_logging.rst", "api/lstchain.image.cleaning.apply_dynamic_cleaning.rst", "api/lstchain.image.modifier.add_noise_in_pixels.rst", "api/lstchain.image.modifier.calculate_noise_parameters.rst", "api/lstchain.image.modifier.calculate_required_additional_nsb.rst", "api/lstchain.image.modifier.random_psf_smearer.rst", "api/lstchain.image.modifier.set_numba_seed.rst", "api/lstchain.image.modifier.tune_nsb_on_waveform.rst", "api/lstchain.image.muon.muon_analysis.analyze_muon_event.rst", "api/lstchain.image.muon.muon_analysis.create_muon_table.rst", "api/lstchain.image.muon.muon_analysis.fill_muon_event.rst", "api/lstchain.image.muon.muon_analysis.fit_muon.rst", "api/lstchain.image.muon.muon_analysis.muon_filter.rst", "api/lstchain.image.muon.muon_analysis.pixel_coords_to_telescope.rst", "api/lstchain.image.muon.muon_analysis.radial_light_distribution.rst", "api/lstchain.image.muon.muon_analysis.tag_pix_thr.rst", "api/lstchain.image.muon.muon_analysis.update_parameters.rst", "api/lstchain.image.muon.plot_muon.plot_muon_event.rst", "api/lstchain.io.config.get_cleaning_parameters.rst", "api/lstchain.io.config.get_srcdep_config.rst", "api/lstchain.io.config.get_standard_config.rst", "api/lstchain.io.config.read_configuration_file.rst", "api/lstchain.io.config.replace_config.rst", "api/lstchain.io.data_management.check_and_make_dir.rst", "api/lstchain.io.data_management.check_data_path.rst", "api/lstchain.io.data_management.check_job_logs.rst", "api/lstchain.io.data_management.get_input_filelist.rst", "api/lstchain.io.data_management.query_continue.rst", "api/lstchain.io.data_management.query_yes_no.rst", "api/lstchain.io.event_selection.DL3Cuts.rst", "api/lstchain.io.event_selection.DataBinning.rst", "api/lstchain.io.event_selection.EventSelector.rst", "api/lstchain.io.io.add_column_table.rst", "api/lstchain.io.io.add_config_metadata.rst", "api/lstchain.io.io.add_global_metadata.rst", "api/lstchain.io.io.add_source_filenames.rst", "api/lstchain.io.io.auto_merge_h5files.rst", "api/lstchain.io.io.check_mc_type.rst", "api/lstchain.io.io.check_mcheader.rst", "api/lstchain.io.io.check_metadata.rst", "api/lstchain.io.io.check_thrown_events_histogram.rst", "api/lstchain.io.io.copy_h5_nodes.rst", "api/lstchain.io.io.extract_observation_time.rst", "api/lstchain.io.io.extract_simulation_nsb.rst", "api/lstchain.io.io.get_dataset_keys.rst", "api/lstchain.io.io.get_mc_fov_offset.rst", "api/lstchain.io.io.get_resource_path.rst", "api/lstchain.io.io.get_srcdep_assumed_positions.rst", "api/lstchain.io.io.get_srcdep_params.rst", "api/lstchain.io.io.get_stacked_table.rst", "api/lstchain.io.io.global_metadata.rst", "api/lstchain.io.io.merge_dl2_runs.rst", "api/lstchain.io.io.merging_check.rst", "api/lstchain.io.io.read_data_dl2_to_QTable.rst", "api/lstchain.io.io.read_dl2_params.rst", "api/lstchain.io.io.read_mc_dl2_to_QTable.rst", "api/lstchain.io.io.read_metadata.rst", "api/lstchain.io.io.read_simtel_energy_histogram.rst", "api/lstchain.io.io.read_simu_info_hdf5.rst", "api/lstchain.io.io.read_simu_info_merged_hdf5.rst", "api/lstchain.io.io.recursive_copy_node.rst", "api/lstchain.io.io.remove_duplicated_events.rst", "api/lstchain.io.io.stack_tables_h5files.rst", "api/lstchain.io.io.write_calibration_data.rst", "api/lstchain.io.io.write_dataframe.rst", "api/lstchain.io.io.write_dl2_dataframe.rst", "api/lstchain.io.io.write_mcheader.rst", "api/lstchain.io.io.write_metadata.rst", "api/lstchain.io.io.write_simtel_energy_histogram.rst", "api/lstchain.io.io.write_subarray_tables.rst", "api/lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.rst", "api/lstchain.io.lstcontainers.DL1MonitoringEventIndexContainer.rst", "api/lstchain.io.lstcontainers.DL1ParametersContainer.rst", "api/lstchain.io.lstcontainers.DispContainer.rst", "api/lstchain.io.lstcontainers.ExtraImageInfo.rst", "api/lstchain.io.lstcontainers.ExtraMCInfo.rst", "api/lstchain.io.lstcontainers.LSTEventType.rst", "api/lstchain.io.lstcontainers.MetaData.rst", "api/lstchain.io.lstcontainers.ThrownEventsHistogram.rst", "api/lstchain.mc.mc.int_diff_sp.rst", "api/lstchain.mc.mc.power_law_integrated_distribution.rst", "api/lstchain.mc.mc.rate.rst", "api/lstchain.mc.mc.weight.rst", "api/lstchain.mc.plot_utils.fill_bin_content.rst", "api/lstchain.mc.plot_utils.format_axes_array.rst", "api/lstchain.mc.plot_utils.format_axes_ebin.rst", "api/lstchain.mc.plot_utils.format_axes_sensitivity.rst", "api/lstchain.mc.plot_utils.plot_Crab_SED.rst", "api/lstchain.mc.plot_utils.plot_positions_survived_events.rst", "api/lstchain.mc.plot_utils.plot_sensitivity.rst", "api/lstchain.mc.plot_utils.sensitivity_minimization_plot.rst", "api/lstchain.mc.plot_utils.sensitivity_plot_comparison.rst", "api/lstchain.mc.sensitivity.bin_definition.rst", "api/lstchain.mc.sensitivity.calculate_sensitivity.rst", "api/lstchain.mc.sensitivity.calculate_sensitivity_lima.rst", "api/lstchain.mc.sensitivity.diff_events_after_cut.rst", "api/lstchain.mc.sensitivity.find_cut.rst", "api/lstchain.mc.sensitivity.get_weights.rst", "api/lstchain.mc.sensitivity.process_mc.rst", "api/lstchain.mc.sensitivity.process_real.rst", "api/lstchain.mc.sensitivity.read_sim_par.rst", "api/lstchain.mc.sensitivity.ring_containment.rst", "api/lstchain.mc.sensitivity.samesign.rst", "api/lstchain.mc.sensitivity.sensitivity_gamma_efficiency.rst", "api/lstchain.mc.sensitivity.sensitivity_gamma_efficiency_real_data.rst", "api/lstchain.mc.sensitivity.sensitivity_gamma_efficiency_real_protons.rst", "api/lstchain.reco.disp.disp.rst", "api/lstchain.reco.disp.disp_parameters.rst", "api/lstchain.reco.disp.disp_parameters_event.rst", "api/lstchain.reco.disp.disp_to_pos.rst", "api/lstchain.reco.disp.disp_vector.rst", "api/lstchain.reco.disp.miss.rst", "api/lstchain.reco.dl1_to_dl2.apply_models.rst", "api/lstchain.reco.dl1_to_dl2.build_models.rst", "api/lstchain.reco.dl1_to_dl2.get_expected_source_pos.rst", "api/lstchain.reco.dl1_to_dl2.get_source_dependent_parameters.rst", "api/lstchain.reco.dl1_to_dl2.train_disp_norm.rst", "api/lstchain.reco.dl1_to_dl2.train_disp_sign.rst", "api/lstchain.reco.dl1_to_dl2.train_disp_vector.rst", "api/lstchain.reco.dl1_to_dl2.train_energy.rst", "api/lstchain.reco.dl1_to_dl2.train_reco.rst", "api/lstchain.reco.dl1_to_dl2.train_sep.rst", "api/lstchain.reco.dl1_to_dl2.update_disp_with_effective_focal_length.rst", "api/lstchain.reco.r0_to_dl1.add_disp_to_parameters_table.rst", "api/lstchain.reco.r0_to_dl1.apply_lh_fit.rst", "api/lstchain.reco.r0_to_dl1.get_dl1.rst", "api/lstchain.reco.r0_to_dl1.r0_to_dl1.rst", "api/lstchain.reco.utils.add_delta_t_key.rst", "api/lstchain.reco.utils.alt_to_theta.rst", "api/lstchain.reco.utils.apply_src_r_cut.rst", "api/lstchain.reco.utils.az_to_phi.rst", "api/lstchain.reco.utils.camera_to_altaz.rst", "api/lstchain.reco.utils.cartesian_to_polar.rst", "api/lstchain.reco.utils.clip_alt.rst", "api/lstchain.reco.utils.compute_alpha.rst", "api/lstchain.reco.utils.compute_rf_event_weights.rst", "api/lstchain.reco.utils.compute_theta2.rst", "api/lstchain.reco.utils.expand_tel_list.rst", "api/lstchain.reco.utils.extract_source_position.rst", "api/lstchain.reco.utils.filter_events.rst", "api/lstchain.reco.utils.get_effective_time.rst", "api/lstchain.reco.utils.get_event_pos_in_camera.rst", "api/lstchain.reco.utils.get_events_in_GTI.rst", "api/lstchain.reco.utils.get_geomagnetic_delta.rst", "api/lstchain.reco.utils.impute_pointing.rst", "api/lstchain.reco.utils.linear_imputer.rst", "api/lstchain.reco.utils.polar_to_cartesian.rst", "api/lstchain.reco.utils.predict_source_position_in_camera.rst", "api/lstchain.reco.utils.radec_to_camera.rst", "api/lstchain.reco.utils.reco_source_position_sky.rst", "api/lstchain.reco.utils.rotate.rst", "api/lstchain.reco.utils.sky_to_camera.rst", "api/lstchain.reco.utils.source_dx_dy.rst", "api/lstchain.reco.utils.source_side.rst", "api/lstchain.reco.volume_reducer.apply_volume_reduction.rst", "api/lstchain.reco.volume_reducer.get_volume_reduction_method.rst", "api/lstchain.reco.volume_reducer.zero_suppression_tailcut_dilation.rst", "api/lstchain.tools.lstchain_create_calibration_file.CalibrationHDF5Writer.rst", "api/lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.rst", "api/lstchain.tools.lstchain_create_dl3_index_files.FITSIndexWriter.rst", "api/lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.rst", "api/lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan.rst", "api/lstchain.visualization.bokeh.CameraDisplay.rst", "api/lstchain.visualization.bokeh._generate_bokeh_multi_polygon_arrays.rst", "api/lstchain.visualization.bokeh._generate_polygon_vertices.rst", "api/lstchain.visualization.bokeh.get_pixel_location.rst", "api/lstchain.visualization.bokeh.plot_mean_and_stddev_bokeh.rst", "api/lstchain.visualization.bokeh.show_camera.rst", "api/lstchain.visualization.camera.display_dl1_event.rst", "api/lstchain.visualization.camera.overlay_disp_vector.rst", "api/lstchain.visualization.camera.overlay_hillas_major_axis.rst", "api/lstchain.visualization.camera.overlay_source.rst", "api/lstchain.visualization.plot_calib.plot_calibration_results.rst", "api/lstchain.visualization.plot_dl2.direction_results.rst", "api/lstchain.visualization.plot_dl2.energy_results.rst", "api/lstchain.visualization.plot_dl2.plot_1d_excess.rst", "api/lstchain.visualization.plot_dl2.plot_disp.rst", "api/lstchain.visualization.plot_dl2.plot_disp_vector.rst", "api/lstchain.visualization.plot_dl2.plot_energy_resolution.rst", "api/lstchain.visualization.plot_dl2.plot_features.rst", "api/lstchain.visualization.plot_dl2.plot_importances.rst", "api/lstchain.visualization.plot_dl2.plot_pos.rst", "api/lstchain.visualization.plot_dl2.plot_roc_gamma.rst", "api/lstchain.visualization.plot_dl2.plot_wobble.rst", "api/lstchain.visualization.plot_drs4.plot_pedestals.rst", "contribute.rst", "index.rst", "introduction.rst", "lst_analysis_workflow.rst", "lstchain_api/calib/index.rst", "lstchain_api/ctapipe_compat.rst", "lstchain_api/datachecks/index.rst", "lstchain_api/high_level/index.rst", "lstchain_api/image/index.rst", "lstchain_api/index.rst", "lstchain_api/io/index.rst", "lstchain_api/mc/index.rst", "lstchain_api/reco/index.rst", "lstchain_api/scripts/index.rst", "lstchain_api/tools/index.rst", "lstchain_api/visualization/index.rst", "snippets.rst"], "indexentries": {"_generate_bokeh_multi_polygon_arrays() (in module lstchain.visualization.bokeh)": [[193, "lstchain.visualization.bokeh._generate_bokeh_multi_polygon_arrays", false]], "_generate_polygon_vertices() (in module lstchain.visualization.bokeh)": [[194, "lstchain.visualization.bokeh._generate_polygon_vertices", false]], "add_column_table() (in module lstchain.io.io)": [[62, "lstchain.io.io.add_column_table", false]], "add_config_metadata() (in module lstchain.io.io)": [[63, "lstchain.io.io.add_config_metadata", false]], "add_delta_t_key() (in module lstchain.reco.utils)": [[157, "lstchain.reco.utils.add_delta_t_key", false]], "add_disp_to_parameters_table() (in module lstchain.reco.r0_to_dl1)": [[153, "lstchain.reco.r0_to_dl1.add_disp_to_parameters_table", false]], "add_global_metadata() (in module lstchain.io.io)": [[64, "lstchain.io.io.add_global_metadata", false]], "add_icrs_position_params() (in module lstchain.high_level.hdu_table)": [[14, "lstchain.high_level.hdu_table.add_icrs_position_params", false]], "add_noise_in_pixels() (in module lstchain.image.modifier)": [[32, "lstchain.image.modifier.add_noise_in_pixels", false]], "add_source_filenames() (in module lstchain.io.io)": [[65, "lstchain.io.io.add_source_filenames", false]], "aliases (lstchain.tools.lstchain_create_calibration_file.calibrationhdf5writer attribute)": [[187, "lstchain.tools.lstchain_create_calibration_file.CalibrationHDF5Writer.aliases", false]], "aliases (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter attribute)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.aliases", false]], "aliases (lstchain.tools.lstchain_create_dl3_index_files.fitsindexwriter attribute)": [[189, "lstchain.tools.lstchain_create_dl3_index_files.FITSIndexWriter.aliases", false]], "aliases (lstchain.tools.lstchain_create_irf_files.irffitswriter attribute)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.aliases", false]], "aliases (lstchain.tools.lstchain_fit_intensity_scan.fitintensityscan attribute)": [[191, "lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan.aliases", false]], "allowed_tels (lstchain.io.event_selection.dl3cuts attribute)": [[59, "lstchain.io.event_selection.DL3Cuts.allowed_tels", false]], "allowed_tels_filter() (lstchain.io.event_selection.dl3cuts method)": [[59, "lstchain.io.event_selection.DL3Cuts.allowed_tels_filter", false]], "alpha_containment (lstchain.io.event_selection.dl3cuts attribute)": [[59, "lstchain.io.event_selection.DL3Cuts.alpha_containment", false]], "alt_tel (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.alt_tel", false]], "alt_to_theta() (in module lstchain.reco.utils)": [[158, "lstchain.reco.utils.alt_to_theta", false]], "analyze_muon_event() (in module lstchain.image.muon.muon_analysis)": [[38, "lstchain.image.muon.muon_analysis.analyze_muon_event", false]], "analyze_on_off() (in module lstchain.high_level.significance_calculation)": [[28, "lstchain.high_level.significance_calculation.analyze_on_off", false]], "analyze_wobble() (in module lstchain.high_level.significance_calculation)": [[29, "lstchain.high_level.significance_calculation.analyze_wobble", false]], "angle (lstchain.io.lstcontainers.dispcontainer attribute)": [[103, "lstchain.io.lstcontainers.DispContainer.angle", false]], "apply_dynamic_cleaning() (in module lstchain.image.cleaning)": [[31, "lstchain.image.cleaning.apply_dynamic_cleaning", false]], "apply_energy_dependent_alpha_cuts() (lstchain.io.event_selection.dl3cuts method)": [[59, "lstchain.io.event_selection.DL3Cuts.apply_energy_dependent_alpha_cuts", false]], "apply_energy_dependent_gh_cuts() (lstchain.io.event_selection.dl3cuts method)": [[59, "lstchain.io.event_selection.DL3Cuts.apply_energy_dependent_gh_cuts", false]], "apply_energy_dependent_theta_cuts() (lstchain.io.event_selection.dl3cuts method)": [[59, "lstchain.io.event_selection.DL3Cuts.apply_energy_dependent_theta_cuts", false]], "apply_global_alpha_cut() (lstchain.io.event_selection.dl3cuts method)": [[59, "lstchain.io.event_selection.DL3Cuts.apply_global_alpha_cut", false]], "apply_global_gh_cut() (lstchain.io.event_selection.dl3cuts method)": [[59, "lstchain.io.event_selection.DL3Cuts.apply_global_gh_cut", false]], "apply_global_theta_cut() (lstchain.io.event_selection.dl3cuts method)": [[59, "lstchain.io.event_selection.DL3Cuts.apply_global_theta_cut", false]], "apply_lh_fit() (in module lstchain.reco.r0_to_dl1)": [[154, "lstchain.reco.r0_to_dl1.apply_lh_fit", false]], "apply_models() (in module lstchain.reco.dl1_to_dl2)": [[142, "lstchain.reco.dl1_to_dl2.apply_models", false]], "apply_src_r_cut() (in module lstchain.reco.utils)": [[159, "lstchain.reco.utils.apply_src_r_cut", false]], "apply_srcdep_gh_alpha_cut() (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter method)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.apply_srcdep_gh_alpha_cut", false]], "apply_srcindep_gh_cut() (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter method)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.apply_srcindep_gh_cut", false]], "apply_volume_reduction() (in module lstchain.reco.volume_reducer)": [[184, "lstchain.reco.volume_reducer.apply_volume_reduction", false]], "auto_merge_h5files() (in module lstchain.io.io)": [[66, "lstchain.io.io.auto_merge_h5files", false]], "az_tel (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.az_tel", false]], "az_to_phi() (in module lstchain.reco.utils)": [[160, "lstchain.reco.utils.az_to_phi", false]], "bin_definition() (in module lstchain.mc.sensitivity)": [[122, "lstchain.mc.sensitivity.bin_definition", false]], "bins_core_dist (lstchain.io.lstcontainers.throwneventshistogram attribute)": [[108, "lstchain.io.lstcontainers.ThrownEventsHistogram.bins_core_dist", false]], "bins_energy (lstchain.io.lstcontainers.throwneventshistogram attribute)": [[108, "lstchain.io.lstcontainers.ThrownEventsHistogram.bins_energy", false]], "bkg_fov_offset_bins() (lstchain.io.event_selection.databinning method)": [[60, "lstchain.io.event_selection.DataBinning.bkg_fov_offset_bins", false]], "bkg_fov_offset_max (lstchain.io.event_selection.databinning attribute)": [[60, "lstchain.io.event_selection.DataBinning.bkg_fov_offset_max", false]], "bkg_fov_offset_min (lstchain.io.event_selection.databinning attribute)": [[60, "lstchain.io.event_selection.DataBinning.bkg_fov_offset_min", false]], "bkg_fov_offset_n_edges (lstchain.io.event_selection.databinning attribute)": [[60, "lstchain.io.event_selection.DataBinning.bkg_fov_offset_n_edges", false]], "build_models() (in module lstchain.reco.dl1_to_dl2)": [[143, "lstchain.reco.dl1_to_dl2.build_models", false]], "calculate_noise_parameters() (in module lstchain.image.modifier)": [[33, "lstchain.image.modifier.calculate_noise_parameters", false]], "calculate_required_additional_nsb() (in module lstchain.image.modifier)": [[34, "lstchain.image.modifier.calculate_required_additional_nsb", false]], "calculate_sensitivity() (in module lstchain.mc.sensitivity)": [[123, "lstchain.mc.sensitivity.calculate_sensitivity", false]], "calculate_sensitivity_lima() (in module lstchain.mc.sensitivity)": [[124, "lstchain.mc.sensitivity.calculate_sensitivity_lima", false]], "calibration_id (lstchain.io.lstcontainers.dl1monitoringeventindexcontainer attribute)": [[101, "lstchain.io.lstcontainers.DL1MonitoringEventIndexContainer.calibration_id", false]], "calibration_id (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.calibration_id", false]], "calibration_product (lstchain.tools.lstchain_create_calibration_file.calibrationhdf5writer attribute)": [[187, "lstchain.tools.lstchain_create_calibration_file.CalibrationHDF5Writer.calibration_product", false]], "calibrationhdf5writer (class in lstchain.tools.lstchain_create_calibration_file)": [[187, "lstchain.tools.lstchain_create_calibration_file.CalibrationHDF5Writer", false]], "camera_to_altaz() (in module lstchain.reco.utils)": [[161, "lstchain.reco.utils.camera_to_altaz", false]], "cameradisplay (class in lstchain.visualization.bokeh)": [[192, "lstchain.visualization.bokeh.CameraDisplay", false]], "cartesian_to_polar() (in module lstchain.reco.utils)": [[162, "lstchain.reco.utils.cartesian_to_polar", false]], "charge_mean (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.charge_mean", false]], "charge_stddev (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.charge_stddev", false]], "check_and_make_dir() (in module lstchain.io.data_management)": [[53, "lstchain.io.data_management.check_and_make_dir", false]], "check_data_path() (in module lstchain.io.data_management)": [[54, "lstchain.io.data_management.check_data_path", false]], "check_dl1() (in module lstchain.datachecks.dl1_checker)": [[7, "lstchain.datachecks.dl1_checker.check_dl1", false]], "check_energy_dependent_cuts() (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter method)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.check_energy_dependent_cuts", false]], "check_in_delaunay_triangle() (in module lstchain.high_level.interpolate)": [[21, "lstchain.high_level.interpolate.check_in_delaunay_triangle", false]], "check_job_logs() (in module lstchain.io.data_management)": [[55, "lstchain.io.data_management.check_job_logs", false]], "check_mc_type() (in module lstchain.io.io)": [[67, "lstchain.io.io.check_mc_type", false]], "check_mcheader() (in module lstchain.io.io)": [[68, "lstchain.io.io.check_mcheader", false]], "check_metadata() (in module lstchain.io.io)": [[69, "lstchain.io.io.check_metadata", false]], "check_thrown_events_histogram() (in module lstchain.io.io)": [[70, "lstchain.io.io.check_thrown_events_histogram", false]], "classes (lstchain.tools.lstchain_create_calibration_file.calibrationhdf5writer attribute)": [[187, "lstchain.tools.lstchain_create_calibration_file.CalibrationHDF5Writer.classes", false]], "classes (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter attribute)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.classes", false]], "classes (lstchain.tools.lstchain_create_irf_files.irffitswriter attribute)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.classes", false]], "clip_alt() (in module lstchain.reco.utils)": [[163, "lstchain.reco.utils.clip_alt", false]], "cog_within_pixel (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.cog_within_pixel", false]], "cog_within_pixel_intensity_gt_200 (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.cog_within_pixel_intensity_gt_200", false]], "compare_irfs() (in module lstchain.high_level.interpolate)": [[22, "lstchain.high_level.interpolate.compare_irfs", false]], "compute_alpha() (in module lstchain.reco.utils)": [[164, "lstchain.reco.utils.compute_alpha", false]], "compute_rf_event_weights() (in module lstchain.reco.utils)": [[165, "lstchain.reco.utils.compute_rf_event_weights", false]], "compute_theta2() (in module lstchain.reco.utils)": [[166, "lstchain.reco.utils.compute_theta2", false]], "concentration_cog (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.concentration_cog", false]], "concentration_core (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.concentration_core", false]], "concentration_pixel (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.concentration_pixel", false]], "contact (lstchain.io.lstcontainers.metadata attribute)": [[107, "lstchain.io.lstcontainers.MetaData.CONTACT", false]], "copy_h5_nodes() (in module lstchain.io.io)": [[71, "lstchain.io.io.copy_h5_nodes", false]], "count_trig_types() (in module lstchain.datachecks.containers)": [[6, "lstchain.datachecks.containers.count_trig_types", false]], "create_event_list() (in module lstchain.high_level.hdu_table)": [[15, "lstchain.high_level.hdu_table.create_event_list", false]], "create_hdu_index_hdu() (in module lstchain.high_level.hdu_table)": [[16, "lstchain.high_level.hdu_table.create_hdu_index_hdu", false]], "create_muon_table() (in module lstchain.image.muon.muon_analysis)": [[39, "lstchain.image.muon.muon_analysis.create_muon_table", false]], "create_obs_index_hdu() (in module lstchain.high_level.hdu_table)": [[17, "lstchain.high_level.hdu_table.create_obs_index_hdu", false]], "ctapipe_io_lst_version (lstchain.io.lstcontainers.metadata attribute)": [[107, "lstchain.io.lstcontainers.MetaData.CTAPIPE_IO_LST_VERSION", false]], "ctapipe_version (lstchain.io.lstcontainers.metadata attribute)": [[107, "lstchain.io.lstcontainers.MetaData.CTAPIPE_VERSION", false]], "databinning (class in lstchain.io.event_selection)": [[60, "lstchain.io.event_selection.DataBinning", false]], "datareductionfitswriter (class in lstchain.tools.lstchain_create_dl3_file)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter", false]], "default_prefix (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.default_prefix", false]], "default_prefix (lstchain.datachecks.containers.dl1datacheckhistogrambins attribute)": [[5, "lstchain.datachecks.containers.DL1DataCheckHistogramBins.default_prefix", false]], "default_prefix (lstchain.io.lstcontainers.dispcontainer attribute)": [[103, "lstchain.io.lstcontainers.DispContainer.default_prefix", false]], "default_prefix (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.default_prefix", false]], "default_prefix (lstchain.io.lstcontainers.dl1monitoringeventindexcontainer attribute)": [[101, "lstchain.io.lstcontainers.DL1MonitoringEventIndexContainer.default_prefix", false]], "default_prefix (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.default_prefix", false]], "default_prefix (lstchain.io.lstcontainers.extraimageinfo attribute)": [[104, "lstchain.io.lstcontainers.ExtraImageInfo.default_prefix", false]], "default_prefix (lstchain.io.lstcontainers.extramcinfo attribute)": [[105, "lstchain.io.lstcontainers.ExtraMCInfo.default_prefix", false]], "default_prefix (lstchain.io.lstcontainers.metadata attribute)": [[107, "lstchain.io.lstcontainers.MetaData.default_prefix", false]], "default_prefix (lstchain.io.lstcontainers.throwneventshistogram attribute)": [[108, "lstchain.io.lstcontainers.ThrownEventsHistogram.default_prefix", false]], "description (lstchain.tools.lstchain_create_calibration_file.calibrationhdf5writer attribute)": [[187, "lstchain.tools.lstchain_create_calibration_file.CalibrationHDF5Writer.description", false]], "description (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter attribute)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.description", false]], "description (lstchain.tools.lstchain_create_dl3_index_files.fitsindexwriter attribute)": [[189, "lstchain.tools.lstchain_create_dl3_index_files.FITSIndexWriter.description", false]], "description (lstchain.tools.lstchain_create_irf_files.irffitswriter attribute)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.description", false]], "description (lstchain.tools.lstchain_fit_intensity_scan.fitintensityscan attribute)": [[191, "lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan.description", false]], "diff_events_after_cut() (in module lstchain.mc.sensitivity)": [[125, "lstchain.mc.sensitivity.diff_events_after_cut", false]], "direction_results() (in module lstchain.visualization.plot_dl2)": [[203, "lstchain.visualization.plot_dl2.direction_results", false]], "disp() (in module lstchain.reco.disp)": [[136, "lstchain.reco.disp.disp", false]], "disp_angle (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.disp_angle", false]], "disp_dx (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.disp_dx", false]], "disp_dy (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.disp_dy", false]], "disp_miss (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.disp_miss", false]], "disp_norm (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.disp_norm", false]], "disp_parameters() (in module lstchain.reco.disp)": [[137, "lstchain.reco.disp.disp_parameters", false]], "disp_parameters_event() (in module lstchain.reco.disp)": [[138, "lstchain.reco.disp.disp_parameters_event", false]], "disp_sign (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.disp_sign", false]], "disp_to_pos() (in module lstchain.reco.disp)": [[139, "lstchain.reco.disp.disp_to_pos", false]], "disp_vector() (in module lstchain.reco.disp)": [[140, "lstchain.reco.disp.disp_vector", false]], "dispcontainer (class in lstchain.io.lstcontainers)": [[103, "lstchain.io.lstcontainers.DispContainer", false]], "display_dl1_event() (in module lstchain.visualization.camera)": [[198, "lstchain.visualization.camera.display_dl1_event", false]], "dl1datacheckcontainer (class in lstchain.datachecks.containers)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer", false]], "dl1datacheckhistogrambins (class in lstchain.datachecks.containers)": [[5, "lstchain.datachecks.containers.DL1DataCheckHistogramBins", false]], "dl1likelihoodparameterscontainer (class in lstchain.io.lstcontainers)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer", false]], "dl1monitoringeventindexcontainer (class in lstchain.io.lstcontainers)": [[101, "lstchain.io.lstcontainers.DL1MonitoringEventIndexContainer", false]], "dl1parameterscontainer (class in lstchain.io.lstcontainers)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer", false]], "dl3cuts (class in lstchain.io.event_selection)": [[59, "lstchain.io.event_selection.DL3Cuts", false]], "dragon_time (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.dragon_time", false]], "dragon_time (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.dragon_time", false]], "dx (lstchain.io.lstcontainers.dispcontainer attribute)": [[103, "lstchain.io.lstcontainers.DispContainer.dx", false]], "dy (lstchain.io.lstcontainers.dispcontainer attribute)": [[103, "lstchain.io.lstcontainers.DispContainer.dy", false]], "elapsed_time (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.elapsed_time", false]], "energy_dependent_alpha (lstchain.tools.lstchain_create_irf_files.irffitswriter attribute)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.energy_dependent_alpha", false]], "energy_dependent_alpha_cuts() (lstchain.io.event_selection.dl3cuts method)": [[59, "lstchain.io.event_selection.DL3Cuts.energy_dependent_alpha_cuts", false]], "energy_dependent_gh (lstchain.tools.lstchain_create_irf_files.irffitswriter attribute)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.energy_dependent_gh", false]], "energy_dependent_gh_cuts() (lstchain.io.event_selection.dl3cuts method)": [[59, "lstchain.io.event_selection.DL3Cuts.energy_dependent_gh_cuts", false]], "energy_dependent_theta (lstchain.tools.lstchain_create_irf_files.irffitswriter attribute)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.energy_dependent_theta", false]], "energy_dependent_theta_cuts() (lstchain.io.event_selection.dl3cuts method)": [[59, "lstchain.io.event_selection.DL3Cuts.energy_dependent_theta_cuts", false]], "energy_migration_bins() (lstchain.io.event_selection.databinning method)": [[60, "lstchain.io.event_selection.DataBinning.energy_migration_bins", false]], "energy_migration_max (lstchain.io.event_selection.databinning attribute)": [[60, "lstchain.io.event_selection.DataBinning.energy_migration_max", false]], "energy_migration_min (lstchain.io.event_selection.databinning attribute)": [[60, "lstchain.io.event_selection.DataBinning.energy_migration_min", false]], "energy_migration_n_bins (lstchain.io.event_selection.databinning attribute)": [[60, "lstchain.io.event_selection.DataBinning.energy_migration_n_bins", false]], "energy_results() (in module lstchain.visualization.plot_dl2)": [[204, "lstchain.visualization.plot_dl2.energy_results", false]], "event_id (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.event_id", false]], "event_type (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.event_type", false]], "events_to_skip (lstchain.tools.lstchain_create_calibration_file.calibrationhdf5writer attribute)": [[187, "lstchain.tools.lstchain_create_calibration_file.CalibrationHDF5Writer.events_to_skip", false]], "eventselector (class in lstchain.io.event_selection)": [[61, "lstchain.io.event_selection.EventSelector", false]], "example (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter attribute)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.example", false]], "example (lstchain.tools.lstchain_create_dl3_index_files.fitsindexwriter attribute)": [[189, "lstchain.tools.lstchain_create_dl3_index_files.FITSIndexWriter.example", false]], "example (lstchain.tools.lstchain_create_irf_files.irffitswriter attribute)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.example", false]], "expand_tel_list() (in module lstchain.reco.utils)": [[167, "lstchain.reco.utils.expand_tel_list", false]], "extract_observation_time() (in module lstchain.io.io)": [[72, "lstchain.io.io.extract_observation_time", false]], "extract_simulation_nsb() (in module lstchain.io.io)": [[73, "lstchain.io.io.extract_simulation_nsb", false]], "extract_source_position() (in module lstchain.reco.utils)": [[168, "lstchain.reco.utils.extract_source_position", false]], "extraimageinfo (class in lstchain.io.lstcontainers)": [[104, "lstchain.io.lstcontainers.ExtraImageInfo", false]], "extramcinfo (class in lstchain.io.lstcontainers)": [[105, "lstchain.io.lstcontainers.ExtraMCInfo", false]], "fields (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.fields", false]], "fields (lstchain.datachecks.containers.dl1datacheckhistogrambins attribute)": [[5, "lstchain.datachecks.containers.DL1DataCheckHistogramBins.fields", false]], "fields (lstchain.io.lstcontainers.dispcontainer attribute)": [[103, "lstchain.io.lstcontainers.DispContainer.fields", false]], "fields (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.fields", false]], "fields (lstchain.io.lstcontainers.dl1monitoringeventindexcontainer attribute)": [[101, "lstchain.io.lstcontainers.DL1MonitoringEventIndexContainer.fields", false]], "fields (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.fields", false]], "fields (lstchain.io.lstcontainers.extraimageinfo attribute)": [[104, "lstchain.io.lstcontainers.ExtraImageInfo.fields", false]], "fields (lstchain.io.lstcontainers.extramcinfo attribute)": [[105, "lstchain.io.lstcontainers.ExtraMCInfo.fields", false]], "fields (lstchain.io.lstcontainers.metadata attribute)": [[107, "lstchain.io.lstcontainers.MetaData.fields", false]], "fields (lstchain.io.lstcontainers.throwneventshistogram attribute)": [[108, "lstchain.io.lstcontainers.ThrownEventsHistogram.fields", false]], "file_pattern (lstchain.tools.lstchain_create_dl3_index_files.fitsindexwriter attribute)": [[189, "lstchain.tools.lstchain_create_dl3_index_files.FITSIndexWriter.file_pattern", false]], "fill_alpha_cut (lstchain.io.event_selection.dl3cuts attribute)": [[59, "lstchain.io.event_selection.DL3Cuts.fill_alpha_cut", false]], "fill_bin_content() (in module lstchain.mc.plot_utils)": [[113, "lstchain.mc.plot_utils.fill_bin_content", false]], "fill_event_info() (lstchain.io.lstcontainers.dl1parameterscontainer method)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.fill_event_info", false]], "fill_event_wise_info() (lstchain.datachecks.containers.dl1datacheckcontainer method)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.fill_event_wise_info", false]], "fill_from_simtel() (lstchain.io.lstcontainers.throwneventshistogram method)": [[108, "lstchain.io.lstcontainers.ThrownEventsHistogram.fill_from_simtel", false]], "fill_hillas() (lstchain.io.lstcontainers.dl1parameterscontainer method)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.fill_hillas", false]], "fill_mc() (lstchain.io.lstcontainers.dl1parameterscontainer method)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.fill_mc", false]], "fill_muon_event() (in module lstchain.image.muon.muon_analysis)": [[40, "lstchain.image.muon.muon_analysis.fill_muon_event", false]], "fill_pixel_wise_info() (lstchain.datachecks.containers.dl1datacheckcontainer method)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.fill_pixel_wise_info", false]], "fill_reco_altaz_w_expected_pos() (in module lstchain.high_level.hdu_table)": [[18, "lstchain.high_level.hdu_table.fill_reco_altaz_w_expected_pos", false]], "fill_theta_cut (lstchain.io.event_selection.dl3cuts attribute)": [[59, "lstchain.io.event_selection.DL3Cuts.fill_theta_cut", false]], "filter_cut() (lstchain.io.event_selection.eventselector method)": [[61, "lstchain.io.event_selection.EventSelector.filter_cut", false]], "filter_events() (in module lstchain.reco.utils)": [[169, "lstchain.reco.utils.filter_events", false]], "filters (lstchain.io.event_selection.eventselector attribute)": [[61, "lstchain.io.event_selection.EventSelector.filters", false]], "find_cut() (in module lstchain.mc.sensitivity)": [[126, "lstchain.mc.sensitivity.find_cut", false]], "finish() (lstchain.tools.lstchain_create_calibration_file.calibrationhdf5writer method)": [[187, "lstchain.tools.lstchain_create_calibration_file.CalibrationHDF5Writer.finish", false]], "finish() (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter method)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.finish", false]], "finish() (lstchain.tools.lstchain_create_dl3_index_files.fitsindexwriter method)": [[189, "lstchain.tools.lstchain_create_dl3_index_files.FITSIndexWriter.finish", false]], "finish() (lstchain.tools.lstchain_create_irf_files.irffitswriter method)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.finish", false]], "finish() (lstchain.tools.lstchain_fit_intensity_scan.fitintensityscan method)": [[191, "lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan.finish", false]], "finite_params (lstchain.io.event_selection.eventselector attribute)": [[61, "lstchain.io.event_selection.EventSelector.finite_params", false]], "fit_initialization (lstchain.tools.lstchain_fit_intensity_scan.fitintensityscan attribute)": [[191, "lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan.fit_initialization", false]], "fit_muon() (in module lstchain.image.muon.muon_analysis)": [[41, "lstchain.image.muon.muon_analysis.fit_muon", false]], "fitintensityscan (class in lstchain.tools.lstchain_fit_intensity_scan)": [[191, "lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan", false]], "fitsindexwriter (class in lstchain.tools.lstchain_create_dl3_index_files)": [[189, "lstchain.tools.lstchain_create_dl3_index_files.FITSIndexWriter", false]], "flags (lstchain.tools.lstchain_create_calibration_file.calibrationhdf5writer attribute)": [[187, "lstchain.tools.lstchain_create_calibration_file.CalibrationHDF5Writer.flags", false]], "flags (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter attribute)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.flags", false]], "flags (lstchain.tools.lstchain_create_dl3_index_files.fitsindexwriter attribute)": [[189, "lstchain.tools.lstchain_create_dl3_index_files.FITSIndexWriter.flags", false]], "flags (lstchain.tools.lstchain_create_irf_files.irffitswriter attribute)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.flags", false]], "flatfield_id (lstchain.io.lstcontainers.dl1monitoringeventindexcontainer attribute)": [[101, "lstchain.io.lstcontainers.DL1MonitoringEventIndexContainer.flatfield_id", false]], "format_axes_array() (in module lstchain.mc.plot_utils)": [[114, "lstchain.mc.plot_utils.format_axes_array", false]], "format_axes_ebin() (in module lstchain.mc.plot_utils)": [[115, "lstchain.mc.plot_utils.format_axes_ebin", false]], "format_axes_sensitivity() (in module lstchain.mc.plot_utils)": [[116, "lstchain.mc.plot_utils.format_axes_sensitivity", false]], "fov_offset_bins() (lstchain.io.event_selection.databinning method)": [[60, "lstchain.io.event_selection.DataBinning.fov_offset_bins", false]], "fov_offset_max (lstchain.io.event_selection.databinning attribute)": [[60, "lstchain.io.event_selection.DataBinning.fov_offset_max", false]], "fov_offset_min (lstchain.io.event_selection.databinning attribute)": [[60, "lstchain.io.event_selection.DataBinning.fov_offset_min", false]], "fov_offset_n_edges (lstchain.io.event_selection.databinning attribute)": [[60, "lstchain.io.event_selection.DataBinning.fov_offset_n_edges", false]], "fractional_variance_error (lstchain.tools.lstchain_fit_intensity_scan.fitintensityscan attribute)": [[191, "lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan.fractional_variance_error", false]], "gain_channels (lstchain.tools.lstchain_fit_intensity_scan.fitintensityscan attribute)": [[191, "lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan.gain_channels", false]], "geom (lstchain.visualization.bokeh.cameradisplay attribute)": [[192, "lstchain.visualization.bokeh.CameraDisplay.geom", false]], "get_cleaning_parameters() (in module lstchain.io.config)": [[48, "lstchain.io.config.get_cleaning_parameters", false]], "get_dataset_keys() (in module lstchain.io.io)": [[74, "lstchain.io.io.get_dataset_keys", false]], "get_dl1() (in module lstchain.reco.r0_to_dl1)": [[155, "lstchain.reco.r0_to_dl1.get_dl1", false]], "get_effective_time() (in module lstchain.reco.utils)": [[170, "lstchain.reco.utils.get_effective_time", false]], "get_event_pos_in_camera() (in module lstchain.reco.utils)": [[171, "lstchain.reco.utils.get_event_pos_in_camera", false]], "get_events_in_gti() (in module lstchain.reco.utils)": [[172, "lstchain.reco.utils.get_events_in_GTI", false]], "get_expected_source_pos() (in module lstchain.reco.dl1_to_dl2)": [[144, "lstchain.reco.dl1_to_dl2.get_expected_source_pos", false]], "get_features() (lstchain.io.lstcontainers.dl1parameterscontainer method)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.get_features", false]], "get_geomagnetic_delta() (in module lstchain.reco.utils)": [[173, "lstchain.reco.utils.get_geomagnetic_delta", false]], "get_input_filelist() (in module lstchain.io.data_management)": [[56, "lstchain.io.data_management.get_input_filelist", false]], "get_mc_fov_offset() (in module lstchain.io.io)": [[75, "lstchain.io.io.get_mc_fov_offset", false]], "get_nearest_az_node() (in module lstchain.high_level.interpolate)": [[23, "lstchain.high_level.interpolate.get_nearest_az_node", false]], "get_pixel_location() (in module lstchain.visualization.bokeh)": [[195, "lstchain.visualization.bokeh.get_pixel_location", false]], "get_pointing_params() (in module lstchain.high_level.hdu_table)": [[19, "lstchain.high_level.hdu_table.get_pointing_params", false]], "get_resource_path() (in module lstchain.io.io)": [[76, "lstchain.io.io.get_resource_path", false]], "get_source_dependent_parameters() (in module lstchain.reco.dl1_to_dl2)": [[145, "lstchain.reco.dl1_to_dl2.get_source_dependent_parameters", false]], "get_srcdep_assumed_positions() (in module lstchain.io.io)": [[77, "lstchain.io.io.get_srcdep_assumed_positions", false]], "get_srcdep_config() (in module lstchain.io.config)": [[49, "lstchain.io.config.get_srcdep_config", false]], "get_srcdep_params() (in module lstchain.io.io)": [[78, "lstchain.io.io.get_srcdep_params", false]], "get_stacked_table() (in module lstchain.io.io)": [[79, "lstchain.io.io.get_stacked_table", false]], "get_standard_config() (in module lstchain.io.config)": [[50, "lstchain.io.config.get_standard_config", false]], "get_timing_params() (in module lstchain.high_level.hdu_table)": [[20, "lstchain.high_level.hdu_table.get_timing_params", false]], "get_volume_reduction_method() (in module lstchain.reco.volume_reducer)": [[185, "lstchain.reco.volume_reducer.get_volume_reduction_method", false]], "get_weights() (in module lstchain.mc.sensitivity)": [[127, "lstchain.mc.sensitivity.get_weights", false]], "gh_efficiency (lstchain.io.event_selection.dl3cuts attribute)": [[59, "lstchain.io.event_selection.DL3Cuts.gh_efficiency", false]], "global_alpha_cut (lstchain.io.event_selection.dl3cuts attribute)": [[59, "lstchain.io.event_selection.DL3Cuts.global_alpha_cut", false]], "global_gh_cut (lstchain.io.event_selection.dl3cuts attribute)": [[59, "lstchain.io.event_selection.DL3Cuts.global_gh_cut", false]], "global_metadata() (in module lstchain.io.io)": [[80, "lstchain.io.io.global_metadata", false]], "global_theta_cut (lstchain.io.event_selection.dl3cuts attribute)": [[59, "lstchain.io.event_selection.DL3Cuts.global_theta_cut", false]], "gzip (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter attribute)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.gzip", false]], "hadroness (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.hadroness", false]], "hist_delta_t (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.hist_delta_t", false]], "hist_delta_t (lstchain.datachecks.containers.dl1datacheckhistogrambins attribute)": [[5, "lstchain.datachecks.containers.DL1DataCheckHistogramBins.hist_delta_t", false]], "hist_dist0 (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.hist_dist0", false]], "hist_dist0 (lstchain.datachecks.containers.dl1datacheckhistogrambins attribute)": [[5, "lstchain.datachecks.containers.DL1DataCheckHistogramBins.hist_dist0", false]], "hist_dist0_intensity_gt_200 (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.hist_dist0_intensity_gt_200", false]], "hist_dist0_intensity_gt_200 (lstchain.datachecks.containers.dl1datacheckhistogrambins attribute)": [[5, "lstchain.datachecks.containers.DL1DataCheckHistogramBins.hist_dist0_intensity_gt_200", false]], "hist_id (lstchain.io.lstcontainers.throwneventshistogram attribute)": [[108, "lstchain.io.lstcontainers.ThrownEventsHistogram.hist_id", false]], "hist_intensity (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.hist_intensity", false]], "hist_intensity (lstchain.datachecks.containers.dl1datacheckhistogrambins attribute)": [[5, "lstchain.datachecks.containers.DL1DataCheckHistogramBins.hist_intensity", false]], "hist_intercept (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.hist_intercept", false]], "hist_intercept (lstchain.datachecks.containers.dl1datacheckhistogrambins attribute)": [[5, "lstchain.datachecks.containers.DL1DataCheckHistogramBins.hist_intercept", false]], "hist_length (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.hist_length", false]], "hist_length (lstchain.datachecks.containers.dl1datacheckhistogrambins attribute)": [[5, "lstchain.datachecks.containers.DL1DataCheckHistogramBins.hist_length", false]], "hist_nislands (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.hist_nislands", false]], "hist_nislands (lstchain.datachecks.containers.dl1datacheckhistogrambins attribute)": [[5, "lstchain.datachecks.containers.DL1DataCheckHistogramBins.hist_nislands", false]], "hist_npixels (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.hist_npixels", false]], "hist_npixels (lstchain.datachecks.containers.dl1datacheckhistogrambins attribute)": [[5, "lstchain.datachecks.containers.DL1DataCheckHistogramBins.hist_npixels", false]], "hist_pixelchargespectrum (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.hist_pixelchargespectrum", false]], "hist_pixelchargespectrum (lstchain.datachecks.containers.dl1datacheckhistogrambins attribute)": [[5, "lstchain.datachecks.containers.DL1DataCheckHistogramBins.hist_pixelchargespectrum", false]], "hist_psi (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.hist_psi", false]], "hist_psi (lstchain.datachecks.containers.dl1datacheckhistogrambins attribute)": [[5, "lstchain.datachecks.containers.DL1DataCheckHistogramBins.hist_psi", false]], "hist_psi_intensity_gt_200 (lstchain.datachecks.containers.dl1datacheckhistogrambins attribute)": [[5, "lstchain.datachecks.containers.DL1DataCheckHistogramBins.hist_psi_intensity_gt_200", false]], "hist_skewness (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.hist_skewness", false]], "hist_skewness (lstchain.datachecks.containers.dl1datacheckhistogrambins attribute)": [[5, "lstchain.datachecks.containers.DL1DataCheckHistogramBins.hist_skewness", false]], "hist_tgrad_vs_length (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.hist_tgrad_vs_length", false]], "hist_tgrad_vs_length (lstchain.datachecks.containers.dl1datacheckhistogrambins attribute)": [[5, "lstchain.datachecks.containers.DL1DataCheckHistogramBins.hist_tgrad_vs_length", false]], "hist_tgrad_vs_length_intensity_gt_200 (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.hist_tgrad_vs_length_intensity_gt_200", false]], "hist_tgrad_vs_length_intensity_gt_200 (lstchain.datachecks.containers.dl1datacheckhistogrambins attribute)": [[5, "lstchain.datachecks.containers.DL1DataCheckHistogramBins.hist_tgrad_vs_length_intensity_gt_200", false]], "hist_width (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.hist_width", false]], "hist_width (lstchain.datachecks.containers.dl1datacheckhistogrambins attribute)": [[5, "lstchain.datachecks.containers.DL1DataCheckHistogramBins.hist_width", false]], "histogram (lstchain.io.lstcontainers.throwneventshistogram attribute)": [[108, "lstchain.io.lstcontainers.ThrownEventsHistogram.histogram", false]], "image (lstchain.visualization.bokeh.cameradisplay attribute)": [[192, "lstchain.visualization.bokeh.CameraDisplay.image", false]], "impute_pointing() (in module lstchain.reco.utils)": [[174, "lstchain.reco.utils.impute_pointing", false]], "input_dir (lstchain.tools.lstchain_fit_intensity_scan.fitintensityscan attribute)": [[191, "lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan.input_dir", false]], "input_dl2 (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter attribute)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.input_dl2", false]], "input_dl3_dir (lstchain.tools.lstchain_create_dl3_index_files.fitsindexwriter attribute)": [[189, "lstchain.tools.lstchain_create_dl3_index_files.FITSIndexWriter.input_dl3_dir", false]], "input_electron_dl2 (lstchain.tools.lstchain_create_irf_files.irffitswriter attribute)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.input_electron_dl2", false]], "input_gamma_dl2 (lstchain.tools.lstchain_create_irf_files.irffitswriter attribute)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.input_gamma_dl2", false]], "input_irf_path (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter attribute)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.input_irf_path", false]], "input_prefix (lstchain.tools.lstchain_fit_intensity_scan.fitintensityscan attribute)": [[191, "lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan.input_prefix", false]], "input_proton_dl2 (lstchain.tools.lstchain_create_irf_files.irffitswriter attribute)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.input_proton_dl2", false]], "int_diff_sp() (in module lstchain.mc.mc)": [[109, "lstchain.mc.mc.int_diff_sp", false]], "intensity (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.intensity", false]], "intercept (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.intercept", false]], "interp_irfs() (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter method)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.interp_irfs", false]], "interp_method (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter attribute)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.interp_method", false]], "interp_params() (in module lstchain.high_level.interpolate)": [[24, "lstchain.high_level.interpolate.interp_params", false]], "interpolate_cuts() (in module lstchain.high_level.interpolate)": [[25, "lstchain.high_level.interpolate.interpolate_cuts", false]], "interpolate_irf() (in module lstchain.high_level.interpolate)": [[26, "lstchain.high_level.interpolate.interpolate_irf", false]], "irf_file_pattern (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter attribute)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.irf_file_pattern", false]], "irf_obs_time (lstchain.tools.lstchain_create_irf_files.irffitswriter attribute)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.irf_obs_time", false]], "irffitswriter (class in lstchain.tools.lstchain_create_irf_files)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter", false]], "is_busy() (lstchain.io.lstcontainers.lsteventtype static method)": [[106, "lstchain.io.lstcontainers.LSTEventType.is_busy", false]], "is_calibration() (lstchain.io.lstcontainers.lsteventtype static method)": [[106, "lstchain.io.lstcontainers.LSTEventType.is_calibration", false]], "is_mono() (lstchain.io.lstcontainers.lsteventtype static method)": [[106, "lstchain.io.lstcontainers.LSTEventType.is_mono", false]], "is_pedestal() (lstchain.io.lstcontainers.lsteventtype static method)": [[106, "lstchain.io.lstcontainers.LSTEventType.is_pedestal", false]], "is_single_pe() (lstchain.io.lstcontainers.lsteventtype static method)": [[106, "lstchain.io.lstcontainers.LSTEventType.is_single_pe", false]], "is_slow_control() (lstchain.io.lstcontainers.lsteventtype static method)": [[106, "lstchain.io.lstcontainers.LSTEventType.is_slow_control", false]], "is_soft_trig() (lstchain.io.lstcontainers.lsteventtype static method)": [[106, "lstchain.io.lstcontainers.LSTEventType.is_soft_trig", false]], "is_stereo() (lstchain.io.lstcontainers.lsteventtype static method)": [[106, "lstchain.io.lstcontainers.LSTEventType.is_stereo", false]], "is_unknown() (lstchain.io.lstcontainers.lsteventtype static method)": [[106, "lstchain.io.lstcontainers.LSTEventType.is_unknown", false]], "keep_duplicated_events (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter attribute)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.keep_duplicated_events", false]], "kurtosis (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.kurtosis", false]], "leakage_intensity_width_1 (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.leakage_intensity_width_1", false]], "leakage_intensity_width_2 (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.leakage_intensity_width_2", false]], "leakage_pixels_width_1 (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.leakage_pixels_width_1", false]], "leakage_pixels_width_2 (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.leakage_pixels_width_2", false]], "length (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.length", false]], "length_uncertainty (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.length_uncertainty", false]], "lhfit_area (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_area", false]], "lhfit_call_status (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_call_status", false]], "lhfit_intensity (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_intensity", false]], "lhfit_intensity_uncertainty (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_intensity_uncertainty", false]], "lhfit_length (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_length", false]], "lhfit_length_asymmetry (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_length_asymmetry", false]], "lhfit_length_asymmetry_uncertainty (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_length_asymmetry_uncertainty", false]], "lhfit_length_uncertainty (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_length_uncertainty", false]], "lhfit_log_intensity (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_log_intensity", false]], "lhfit_phi (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_phi", false]], "lhfit_psi (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_psi", false]], "lhfit_psi_uncertainty (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_psi_uncertainty", false]], "lhfit_r (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_r", false]], "lhfit_ref_time (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_ref_time", false]], "lhfit_ref_time_uncertainty (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_ref_time_uncertainty", false]], "lhfit_t_68 (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_t_68", false]], "lhfit_time_gradient (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_time_gradient", false]], "lhfit_time_gradient_uncertainty (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_time_gradient_uncertainty", false]], "lhfit_ts (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_TS", false]], "lhfit_width (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_width", false]], "lhfit_wl (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_wl", false]], "lhfit_wl_uncertainty (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_wl_uncertainty", false]], "lhfit_x (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_x", false]], "lhfit_x_uncertainty (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_x_uncertainty", false]], "lhfit_y (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_y", false]], "lhfit_y_uncertainty (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_y_uncertainty", false]], "linear_imputer() (in module lstchain.reco.utils)": [[175, "lstchain.reco.utils.linear_imputer", false]], "load_calibrator_from_config() (in module lstchain.calib)": [[1, "lstchain.calib.load_calibrator_from_config", false]], "load_calibrator_from_config() (in module lstchain.calib.camera)": [[0, "lstchain.calib.camera.load_calibrator_from_config", false]], "load_gain_selector_from_config() (in module lstchain.calib)": [[2, "lstchain.calib.load_gain_selector_from_config", false]], "load_image_extractor_from_config() (in module lstchain.calib)": [[3, "lstchain.calib.load_image_extractor_from_config", false]], "load_irf_grid() (in module lstchain.high_level.interpolate)": [[27, "lstchain.high_level.interpolate.load_irf_grid", false]], "log_intensity (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.log_intensity", false]], "log_mc_energy (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.log_mc_energy", false]], "lstchain.calib": [[219, "module-lstchain.calib", false]], "lstchain.calib.camera": [[219, "module-lstchain.calib.camera", false]], "lstchain.ctapipe_compat": [[220, "module-lstchain.ctapipe_compat", false]], "lstchain.datachecks.containers": [[221, "module-lstchain.datachecks.containers", false]], "lstchain.datachecks.dl1_checker": [[221, "module-lstchain.datachecks.dl1_checker", false]], "lstchain.high_level.hdu_table": [[222, "module-lstchain.high_level.hdu_table", false]], "lstchain.high_level.interpolate": [[222, "module-lstchain.high_level.interpolate", false]], "lstchain.high_level.significance_calculation": [[222, "module-lstchain.high_level.significance_calculation", false]], "lstchain.image": [[223, "module-lstchain.image", false]], "lstchain.image.cleaning": [[223, "module-lstchain.image.cleaning", false]], "lstchain.image.modifier": [[223, "module-lstchain.image.modifier", false]], "lstchain.image.muon.muon_analysis": [[223, "module-lstchain.image.muon.muon_analysis", false]], "lstchain.image.muon.plot_muon": [[223, "module-lstchain.image.muon.plot_muon", false]], "lstchain.io.config": [[225, "module-lstchain.io.config", false]], "lstchain.io.data_management": [[225, "module-lstchain.io.data_management", false]], "lstchain.io.event_selection": [[225, "module-lstchain.io.event_selection", false]], "lstchain.io.io": [[225, "module-lstchain.io.io", false]], "lstchain.io.lstcontainers": [[225, "module-lstchain.io.lstcontainers", false]], "lstchain.mc.mc": [[226, "module-lstchain.mc.mc", false]], "lstchain.mc.plot_utils": [[226, "module-lstchain.mc.plot_utils", false]], "lstchain.mc.sensitivity": [[226, "module-lstchain.mc.sensitivity", false]], "lstchain.reco.disp": [[227, "module-lstchain.reco.disp", false]], "lstchain.reco.dl1_to_dl2": [[227, "module-lstchain.reco.dl1_to_dl2", false]], "lstchain.reco.r0_to_dl1": [[227, "module-lstchain.reco.r0_to_dl1", false]], "lstchain.reco.utils": [[227, "module-lstchain.reco.utils", false]], "lstchain.reco.volume_reducer": [[227, "module-lstchain.reco.volume_reducer", false]], "lstchain.scripts.lstchain_check_dl1": [[228, "module-lstchain.scripts.lstchain_check_dl1", false]], "lstchain.scripts.lstchain_create_run_summary": [[228, "module-lstchain.scripts.lstchain_create_run_summary", false]], "lstchain.scripts.lstchain_data_create_time_calibration_file": [[228, "module-lstchain.scripts.lstchain_data_create_time_calibration_file", false]], "lstchain.scripts.lstchain_data_r0_to_dl1": [[228, "module-lstchain.scripts.lstchain_data_r0_to_dl1", false]], "lstchain.scripts.lstchain_dl1_muon_analysis": [[228, "module-lstchain.scripts.lstchain_dl1_muon_analysis", false]], "lstchain.scripts.lstchain_dl1_to_dl2": [[228, "module-lstchain.scripts.lstchain_dl1_to_dl2", false]], "lstchain.scripts.lstchain_dl1ab": [[228, "module-lstchain.scripts.lstchain_dl1ab", false]], "lstchain.scripts.lstchain_dump_config": [[228, "module-lstchain.scripts.lstchain_dump_config", false]], "lstchain.scripts.lstchain_find_pedestals": [[228, "module-lstchain.scripts.lstchain_find_pedestals", false]], "lstchain.scripts.lstchain_longterm_dl1_check": [[228, "module-lstchain.scripts.lstchain_longterm_dl1_check", false]], "lstchain.scripts.lstchain_mc_r0_to_dl1": [[228, "module-lstchain.scripts.lstchain_mc_r0_to_dl1", false]], "lstchain.scripts.lstchain_mc_r0_to_dl2": [[228, "module-lstchain.scripts.lstchain_mc_r0_to_dl2", false]], "lstchain.scripts.lstchain_mc_rfperformance": [[228, "module-lstchain.scripts.lstchain_mc_rfperformance", false]], "lstchain.scripts.lstchain_mc_sensitivity": [[228, "module-lstchain.scripts.lstchain_mc_sensitivity", false]], "lstchain.scripts.lstchain_mc_trainpipe": [[228, "module-lstchain.scripts.lstchain_mc_trainpipe", false]], "lstchain.scripts.lstchain_merge_hdf5_files": [[228, "module-lstchain.scripts.lstchain_merge_hdf5_files", false]], "lstchain.scripts.lstchain_merge_muon_files": [[228, "module-lstchain.scripts.lstchain_merge_muon_files", false]], "lstchain.scripts.lstchain_tune_nsb": [[228, "module-lstchain.scripts.lstchain_tune_nsb", false]], "lstchain.tools.lstchain_create_calibration_file": [[229, "module-lstchain.tools.lstchain_create_calibration_file", false]], "lstchain.tools.lstchain_create_dl3_file": [[229, "module-lstchain.tools.lstchain_create_dl3_file", false]], "lstchain.tools.lstchain_create_dl3_index_files": [[229, "module-lstchain.tools.lstchain_create_dl3_index_files", false]], "lstchain.tools.lstchain_create_irf_files": [[229, "module-lstchain.tools.lstchain_create_irf_files", false]], "lstchain.tools.lstchain_fit_intensity_scan": [[229, "module-lstchain.tools.lstchain_fit_intensity_scan", false]], "lstchain.visualization.bokeh": [[230, "module-lstchain.visualization.bokeh", false]], "lstchain.visualization.camera": [[230, "module-lstchain.visualization.camera", false]], "lstchain.visualization.plot_calib": [[230, "module-lstchain.visualization.plot_calib", false]], "lstchain.visualization.plot_dl2": [[230, "module-lstchain.visualization.plot_dl2", false]], "lstchain.visualization.plot_drs4": [[230, "module-lstchain.visualization.plot_drs4", false]], "lstchain_version (lstchain.io.lstcontainers.metadata attribute)": [[107, "lstchain.io.lstcontainers.MetaData.LSTCHAIN_VERSION", false]], "lsteventtype (class in lstchain.io.lstcontainers)": [[106, "lstchain.io.lstcontainers.LSTEventType", false]], "max_alpha_cut (lstchain.io.event_selection.dl3cuts attribute)": [[59, "lstchain.io.event_selection.DL3Cuts.max_alpha_cut", false]], "max_gh_cut (lstchain.io.event_selection.dl3cuts attribute)": [[59, "lstchain.io.event_selection.DL3Cuts.max_gh_cut", false]], "max_theta_cut (lstchain.io.event_selection.dl3cuts attribute)": [[59, "lstchain.io.event_selection.DL3Cuts.max_theta_cut", false]], "mc_alt (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.mc_alt", false]], "mc_alt_tel (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.mc_alt_tel", false]], "mc_az (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.mc_az", false]], "mc_az_tel (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.mc_az_tel", false]], "mc_core_distance (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.mc_core_distance", false]], "mc_core_x (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.mc_core_x", false]], "mc_core_y (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.mc_core_y", false]], "mc_energy (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.mc_energy", false]], "mc_h_first_int (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.mc_h_first_int", false]], "mc_max_pedestal_adc (lstchain.tools.lstchain_create_calibration_file.calibrationhdf5writer attribute)": [[187, "lstchain.tools.lstchain_create_calibration_file.CalibrationHDF5Writer.mc_max_pedestal_adc", false]], "mc_min_flatfield_adc (lstchain.tools.lstchain_create_calibration_file.calibrationhdf5writer attribute)": [[187, "lstchain.tools.lstchain_create_calibration_file.CalibrationHDF5Writer.mc_min_flatfield_adc", false]], "mc_type (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.mc_type", false]], "mc_x_max (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.mc_x_max", false]], "mean_alt_tel (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.mean_alt_tel", false]], "mean_az_tel (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.mean_az_tel", false]], "merge_dl1datacheck_files() (in module lstchain.datachecks.dl1_checker)": [[8, "lstchain.datachecks.dl1_checker.merge_dl1datacheck_files", false]], "merge_dl2_runs() (in module lstchain.io.io)": [[81, "lstchain.io.io.merge_dl2_runs", false]], "merging_check() (in module lstchain.io.io)": [[82, "lstchain.io.io.merging_check", false]], "meta (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.meta", false]], "meta (lstchain.datachecks.containers.dl1datacheckhistogrambins attribute)": [[5, "lstchain.datachecks.containers.DL1DataCheckHistogramBins.meta", false]], "meta (lstchain.io.lstcontainers.dispcontainer attribute)": [[103, "lstchain.io.lstcontainers.DispContainer.meta", false]], "meta (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.meta", false]], "meta (lstchain.io.lstcontainers.dl1monitoringeventindexcontainer attribute)": [[101, "lstchain.io.lstcontainers.DL1MonitoringEventIndexContainer.meta", false]], "meta (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.meta", false]], "meta (lstchain.io.lstcontainers.extraimageinfo attribute)": [[104, "lstchain.io.lstcontainers.ExtraImageInfo.meta", false]], "meta (lstchain.io.lstcontainers.extramcinfo attribute)": [[105, "lstchain.io.lstcontainers.ExtraMCInfo.meta", false]], "meta (lstchain.io.lstcontainers.metadata attribute)": [[107, "lstchain.io.lstcontainers.MetaData.meta", false]], "meta (lstchain.io.lstcontainers.throwneventshistogram attribute)": [[108, "lstchain.io.lstcontainers.ThrownEventsHistogram.meta", false]], "metadata (class in lstchain.io.lstcontainers)": [[107, "lstchain.io.lstcontainers.MetaData", false]], "min_alpha_cut (lstchain.io.event_selection.dl3cuts attribute)": [[59, "lstchain.io.event_selection.DL3Cuts.min_alpha_cut", false]], "min_event_p_en_bin (lstchain.io.event_selection.dl3cuts attribute)": [[59, "lstchain.io.event_selection.DL3Cuts.min_event_p_en_bin", false]], "min_gh_cut (lstchain.io.event_selection.dl3cuts attribute)": [[59, "lstchain.io.event_selection.DL3Cuts.min_gh_cut", false]], "min_theta_cut (lstchain.io.event_selection.dl3cuts attribute)": [[59, "lstchain.io.event_selection.DL3Cuts.min_theta_cut", false]], "miss (lstchain.io.lstcontainers.dispcontainer attribute)": [[103, "lstchain.io.lstcontainers.DispContainer.miss", false]], "miss() (in module lstchain.reco.disp)": [[141, "lstchain.reco.disp.miss", false]], "module": [[219, "module-lstchain.calib", false], [219, "module-lstchain.calib.camera", false], [220, "module-lstchain.ctapipe_compat", false], [221, "module-lstchain.datachecks.containers", false], [221, "module-lstchain.datachecks.dl1_checker", false], [222, "module-lstchain.high_level.hdu_table", false], [222, "module-lstchain.high_level.interpolate", false], [222, "module-lstchain.high_level.significance_calculation", false], [223, "module-lstchain.image", false], [223, "module-lstchain.image.cleaning", false], [223, "module-lstchain.image.modifier", false], [223, "module-lstchain.image.muon.muon_analysis", false], [223, "module-lstchain.image.muon.plot_muon", false], [225, "module-lstchain.io.config", false], [225, "module-lstchain.io.data_management", false], [225, "module-lstchain.io.event_selection", false], [225, "module-lstchain.io.io", false], [225, "module-lstchain.io.lstcontainers", false], [226, "module-lstchain.mc.mc", false], [226, "module-lstchain.mc.plot_utils", false], [226, "module-lstchain.mc.sensitivity", false], [227, "module-lstchain.reco.disp", false], [227, "module-lstchain.reco.dl1_to_dl2", false], [227, "module-lstchain.reco.r0_to_dl1", false], [227, "module-lstchain.reco.utils", false], [227, "module-lstchain.reco.volume_reducer", false], [228, "module-lstchain.scripts.lstchain_check_dl1", false], [228, "module-lstchain.scripts.lstchain_create_run_summary", false], [228, "module-lstchain.scripts.lstchain_data_create_time_calibration_file", false], [228, "module-lstchain.scripts.lstchain_data_r0_to_dl1", false], [228, "module-lstchain.scripts.lstchain_dl1_muon_analysis", false], [228, "module-lstchain.scripts.lstchain_dl1_to_dl2", false], [228, "module-lstchain.scripts.lstchain_dl1ab", false], [228, "module-lstchain.scripts.lstchain_dump_config", false], [228, "module-lstchain.scripts.lstchain_find_pedestals", false], [228, "module-lstchain.scripts.lstchain_longterm_dl1_check", false], [228, "module-lstchain.scripts.lstchain_mc_r0_to_dl1", false], [228, "module-lstchain.scripts.lstchain_mc_r0_to_dl2", false], [228, "module-lstchain.scripts.lstchain_mc_rfperformance", false], [228, "module-lstchain.scripts.lstchain_mc_sensitivity", false], [228, "module-lstchain.scripts.lstchain_mc_trainpipe", false], [228, "module-lstchain.scripts.lstchain_merge_hdf5_files", false], [228, "module-lstchain.scripts.lstchain_merge_muon_files", false], [228, "module-lstchain.scripts.lstchain_tune_nsb", false], [229, "module-lstchain.tools.lstchain_create_calibration_file", false], [229, "module-lstchain.tools.lstchain_create_dl3_file", false], [229, "module-lstchain.tools.lstchain_create_dl3_index_files", false], [229, "module-lstchain.tools.lstchain_create_irf_files", false], [229, "module-lstchain.tools.lstchain_fit_intensity_scan", false], [230, "module-lstchain.visualization.bokeh", false], [230, "module-lstchain.visualization.camera", false], [230, "module-lstchain.visualization.plot_calib", false], [230, "module-lstchain.visualization.plot_dl2", false], [230, "module-lstchain.visualization.plot_drs4", false]], "muon_filter() (in module lstchain.image.muon.muon_analysis)": [[42, "lstchain.image.muon.muon_analysis.muon_filter", false]], "n_islands (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.n_islands", false]], "n_pixels (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.n_pixels", false]], "name (lstchain.tools.lstchain_create_calibration_file.calibrationhdf5writer attribute)": [[187, "lstchain.tools.lstchain_create_calibration_file.CalibrationHDF5Writer.name", false]], "name (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter attribute)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.name", false]], "name (lstchain.tools.lstchain_create_dl3_index_files.fitsindexwriter attribute)": [[189, "lstchain.tools.lstchain_create_dl3_index_files.FITSIndexWriter.name", false]], "name (lstchain.tools.lstchain_create_irf_files.irffitswriter attribute)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.name", false]], "name (lstchain.tools.lstchain_fit_intensity_scan.fitintensityscan attribute)": [[191, "lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan.name", false]], "norm (lstchain.io.lstcontainers.dispcontainer attribute)": [[103, "lstchain.io.lstcontainers.DispContainer.norm", false]], "num_cleaned_events (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.num_cleaned_events", false]], "num_entries (lstchain.io.lstcontainers.throwneventshistogram attribute)": [[108, "lstchain.io.lstcontainers.ThrownEventsHistogram.num_entries", false]], "num_events (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.num_events", false]], "num_nearby_stars (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.num_nearby_stars", false]], "num_pulses_above_0010_pe (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.num_pulses_above_0010_pe", false]], "num_pulses_above_0030_pe (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.num_pulses_above_0030_pe", false]], "num_pulses_above_0100_pe (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.num_pulses_above_0100_pe", false]], "num_pulses_above_0300_pe (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.num_pulses_above_0300_pe", false]], "num_pulses_above_1000_pe (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.num_pulses_above_1000_pe", false]], "num_ucts_jumps (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.num_ucts_jumps", false]], "obs_id (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.obs_id", false]], "obs_id (lstchain.io.lstcontainers.extramcinfo attribute)": [[105, "lstchain.io.lstcontainers.ExtraMCInfo.obs_id", false]], "obs_id (lstchain.io.lstcontainers.throwneventshistogram attribute)": [[108, "lstchain.io.lstcontainers.ThrownEventsHistogram.obs_id", false]], "one_event (lstchain.tools.lstchain_create_calibration_file.calibrationhdf5writer attribute)": [[187, "lstchain.tools.lstchain_create_calibration_file.CalibrationHDF5Writer.one_event", false]], "output_dl3_path (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter attribute)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.output_dl3_path", false]], "output_file (lstchain.tools.lstchain_create_calibration_file.calibrationhdf5writer attribute)": [[187, "lstchain.tools.lstchain_create_calibration_file.CalibrationHDF5Writer.output_file", false]], "output_index_path (lstchain.tools.lstchain_create_dl3_index_files.fitsindexwriter attribute)": [[189, "lstchain.tools.lstchain_create_dl3_index_files.FITSIndexWriter.output_index_path", false]], "output_irf_file (lstchain.tools.lstchain_create_irf_files.irffitswriter attribute)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.output_irf_file", false]], "output_path (lstchain.tools.lstchain_fit_intensity_scan.fitintensityscan attribute)": [[191, "lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan.output_path", false]], "overlay_disp_vector() (in module lstchain.visualization.camera)": [[199, "lstchain.visualization.camera.overlay_disp_vector", false]], "overlay_hillas_major_axis() (in module lstchain.visualization.camera)": [[200, "lstchain.visualization.camera.overlay_hillas_major_axis", false]], "overlay_source() (in module lstchain.visualization.camera)": [[201, "lstchain.visualization.camera.overlay_source", false]], "overwrite (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter attribute)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.overwrite", false]], "overwrite (lstchain.tools.lstchain_create_dl3_index_files.fitsindexwriter attribute)": [[189, "lstchain.tools.lstchain_create_dl3_index_files.FITSIndexWriter.overwrite", false]], "overwrite (lstchain.tools.lstchain_create_irf_files.irffitswriter attribute)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.overwrite", false]], "pedestal_id (lstchain.io.lstcontainers.dl1monitoringeventindexcontainer attribute)": [[101, "lstchain.io.lstcontainers.DL1MonitoringEventIndexContainer.pedestal_id", false]], "phi (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.phi", false]], "pixel_coords_to_telescope() (in module lstchain.image.muon.muon_analysis)": [[43, "lstchain.image.muon.muon_analysis.pixel_coords_to_telescope", false]], "plot_1d_excess() (in module lstchain.visualization.plot_dl2)": [[205, "lstchain.visualization.plot_dl2.plot_1d_excess", false]], "plot_calibration_results() (in module lstchain.visualization.plot_calib)": [[202, "lstchain.visualization.plot_calib.plot_calibration_results", false]], "plot_crab_sed() (in module lstchain.mc.plot_utils)": [[117, "lstchain.mc.plot_utils.plot_Crab_SED", false]], "plot_datacheck() (in module lstchain.datachecks.dl1_checker)": [[9, "lstchain.datachecks.dl1_checker.plot_datacheck", false]], "plot_disp() (in module lstchain.visualization.plot_dl2)": [[206, "lstchain.visualization.plot_dl2.plot_disp", false]], "plot_disp_vector() (in module lstchain.visualization.plot_dl2)": [[207, "lstchain.visualization.plot_dl2.plot_disp_vector", false]], "plot_energy_resolution() (in module lstchain.visualization.plot_dl2)": [[208, "lstchain.visualization.plot_dl2.plot_energy_resolution", false]], "plot_features() (in module lstchain.visualization.plot_dl2)": [[209, "lstchain.visualization.plot_dl2.plot_features", false]], "plot_importances() (in module lstchain.visualization.plot_dl2)": [[210, "lstchain.visualization.plot_dl2.plot_importances", false]], "plot_mean_and_stddev() (in module lstchain.datachecks.dl1_checker)": [[10, "lstchain.datachecks.dl1_checker.plot_mean_and_stddev", false]], "plot_mean_and_stddev_bokeh() (in module lstchain.visualization.bokeh)": [[196, "lstchain.visualization.bokeh.plot_mean_and_stddev_bokeh", false]], "plot_muon_event() (in module lstchain.image.muon.plot_muon)": [[47, "lstchain.image.muon.plot_muon.plot_muon_event", false]], "plot_path (lstchain.tools.lstchain_fit_intensity_scan.fitintensityscan attribute)": [[191, "lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan.plot_path", false]], "plot_pedestals() (in module lstchain.visualization.plot_drs4)": [[214, "lstchain.visualization.plot_drs4.plot_pedestals", false]], "plot_pos() (in module lstchain.visualization.plot_dl2)": [[211, "lstchain.visualization.plot_dl2.plot_pos", false]], "plot_positions_survived_events() (in module lstchain.mc.plot_utils)": [[118, "lstchain.mc.plot_utils.plot_positions_survived_events", false]], "plot_roc_gamma() (in module lstchain.visualization.plot_dl2)": [[212, "lstchain.visualization.plot_dl2.plot_roc_gamma", false]], "plot_sensitivity() (in module lstchain.mc.plot_utils)": [[119, "lstchain.mc.plot_utils.plot_sensitivity", false]], "plot_trigger_types() (in module lstchain.datachecks.dl1_checker)": [[11, "lstchain.datachecks.dl1_checker.plot_trigger_types", false]], "plot_wobble() (in module lstchain.visualization.plot_dl2)": [[213, "lstchain.visualization.plot_dl2.plot_wobble", false]], "point_like (lstchain.tools.lstchain_create_irf_files.irffitswriter attribute)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.point_like", false]], "polar_to_cartesian() (in module lstchain.reco.utils)": [[176, "lstchain.reco.utils.polar_to_cartesian", false]], "power_law_integrated_distribution() (in module lstchain.mc.mc)": [[110, "lstchain.mc.mc.power_law_integrated_distribution", false]], "predict_source_position_in_camera() (in module lstchain.reco.utils)": [[177, "lstchain.reco.utils.predict_source_position_in_camera", false]], "prefix (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.prefix", false]], "prefix (lstchain.datachecks.containers.dl1datacheckhistogrambins attribute)": [[5, "lstchain.datachecks.containers.DL1DataCheckHistogramBins.prefix", false]], "prefix (lstchain.io.lstcontainers.dispcontainer attribute)": [[103, "lstchain.io.lstcontainers.DispContainer.prefix", false]], "prefix (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.prefix", false]], "prefix (lstchain.io.lstcontainers.dl1monitoringeventindexcontainer attribute)": [[101, "lstchain.io.lstcontainers.DL1MonitoringEventIndexContainer.prefix", false]], "prefix (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.prefix", false]], "prefix (lstchain.io.lstcontainers.extraimageinfo attribute)": [[104, "lstchain.io.lstcontainers.ExtraImageInfo.prefix", false]], "prefix (lstchain.io.lstcontainers.extramcinfo attribute)": [[105, "lstchain.io.lstcontainers.ExtraMCInfo.prefix", false]], "prefix (lstchain.io.lstcontainers.metadata attribute)": [[107, "lstchain.io.lstcontainers.MetaData.prefix", false]], "prefix (lstchain.io.lstcontainers.throwneventshistogram attribute)": [[108, "lstchain.io.lstcontainers.ThrownEventsHistogram.prefix", false]], "process_dl1_file() (in module lstchain.datachecks.dl1_checker)": [[12, "lstchain.datachecks.dl1_checker.process_dl1_file", false]], "process_mc() (in module lstchain.mc.sensitivity)": [[128, "lstchain.mc.sensitivity.process_mc", false]], "process_real() (in module lstchain.mc.sensitivity)": [[129, "lstchain.mc.sensitivity.process_real", false]], "psi (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.psi", false]], "query_continue() (in module lstchain.io.data_management)": [[57, "lstchain.io.data_management.query_continue", false]], "query_yes_no() (in module lstchain.io.data_management)": [[58, "lstchain.io.data_management.query_yes_no", false]], "r (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.r", false]], "r0_to_dl1() (in module lstchain.reco.r0_to_dl1)": [[156, "lstchain.reco.r0_to_dl1.r0_to_dl1", false]], "radec_to_camera() (in module lstchain.reco.utils)": [[178, "lstchain.reco.utils.radec_to_camera", false]], "radial_light_distribution() (in module lstchain.image.muon.muon_analysis)": [[44, "lstchain.image.muon.muon_analysis.radial_light_distribution", false]], "random_psf_smearer() (in module lstchain.image.modifier)": [[35, "lstchain.image.modifier.random_psf_smearer", false]], "rate() (in module lstchain.mc.mc)": [[111, "lstchain.mc.mc.rate", false]], "read_configuration_file() (in module lstchain.io.config)": [[51, "lstchain.io.config.read_configuration_file", false]], "read_data_dl2_to_qtable() (in module lstchain.io.io)": [[83, "lstchain.io.io.read_data_dl2_to_QTable", false]], "read_dl2_params() (in module lstchain.io.io)": [[84, "lstchain.io.io.read_dl2_params", false]], "read_mc_dl2_to_qtable() (in module lstchain.io.io)": [[85, "lstchain.io.io.read_mc_dl2_to_QTable", false]], "read_metadata() (in module lstchain.io.io)": [[86, "lstchain.io.io.read_metadata", false]], "read_sim_par() (in module lstchain.mc.sensitivity)": [[130, "lstchain.mc.sensitivity.read_sim_par", false]], "read_simtel_energy_histogram() (in module lstchain.io.io)": [[87, "lstchain.io.io.read_simtel_energy_histogram", false]], "read_simu_info_hdf5() (in module lstchain.io.io)": [[88, "lstchain.io.io.read_simu_info_hdf5", false]], "read_simu_info_merged_hdf5() (in module lstchain.io.io)": [[89, "lstchain.io.io.read_simu_info_merged_hdf5", false]], "reco_energy_bins() (lstchain.io.event_selection.databinning method)": [[60, "lstchain.io.event_selection.DataBinning.reco_energy_bins", false]], "reco_energy_max (lstchain.io.event_selection.databinning attribute)": [[60, "lstchain.io.event_selection.DataBinning.reco_energy_max", false]], "reco_energy_min (lstchain.io.event_selection.databinning attribute)": [[60, "lstchain.io.event_selection.DataBinning.reco_energy_min", false]], "reco_energy_n_bins (lstchain.io.event_selection.databinning attribute)": [[60, "lstchain.io.event_selection.DataBinning.reco_energy_n_bins", false]], "reco_source_position_sky() (in module lstchain.reco.utils)": [[179, "lstchain.reco.utils.reco_source_position_sky", false]], "recursive_copy_node() (in module lstchain.io.io)": [[90, "lstchain.io.io.recursive_copy_node", false]], "relative_time_mean (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.relative_time_mean", false]], "relative_time_stddev (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.relative_time_stddev", false]], "remove_duplicated_events() (in module lstchain.io.io)": [[91, "lstchain.io.io.remove_duplicated_events", false]], "replace_config() (in module lstchain.io.config)": [[52, "lstchain.io.config.replace_config", false]], "rescale() (lstchain.visualization.bokeh.cameradisplay method)": [[192, "lstchain.visualization.bokeh.CameraDisplay.rescale", false]], "ring_containment() (in module lstchain.mc.sensitivity)": [[131, "lstchain.mc.sensitivity.ring_containment", false]], "rotate() (in module lstchain.reco.utils)": [[180, "lstchain.reco.utils.rotate", false]], "run_list (lstchain.tools.lstchain_fit_intensity_scan.fitintensityscan attribute)": [[191, "lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan.run_list", false]], "samesign() (in module lstchain.mc.sensitivity)": [[132, "lstchain.mc.sensitivity.samesign", false]], "sampled_event_ids (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.sampled_event_ids", false]], "scale_true_energy (lstchain.io.event_selection.databinning attribute)": [[60, "lstchain.io.event_selection.DataBinning.scale_true_energy", false]], "selected_gain_channel (lstchain.io.lstcontainers.extraimageinfo attribute)": [[104, "lstchain.io.lstcontainers.ExtraImageInfo.selected_gain_channel", false]], "sensitivity_gamma_efficiency() (in module lstchain.mc.sensitivity)": [[133, "lstchain.mc.sensitivity.sensitivity_gamma_efficiency", false]], "sensitivity_gamma_efficiency_real_data() (in module lstchain.mc.sensitivity)": [[134, "lstchain.mc.sensitivity.sensitivity_gamma_efficiency_real_data", false]], "sensitivity_gamma_efficiency_real_protons() (in module lstchain.mc.sensitivity)": [[135, "lstchain.mc.sensitivity.sensitivity_gamma_efficiency_real_protons", false]], "sensitivity_minimization_plot() (in module lstchain.mc.plot_utils)": [[120, "lstchain.mc.plot_utils.sensitivity_minimization_plot", false]], "sensitivity_plot_comparison() (in module lstchain.mc.plot_utils)": [[121, "lstchain.mc.plot_utils.sensitivity_plot_comparison", false]], "set_concentration() (lstchain.io.lstcontainers.dl1parameterscontainer method)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.set_concentration", false]], "set_disp() (lstchain.io.lstcontainers.dl1parameterscontainer method)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.set_disp", false]], "set_geom_and_image() (lstchain.visualization.bokeh.cameradisplay method)": [[192, "lstchain.visualization.bokeh.CameraDisplay.set_geom_and_image", false]], "set_leakage() (lstchain.io.lstcontainers.dl1parameterscontainer method)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.set_leakage", false]], "set_n_islands() (lstchain.io.lstcontainers.dl1parameterscontainer method)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.set_n_islands", false]], "set_numba_seed() (in module lstchain.image.modifier)": [[36, "lstchain.image.modifier.set_numba_seed", false]], "set_source_camera_position() (lstchain.io.lstcontainers.dl1parameterscontainer method)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.set_source_camera_position", false]], "set_telescope_info() (lstchain.io.lstcontainers.dl1parameterscontainer method)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.set_telescope_info", false]], "set_timing_features() (lstchain.io.lstcontainers.dl1parameterscontainer method)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.set_timing_features", false]], "setup() (lstchain.tools.lstchain_create_calibration_file.calibrationhdf5writer method)": [[187, "lstchain.tools.lstchain_create_calibration_file.CalibrationHDF5Writer.setup", false]], "setup() (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter method)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.setup", false]], "setup() (lstchain.tools.lstchain_create_dl3_index_files.fitsindexwriter method)": [[189, "lstchain.tools.lstchain_create_dl3_index_files.FITSIndexWriter.setup", false]], "setup() (lstchain.tools.lstchain_create_irf_files.irffitswriter method)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.setup", false]], "setup() (lstchain.tools.lstchain_fit_intensity_scan.fitintensityscan method)": [[191, "lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan.setup", false]], "setup_logging() (in module lstchain.high_level.significance_calculation)": [[30, "lstchain.high_level.significance_calculation.setup_logging", false]], "show_camera() (in module lstchain.visualization.bokeh)": [[197, "lstchain.visualization.bokeh.show_camera", false]], "sign (lstchain.io.lstcontainers.dispcontainer attribute)": [[103, "lstchain.io.lstcontainers.DispContainer.sign", false]], "signal_range (lstchain.tools.lstchain_fit_intensity_scan.fitintensityscan attribute)": [[191, "lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan.signal_range", false]], "sin_az_tel (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.sin_az_tel", false]], "skewness (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.skewness", false]], "sky_to_camera() (in module lstchain.reco.utils)": [[181, "lstchain.reco.utils.sky_to_camera", false]], "source_dec (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter attribute)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.source_dec", false]], "source_dep (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter attribute)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.source_dep", false]], "source_dep (lstchain.tools.lstchain_create_irf_files.irffitswriter attribute)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.source_dep", false]], "source_dx_dy() (in module lstchain.reco.utils)": [[182, "lstchain.reco.utils.source_dx_dy", false]], "source_name (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter attribute)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.source_name", false]], "source_offset_bins() (lstchain.io.event_selection.databinning method)": [[60, "lstchain.io.event_selection.DataBinning.source_offset_bins", false]], "source_offset_max (lstchain.io.event_selection.databinning attribute)": [[60, "lstchain.io.event_selection.DataBinning.source_offset_max", false]], "source_offset_min (lstchain.io.event_selection.databinning attribute)": [[60, "lstchain.io.event_selection.DataBinning.source_offset_min", false]], "source_offset_n_edges (lstchain.io.event_selection.databinning attribute)": [[60, "lstchain.io.event_selection.DataBinning.source_offset_n_edges", false]], "source_ra (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter attribute)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.source_ra", false]], "source_side() (in module lstchain.reco.utils)": [[183, "lstchain.reco.utils.source_side", false]], "squared_excess_noise_factor (lstchain.tools.lstchain_fit_intensity_scan.fitintensityscan attribute)": [[191, "lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan.squared_excess_noise_factor", false]], "src_x (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.src_x", false]], "src_y (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.src_y", false]], "stack_tables_h5files() (in module lstchain.io.io)": [[92, "lstchain.io.io.stack_tables_h5files", false]], "start() (lstchain.tools.lstchain_create_calibration_file.calibrationhdf5writer method)": [[187, "lstchain.tools.lstchain_create_calibration_file.CalibrationHDF5Writer.start", false]], "start() (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter method)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.start", false]], "start() (lstchain.tools.lstchain_create_dl3_index_files.fitsindexwriter method)": [[189, "lstchain.tools.lstchain_create_dl3_index_files.FITSIndexWriter.start", false]], "start() (lstchain.tools.lstchain_create_irf_files.irffitswriter method)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.start", false]], "start() (lstchain.tools.lstchain_fit_intensity_scan.fitintensityscan method)": [[191, "lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan.start", false]], "sub_run (lstchain.tools.lstchain_fit_intensity_scan.fitintensityscan attribute)": [[191, "lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan.sub_run", false]], "subrun_index (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.subrun_index", false]], "tag_pix_thr() (in module lstchain.image.muon.muon_analysis)": [[45, "lstchain.image.muon.muon_analysis.tag_pix_thr", false]], "tel_dec (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.tel_dec", false]], "tel_id (lstchain.io.lstcontainers.dl1monitoringeventindexcontainer attribute)": [[101, "lstchain.io.lstcontainers.DL1MonitoringEventIndexContainer.tel_id", false]], "tel_id (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.tel_id", false]], "tel_id (lstchain.io.lstcontainers.extraimageinfo attribute)": [[104, "lstchain.io.lstcontainers.ExtraImageInfo.tel_id", false]], "tel_pos_x (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.tel_pos_x", false]], "tel_pos_y (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.tel_pos_y", false]], "tel_pos_z (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.tel_pos_z", false]], "tel_ra (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.tel_ra", false]], "theta_containment (lstchain.io.event_selection.dl3cuts attribute)": [[59, "lstchain.io.event_selection.DL3Cuts.theta_containment", false]], "throwneventshistogram (class in lstchain.io.lstcontainers)": [[108, "lstchain.io.lstcontainers.ThrownEventsHistogram", false]], "tib_time (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.tib_time", false]], "tib_time (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.tib_time", false]], "time_gradient (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.time_gradient", false]], "time_mean (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.time_mean", false]], "time_mean_above_030_pe (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.time_mean_above_030_pe", false]], "time_stddev (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.time_stddev", false]], "time_stddev_above_030_pe (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.time_stddev_above_030_pe", false]], "train_disp_norm() (in module lstchain.reco.dl1_to_dl2)": [[146, "lstchain.reco.dl1_to_dl2.train_disp_norm", false]], "train_disp_sign() (in module lstchain.reco.dl1_to_dl2)": [[147, "lstchain.reco.dl1_to_dl2.train_disp_sign", false]], "train_disp_vector() (in module lstchain.reco.dl1_to_dl2)": [[148, "lstchain.reco.dl1_to_dl2.train_disp_vector", false]], "train_energy() (in module lstchain.reco.dl1_to_dl2)": [[149, "lstchain.reco.dl1_to_dl2.train_energy", false]], "train_reco() (in module lstchain.reco.dl1_to_dl2)": [[150, "lstchain.reco.dl1_to_dl2.train_reco", false]], "train_sep() (in module lstchain.reco.dl1_to_dl2)": [[151, "lstchain.reco.dl1_to_dl2.train_sep", false]], "trigger_time (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.trigger_time", false]], "trigger_type (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.trigger_type", false]], "trigger_type (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.trigger_type", false]], "true_energy_bins() (lstchain.io.event_selection.databinning method)": [[60, "lstchain.io.event_selection.DataBinning.true_energy_bins", false]], "true_energy_max (lstchain.io.event_selection.databinning attribute)": [[60, "lstchain.io.event_selection.DataBinning.true_energy_max", false]], "true_energy_min (lstchain.io.event_selection.databinning attribute)": [[60, "lstchain.io.event_selection.DataBinning.true_energy_min", false]], "true_energy_n_bins (lstchain.io.event_selection.databinning attribute)": [[60, "lstchain.io.event_selection.DataBinning.true_energy_n_bins", false]], "tune_nsb_on_waveform() (in module lstchain.image.modifier)": [[37, "lstchain.image.modifier.tune_nsb_on_waveform", false]], "ucts_jump (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.ucts_jump", false]], "ucts_time (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.ucts_time", false]], "ucts_time (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.ucts_time", false]], "ucts_trigger_type (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.ucts_trigger_type", false]], "ucts_trigger_type (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.ucts_trigger_type", false]], "update() (lstchain.visualization.bokeh.cameradisplay method)": [[192, "lstchain.visualization.bokeh.CameraDisplay.update", false]], "update_disp_with_effective_focal_length() (in module lstchain.reco.dl1_to_dl2)": [[152, "lstchain.reco.dl1_to_dl2.update_disp_with_effective_focal_length", false]], "update_fill_cuts() (lstchain.io.event_selection.dl3cuts method)": [[59, "lstchain.io.event_selection.DL3Cuts.update_fill_cuts", false]], "update_parameters() (in module lstchain.image.muon.muon_analysis)": [[46, "lstchain.image.muon.muon_analysis.update_parameters", false]], "use_nearest_irf_node (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter attribute)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.use_nearest_irf_node", false]], "weight() (in module lstchain.mc.mc)": [[112, "lstchain.mc.mc.weight", false]], "width (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.width", false]], "width_uncertainty (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.width_uncertainty", false]], "wl (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.wl", false]], "write_calibration_data() (in module lstchain.io.io)": [[93, "lstchain.io.io.write_calibration_data", false]], "write_dataframe() (in module lstchain.io.io)": [[94, "lstchain.io.io.write_dataframe", false]], "write_dl2_dataframe() (in module lstchain.io.io)": [[95, "lstchain.io.io.write_dl2_dataframe", false]], "write_error_page() (in module lstchain.datachecks.dl1_checker)": [[13, "lstchain.datachecks.dl1_checker.write_error_page", false]], "write_mcheader() (in module lstchain.io.io)": [[96, "lstchain.io.io.write_mcheader", false]], "write_metadata() (in module lstchain.io.io)": [[97, "lstchain.io.io.write_metadata", false]], "write_simtel_energy_histogram() (in module lstchain.io.io)": [[98, "lstchain.io.io.write_simtel_energy_histogram", false]], "write_subarray_tables() (in module lstchain.io.io)": [[99, "lstchain.io.io.write_subarray_tables", false]], "x (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.x", false]], "y (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.y", false]], "zero_suppression_tailcut_dilation() (in module lstchain.reco.volume_reducer)": [[186, "lstchain.reco.volume_reducer.zero_suppression_tailcut_dilation", false]]}, "objects": {"lstchain": [[219, 0, 0, "-", "calib"], [220, 0, 0, "-", "ctapipe_compat"], [223, 0, 0, "-", "image"]], "lstchain.calib": [[219, 0, 0, "-", "camera"], [1, 1, 1, "", "load_calibrator_from_config"], [2, 1, 1, "", "load_gain_selector_from_config"], [3, 1, 1, "", "load_image_extractor_from_config"]], "lstchain.calib.camera": [[0, 1, 1, "", "load_calibrator_from_config"]], "lstchain.datachecks": [[221, 0, 0, "-", "containers"], [221, 0, 0, "-", "dl1_checker"]], "lstchain.datachecks.containers": [[4, 2, 1, "", "DL1DataCheckContainer"], [5, 2, 1, "", "DL1DataCheckHistogramBins"], [6, 1, 1, "", "count_trig_types"]], "lstchain.datachecks.containers.DL1DataCheckContainer": [[4, 3, 1, "", "charge_mean"], [4, 3, 1, "", "charge_stddev"], [4, 3, 1, "", "cog_within_pixel"], [4, 3, 1, "", "cog_within_pixel_intensity_gt_200"], [4, 3, 1, "", "default_prefix"], [4, 3, 1, "", "dragon_time"], [4, 3, 1, "", "elapsed_time"], [4, 3, 1, "", "fields"], [4, 4, 1, "", "fill_event_wise_info"], [4, 4, 1, "", "fill_pixel_wise_info"], [4, 3, 1, "", "hist_delta_t"], [4, 3, 1, "", "hist_dist0"], [4, 3, 1, "", "hist_dist0_intensity_gt_200"], [4, 3, 1, "", "hist_intensity"], [4, 3, 1, "", "hist_intercept"], [4, 3, 1, "", "hist_length"], [4, 3, 1, "", "hist_nislands"], [4, 3, 1, "", "hist_npixels"], [4, 3, 1, "", "hist_pixelchargespectrum"], [4, 3, 1, "", "hist_psi"], [4, 3, 1, "", "hist_skewness"], [4, 3, 1, "", "hist_tgrad_vs_length"], [4, 3, 1, "", "hist_tgrad_vs_length_intensity_gt_200"], [4, 3, 1, "", "hist_width"], [4, 3, 1, "", "mean_alt_tel"], [4, 3, 1, "", "mean_az_tel"], [4, 3, 1, "", "meta"], [4, 3, 1, "", "num_cleaned_events"], [4, 3, 1, "", "num_events"], [4, 3, 1, "", "num_nearby_stars"], [4, 3, 1, "", "num_pulses_above_0010_pe"], [4, 3, 1, "", "num_pulses_above_0030_pe"], [4, 3, 1, "", "num_pulses_above_0100_pe"], [4, 3, 1, "", "num_pulses_above_0300_pe"], [4, 3, 1, "", "num_pulses_above_1000_pe"], [4, 3, 1, "", "num_ucts_jumps"], [4, 3, 1, "", "prefix"], [4, 3, 1, "", "relative_time_mean"], [4, 3, 1, "", "relative_time_stddev"], [4, 3, 1, "", "sampled_event_ids"], [4, 3, 1, "", "subrun_index"], [4, 3, 1, "", "tel_dec"], [4, 3, 1, "", "tel_ra"], [4, 3, 1, "", "tib_time"], [4, 3, 1, "", "time_mean"], [4, 3, 1, "", "time_mean_above_030_pe"], [4, 3, 1, "", "time_stddev"], [4, 3, 1, "", "time_stddev_above_030_pe"], [4, 3, 1, "", "trigger_type"], [4, 3, 1, "", "ucts_time"], [4, 3, 1, "", "ucts_trigger_type"]], "lstchain.datachecks.containers.DL1DataCheckHistogramBins": [[5, 3, 1, "", "default_prefix"], [5, 3, 1, "", "fields"], [5, 3, 1, "", "hist_delta_t"], [5, 3, 1, "", "hist_dist0"], [5, 3, 1, "", "hist_dist0_intensity_gt_200"], [5, 3, 1, "", "hist_intensity"], [5, 3, 1, "", "hist_intercept"], [5, 3, 1, "", "hist_length"], [5, 3, 1, "", "hist_nislands"], [5, 3, 1, "", "hist_npixels"], [5, 3, 1, "", "hist_pixelchargespectrum"], [5, 3, 1, "", "hist_psi"], [5, 3, 1, "", "hist_psi_intensity_gt_200"], [5, 3, 1, "", "hist_skewness"], [5, 3, 1, "", "hist_tgrad_vs_length"], [5, 3, 1, "", "hist_tgrad_vs_length_intensity_gt_200"], [5, 3, 1, "", "hist_width"], [5, 3, 1, "", "meta"], [5, 3, 1, "", "prefix"]], "lstchain.datachecks.dl1_checker": [[7, 1, 1, "", "check_dl1"], [8, 1, 1, "", "merge_dl1datacheck_files"], [9, 1, 1, "", "plot_datacheck"], [10, 1, 1, "", "plot_mean_and_stddev"], [11, 1, 1, "", "plot_trigger_types"], [12, 1, 1, "", "process_dl1_file"], [13, 1, 1, "", "write_error_page"]], "lstchain.high_level": [[222, 0, 0, "-", "hdu_table"], [222, 0, 0, "-", "interpolate"], [222, 0, 0, "-", "significance_calculation"]], "lstchain.high_level.hdu_table": [[14, 1, 1, "", "add_icrs_position_params"], [15, 1, 1, "", "create_event_list"], [16, 1, 1, "", "create_hdu_index_hdu"], [17, 1, 1, "", "create_obs_index_hdu"], [18, 1, 1, "", "fill_reco_altaz_w_expected_pos"], [19, 1, 1, "", "get_pointing_params"], [20, 1, 1, "", "get_timing_params"]], "lstchain.high_level.interpolate": [[21, 1, 1, "", "check_in_delaunay_triangle"], [22, 1, 1, "", "compare_irfs"], [23, 1, 1, "", "get_nearest_az_node"], [24, 1, 1, "", "interp_params"], [25, 1, 1, "", "interpolate_cuts"], [26, 1, 1, "", "interpolate_irf"], [27, 1, 1, "", "load_irf_grid"]], "lstchain.high_level.significance_calculation": [[28, 1, 1, "", "analyze_on_off"], [29, 1, 1, "", "analyze_wobble"], [30, 1, 1, "", "setup_logging"]], "lstchain.image": [[223, 0, 0, "-", "cleaning"], [223, 0, 0, "-", "modifier"]], "lstchain.image.cleaning": [[31, 1, 1, "", "apply_dynamic_cleaning"]], "lstchain.image.modifier": [[32, 1, 1, "", "add_noise_in_pixels"], [33, 1, 1, "", "calculate_noise_parameters"], [34, 1, 1, "", "calculate_required_additional_nsb"], [35, 1, 1, "", "random_psf_smearer"], [36, 1, 1, "", "set_numba_seed"], [37, 1, 1, "", "tune_nsb_on_waveform"]], "lstchain.image.muon": [[223, 0, 0, "-", "muon_analysis"], [223, 0, 0, "-", "plot_muon"]], "lstchain.image.muon.muon_analysis": [[38, 1, 1, "", "analyze_muon_event"], [39, 1, 1, "", "create_muon_table"], [40, 1, 1, "", "fill_muon_event"], [41, 1, 1, "", "fit_muon"], [42, 1, 1, "", "muon_filter"], [43, 1, 1, "", "pixel_coords_to_telescope"], [44, 1, 1, "", "radial_light_distribution"], [45, 1, 1, "", "tag_pix_thr"], [46, 1, 1, "", "update_parameters"]], "lstchain.image.muon.plot_muon": [[47, 1, 1, "", "plot_muon_event"]], "lstchain.io": [[225, 0, 0, "-", "config"], [225, 0, 0, "-", "data_management"], [225, 0, 0, "-", "event_selection"], [225, 0, 0, "-", "io"], [225, 0, 0, "-", "lstcontainers"]], "lstchain.io.config": [[48, 1, 1, "", "get_cleaning_parameters"], [49, 1, 1, "", "get_srcdep_config"], [50, 1, 1, "", "get_standard_config"], [51, 1, 1, "", "read_configuration_file"], [52, 1, 1, "", "replace_config"]], "lstchain.io.data_management": [[53, 1, 1, "", "check_and_make_dir"], [54, 1, 1, "", "check_data_path"], [55, 1, 1, "", "check_job_logs"], [56, 1, 1, "", "get_input_filelist"], [57, 1, 1, "", "query_continue"], [58, 1, 1, "", "query_yes_no"]], "lstchain.io.event_selection": [[59, 2, 1, "", "DL3Cuts"], [60, 2, 1, "", "DataBinning"], [61, 2, 1, "", "EventSelector"]], "lstchain.io.event_selection.DL3Cuts": [[59, 3, 1, "", "allowed_tels"], [59, 4, 1, "", "allowed_tels_filter"], [59, 3, 1, "", "alpha_containment"], [59, 4, 1, "", "apply_energy_dependent_alpha_cuts"], [59, 4, 1, "", "apply_energy_dependent_gh_cuts"], [59, 4, 1, "", "apply_energy_dependent_theta_cuts"], [59, 4, 1, "", "apply_global_alpha_cut"], [59, 4, 1, "", "apply_global_gh_cut"], [59, 4, 1, "", "apply_global_theta_cut"], [59, 4, 1, "", "energy_dependent_alpha_cuts"], [59, 4, 1, "", "energy_dependent_gh_cuts"], [59, 4, 1, "", "energy_dependent_theta_cuts"], [59, 3, 1, "", "fill_alpha_cut"], [59, 3, 1, "", "fill_theta_cut"], [59, 3, 1, "", "gh_efficiency"], [59, 3, 1, "", "global_alpha_cut"], [59, 3, 1, "", "global_gh_cut"], [59, 3, 1, "", "global_theta_cut"], [59, 3, 1, "", "max_alpha_cut"], [59, 3, 1, "", "max_gh_cut"], [59, 3, 1, "", "max_theta_cut"], [59, 3, 1, "", "min_alpha_cut"], [59, 3, 1, "", "min_event_p_en_bin"], [59, 3, 1, "", "min_gh_cut"], [59, 3, 1, "", "min_theta_cut"], [59, 3, 1, "", "theta_containment"], [59, 4, 1, "", "update_fill_cuts"]], "lstchain.io.event_selection.DataBinning": [[60, 4, 1, "", "bkg_fov_offset_bins"], [60, 3, 1, "", "bkg_fov_offset_max"], [60, 3, 1, "", "bkg_fov_offset_min"], [60, 3, 1, "", "bkg_fov_offset_n_edges"], [60, 4, 1, "", "energy_migration_bins"], [60, 3, 1, "", "energy_migration_max"], [60, 3, 1, "", "energy_migration_min"], [60, 3, 1, "", "energy_migration_n_bins"], [60, 4, 1, "", "fov_offset_bins"], [60, 3, 1, "", "fov_offset_max"], [60, 3, 1, "", "fov_offset_min"], [60, 3, 1, "", "fov_offset_n_edges"], [60, 4, 1, "", "reco_energy_bins"], [60, 3, 1, "", "reco_energy_max"], [60, 3, 1, "", "reco_energy_min"], [60, 3, 1, "", "reco_energy_n_bins"], [60, 3, 1, "", "scale_true_energy"], [60, 4, 1, "", "source_offset_bins"], [60, 3, 1, "", "source_offset_max"], [60, 3, 1, "", "source_offset_min"], [60, 3, 1, "", "source_offset_n_edges"], [60, 4, 1, "", "true_energy_bins"], [60, 3, 1, "", "true_energy_max"], [60, 3, 1, "", "true_energy_min"], [60, 3, 1, "", "true_energy_n_bins"]], "lstchain.io.event_selection.EventSelector": [[61, 4, 1, "", "filter_cut"], [61, 3, 1, "", "filters"], [61, 3, 1, "", "finite_params"]], "lstchain.io.io": [[62, 1, 1, "", "add_column_table"], [63, 1, 1, "", "add_config_metadata"], [64, 1, 1, "", "add_global_metadata"], [65, 1, 1, "", "add_source_filenames"], [66, 1, 1, "", "auto_merge_h5files"], [67, 1, 1, "", "check_mc_type"], [68, 1, 1, "", "check_mcheader"], [69, 1, 1, "", "check_metadata"], [70, 1, 1, "", "check_thrown_events_histogram"], [71, 1, 1, "", "copy_h5_nodes"], [72, 1, 1, "", "extract_observation_time"], [73, 1, 1, "", "extract_simulation_nsb"], [74, 1, 1, "", "get_dataset_keys"], [75, 1, 1, "", "get_mc_fov_offset"], [76, 1, 1, "", "get_resource_path"], [77, 1, 1, "", "get_srcdep_assumed_positions"], [78, 1, 1, "", "get_srcdep_params"], [79, 1, 1, "", "get_stacked_table"], [80, 1, 1, "", "global_metadata"], [81, 1, 1, "", "merge_dl2_runs"], [82, 1, 1, "", "merging_check"], [83, 1, 1, "", "read_data_dl2_to_QTable"], [84, 1, 1, "", "read_dl2_params"], [85, 1, 1, "", "read_mc_dl2_to_QTable"], [86, 1, 1, "", "read_metadata"], [87, 1, 1, "", "read_simtel_energy_histogram"], [88, 1, 1, "", "read_simu_info_hdf5"], [89, 1, 1, "", "read_simu_info_merged_hdf5"], [90, 1, 1, "", "recursive_copy_node"], [91, 1, 1, "", "remove_duplicated_events"], [92, 1, 1, "", "stack_tables_h5files"], [93, 1, 1, "", "write_calibration_data"], [94, 1, 1, "", "write_dataframe"], [95, 1, 1, "", "write_dl2_dataframe"], [96, 1, 1, "", "write_mcheader"], [97, 1, 1, "", "write_metadata"], [98, 1, 1, "", "write_simtel_energy_histogram"], [99, 1, 1, "", "write_subarray_tables"]], "lstchain.io.lstcontainers": [[100, 2, 1, "", "DL1LikelihoodParametersContainer"], [101, 2, 1, "", "DL1MonitoringEventIndexContainer"], [102, 2, 1, "", "DL1ParametersContainer"], [103, 2, 1, "", "DispContainer"], [104, 2, 1, "", "ExtraImageInfo"], [105, 2, 1, "", "ExtraMCInfo"], [106, 2, 1, "", "LSTEventType"], [107, 2, 1, "", "MetaData"], [108, 2, 1, "", "ThrownEventsHistogram"]], "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer": [[100, 3, 1, "", "default_prefix"], [100, 3, 1, "", "fields"], [100, 3, 1, "", "lhfit_TS"], [100, 3, 1, "", "lhfit_area"], [100, 3, 1, "", "lhfit_call_status"], [100, 3, 1, "", "lhfit_intensity"], [100, 3, 1, "", "lhfit_intensity_uncertainty"], [100, 3, 1, "", "lhfit_length"], [100, 3, 1, "", "lhfit_length_asymmetry"], [100, 3, 1, "", "lhfit_length_asymmetry_uncertainty"], [100, 3, 1, "", "lhfit_length_uncertainty"], [100, 3, 1, "", "lhfit_log_intensity"], [100, 3, 1, "", "lhfit_phi"], [100, 3, 1, "", "lhfit_psi"], [100, 3, 1, "", "lhfit_psi_uncertainty"], [100, 3, 1, "", "lhfit_r"], [100, 3, 1, "", "lhfit_ref_time"], [100, 3, 1, "", "lhfit_ref_time_uncertainty"], [100, 3, 1, "", "lhfit_t_68"], [100, 3, 1, "", "lhfit_time_gradient"], [100, 3, 1, "", "lhfit_time_gradient_uncertainty"], [100, 3, 1, "", "lhfit_width"], [100, 3, 1, "", "lhfit_wl"], [100, 3, 1, "", "lhfit_wl_uncertainty"], [100, 3, 1, "", "lhfit_x"], [100, 3, 1, "", "lhfit_x_uncertainty"], [100, 3, 1, "", "lhfit_y"], [100, 3, 1, "", "lhfit_y_uncertainty"], [100, 3, 1, "", "meta"], [100, 3, 1, "", "prefix"]], "lstchain.io.lstcontainers.DL1MonitoringEventIndexContainer": [[101, 3, 1, "", "calibration_id"], [101, 3, 1, "", "default_prefix"], [101, 3, 1, "", "fields"], [101, 3, 1, "", "flatfield_id"], [101, 3, 1, "", "meta"], [101, 3, 1, "", "pedestal_id"], [101, 3, 1, "", "prefix"], [101, 3, 1, "", "tel_id"]], "lstchain.io.lstcontainers.DL1ParametersContainer": [[102, 3, 1, "", "alt_tel"], [102, 3, 1, "", "az_tel"], [102, 3, 1, "", "calibration_id"], [102, 3, 1, "", "concentration_cog"], [102, 3, 1, "", "concentration_core"], [102, 3, 1, "", "concentration_pixel"], [102, 3, 1, "", "default_prefix"], [102, 3, 1, "", "disp_angle"], [102, 3, 1, "", "disp_dx"], [102, 3, 1, "", "disp_dy"], [102, 3, 1, "", "disp_miss"], [102, 3, 1, "", "disp_norm"], [102, 3, 1, "", "disp_sign"], [102, 3, 1, "", "dragon_time"], [102, 3, 1, "", "event_id"], [102, 3, 1, "", "event_type"], [102, 3, 1, "", "fields"], [102, 4, 1, "", "fill_event_info"], [102, 4, 1, "", "fill_hillas"], [102, 4, 1, "", "fill_mc"], [102, 4, 1, "", "get_features"], [102, 3, 1, "", "hadroness"], [102, 3, 1, "", "intensity"], [102, 3, 1, "", "intercept"], [102, 3, 1, "", "kurtosis"], [102, 3, 1, "", "leakage_intensity_width_1"], [102, 3, 1, "", "leakage_intensity_width_2"], [102, 3, 1, "", "leakage_pixels_width_1"], [102, 3, 1, "", "leakage_pixels_width_2"], [102, 3, 1, "", "length"], [102, 3, 1, "", "length_uncertainty"], [102, 3, 1, "", "log_intensity"], [102, 3, 1, "", "log_mc_energy"], [102, 3, 1, "", "mc_alt"], [102, 3, 1, "", "mc_alt_tel"], [102, 3, 1, "", "mc_az"], [102, 3, 1, "", "mc_az_tel"], [102, 3, 1, "", "mc_core_distance"], [102, 3, 1, "", "mc_core_x"], [102, 3, 1, "", "mc_core_y"], [102, 3, 1, "", "mc_energy"], [102, 3, 1, "", "mc_h_first_int"], [102, 3, 1, "", "mc_type"], [102, 3, 1, "", "mc_x_max"], [102, 3, 1, "", "meta"], [102, 3, 1, "", "n_islands"], [102, 3, 1, "", "n_pixels"], [102, 3, 1, "", "obs_id"], [102, 3, 1, "", "phi"], [102, 3, 1, "", "prefix"], [102, 3, 1, "", "psi"], [102, 3, 1, "", "r"], [102, 4, 1, "", "set_concentration"], [102, 4, 1, "", "set_disp"], [102, 4, 1, "", "set_leakage"], [102, 4, 1, "", "set_n_islands"], [102, 4, 1, "", "set_source_camera_position"], [102, 4, 1, "", "set_telescope_info"], [102, 4, 1, "", "set_timing_features"], [102, 3, 1, "", "sin_az_tel"], [102, 3, 1, "", "skewness"], [102, 3, 1, "", "src_x"], [102, 3, 1, "", "src_y"], [102, 3, 1, "", "tel_id"], [102, 3, 1, "", "tel_pos_x"], [102, 3, 1, "", "tel_pos_y"], [102, 3, 1, "", "tel_pos_z"], [102, 3, 1, "", "tib_time"], [102, 3, 1, "", "time_gradient"], [102, 3, 1, "", "trigger_time"], [102, 3, 1, "", "trigger_type"], [102, 3, 1, "", "ucts_jump"], [102, 3, 1, "", "ucts_time"], [102, 3, 1, "", "ucts_trigger_type"], [102, 3, 1, "", "width"], [102, 3, 1, "", "width_uncertainty"], [102, 3, 1, "", "wl"], [102, 3, 1, "", "x"], [102, 3, 1, "", "y"]], "lstchain.io.lstcontainers.DispContainer": [[103, 3, 1, "", "angle"], [103, 3, 1, "", "default_prefix"], [103, 3, 1, "", "dx"], [103, 3, 1, "", "dy"], [103, 3, 1, "", "fields"], [103, 3, 1, "", "meta"], [103, 3, 1, "", "miss"], [103, 3, 1, "", "norm"], [103, 3, 1, "", "prefix"], [103, 3, 1, "", "sign"]], "lstchain.io.lstcontainers.ExtraImageInfo": [[104, 3, 1, "", "default_prefix"], [104, 3, 1, "", "fields"], [104, 3, 1, "", "meta"], [104, 3, 1, "", "prefix"], [104, 3, 1, "", "selected_gain_channel"], [104, 3, 1, "", "tel_id"]], "lstchain.io.lstcontainers.ExtraMCInfo": [[105, 3, 1, "", "default_prefix"], [105, 3, 1, "", "fields"], [105, 3, 1, "", "meta"], [105, 3, 1, "", "obs_id"], [105, 3, 1, "", "prefix"]], "lstchain.io.lstcontainers.LSTEventType": [[106, 4, 1, "", "is_busy"], [106, 4, 1, "", "is_calibration"], [106, 4, 1, "", "is_mono"], [106, 4, 1, "", "is_pedestal"], [106, 4, 1, "", "is_single_pe"], [106, 4, 1, "", "is_slow_control"], [106, 4, 1, "", "is_soft_trig"], [106, 4, 1, "", "is_stereo"], [106, 4, 1, "", "is_unknown"]], "lstchain.io.lstcontainers.MetaData": [[107, 3, 1, "", "CONTACT"], [107, 3, 1, "", "CTAPIPE_IO_LST_VERSION"], [107, 3, 1, "", "CTAPIPE_VERSION"], [107, 3, 1, "", "LSTCHAIN_VERSION"], [107, 3, 1, "", "default_prefix"], [107, 3, 1, "", "fields"], [107, 3, 1, "", "meta"], [107, 3, 1, "", "prefix"]], "lstchain.io.lstcontainers.ThrownEventsHistogram": [[108, 3, 1, "", "bins_core_dist"], [108, 3, 1, "", "bins_energy"], [108, 3, 1, "", "default_prefix"], [108, 3, 1, "", "fields"], [108, 4, 1, "", "fill_from_simtel"], [108, 3, 1, "", "hist_id"], [108, 3, 1, "", "histogram"], [108, 3, 1, "", "meta"], [108, 3, 1, "", "num_entries"], [108, 3, 1, "", "obs_id"], [108, 3, 1, "", "prefix"]], "lstchain.mc": [[226, 0, 0, "-", "mc"], [226, 0, 0, "-", "plot_utils"], [226, 0, 0, "-", "sensitivity"]], "lstchain.mc.mc": [[109, 1, 1, "", "int_diff_sp"], [110, 1, 1, "", "power_law_integrated_distribution"], [111, 1, 1, "", "rate"], [112, 1, 1, "", "weight"]], "lstchain.mc.plot_utils": [[113, 1, 1, "", "fill_bin_content"], [114, 1, 1, "", "format_axes_array"], [115, 1, 1, "", "format_axes_ebin"], [116, 1, 1, "", "format_axes_sensitivity"], [117, 1, 1, "", "plot_Crab_SED"], [118, 1, 1, "", "plot_positions_survived_events"], [119, 1, 1, "", "plot_sensitivity"], [120, 1, 1, "", "sensitivity_minimization_plot"], [121, 1, 1, "", "sensitivity_plot_comparison"]], "lstchain.mc.sensitivity": [[122, 1, 1, "", "bin_definition"], [123, 1, 1, "", "calculate_sensitivity"], [124, 1, 1, "", "calculate_sensitivity_lima"], [125, 1, 1, "", "diff_events_after_cut"], [126, 1, 1, "", "find_cut"], [127, 1, 1, "", "get_weights"], [128, 1, 1, "", "process_mc"], [129, 1, 1, "", "process_real"], [130, 1, 1, "", "read_sim_par"], [131, 1, 1, "", "ring_containment"], [132, 1, 1, "", "samesign"], [133, 1, 1, "", "sensitivity_gamma_efficiency"], [134, 1, 1, "", "sensitivity_gamma_efficiency_real_data"], [135, 1, 1, "", "sensitivity_gamma_efficiency_real_protons"]], "lstchain.reco": [[227, 0, 0, "-", "disp"], [227, 0, 0, "-", "dl1_to_dl2"], [227, 0, 0, "-", "r0_to_dl1"], [227, 0, 0, "-", "utils"], [227, 0, 0, "-", "volume_reducer"]], "lstchain.reco.disp": [[136, 1, 1, "", "disp"], [137, 1, 1, "", "disp_parameters"], [138, 1, 1, "", "disp_parameters_event"], [139, 1, 1, "", "disp_to_pos"], [140, 1, 1, "", "disp_vector"], [141, 1, 1, "", "miss"]], "lstchain.reco.dl1_to_dl2": [[142, 1, 1, "", "apply_models"], [143, 1, 1, "", "build_models"], [144, 1, 1, "", "get_expected_source_pos"], [145, 1, 1, "", "get_source_dependent_parameters"], [146, 1, 1, "", "train_disp_norm"], [147, 1, 1, "", "train_disp_sign"], [148, 1, 1, "", "train_disp_vector"], [149, 1, 1, "", "train_energy"], [150, 1, 1, "", "train_reco"], [151, 1, 1, "", "train_sep"], [152, 1, 1, "", "update_disp_with_effective_focal_length"]], "lstchain.reco.r0_to_dl1": [[153, 1, 1, "", "add_disp_to_parameters_table"], [154, 1, 1, "", "apply_lh_fit"], [155, 1, 1, "", "get_dl1"], [156, 1, 1, "", "r0_to_dl1"]], "lstchain.reco.utils": [[157, 1, 1, "", "add_delta_t_key"], [158, 1, 1, "", "alt_to_theta"], [159, 1, 1, "", "apply_src_r_cut"], [160, 1, 1, "", "az_to_phi"], [161, 1, 1, "", "camera_to_altaz"], [162, 1, 1, "", "cartesian_to_polar"], [163, 1, 1, "", "clip_alt"], [164, 1, 1, "", "compute_alpha"], [165, 1, 1, "", "compute_rf_event_weights"], [166, 1, 1, "", "compute_theta2"], [167, 1, 1, "", "expand_tel_list"], [168, 1, 1, "", "extract_source_position"], [169, 1, 1, "", "filter_events"], [170, 1, 1, "", "get_effective_time"], [171, 1, 1, "", "get_event_pos_in_camera"], [172, 1, 1, "", "get_events_in_GTI"], [173, 1, 1, "", "get_geomagnetic_delta"], [174, 1, 1, "", "impute_pointing"], [175, 1, 1, "", "linear_imputer"], [176, 1, 1, "", "polar_to_cartesian"], [177, 1, 1, "", "predict_source_position_in_camera"], [178, 1, 1, "", "radec_to_camera"], [179, 1, 1, "", "reco_source_position_sky"], [180, 1, 1, "", "rotate"], [181, 1, 1, "", "sky_to_camera"], [182, 1, 1, "", "source_dx_dy"], [183, 1, 1, "", "source_side"]], "lstchain.reco.volume_reducer": [[184, 1, 1, "", "apply_volume_reduction"], [185, 1, 1, "", "get_volume_reduction_method"], [186, 1, 1, "", "zero_suppression_tailcut_dilation"]], "lstchain.scripts": [[228, 0, 0, "-", "lstchain_check_dl1"], [228, 0, 0, "-", "lstchain_create_run_summary"], [228, 0, 0, "-", "lstchain_data_create_time_calibration_file"], [228, 0, 0, "-", "lstchain_data_r0_to_dl1"], [228, 0, 0, "-", "lstchain_dl1_muon_analysis"], [228, 0, 0, "-", "lstchain_dl1_to_dl2"], [228, 0, 0, "-", "lstchain_dl1ab"], [228, 0, 0, "-", "lstchain_dump_config"], [228, 0, 0, "-", "lstchain_find_pedestals"], [228, 0, 0, "-", "lstchain_longterm_dl1_check"], [228, 0, 0, "-", "lstchain_mc_r0_to_dl1"], [228, 0, 0, "-", "lstchain_mc_r0_to_dl2"], [228, 0, 0, "-", "lstchain_mc_rfperformance"], [228, 0, 0, "-", "lstchain_mc_sensitivity"], [228, 0, 0, "-", "lstchain_mc_trainpipe"], [228, 0, 0, "-", "lstchain_merge_hdf5_files"], [228, 0, 0, "-", "lstchain_merge_muon_files"], [228, 0, 0, "-", "lstchain_tune_nsb"]], "lstchain.tools": [[229, 0, 0, "-", "lstchain_create_calibration_file"], [229, 0, 0, "-", "lstchain_create_dl3_file"], [229, 0, 0, "-", "lstchain_create_dl3_index_files"], [229, 0, 0, "-", "lstchain_create_irf_files"], [229, 0, 0, "-", "lstchain_fit_intensity_scan"]], "lstchain.tools.lstchain_create_calibration_file": [[187, 2, 1, "", "CalibrationHDF5Writer"]], "lstchain.tools.lstchain_create_calibration_file.CalibrationHDF5Writer": [[187, 3, 1, "", "aliases"], [187, 3, 1, "", "calibration_product"], [187, 3, 1, "", "classes"], [187, 3, 1, "", "description"], [187, 3, 1, "", "events_to_skip"], [187, 4, 1, "", "finish"], [187, 3, 1, "", "flags"], [187, 3, 1, "", "mc_max_pedestal_adc"], [187, 3, 1, "", "mc_min_flatfield_adc"], [187, 3, 1, "", "name"], [187, 3, 1, "", "one_event"], [187, 3, 1, "", "output_file"], [187, 4, 1, "", "setup"], [187, 4, 1, "", "start"]], "lstchain.tools.lstchain_create_dl3_file": [[188, 2, 1, "", "DataReductionFITSWriter"]], "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter": [[188, 3, 1, "", "aliases"], [188, 4, 1, "", "apply_srcdep_gh_alpha_cut"], [188, 4, 1, "", "apply_srcindep_gh_cut"], [188, 4, 1, "", "check_energy_dependent_cuts"], [188, 3, 1, "", "classes"], [188, 3, 1, "", "description"], [188, 3, 1, "", "example"], [188, 4, 1, "", "finish"], [188, 3, 1, "", "flags"], [188, 3, 1, "", "gzip"], [188, 3, 1, "", "input_dl2"], [188, 3, 1, "", "input_irf_path"], [188, 4, 1, "", "interp_irfs"], [188, 3, 1, "", "interp_method"], [188, 3, 1, "", "irf_file_pattern"], [188, 3, 1, "", "keep_duplicated_events"], [188, 3, 1, "", "name"], [188, 3, 1, "", "output_dl3_path"], [188, 3, 1, "", "overwrite"], [188, 4, 1, "", "setup"], [188, 3, 1, "", "source_dec"], [188, 3, 1, "", "source_dep"], [188, 3, 1, "", "source_name"], [188, 3, 1, "", "source_ra"], [188, 4, 1, "", "start"], [188, 3, 1, "", "use_nearest_irf_node"]], "lstchain.tools.lstchain_create_dl3_index_files": [[189, 2, 1, "", "FITSIndexWriter"]], "lstchain.tools.lstchain_create_dl3_index_files.FITSIndexWriter": [[189, 3, 1, "", "aliases"], [189, 3, 1, "", "description"], [189, 3, 1, "", "example"], [189, 3, 1, "", "file_pattern"], [189, 4, 1, "", "finish"], [189, 3, 1, "", "flags"], [189, 3, 1, "", "input_dl3_dir"], [189, 3, 1, "", "name"], [189, 3, 1, "", "output_index_path"], [189, 3, 1, "", "overwrite"], [189, 4, 1, "", "setup"], [189, 4, 1, "", "start"]], "lstchain.tools.lstchain_create_irf_files": [[190, 2, 1, "", "IRFFITSWriter"]], "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter": [[190, 3, 1, "", "aliases"], [190, 3, 1, "", "classes"], [190, 3, 1, "", "description"], [190, 3, 1, "", "energy_dependent_alpha"], [190, 3, 1, "", "energy_dependent_gh"], [190, 3, 1, "", "energy_dependent_theta"], [190, 3, 1, "", "example"], [190, 4, 1, "", "finish"], [190, 3, 1, "", "flags"], [190, 3, 1, "", "input_electron_dl2"], [190, 3, 1, "", "input_gamma_dl2"], [190, 3, 1, "", "input_proton_dl2"], [190, 3, 1, "", "irf_obs_time"], [190, 3, 1, "", "name"], [190, 3, 1, "", "output_irf_file"], [190, 3, 1, "", "overwrite"], [190, 3, 1, "", "point_like"], [190, 4, 1, "", "setup"], [190, 3, 1, "", "source_dep"], [190, 4, 1, "", "start"]], "lstchain.tools.lstchain_fit_intensity_scan": [[191, 2, 1, "", "FitIntensityScan"]], "lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan": [[191, 3, 1, "", "aliases"], [191, 3, 1, "", "description"], [191, 4, 1, "", "finish"], [191, 3, 1, "", "fit_initialization"], [191, 3, 1, "", "fractional_variance_error"], [191, 3, 1, "", "gain_channels"], [191, 3, 1, "", "input_dir"], [191, 3, 1, "", "input_prefix"], [191, 3, 1, "", "name"], [191, 3, 1, "", "output_path"], [191, 3, 1, "", "plot_path"], [191, 3, 1, "", "run_list"], [191, 4, 1, "", "setup"], [191, 3, 1, "", "signal_range"], [191, 3, 1, "", "squared_excess_noise_factor"], [191, 4, 1, "", "start"], [191, 3, 1, "", "sub_run"]], "lstchain.visualization": [[230, 0, 0, "-", "bokeh"], [230, 0, 0, "-", "camera"], [230, 0, 0, "-", "plot_calib"], [230, 0, 0, "-", "plot_dl2"], [230, 0, 0, "-", "plot_drs4"]], "lstchain.visualization.bokeh": [[192, 2, 1, "", "CameraDisplay"], [193, 1, 1, "", "_generate_bokeh_multi_polygon_arrays"], [194, 1, 1, "", "_generate_polygon_vertices"], [195, 1, 1, "", "get_pixel_location"], [196, 1, 1, "", "plot_mean_and_stddev_bokeh"], [197, 1, 1, "", "show_camera"]], "lstchain.visualization.bokeh.CameraDisplay": [[192, 3, 1, "", "geom"], [192, 3, 1, "", "image"], [192, 4, 1, "", "rescale"], [192, 4, 1, "", "set_geom_and_image"], [192, 4, 1, "", "update"]], "lstchain.visualization.camera": [[198, 1, 1, "", "display_dl1_event"], [199, 1, 1, "", "overlay_disp_vector"], [200, 1, 1, "", "overlay_hillas_major_axis"], [201, 1, 1, "", "overlay_source"]], "lstchain.visualization.plot_calib": [[202, 1, 1, "", "plot_calibration_results"]], "lstchain.visualization.plot_dl2": [[203, 1, 1, "", "direction_results"], [204, 1, 1, "", "energy_results"], [205, 1, 1, "", "plot_1d_excess"], [206, 1, 1, "", "plot_disp"], [207, 1, 1, "", "plot_disp_vector"], [208, 1, 1, "", "plot_energy_resolution"], [209, 1, 1, "", "plot_features"], [210, 1, 1, "", "plot_importances"], [211, 1, 1, "", "plot_pos"], [212, 1, 1, "", "plot_roc_gamma"], [213, 1, 1, "", "plot_wobble"]], "lstchain.visualization.plot_drs4": [[214, 1, 1, "", "plot_pedestals"]]}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "function", "Python function"], "2": ["py", "class", "Python class"], "3": ["py", "attribute", "Python attribute"], "4": ["py", "method", "Python method"]}, "objtypes": {"0": "py:module", "1": "py:function", "2": "py:class", "3": "py:attribute", "4": "py:method"}, "terms": {"": [4, 7, 9, 33, 34, 37, 133, 134, 135, 170, 187, 227, 228], "0": [4, 5, 30, 32, 42, 100, 102, 104, 105, 106, 132, 133, 134, 135, 143, 161, 163, 166, 169, 180, 184, 186, 190, 191, 192, 194, 202, 205, 214, 216, 217, 218], "00": [5, 20], "000": [20, 228], "0000": [221, 228], "000_az_180": 218, "000_run10": 218, "000e": 5, "004": 217, "005": 217, "005e": 5, "0069": 218, "00e": 5, "01": [5, 217], "012e": 5, "01deg": 188, "01t00": 20, "02": 5, "03": [5, 217], "04": 5, "05": [5, 166], "051": 5, "06": 5, "088": 217, "1": [4, 5, 9, 12, 25, 30, 38, 60, 66, 94, 96, 98, 100, 101, 102, 106, 108, 110, 118, 133, 134, 135, 143, 161, 162, 166, 169, 173, 183, 190, 191, 192, 194, 198, 214, 216, 217, 221, 223, 228], "10": [4, 6, 11, 20, 45, 100, 190, 216, 217, 228], "100": [4, 5, 102, 117, 133, 134, 135, 192, 205, 217], "1000": [4, 214], "10000": 217, "100000": 217, "10000000000": 42, "101": 217, "10mhz": 228, "116e": 5, "12": [216, 217], "122e": 5, "1247": 192, "1310": 221, "15": 190, "150": 217, "1639": 221, "17": 124, "18": 217, "180000": [133, 134, 135], "1881": 228, "1983": 124, "1983apj": 124, "2": [5, 6, 10, 11, 30, 102, 106, 111, 161, 162, 165, 166, 176, 190, 191, 196, 198, 205, 217, 218], "20": 217, "20000": 228, "200pe": 4, "2018": 20, "2022": 228, "21": 217, "2147m": 228, "22": 188, "222": 217, "25": [143, 217], "267": 217, "272": 124, "28": [5, 161, 168], "29": [5, 142, 144, 145, 152], "2d": [108, 166, 168, 180, 213], "3": [5, 31, 106, 162, 186, 197, 222], "30": [4, 110, 217], "300": 4, "3000": 217, "30565": [142, 144, 145, 152], "317l": 124, "32": [61, 217], "33587": 195, "360": 213, "38": 217, "4": [5, 7, 81, 106, 186, 190, 217, 228], "40": 59, "400": [214, 217], "42": 217, "449": 5, "467e": 5, "493e": 5, "4_merge_test": 228, "5": [5, 106, 124, 161, 191, 217], "50": [45, 190, 217], "500": [45, 217], "513e": 5, "52": 217, "6": [106, 193, 194, 217, 221], "623e": 5, "633deg": 188, "68": 190, "7": [5, 106, 217], "70": 228, "8": [5, 186, 217], "80": 217, "83": 188, "9": [5, 190, 217], "90": 163, "900e": 5, "90e": 5, "913e": 5, "920e": 5, "930e": 5, "95": 190, "95e": 5, "98": [5, 217], "98e": 5, "990e": 5, "995e": 5, "9999": 102, "A": [66, 92, 95, 102, 186, 202, 221], "As": [162, 176], "By": 229, "For": [18, 27, 59, 61, 102, 110, 161, 187, 217, 218, 222, 229, 231], "IF": 188, "If": [9, 12, 21, 53, 55, 59, 66, 78, 84, 92, 94, 143, 165, 169, 170, 173, 175, 188, 189, 190, 191, 212, 217, 218, 223, 228, 229], "In": [59, 73, 92, 218, 223, 227, 231], "It": [18, 33, 34, 38, 40, 42, 45, 66, 170, 218, 221, 228], "Its": 218, "NOT": 228, "No": [188, 202], "ON": [18, 28, 124, 134, 213, 228], "OR": 228, "One": 191, "Or": [188, 189, 190, 231], "Such": 218, "The": [0, 1, 2, 3, 8, 10, 11, 19, 33, 94, 95, 142, 143, 146, 147, 148, 149, 155, 165, 169, 174, 175, 185, 186, 188, 190, 196, 197, 215, 218, 220, 221, 223, 227, 228, 229, 231], "Then": [215, 218], "There": 227, "These": 217, "To": [32, 59, 188, 189, 190, 191, 215, 217, 218, 223, 227, 228, 229], "__conda_setup": 218, "_build": 215, "_sorted_": 7, "_v_attr": 231, "ab": [124, 221], "abl": 148, "about": [218, 228], "abov": [32, 33, 34, 45, 197, 218], "absenc": 218, "absolut": [143, 223], "abstract": 124, "accept": 228, "access": 231, "accord": 35, "account": [218, 223], "achiev": [21, 119, 121], "activ": [190, 218, 229], "actual": 215, "ad": [11, 30, 32, 37, 190, 191, 229], "adapt": [188, 229], "adc": [187, 191], "add": [14, 62, 63, 64, 157, 173, 188, 215, 218, 227, 229], "add_noise_in_pixel": 33, "added_nsb_fract": 37, "adder": 223, "addit": [18, 32, 34, 165], "adsab": 124, "aeff": 217, "affect": 218, "after": [21, 31, 41, 59, 73, 91, 102, 118, 125, 126, 133, 134, 135, 143, 187, 188, 189, 190, 191, 215, 217, 228, 229], "again": 221, "agreement": [33, 34], "aki": 181, "al_cut": [25, 188, 190, 229], "algorithm": [184, 185, 186, 217, 227], "alia": 228, "alias": [187, 188, 189, 190, 191, 229], "all": [4, 8, 10, 11, 18, 23, 25, 35, 55, 66, 71, 74, 84, 89, 92, 114, 170, 174, 175, 187, 188, 189, 190, 191, 196, 212, 215, 218, 221, 228, 229, 231], "allow": [59, 73, 190, 221, 228], "allowed_tel": [59, 190, 217], "allowed_tels_filt": 59, "along": [26, 59, 83, 100, 102, 173, 205, 218, 228], "alpha": [18, 25, 59, 91, 111, 112, 123, 124, 164, 188, 190, 217, 229], "alpha_contain": [59, 190, 217], "alpha_cut": 59, "alreadi": [18, 165, 188, 217, 227, 229], "also": [20, 21, 26, 66, 85, 188, 190, 197, 217, 218, 221, 223, 225, 227, 228, 229, 231], "alt": [18, 158, 163, 165, 181], "alt_tel": [102, 217], "altaz": [18, 19, 161, 227], "although": 223, "altitud": [4, 102, 158, 161, 163, 178, 181], "alwai": [30, 162], "ambigu": 191, "among": 35, "amplitud": 44, "an": [3, 6, 21, 33, 38, 45, 54, 59, 62, 78, 88, 89, 94, 96, 102, 113, 156, 165, 169, 187, 188, 191, 217, 218, 220, 221, 223, 228], "anaconda3": 218, "analys": 218, "analysi": [18, 38, 40, 46, 49, 83, 91, 144, 145, 188, 190, 215, 221, 224, 228, 229, 231], "analyz": [38, 40, 47, 217, 218, 221, 223, 226], "angdist2": [128, 131], "angl": [23, 100, 102, 103, 111, 140, 158, 160, 161, 162, 164, 166, 173, 176, 178, 180, 181, 194, 213], "angular": [19, 24, 60, 128, 131, 203], "ani": [59, 60, 61, 73, 91, 109, 110, 187, 188, 189, 190, 191, 218, 221], "anoth": [23, 66, 148, 149], "answer": [57, 58], "antimatt": 102, "api": 217, "appear": [10, 196], "append": [188, 190, 229], "appli": [18, 31, 34, 42, 45, 59, 61, 94, 120, 142, 148, 159, 169, 172, 184, 186, 188, 190, 217, 227, 228, 229], "applic": [31, 227], "apply_energy_dependent_alpha_cut": 59, "apply_energy_dependent_gh_cut": 59, "apply_energy_dependent_theta_cut": 59, "apply_global_alpha_cut": 59, "apply_global_gh_cut": 59, "apply_global_theta_cut": 59, "apply_integration_correct": 217, "apply_srcdep_gh_alpha_cut": 188, "apply_srcindep_gh_cut": 188, "apply_waveform_time_shift": 217, "approach": 221, "approv": 27, "ar": [4, 8, 10, 11, 18, 21, 22, 23, 26, 27, 30, 33, 35, 61, 66, 68, 69, 70, 71, 73, 78, 82, 89, 91, 102, 143, 157, 170, 173, 188, 189, 190, 196, 197, 206, 209, 211, 212, 215, 217, 218, 221, 227, 228, 229, 231], "area": [111, 131], "arg": [191, 199, 200, 201, 208, 212], "argument": [190, 229], "around": [25, 180], "arr_i": 114, "arr_j": 114, "arrai": [6, 11, 21, 25, 26, 61, 71, 82, 90, 108, 113, 114, 118, 119, 120, 121, 131, 133, 134, 135, 158, 160, 161, 164, 166, 168, 175, 180, 186, 205, 213], "arrayeventcontain": [99, 171, 184], "arxiv": 221, "ask": [57, 58, 188, 189, 190, 215], "associ": [221, 228], "assum": [23, 32, 77, 78, 83, 91, 161, 170, 188, 191, 229], "astro": [189, 222, 229], "astropi": [4, 15, 26, 37, 79, 83, 85, 91, 92, 117, 119, 136, 138, 142, 161, 163, 166, 168, 169, 170, 172, 173, 178, 179, 181, 201], "aswg": [218, 228], "asymmetri": [100, 102], "atmospher": 218, "atom": 62, "attach": [4, 5, 100, 101, 102, 103, 104, 105, 107, 108], "attr": 231, "attribut": [4, 5, 59, 60, 61, 94, 100, 101, 102, 103, 104, 105, 107, 108, 187, 188, 189, 190, 191, 192], "auto": 215, "auto_merge_h5fil": 92, "automat": [66, 187, 188, 189, 190, 215, 218, 223, 228], "autoshow": 192, "auxiliar": 227, "avail": [218, 227, 228], "averag": [4, 31, 32, 100, 221], "avoid": [165, 218, 228], "ax": [11, 47, 113, 114, 115, 116, 117, 119, 121, 198, 201, 203, 204, 205, 208, 210, 212, 213], "axesimag": 115, "axi": [4, 47, 100, 102, 103, 113, 114, 115, 116, 117, 119, 158, 159, 160, 164, 166, 173, 200, 205, 210, 212], "axl": 180, "az": [18, 160, 165, 173, 181], "az_idx": 23, "az_pnt": 23, "az_tel": 102, "azimuth": [4, 21, 23, 26, 102, 160, 161, 173], "b": [132, 191, 218, 228], "backgound": 205, "background": [18, 60, 123, 124, 133, 134, 135, 212, 218, 229], "bad": [187, 228], "bar": [66, 228], "barh": 210, "base": [4, 5, 23, 30, 59, 60, 61, 67, 81, 100, 101, 102, 103, 104, 105, 106, 107, 108, 133, 134, 135, 154, 172, 187, 188, 189, 190, 191, 192, 228, 229], "base_config": 52, "baselin": [214, 228, 231], "bash": [218, 231], "bashrc": 218, "basic": [24, 215], "batch": [7, 9, 10, 221, 228], "becaus": [32, 66], "becom": [26, 221], "been": [12, 185, 187, 188, 189, 190, 191], "befor": [53, 190, 215, 228, 229], "behaviour": 73, "behind": 215, "being": 27, "below": [31, 32, 33, 197, 215, 218, 221, 228], "besid": 170, "beta": [111, 112], "better": [33, 34, 73], "between": [4, 32, 37, 59, 103, 125, 133, 134, 135, 143, 164, 173, 223], "beyond": 228, "bi": 59, "bia": [32, 33, 38, 40, 204, 208], "bias_correct": 208, "bin": [4, 5, 12, 22, 59, 60, 108, 110, 113, 114, 115, 118, 119, 120, 121, 122, 124, 133, 134, 135, 190, 205, 212, 218, 229], "bin_numb": 110, "bins_core_dist": 108, "bins_energi": 108, "bintablehdu": 15, "bisect": 126, "bit": [106, 167, 221], "bitshuffl": [66, 94, 96, 98], "bkg_fov_offset_bin": 60, "bkg_fov_offset_max": [60, 217], "bkg_fov_offset_min": [60, 217], "bkg_fov_offset_n_edg": [60, 217], "block": 218, "blosc": [66, 94, 96, 98], "bokeh": [192, 193, 194, 195, 196, 197], "bool": [7, 9, 10, 16, 17, 21, 27, 38, 40, 42, 45, 57, 58, 66, 94, 131, 132, 143, 175, 208], "boolean": [16, 17, 21, 22, 59, 186, 206, 211, 228], "bootstrap": 217, "border": [32, 102], "both": [33, 34, 228], "bottom": 205, "boundari": 48, "boundary_thresh": [186, 217], "branch": 215, "bright": [4, 32, 33, 223], "brightest": [31, 102], "browser": [215, 221, 228], "build": 190, "busi": 106, "byte": [142, 187, 188, 189, 190, 191], "c": [4, 32, 33, 34, 215, 228], "calc_camera_calibr": 187, "calcul": [4, 10, 21, 33, 34, 44, 72, 75, 111, 112, 123, 124, 125, 127, 131, 133, 134, 135, 139, 170, 173, 187, 190, 196, 227, 228, 229, 231], "calculate_percentile_cut": 59, "cali": 228, "calib": [0, 1, 2, 3, 187, 224, 228], "calib_data": 202, "calib_fil": 228, "calib_scale_high_gain": 217, "calib_scale_low_gain": 217, "calib_typ": 202, "calibr": [0, 1, 33, 34, 45, 101, 102, 106, 155, 172, 184, 187, 191, 202, 217, 223, 224, 227, 228, 229], "calibrate_flatfields_and_pedest": 217, "calibrated_ev": 155, "calibration_calcul": 187, "calibration_fil": 228, "calibration_id": [101, 102], "calibration_path": 217, "calibration_product": [187, 217], "calibrationcalcul": 187, "call": [57, 61, 165, 187, 188, 189, 190, 228], "camera": [0, 2, 4, 8, 10, 32, 35, 43, 46, 47, 100, 102, 118, 131, 138, 139, 161, 166, 171, 177, 178, 181, 182, 183, 186, 187, 191, 192, 196, 197, 198, 199, 200, 201, 202, 213, 217, 218, 221, 223, 227], "camera_geometri": [35, 198], "cameracalibr": [0, 1, 217], "cameradisplai": [198, 199, 200, 201], "camerageometri": [4, 41, 43, 47, 186, 192], "camgeom": [10, 196, 197], "can": [26, 27, 30, 38, 40, 59, 66, 82, 92, 155, 165, 170, 187, 189, 190, 191, 197, 217, 218, 220, 221, 223, 227, 228, 229, 231], "candid": [61, 228], "card": 223, "carlo": 228, "carri": 223, "cartesian": [162, 176], "case": [55, 59, 113, 191, 197, 228], "cat": [202, 228], "catb": [172, 228], "catb_cal_t": 172, "catb_calibration_fil": 228, "center": [4, 41, 44, 131, 133, 134, 135, 139, 177, 182, 183, 194, 213], "center_i": 44, "center_x": 44, "central": 59, "centroid": [47, 100, 102, 164], "certain": 228, "chain": 156, "chang": [191, 215, 218, 223, 229], "channel": [37, 104, 191], "character": 209, "charg": [4, 31, 32, 35, 37, 38, 40, 187, 217, 218, 227, 228], "charge_mean": 4, "charge_median_cut_outli": 217, "charge_product": 217, "charge_spe_cumulative_pdf": 37, "charge_std_cut_outli": 217, "charge_stddev": 4, "check": [4, 7, 12, 21, 23, 26, 38, 40, 53, 54, 55, 66, 67, 68, 69, 70, 82, 89, 120, 132, 184, 185, 188, 191, 215, 223, 228], "check_dl1": [8, 9], "check_energy_dependent_cut": 188, "checker": 228, "cherenkov": [32, 221], "choos": 61, "circl": 44, "class": [0, 1, 4, 5, 59, 60, 61, 69, 70, 100, 101, 102, 103, 104, 105, 106, 107, 108, 187, 188, 189, 190, 191, 192, 219, 222, 227], "class_weight": 217, "classestyp": [187, 188, 190], "classif": [147, 212], "classifi": [142, 143, 151], "clean": [4, 31, 41, 48, 102, 155, 186, 215, 217, 228], "clean_mask": 41, "clean_method_nam": 48, "clear": [58, 215], "clone": 215, "close": 218, "closer": [223, 229], "closest": [23, 188], "cls_disp_sign": [142, 143], "cls_gh": 143, "cluster": 218, "cluster_i": 195, "cluster_j": 195, "cm": [10, 13, 111], "cm2": 102, "co": 26, "code": [185, 192, 215, 216, 220], "coeffici": [101, 187, 228, 229, 231], "cog": [4, 102], "cog_i": [136, 137, 139, 177, 179, 182], "cog_within_pixel": 4, "cog_within_pixel_intensity_gt_200": 4, "cog_x": [136, 137, 139, 177, 179, 182, 183], "col_label": 62, "colclass": 62, "collect": [60, 111, 190, 222, 229], "color": [205, 215], "color_map_nam": 205, "colormap": 205, "colormap_refer": 205, "column": [4, 5, 10, 11, 14, 27, 62, 77, 84, 100, 101, 102, 103, 104, 105, 107, 108, 165, 169, 196, 204, 212, 228], "columns_to_read": [81, 84], "com": [192, 215, 218], "combin": [25, 89], "come": 215, "command": [187, 188, 189, 190, 191, 215, 218, 224, 231], "commandlin": 228, "commit": 215, "common": [20, 218], "compar": [22, 23, 26, 32, 34, 223], "compat": [69, 70, 82, 117, 224], "compil": 215, "complet": [143, 217], "complevel": [66, 94, 96, 98], "complib": [66, 94, 96, 98], "compon": [59, 60, 61, 187, 188, 189, 190, 191, 229], "compress": 188, "comput": [128, 136, 137, 138, 140, 141, 161, 164, 165, 166, 177, 179, 182, 183, 184, 218, 226, 228], "concentration_cog": 102, "concentration_cor": 102, "concentration_pixel": 102, "conda": 218, "condit": [218, 223], "cone": 111, "config": [0, 1, 2, 3, 28, 29, 34, 46, 48, 49, 50, 51, 52, 63, 94, 95, 142, 143, 144, 145, 152, 184, 188, 190, 191, 228, 229, 231], "config_fil": [28, 29, 185, 228], "config_filenam": [33, 51], "configur": [0, 1, 33, 34, 48, 51, 52, 63, 73, 94, 95, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 155, 156, 185, 187, 188, 189, 190, 191, 227, 228, 229], "consecut": [4, 157], "conserv": 102, "consid": [4, 26, 59, 197, 212, 223], "consist": [66, 68], "consol": 30, "constant": [59, 191], "construct": [187, 188, 189, 190, 191], "constructor": 191, "contact": 107, "contain": [0, 1, 2, 3, 4, 5, 6, 8, 10, 11, 12, 24, 33, 34, 37, 53, 54, 59, 63, 64, 68, 80, 88, 89, 95, 96, 99, 100, 101, 102, 103, 104, 105, 107, 108, 118, 121, 131, 138, 144, 145, 152, 153, 154, 155, 165, 169, 170, 171, 184, 186, 187, 190, 196, 199, 200, 202, 217, 219, 220, 222, 223, 225, 226, 227, 228, 231], "contamin": [38, 40], "content": [53, 66, 113, 197, 218, 221, 228], "content_lowlim": 197, "content_upplim": 197, "continu": 55, "contribut": [26, 216], "control": [30, 106], "convent": [162, 176], "convers": [59, 166, 223], "conversion_factor": 166, "convert": [19, 85, 169], "coordin": [14, 15, 41, 43, 47, 100, 102, 103, 118, 138, 139, 148, 158, 160, 161, 166, 168, 177, 178, 179, 180, 181, 182, 183, 191, 227], "copi": [8, 52, 66, 71, 90, 102, 175, 192, 228, 229], "core": [108, 222, 228], "correct": [4, 34, 73, 81, 102, 165, 187, 208, 214, 228, 231], "correspond": [0, 1, 9, 21, 25, 30, 33, 34, 78, 92, 124, 126, 215, 217, 218, 223, 228], "cosmic": [4, 8, 12, 131, 218, 221, 223], "could": 102, "count": [6, 45], "counter": [228, 231], "counterpart": [10, 196], "crab": [117, 121, 123, 124, 188], "creat": [7, 11, 15, 16, 17, 18, 39, 46, 60, 66, 143, 155, 175, 189, 190, 221, 222, 228, 229], "create_pdf": [7, 9], "creation": [190, 218, 228, 229], "credenti": 215, "criteria": 26, "criterion": 217, "cta": [61, 192, 195, 208, 215, 218], "cta_lstchain": [218, 221], "cta_req_north": 208, "ctapip": [0, 1, 2, 3, 4, 38, 63, 64, 68, 88, 89, 98, 99, 102, 107, 138, 154, 155, 171, 184, 186, 187, 192, 198, 199, 200, 201, 217, 224, 227, 231], "ctapipe_compat": 224, "ctapipe_io_lst": [107, 187, 225, 231], "ctapipe_io_lst_vers": [107, 231], "ctapipe_vers": [107, 231], "ctaplot": [208, 212], "cubic": [25, 26], "cumul": 37, "current": [26, 73, 156, 173, 189, 221, 228], "curv": [208, 212, 226, 228], "custom": [2, 3, 27, 188, 190, 191, 223, 225, 229], "custom_config": [0, 1, 2, 3, 142, 143, 146, 147, 148, 149, 150, 151, 155, 156], "customli": 223, "cut": [18, 25, 26, 41, 59, 91, 118, 120, 125, 126, 133, 134, 135, 143, 159, 188, 190, 205, 217, 229], "cut_tabl": 59, "cuts_interp": 25, "d": [188, 189, 215, 218, 228], "dark": 218, "data": [4, 14, 15, 18, 19, 20, 21, 22, 24, 26, 27, 32, 33, 34, 37, 49, 50, 53, 54, 59, 61, 72, 76, 78, 81, 83, 84, 91, 107, 134, 142, 143, 144, 145, 151, 152, 157, 164, 166, 168, 169, 170, 172, 188, 189, 197, 203, 204, 205, 206, 207, 208, 209, 211, 214, 215, 216, 219, 222, 223, 225, 226, 227, 228, 229, 231], "data_dl1_filenam": [33, 34], "data_fil": 214, "data_manag": [53, 54, 55, 56, 57, 58], "data_par": [15, 21, 26], "data_param": [21, 83], "data_path": [54, 56], "data_ped_vari": 34, "data_qu": [218, 221], "data_t": 228, "data_tag": 81, "data_typ": 144, "databas": 228, "databin": [190, 217, 229], "datacheck": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 224, 228], "datacheck_dl1_": 228, "datacheck_dl1_lst": [221, 228], "datacheck_filenam": 9, "datafil": 228, "datafram": [72, 78, 84, 94, 95, 118, 125, 126, 128, 142, 144, 145, 146, 147, 148, 149, 150, 151, 152, 157, 159, 164, 165, 166, 168, 169, 170, 172, 174, 203, 204, 206, 208, 209, 211, 212, 228], "dataset": [28, 29, 71, 74, 81, 143, 205, 228], "datawrit": 217, "date": [227, 228], "dchecktabl": 11, "debug": 30, "dec": [14, 15, 188], "declin": [4, 173], "default": [4, 5, 9, 12, 25, 38, 42, 45, 57, 58, 59, 94, 95, 100, 101, 102, 103, 104, 105, 107, 108, 148, 156, 161, 166, 173, 174, 175, 186, 188, 189, 190, 217, 218, 227, 228, 229], "default_prefix": [4, 5, 100, 101, 102, 103, 104, 105, 107, 108], "default_rng": 32, "default_trigger_typ": [217, 228], "defin": [4, 18, 122, 172, 184, 218], "definit": [4, 102], "deg": [4, 59, 100, 102, 111, 163, 166, 194], "deg2": 100, "degre": 180, "delaunai": 21, "delta": [26, 173], "delta_t": [157, 170], "delta_tim": 217, "demo": 228, "dep": [188, 190, 228, 229], "depend": [4, 18, 26, 49, 59, 77, 78, 83, 91, 142, 144, 145, 188, 190, 215, 218, 228, 229], "deploy": 215, "deprec": 191, "deriv": 18, "describ": [218, 228], "descript": [33, 187, 188, 189, 190, 191, 217, 218], "descriptor": 30, "desir": [127, 218, 227], "destin": 228, "detail": [191, 218], "determin": [32, 38, 40, 42, 45, 59, 213], "dev": [10, 196, 218], "dev123": 216, "deviat": [4, 10, 196, 218], "deviaton": 4, "df_gamma": 118, "df_proton": 118, "dfde": [111, 112], "diagon": [190, 229], "diamet": 102, "dict": [4, 5, 15, 20, 21, 23, 24, 26, 38, 39, 40, 46, 48, 49, 50, 52, 61, 63, 73, 83, 85, 94, 95, 100, 101, 102, 103, 104, 105, 107, 108, 111, 112, 127, 128, 130, 145, 151, 169, 184, 185, 186, 191], "dictionari": [39, 40, 46, 95, 142, 186], "dictionnari": [0, 1, 2, 3, 51, 143, 144, 145, 146, 147, 148, 149, 150, 152], "did": 215, "differ": [4, 7, 19, 27, 120, 125, 157, 165, 173, 189, 190, 197, 209, 217, 218, 223, 229], "diffus": [67, 190, 218, 229], "dilat": [186, 227], "dim": [32, 33], "dimension": [25, 205], "dip": 173, "dir": [53, 90, 189, 221, 228], "dir_fil": 90, "direct": [26, 33, 217], "directli": 218, "directori": [7, 9, 53, 54, 55, 143, 156, 189, 191, 218, 228], "disabl": 228, "disk": 143, "disp": [103, 137, 138, 139, 140, 141, 142, 143, 152, 153, 199, 228], "disp_angl": [102, 136, 137, 140], "disp_classification_featur": 217, "disp_di": [102, 136, 137, 139, 140, 141, 148, 177, 179], "disp_dx": [102, 136, 137, 139, 140, 141, 148, 177, 179], "disp_method": [143, 217], "disp_miss": 102, "disp_norm": [102, 103, 136, 137, 138, 140, 146, 147, 148, 150, 227], "disp_norm_sign": [143, 217], "disp_regression_featur": 217, "disp_sign": [59, 102, 136, 137, 140, 147], "disp_vector": 143, "dispcontain": [138, 139, 199], "dispers": [190, 229], "displai": [10, 66, 192, 196, 197, 198, 199, 200, 201, 228], "display_rang": 197, "dist": 41, "dist_mask": [38, 40], "distanc": [4, 41, 75, 102, 108, 128, 131, 161, 178, 181, 227], "distribut": [35, 44, 109, 110, 111, 112, 205, 209], "ditto": 170, "divid": 165, "dl0": 227, "dl1": [4, 5, 7, 8, 9, 12, 33, 34, 67, 75, 101, 142, 153, 154, 156, 157, 165, 172, 198, 223, 227, 228, 231], "dl1_checker": [7, 8, 9, 10, 11, 12, 13], "dl1_contain": [154, 155], "dl1_data": [174, 228], "dl1_datacheck_20230920": 221, "dl1_datacheck_yyyymmdd": 221, "dl1_file": [153, 231], "dl1_gamma_20deg_0deg_run8___cta": 228, "dl1_gamma_20deg_180deg_cta": 228, "dl1_lst": [218, 221, 228], "dl1_mon_tel_catb_cal_kei": 172, "dl1_proton_20deg_180degcta": 228, "dl1_run01566_0322": 228, "dl1_to_dl2": [142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152], "dl1a": [33, 34, 221, 228], "dl1ab": 228, "dl1b": 228, "dl1datacheck": 4, "dl1datacheck_cosm": 12, "dl1datacheck_flatfield": 12, "dl1datacheck_pedest": 12, "dl1datacheckcontain": [11, 12, 221], "dl1datacheckhinstogrambin": 4, "dl1datacheckhistogrambin": [4, 12], "dl1likelihoodparamet": 100, "dl1likelihoodparameterscontain": 154, "dl1monitoringeventindex": 101, "dl1paramet": 102, "dl1parameterscontain": [154, 155], "dl2": [15, 59, 67, 75, 83, 84, 85, 95, 118, 128, 142, 172, 188, 190, 204, 208, 212, 218, 227, 228, 229], "dl2_data": [203, 204, 208, 212, 228], "dl2_data_fil": 188, "dl2_file": [128, 129], "dl2_file_g": [133, 134, 135, 228], "dl2_file_off": 134, "dl2_file_on": [134, 228], "dl2_file_p": [133, 134, 135, 228], "dl2_gamma": 228, "dl2_mc_electron_fil": 190, "dl2_mc_gamma_fil": 190, "dl2_mc_proton_fil": 190, "dl2_proton": 228, "dl3": [15, 18, 20, 59, 91, 188, 189, 222, 229], "dl3cut": [188, 190, 217, 229], "do": [102, 187, 215, 218, 220, 227, 228], "doc": [25, 94, 188, 190, 208, 215, 216, 217, 218, 229], "document": [4, 5, 33, 59, 60, 61, 100, 101, 102, 103, 104, 105, 106, 107, 108, 187, 188, 189, 190, 191, 192, 218, 222], "doe": [21, 54, 143, 223], "don": 35, "done": [31, 175, 190, 212, 218, 221, 228, 229], "doubl": [42, 45], "download": 215, "download_test_data": 215, "dragon": [4, 102, 228], "dragon_module_id": 228, "dragon_reference_count": [217, 228], "dragon_reference_tim": [217, 228], "dragon_tim": [4, 102, 170], "drive": [228, 231], "drive_report_path": 217, "drs4": [187, 214, 228, 231], "drs4_pedest": 228, "drs4_pedestal_path": [187, 217], "drs4_time_calibration_path": [187, 217], "dt": 37, "dtype": 102, "due": [12, 187], "dump": 228, "duplic": [91, 188, 228], "durat": [4, 72], "dure": [66, 228], "dx": [103, 140, 148, 182], "dy": [103, 140, 148, 182], "dynam": [31, 223], "dynamic_clean": 217, "e": [4, 10, 18, 32, 33, 34, 35, 37, 55, 78, 102, 110, 111, 112, 170, 190, 196, 215, 218, 221, 228, 231], "e0": [109, 111, 112], "e_reco": 128, "each": [6, 7, 9, 11, 27, 37, 38, 41, 42, 45, 69, 70, 78, 79, 81, 91, 110, 165, 169, 170, 188, 191, 197, 213, 218, 228, 229], "earlier": 221, "easili": [18, 188, 229], "east": 160, "eastward": 173, "edg": [35, 60, 108, 118], "edisp": 217, "edu": 124, "effect": [15, 152, 170, 190, 223, 229], "effective_focal_length": [142, 144, 145, 152], "effective_tim": 15, "effici": [59, 125, 126, 133, 134, 135, 190, 223, 229], "either": [188, 190, 218, 229], "elaps": [15, 170], "elapsed_tim": [4, 15], "electron": [190, 229], "eleg": 102, "elif": 143, "elimin": 45, "ellips": [102, 139, 200, 223], "els": [31, 212, 218], "emax": [109, 110, 111, 112, 117], "emin": [109, 110, 111, 112, 117], "emploi": 102, "empti": [21, 39, 40], "en": [189, 222, 229], "enabl": 66, "enclosur": [190, 229], "end": 228, "energi": [25, 26, 40, 59, 60, 87, 98, 102, 108, 109, 110, 111, 112, 113, 114, 115, 117, 118, 119, 120, 121, 124, 128, 133, 134, 135, 142, 143, 149, 150, 188, 190, 204, 208, 212, 217, 227, 228, 229], "energy_bin": [59, 113, 212], "energy_dependent_alpha": 190, "energy_dependent_alpha_cut": 59, "energy_dependent_gh": 190, "energy_dependent_gh_cut": 59, "energy_dependent_theta": 190, "energy_dependent_theta_cut": 59, "energy_migration_bin": 60, "energy_migration_max": [60, 217], "energy_migration_min": [60, 217], "energy_migration_n_bin": [60, 217], "energy_min": 143, "energy_regression_featur": 217, "engin": 4, "enough": 21, "ensembl": 142, "ensur": [61, 169], "enter": 58, "entri": [11, 13, 73, 108, 197, 221], "env": 218, "env_nam": 218, "epoch": 20, "eq": [124, 218], "equal": 165, "equival": 168, "equivalent_focal_length": [43, 168], "error": [13, 30, 54, 55, 100, 191], "essenti": 223, "establish": 118, "estim": [112, 173, 191, 223], "etc": [187, 188, 189, 190, 191, 217, 218, 231], "eval": 218, "evalu": [59, 190, 218, 229], "event": [4, 6, 9, 12, 15, 18, 19, 20, 21, 26, 38, 40, 45, 47, 59, 61, 66, 81, 85, 91, 96, 99, 100, 101, 102, 106, 110, 111, 112, 118, 123, 124, 125, 126, 128, 134, 135, 138, 143, 154, 155, 157, 159, 165, 169, 170, 171, 172, 184, 186, 187, 188, 190, 198, 201, 205, 206, 208, 209, 211, 212, 218, 221, 222, 225, 227, 228, 229, 231], "event_id": [38, 40, 47, 102, 228], "event_select": [59, 60, 61, 188, 190], "event_tim": [40, 187], "event_typ": [4, 61, 102, 217], "events_filt": 217, "events_to_skip": 187, "eventselector": [188, 190, 217, 229], "eventsourc": [98, 187, 217], "eventtimecalcul": [187, 217, 231], "eventtyp": 61, "everi": [41, 228], "everyth": 220, "evolut": 228, "exampl": [60, 156, 161, 169, 187, 188, 189, 190, 197, 215, 217, 218, 221, 223, 229], "excess": [123, 124, 191], "exectut": 215, "execut": 228, "exist": [16, 17, 21, 26, 37, 53, 54, 143, 165, 169, 188, 189, 190, 221, 228], "exit": [55, 57], "expect": [9, 18, 78, 110, 144, 190, 229], "export": 218, "express": 228, "extnam": 27, "extra": [33, 169], "extra_bias_in_dim_pixel": [32, 33], "extra_data": 85, "extra_noise_in_bright_pixel": [32, 33], "extra_noise_in_dim_pixel": [32, 33], "extra_nsb": 34, "extract": [18, 27, 28, 29, 81, 128, 154, 155, 156, 168, 223, 227, 228, 229], "extractor": [3, 38, 40, 223], "extragalact": 218, "f": [191, 218, 228], "f0": [111, 112], "face": 215, "factor": [100, 166, 190, 191, 205, 229], "fall": 215, "fals": [7, 9, 10, 16, 21, 58, 59, 66, 93, 94, 96, 98, 102, 118, 175, 187, 190, 206, 208, 209, 211, 217, 228], "faster": 155, "favor": 191, "featur": [125, 126, 142, 148, 155, 169, 209, 210, 215, 221], "features_nam": [102, 210], "fef": [218, 228], "fetch": 21, "few": 218, "fewer": 59, "ff_data": 202, "fg": 228, "fi": 218, "field": [4, 5, 44, 75, 100, 101, 102, 103, 104, 105, 107, 108, 153, 173, 187, 202, 218, 229], "fig": [203, 204], "fig_sen": 121, "figarr": 120, "figur": [38, 113, 114, 120, 121, 197, 203, 204, 228], "file": [4, 5, 7, 8, 9, 12, 15, 16, 17, 18, 27, 30, 33, 34, 49, 50, 56, 66, 67, 71, 73, 74, 75, 77, 78, 79, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 107, 108, 128, 130, 133, 134, 135, 142, 143, 153, 155, 156, 163, 184, 185, 187, 188, 189, 190, 191, 202, 214, 215, 222, 223, 227, 228, 229], "file_list": [8, 16, 17, 65, 66, 82], "file_pattern": 189, "filedir": 188, "filegamma": 143, "filenam": [7, 9, 12, 51, 67, 73, 74, 75, 76, 77, 78, 83, 85, 86, 87, 88, 89, 142, 189, 203, 229, 231], "filenames_list": [79, 92], "fileproton": 143, "fill": [4, 12, 18, 40, 59, 102, 108, 113, 155, 187, 190, 229], "fill_alpha_cut": [59, 217], "fill_event_info": 102, "fill_event_wise_info": 4, "fill_from_simtel": 108, "fill_hilla": 102, "fill_mc": 102, "fill_pixel_wise_info": 4, "fill_theta_cut": [59, 217], "fill_valu": 59, "filter": [59, 61, 66, 94, 96, 98, 157, 159, 169, 191, 217], "filter_cut": 61, "filter_ev": 61, "final": [26, 188, 229], "find": [126, 215, 223, 227, 228], "finder": 228, "fine": 59, "finish": [187, 188, 189, 190, 191], "finit": [61, 169], "finite_param": [61, 169], "first": [8, 10, 18, 19, 81, 102, 187, 196, 218, 228], "fit": [4, 9, 15, 16, 17, 26, 38, 39, 40, 41, 44, 100, 188, 189, 190, 191, 217, 221, 223, 228, 229], "fit_initi": 191, "fitfilterscan": 191, "fitter": 154, "fix": [11, 59, 167, 220], "fixedwindowsum": 217, "flag": [187, 188, 189, 190, 229], "flashcam": 228, "flasher": 229, "flasherflatfieldcalcul": [187, 217], "flat": [101, 187, 202, 229], "flat_object": 180, "flatfield": [4, 8, 12, 187, 228], "flatfield_id": 101, "flatfield_product": 217, "flatfieldcalcul": 187, "flatfieldcontain": 202, "fletcher32": [66, 94, 96, 98], "fload": 159, "float": [10, 13, 15, 31, 32, 33, 35, 38, 40, 41, 42, 43, 44, 45, 47, 73, 75, 98, 100, 109, 110, 111, 112, 117, 124, 125, 126, 127, 131, 132, 133, 134, 135, 136, 137, 139, 140, 141, 143, 158, 159, 160, 162, 166, 169, 171, 176, 177, 183], "float32": 102, "fluctuat": 37, "focal": [4, 43, 137, 152, 153, 161, 168, 178, 181], "focal_length": [4, 179], "follow": [205, 215, 218, 221, 222, 231], "foo": 220, "forest": [142, 143, 148, 149, 150, 151, 165, 227, 228], "forg": 195, "form": [109, 110, 168, 188, 205], "format": [20, 83, 85, 94, 114, 115, 116, 189, 204, 217, 222, 228, 229], "formula": [124, 191], "found": [6, 102, 218, 221], "fov": 60, "fov_lat": 43, "fov_lon": 43, "fov_offset_bin": 60, "fov_offset_max": [60, 217], "fov_offset_min": [60, 217], "fov_offset_n_edg": [60, 217], "fp": 228, "fr": 195, "fraction": [31, 34, 35, 37, 102, 191], "fraction_cleaning_intens": 217, "fractional_variance_error": 191, "frame": [4, 18, 19, 43, 78, 102, 138, 157, 161, 166, 171, 172, 177, 178, 179, 181, 213], "free_model_memori": 143, "freed": 143, "from": [2, 3, 4, 8, 9, 11, 14, 18, 19, 21, 24, 26, 27, 31, 33, 34, 44, 48, 49, 50, 52, 57, 58, 66, 71, 73, 75, 79, 83, 84, 85, 86, 87, 88, 89, 90, 96, 98, 102, 106, 108, 127, 138, 139, 140, 143, 153, 155, 158, 160, 166, 168, 170, 173, 175, 178, 181, 182, 188, 190, 195, 208, 212, 215, 217, 218, 220, 221, 222, 223, 227, 228, 229, 230], "from_fil": 71, "full": [190, 227, 228, 229], "function": [7, 8, 9, 18, 20, 26, 33, 38, 40, 47, 59, 85, 91, 113, 125, 126, 133, 134, 135, 155, 188, 189, 190, 218], "further": 218, "fz": 228, "g": [4, 18, 59, 78, 102, 110, 143, 170, 190, 218, 221, 227, 228, 231], "g21d8f7eb": 216, "gadf": [27, 222], "gadf_irf": 27, "gain": [2, 37, 104, 187, 191], "gain_channel": 191, "gain_selector": [0, 1, 2], "gain_selector_config": [0, 1, 2], "gainselector": 2, "galact": 218, "galleri": 205, "gamma": [18, 25, 26, 59, 91, 102, 113, 114, 115, 118, 120, 121, 122, 125, 126, 128, 133, 134, 135, 142, 143, 151, 188, 189, 190, 204, 206, 209, 211, 212, 218, 222, 228, 229], "gamma_20deg_0deg_run8___cta": 228, "gamma_classifi": 217, "gamma_eff_gamma": [133, 134, 135], "gamma_eff_theta2": [133, 134, 135], "gamma_effici": [125, 126], "gamma_label": 212, "gamma_regressor": 217, "gamma_tmp_regressor": 217, "gammafil": 228, "gammaness_bin": [118, 122], "gammaness_g": 118, "gammaness_p": 118, "gammapi": [18, 188, 217, 229], "gammatest": 228, "gcut": 134, "gdl2": 228, "gener": [23, 25, 32, 60, 91, 187, 188, 190, 191, 218, 229], "geograph": 173, "geom": [4, 41, 43, 47, 102, 186, 192, 193, 197], "geomag": 173, "geomag_dec": 173, "geomag_inc": 173, "geomagnet": 173, "geometri": [4, 8, 10, 43, 186, 196, 197], "geomspac": 60, "get": [15, 24, 43, 73, 76, 77, 78, 80, 144, 145, 173, 187, 188, 229], "get_featur": 102, "get_geomagnetic_field_orient": 173, "gh": [59, 190, 229], "gh_cut": [25, 26, 27, 59, 188, 190, 229], "gh_effici": [59, 190, 217, 229], "gh_score": 59, "gini": 217, "git": 215, "github": [192, 215, 218], "give": [165, 173], "given": [0, 1, 9, 12, 16, 17, 21, 22, 23, 24, 27, 45, 59, 91, 92, 94, 111, 173, 180, 188, 189, 190, 218, 221, 228, 229, 231], "glob": [188, 189, 228, 229], "global": [11, 59, 64, 80, 94, 95, 188, 190, 229], "global_alpha_cut": [59, 190, 217], "global_gh_cut": [59, 190, 217], "global_theta_cut": [59, 190, 217], "globalpeakwindowsum": [217, 223], "go": 215, "good": [38, 46, 172, 218], "good_r": [38, 40], "good_ring_config": 38, "gov": 173, "gradient": [4, 100, 102], "graviti": [139, 177, 182, 183], "grid": [21, 25, 188], "grid_point": 25, "griddata": [25, 26], "ground": 102, "grow": 7, "gti": [15, 172], "guarante": 218, "gz": [188, 190, 218, 228], "gzip": 188, "h": [59, 143, 227, 228], "h5": [7, 8, 9, 12, 66, 71, 92, 133, 134, 135, 188, 190, 191, 218, 221, 228, 231], "h5dump": 231, "h5file": [65, 74, 94], "ha": [13, 33, 34, 91, 170, 185, 188, 229], "hadro": [102, 206, 209, 211], "hadro_rec": [206, 209, 211], "hadron": [142, 151, 228], "half": 131, "halfwidth": 131, "handi": 215, "handl": [218, 225], "handler": 30, "happen": 163, "happi": 163, "hardwar": 195, "harvard": 124, "have": [4, 11, 12, 20, 26, 33, 34, 35, 102, 132, 165, 170, 187, 188, 189, 190, 191, 217, 218], "haven": 227, "hdf": [67, 75], "hdf5": [66, 74, 77, 78, 82, 86, 87, 88, 89, 94, 95, 96, 97, 98, 99, 130, 153, 187, 191, 204, 217, 227, 228], "hdf5eventsourc": 187, "hdf5writer": 99, "hdu": [15, 16, 27, 188, 189, 190, 229], "hdu_index_fil": 16, "hdu_tabl": [14, 15, 16, 17, 18, 19, 20], "header": [188, 190, 229], "healthi": 197, "heavi": 221, "heavili": 217, "height": [10, 13, 102, 197], "help": [187, 217, 227, 228], "henc": [26, 35, 173, 217, 228], "here": [19, 143, 187, 188, 189, 190, 191, 192, 217, 218, 220, 221, 227], "heurist": [187, 228], "hg": [40, 191], "hg_peak_sampl": 40, "high": [59, 187, 188, 224, 229], "high_cut": 126, "high_level": [14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 224], "higher": [18, 91, 126, 218], "highest": 197, "hilla": [102, 138, 139, 177, 199, 200, 209, 227, 228], "hillaparameterscontain": 200, "hillas_paramet": [102, 138], "hillas_psi": [136, 137, 141], "hillasparameterscontain": [102, 138, 199], "hist": 108, "hist_delta_t": [4, 5], "hist_dist0": [4, 5], "hist_dist0_intensity_gt_200": [4, 5], "hist_id": 108, "hist_intens": [4, 5], "hist_intercept": [4, 5], "hist_length": [4, 5], "hist_nisland": [4, 5], "hist_npixel": [4, 5], "hist_pixelchargespectrum": [4, 5], "hist_psi": [4, 5], "hist_psi_intensity_gt_200": 5, "hist_skew": [4, 5], "hist_tgrad_vs_length": [4, 5], "hist_tgrad_vs_length_intensity_gt_200": [4, 5], "hist_width": [4, 5], "histogram": [4, 5, 12, 82, 87, 98, 108, 190, 197, 205, 221, 229], "histogram_bin": [4, 8], "hit": 58, "hook": 218, "horizon": [158, 218], "horizont": [161, 173], "hour": 190, "how": [187, 216, 227], "html": [25, 205, 215, 218, 221, 228], "http": [25, 124, 173, 192, 195, 205, 215, 217, 218, 221, 222, 229], "hz": 37, "i": [6, 9, 10, 11, 12, 18, 19, 21, 25, 27, 30, 31, 32, 33, 34, 35, 45, 54, 57, 59, 61, 78, 91, 94, 95, 102, 111, 112, 114, 126, 143, 156, 162, 163, 165, 169, 173, 183, 187, 188, 189, 190, 191, 192, 196, 197, 202, 212, 213, 215, 217, 218, 220, 221, 223, 225, 227, 228, 229, 231], "iact": 223, "icr": [14, 18, 19], "id": [4, 9, 11, 12, 38, 40, 47, 59, 102, 104, 108, 195, 214, 228], "idea": 220, "identifi": [33, 34, 37, 38, 105, 165, 228], "idx": 23, "igrfwmm": 173, "imag": [3, 4, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 102, 115, 170, 184, 186, 192, 198, 217, 218, 221, 224, 227, 228], "image_clean": 41, "image_extractor": [0, 1, 3, 217], "image_extractor_config": [0, 1, 3], "image_extractor_for_muon": [217, 223], "imageextractor": 3, "img": 115, "immedi": 35, "impact": 102, "implement": [215, 223, 227], "import": [161, 210, 215, 218, 220, 225, 227, 230, 231], "improv": 218, "imput": [174, 175], "in2p3": 195, "inact": 100, "inclin": 173, "includ": [21, 26, 39, 40, 55, 85, 92, 94, 111, 112, 142, 143, 162, 188, 191, 204, 208, 212, 215, 218, 221, 223, 227, 228], "incorrectli": 59, "increas": [33, 37, 218], "index": [4, 7, 16, 17, 23, 77, 78, 94, 101, 109, 110, 112, 114, 189, 222, 228, 229], "indic": [4, 12, 22, 35, 197, 228], "individu": 217, "indptr": 35, "inf": [143, 169], "info": [4, 12, 30, 33, 34, 75, 82, 88, 89, 99, 102, 195, 228], "inform": [10, 23, 24, 60, 68, 85, 186, 190, 196, 217, 221, 228, 231], "inherit": 102, "init": [191, 218], "initi": [188, 189, 190, 218], "inject": 37, "inner": 47, "inplac": 174, "input": [7, 12, 25, 61, 71, 73, 84, 156, 164, 165, 166, 168, 170, 187, 188, 189, 190, 191, 218, 221, 223, 224, 228], "input_data": 228, "input_dir": [191, 221, 228], "input_dl2": 188, "input_dl3_dir": 189, "input_electron_dl2": 190, "input_fil": [187, 228], "input_file_gamma": 228, "input_filenam": 156, "input_gamma_dl2": 190, "input_irf_path": 188, "input_mc": 228, "input_prefix": 191, "input_proton_dl2": 190, "input_url": 187, "insid": [6, 11, 21, 102, 118, 188, 197, 218, 221], "inst": 186, "instal": [215, 218], "instanc": 191, "instead": [188, 190, 229], "institut": 107, "instruct": [218, 221], "instruement": 171, "instrument": [4, 38, 155, 186, 218], "int": [7, 9, 12, 15, 23, 30, 38, 40, 45, 46, 47, 98, 110, 112, 113, 114, 118, 120, 121, 122, 124, 128, 133, 134, 135, 143, 154, 155, 169, 180, 186, 198, 212, 228], "integ": 169, "integr": [32, 109, 217, 227], "integral_": 109, "intend": 197, "intens": [4, 38, 40, 100, 102, 143, 169, 191, 217, 221, 223], "interact": [102, 221, 228, 231], "intercept": [102, 228], "interest": 84, "interleav": [12, 218, 228], "intern": 85, "interp": 188, "interp1d": 37, "interp_col": 27, "interp_irf": 188, "interp_method": [26, 188], "interp_param": 23, "interpol": [15, 21, 22, 23, 24, 25, 26, 27, 37, 83, 175, 188, 229], "interv": 172, "introduc": [32, 109, 110, 148, 149], "introduct": 216, "invers": [123, 124], "io": [15, 26, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 138, 187, 188, 189, 190, 195, 218, 222, 224, 229], "ipynb": [218, 221], "irf": [15, 21, 22, 23, 26, 27, 60, 83, 188, 190, 229], "irf_dl3_tool_config": 218, "irf_file_pattern": 188, "irf_interp": 26, "irf_list": [21, 27], "irf_obs_tim": 190, "irf_params_ful": 23, "irf_params_sel": 23, "is_busi": 106, "is_calibr": 106, "is_mono": 106, "is_pedest": 106, "is_single_p": 106, "is_slow_control": 106, "is_soft_trig": 106, "is_stereo": 106, "is_unknown": 106, "island": [4, 102], "isol": 48, "isot": 20, "issu": [59, 192, 195, 215], "iter": 71, "its": [32, 33, 35, 53, 217], "j": [6, 114, 215], "job": 55, "job_logs_dir": 55, "json": [49, 50, 188, 190, 191, 218, 223, 228], "judg": 221, "jump": [4, 102, 165], "just": [8, 11, 18, 19, 38, 40, 58, 187, 188, 197, 215, 220, 221, 229], "k": 192, "keep": [48, 59, 92, 163, 169, 188, 215], "keep_duplicated_ev": 188, "keep_isolated_pixel": [186, 217], "kei": [66, 71, 74, 78, 92, 191, 228], "key_trait": 191, "keys_to_copi": [66, 228], "keyword": 223, "kind": 8, "know": [215, 221], "known": 223, "kosack": 192, "kurtosi": [102, 217], "kwarg": [59, 60, 61, 117, 119, 186, 187, 188, 189, 190, 191, 198, 199, 200, 201, 208, 210, 212], "la": 218, "label": [10, 192, 196, 197, 205], "lack": 12, "lapalma": 228, "larg": [11, 159, 221], "larger": [59, 163], "last": 81, "later": [227, 228], "latest": [61, 189, 218, 222, 229], "latitud": 218, "law": [109, 110, 111, 112], "leakag": 228, "leakage_intensity_width_1": 102, "leakage_intensity_width_2": [102, 217], "leakage_pixels_width_1": 102, "leakage_pixels_width_2": 102, "learn": [165, 210], "least_significant_digit": [66, 94, 96, 98], "left": [133, 134, 135], "len": 110, "length": [4, 43, 100, 102, 152, 167, 168, 217], "length_uncertainti": 102, "level": [30, 188, 208, 212, 216, 218, 221, 223, 224, 228, 229], "lg": [40, 191], "lg_peak_sampl": 40, "lh": 100, "lhfit_area": 100, "lhfit_call_statu": 100, "lhfit_i": 100, "lhfit_intens": 100, "lhfit_intensity_uncertainti": 100, "lhfit_length": 100, "lhfit_length_asymmetri": 100, "lhfit_length_asymmetry_uncertainti": 100, "lhfit_length_uncertainti": 100, "lhfit_log_intens": 100, "lhfit_phi": 100, "lhfit_psi": 100, "lhfit_psi_uncertainti": 100, "lhfit_r": 100, "lhfit_ref_tim": 100, "lhfit_ref_time_uncertainti": 100, "lhfit_t": 100, "lhfit_t_68": 100, "lhfit_time_gradi": 100, "lhfit_time_gradient_uncertainti": 100, "lhfit_width": 100, "lhfit_wl": 100, "lhfit_wl_uncertainti": 100, "lhfit_x": 100, "lhfit_x_uncertainti": 100, "lhfit_y_uncertainti": 100, "li": [124, 205], "librari": [217, 222, 225], "light": [32, 35, 190, 218, 221, 223, 229], "like": [25, 180, 190, 213, 218, 220, 221], "likelihood": [38, 40, 100, 154], "lima_signific": 205, "limit": [59, 126, 228], "lin": 10, "line": [187, 188, 189, 190, 191, 224], "linear": [25, 26, 175, 188, 197], "linear_imput": 174, "list": [7, 8, 9, 10, 16, 17, 20, 21, 22, 23, 24, 26, 27, 41, 56, 59, 61, 62, 66, 74, 79, 81, 82, 84, 92, 148, 167, 169, 170, 175, 188, 191, 196, 197, 198, 210, 218, 222, 228], "load": [27, 49, 50, 78, 142], "localpeakwindowsum": [217, 223], "locat": [223, 228], "log": [10, 19, 30, 55, 60, 73, 100, 102, 228, 231], "log10": [110, 111, 112], "log_intens": [102, 217], "log_mc_energi": 102, "log_reco_energi": 217, "logarithm": 197, "logger": 30, "logparabola": [111, 112], "logspac": 110, "long": 228, "longterm": 221, "longterm_dl1_check": 228, "look": [188, 215, 217, 229], "loop": 191, "lost": 35, "low": [59, 218], "low_cut": 126, "lower": [42, 45, 108, 126], "lowest": 197, "lst": [38, 59, 173, 191, 215, 217, 219, 221, 222, 225, 227, 228, 229], "lst1": [225, 228], "lst101": 228, "lst_lstcam": 231, "lst_pixid_to_clust": 195, "lstcalibrationcalcul": [187, 217, 231], "lstchain": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 217, 228], "lstchain_check_dl1": 221, "lstchain_cherenkov_transpar": 221, "lstchain_config": 228, "lstchain_create_calibration_fil": 187, "lstchain_create_dl3_fil": [188, 217], "lstchain_create_dl3_index_fil": [189, 217], "lstchain_create_irf_fil": [190, 217], "lstchain_data_r0_to_dl1": [217, 223], "lstchain_dl1_muon_analysi": 223, "lstchain_dl1_to_dl2": 217, "lstchain_dl1ab": 217, "lstchain_dump_config": 218, "lstchain_fit_intensity_scan": 191, "lstchain_longterm_dl1_check": 221, "lstchain_mc_r0_to_dl1": 217, "lstchain_muon_analysis_dl1": 228, "lstchain_post_dl2": 217, "lstchain_src_dep_config": 49, "lstchain_standard_config": [50, 223], "lstchain_tune_nsb": 218, "lstchain_vers": [107, 231], "lstchainer": 64, "lstcontain": [70, 80, 87, 94, 95, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108], "lsteventsourc": [187, 217, 228, 231], "lstmcipe": 218, "lstosa": 223, "lstr0correct": [187, 217, 231], "m": [25, 100, 102, 136, 142, 144, 145, 152, 161, 166, 168, 187, 215], "ma": [124, 205], "magcalc": 173, "magic": 121, "magnet": 173, "mai": [59, 66, 191, 217, 218, 223], "main": [23, 121, 133, 134, 135, 188, 189, 190, 218], "maintain": [215, 218], "major": [100, 102, 164, 200], "make": [59, 163, 215, 218, 221], "makedir": 53, "manag": [218, 227], "mani": [221, 228], "map": [198, 205, 213], "mark": 218, "mask": [4, 31, 41, 59, 184, 186], "mask_0_suppress": 186, "mask_dynamic_clean": 31, "match": [33, 34, 228], "matplot": 210, "matplotlib": [47, 113, 114, 115, 116, 117, 119, 120, 121, 198, 199, 200, 201, 203, 204, 205, 208, 210, 212, 213], "matrix": [60, 204, 229], "max": 228, "max_alpha_cut": [59, 217], "max_cor": [7, 228], "max_depth": 217, "max_ev": [187, 217, 228], "max_featur": 217, "max_gh_cut": [59, 217], "max_leaf_nod": 217, "max_muon": 228, "max_tel": 167, "max_theta_cut": [59, 217], "max_unusable_pixel": 228, "maximum": [7, 59, 60, 109, 110, 111, 112, 169, 187, 228], "mayb": [102, 190, 229], "mb": 221, "mc": [32, 33, 34, 59, 67, 73, 82, 85, 102, 105, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 143, 159, 161, 163, 165, 187, 190, 204, 208, 209, 212, 223, 224, 228, 229], "mc_alt": [102, 137, 153], "mc_alt_tel": [102, 137, 153], "mc_az": [102, 137, 153], "mc_az_tel": [102, 137, 153], "mc_core_dist": 102, "mc_core_i": 102, "mc_core_x": 102, "mc_energi": [40, 102, 204, 212], "mc_gamma": 144, "mc_h_first_int": 102, "mc_image_scaling_factor": 217, "mc_max_pedestal_adc": 187, "mc_min_flatfield_adc": 187, "mc_nominal_source_x_deg": 217, "mc_nominal_source_y_deg": 217, "mc_par": [24, 127, 128], "mc_ped_vari": 34, "mc_proton": 144, "mc_type": [102, 128, 212], "mc_x_max": 102, "mcheader": [68, 96], "mcheader1": 68, "mcheader2": 68, "mean": [4, 6, 10, 12, 32, 59, 75, 165, 191, 196, 218], "mean_alt_tel": 4, "mean_az_tel": 4, "mean_offset": 75, "mean_pixel_charge_around_r": [38, 40], "meant": 228, "measur": [102, 173, 218, 223], "median": [187, 191, 218], "merg": [8, 66, 81, 82, 89, 92, 218, 221, 228], "merge_arrai": 66, "merged_filenam": 8, "messag": 197, "meta": [4, 5, 63, 64, 94, 95, 100, 101, 102, 103, 104, 105, 107, 108], "metaatom": 62, "metadata": [4, 5, 22, 64, 69, 73, 80, 82, 86, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 108, 231], "metadata1": 69, "metadata2": 69, "method": [4, 25, 26, 48, 59, 60, 61, 100, 102, 106, 108, 126, 154, 184, 185, 186, 187, 188, 189, 190, 191, 192, 222, 223, 227, 229], "midpoint": [125, 126], "might": [21, 215], "migrat": [60, 204], "mimic": 223, "min": 48, "min_alpha_cut": [59, 217], "min_event_p_en_bin": [59, 217], "min_flatfield_adc": 217, "min_flatfield_pixel_fract": 217, "min_gh_cut": [59, 217], "min_impurity_decreas": 217, "min_number_picture_neighbor": [186, 217], "min_samples_leaf": 217, "min_samples_split": 217, "min_theta_cut": [59, 217], "min_weight_fraction_leaf": 217, "minim": 120, "minimum": [31, 45, 59, 60, 109, 110, 111, 112, 187], "minor": [100, 102], "mirror": 223, "miss": [103, 174, 175], "missing_valu": [174, 175], "mistak": 218, "modal": 59, "mode": [7, 9, 10, 90, 94, 228], "model": [61, 100, 142, 143, 146, 147, 148, 149, 210, 228], "modifi": [32, 33, 34, 35, 36, 37, 142, 143, 146, 147, 148, 149, 150, 151, 165, 184, 190, 215, 228, 229], "modul": [219, 228], "mon_ev": 93, "mon_index": 93, "monitor": [187, 228, 231], "mono": [106, 225], "mono_merge_test": 228, "mono_off0": 228, "mont": 228, "montecarlo": 224, "moon": 218, "more": [12, 21, 59, 189, 191, 212, 217, 228, 231], "morph": 25, "mostli": 218, "mu": 102, "multi": [77, 78, 228], "multipl": [60, 91, 155], "muon": [9, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 221, 228], "muon_analysi": [38, 39, 40, 41, 42, 43, 44, 45, 46], "muonefficiencycontain": 38, "muonintensityoutput": 38, "muonintensityparam": 40, "muonparamet": [38, 40], "muonparameterscontain": [38, 40], "muonringcontain": 38, "muonringparam": [38, 40, 41], "muons_": 228, "muons_dir": [9, 221, 228], "muons_lst": [221, 223, 228], "must": [33, 34, 66, 71, 142, 148, 170, 204, 212, 218, 221, 228], "mybranch": 215, "n": [11, 25, 37, 188, 189, 190, 197, 215, 217], "n_background": [123, 124], "n_bin": 205, "n_bins_energi": [118, 120, 121, 124, 133, 134, 135], "n_bins_gamma": [113, 120, 122], "n_bins_i": 108, "n_bins_theta2": [113, 120, 122, 124], "n_bins_x": 108, "n_energy_bin": 25, "n_estim": 217, "n_event": 169, "n_excess": 123, "n_excesses_5sigma": 124, "n_grid_point": 25, "n_island": [102, 228], "n_job": 217, "n_on_ev": 124, "n_pixel": [46, 102], "n_point": 213, "n_process": 81, "n_reco": 128, "n_shower": 89, "n_signal": 124, "n_training_ev": [143, 217], "name": [4, 5, 7, 8, 9, 11, 13, 15, 27, 48, 55, 73, 84, 100, 101, 102, 103, 104, 105, 107, 108, 148, 168, 169, 185, 187, 188, 189, 190, 191, 202, 205, 214, 221], "named_dataset": 205, "nan": [4, 40, 100, 102, 103, 174, 175], "nand": [188, 190], "nare": 188, "natur": 223, "nbackground": 190, "nby": 190, "nchang": [188, 190], "ncloser": 188, "ncopi": [188, 190], "ncreat": [188, 189, 190], "ndarrai": [6, 25, 31, 32, 35, 38, 40, 41, 42, 44, 45, 62, 110, 113, 118, 119, 120, 121, 122, 123, 124, 125, 126, 128, 131, 136, 137, 141, 162, 165, 176, 177, 180, 186, 197, 212], "ndatabin": 190, "neach": 190, "nearbi": 4, "nearest": [21, 23, 25, 26, 59, 188, 229], "nebula": 117, "necessari": [85, 188], "need": [18, 21, 33, 34, 73, 92, 188, 190, 191, 218, 219, 221, 228, 229], "neg": 102, "neighbor": [35, 48], "neighbor_matrix_spars": 35, "neighbour": 59, "nenergi": 188, "nev": 112, "new": [32, 52, 66, 73, 180, 192, 215, 218, 221, 228], "new_config": 52, "new_ff": 93, "new_imag": 35, "new_p": 93, "next": 213, "nf": 217, "nfor": [188, 190], "nfrom": [188, 189], "ngdc": 173, "nhttp": 189, "nif": [188, 190], "night": [218, 221, 228], "ninterpol": 188, "nirf": 190, "nmatrix": 190, "nmc": 190, "nmodifi": 190, "nnode": 188, "noaa": 173, "node": [21, 23, 66, 71, 79, 90, 92, 165, 188, 229], "node_kei": 71, "nodes_kei": 66, "noff": [133, 134, 135], "nois": [32, 33, 34, 191, 218, 223], "noisier": 32, "non": [32, 157, 190, 229], "none": [4, 5, 7, 9, 10, 11, 12, 13, 33, 34, 38, 39, 40, 46, 58, 59, 66, 71, 78, 81, 83, 84, 92, 94, 95, 96, 98, 99, 100, 101, 102, 103, 104, 105, 107, 108, 117, 119, 121, 142, 143, 146, 147, 148, 149, 150, 151, 155, 156, 161, 169, 173, 174, 175, 184, 188, 196, 197, 198, 202, 203, 204, 205, 208, 210, 212, 213, 214, 228], "norm": [10, 103, 140, 142, 146, 162, 176], "normal": 109, "normalis": 37, "normalizedpulsetempl": 37, "north": [160, 173], "note": [18, 19, 59, 89, 186, 218, 221, 231], "notebook": [218, 221], "noth": 31, "now": [102, 218, 221], "np": [31, 32, 35, 38, 40, 41, 42, 45, 108, 110, 111, 112, 125, 126, 161, 169, 174, 175], "npe_median_cut_outli": 217, "nr": 45, "nsb": [32, 33, 34, 37, 73, 218, 223, 228], "nsb_tune": 217, "nsb_tuning_ratio": 217, "nsec": 228, "nselect": 188, "nset": 190, "nsimilarli": [188, 190], "nstep": 188, "nsurviv": 188, "ntaken": 190, "ntelescopes_gamma": [133, 134, 135], "ntelescopes_proton": [133, 134, 135], "nthe": [188, 189, 190], "nthei": 189, "ntheta_contain": 190, "nto": [188, 190], "nuclei": 102, "nucleon": 102, "null": [217, 218], "num_cleaned_ev": 4, "num_entri": 108, "num_ev": 4, "num_nearby_star": 4, "num_pulses_above_0010_p": 4, "num_pulses_above_0030_p": 4, "num_pulses_above_0100_p": 4, "num_pulses_above_0300_p": 4, "num_pulses_above_1000_p": 4, "num_ucts_jump": 4, "number": [4, 7, 11, 15, 32, 33, 34, 38, 41, 42, 45, 46, 48, 59, 60, 81, 102, 108, 110, 112, 113, 118, 120, 121, 122, 123, 124, 125, 126, 128, 132, 133, 134, 135, 143, 165, 169, 174, 175, 186, 187, 188, 191, 195, 197, 202, 205, 213, 214, 223, 228], "number_of_dil": 186, "number_of_pixel": 197, "number_of_point": 165, "numpi": [25, 27, 32, 60, 62, 110, 113, 118, 119, 120, 121, 122, 123, 124, 128, 131, 136, 137, 141, 161, 162, 175, 176, 177, 212], "nuse": 188, "nvalu": 188, "nwhen": 190, "o": [4, 25, 187, 188, 189, 190, 218, 228], "ob": [17, 189, 190, 229], "object": [20, 23, 106, 142, 169, 180, 184, 186, 192, 221], "obs_id": [96, 98, 102, 105, 108], "obs_index_fil": 17, "observ": [4, 21, 26, 28, 29, 59, 72, 81, 102, 125, 126, 133, 134, 135, 166, 168, 170, 188, 190, 205, 213, 215, 217, 218, 221, 227, 231], "observatori": [192, 215, 218], "observed_source_nam": 168, "obstim": [125, 126, 133, 134, 135, 161, 178], "obtain": [100, 188, 218, 221, 223, 229], "obvious": 218, "occurr": [174, 175], "off": [18, 28, 123, 124, 134, 159, 188, 213, 229], "off_180": 78, "off_set": 214, "offset": [60, 75], "offset_valu": 214, "omit": [221, 228], "ondl2": 228, "one": [4, 9, 10, 11, 12, 30, 34, 102, 142, 143, 146, 147, 148, 149, 150, 151, 188, 190, 196, 197, 205, 212, 215, 217, 218, 221, 228, 229], "one_ev": 187, "ones": [11, 231], "onli": [21, 26, 33, 34, 59, 66, 82, 157, 170, 188, 190, 228, 229], "oob_scor": 217, "opaac": 205, "opac": 205, "open": [71, 90, 94, 187, 188, 189, 190, 191, 215, 218, 221, 228], "open_fil": [94, 231], "optic": 223, "optim": [59, 113, 114, 115, 122, 188], "option": [9, 84, 94, 95, 169, 187, 188, 189, 190, 191, 227, 228], "order": [193, 194, 218, 223], "org": [25, 205, 217, 221], "orient": 4, "origin": [32, 37, 180, 215], "original_nsb": 37, "other": [20, 59, 69, 70, 190, 197, 218, 221, 227, 229], "otherwis": [190, 228], "out": [159, 197, 215, 223, 228], "out_path": 9, "outcom": 4, "outer": 47, "outermost": 102, "outfil": [94, 95, 228], "output": [7, 30, 71, 94, 95, 156, 187, 188, 189, 190, 191, 202, 214, 218, 221, 223, 224, 228, 231], "output_dir": [221, 228], "output_dl3_path": 188, "output_fil": [187, 228], "output_filenam": [66, 92, 96, 97, 98, 156], "output_index_path": 189, "output_irf_fil": 190, "output_paramet": 40, "output_path": [7, 191, 228], "outsid": [38, 40, 155], "over": [26, 221, 228], "overal": [165, 205, 223], "overlai": [199, 200], "overlap": 23, "overstat": 221, "overwrit": [16, 17, 188, 189, 190, 217, 228], "overwritten": 227, "own": 218, "p": [4, 32, 33, 34, 35, 37, 187, 188, 189, 190, 228], "p1": 197, "p2": 197, "p3": 197, "p_contain": 118, "pack": 167, "packag": [76, 218], "pad": 197, "pad_height": 197, "pad_width": 197, "page": [13, 228], "pages": [10, 13], "pair": [11, 81], "palma": 218, "panda": [72, 78, 84, 94, 95, 118, 128, 142, 144, 145, 146, 147, 148, 149, 150, 151, 152, 157, 159, 164, 166, 168, 169, 170, 172, 174, 203, 204, 206, 208, 209, 211, 212, 228], "par": 130, "parallel": [81, 228], "param": [46, 111], "paramat": 228, "paramet": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 79, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 94, 95, 96, 97, 98, 99, 100, 102, 103, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 164, 165, 166, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 188, 190, 191, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 208, 209, 210, 211, 212, 213, 214, 217, 218, 221, 223, 227, 228, 229], "params_list": 24, "paramt": 15, "parent": 185, "pars": [187, 188, 189, 190, 191], "part": [218, 228], "partial": 228, "particl": [128, 131], "particle_classification_featur": 217, "pass": [0, 1, 2, 3, 21, 59, 142, 143, 155, 169, 188, 190, 191, 228, 229], "passedotherwis": 228, "password": 221, "path": [7, 9, 12, 16, 17, 38, 53, 54, 55, 66, 67, 74, 75, 76, 77, 78, 79, 82, 83, 85, 86, 87, 88, 89, 90, 94, 95, 97, 133, 134, 135, 142, 143, 153, 155, 156, 188, 189, 190, 191, 218, 228, 229], "path_model": [143, 228], "pathlib": 9, "pattern": [167, 188, 189, 228, 229], "pd": [125, 126, 165], "pdf": [7, 37, 191, 202, 214, 221, 228], "pdl2": 228, "pe": [45, 191], "pe_thr": 45, "peak": [32, 40, 100, 217], "peak_index": 217, "peak_tim": [102, 184], "peculiar": 223, "ped_data": 202, "pedest": [4, 8, 12, 34, 45, 101, 106, 187, 202, 214, 218, 228], "pedestal_fil": [187, 214, 228], "pedestal_id": 101, "pedestal_ids_path": 228, "pedestal_ids_runxxxxx": 228, "pedestal_product": 217, "pedestalcalcul": 187, "pedestalcontain": 202, "pedestalintegr": [187, 217], "per": [4, 11, 27, 59, 60, 61, 115, 133, 134, 135, 165, 173, 187, 189, 197, 212, 221, 229], "per_key_trait": 191, "percent": 192, "percentag": [59, 117, 123, 124], "percentil": 59, "perform": [21, 25, 26, 46, 154, 165, 188, 190, 206, 211, 215, 217, 218, 222, 223, 227, 228, 229], "period": 218, "person": 107, "pf": 228, "phe": 106, "phi": [102, 160], "photoelectron": [33, 38, 40, 41, 42, 45], "photon": [33, 34, 37, 223], "physic": [68, 218], "pi": [162, 176], "pictur": 48, "picture_thresh": [186, 217], "pip": 215, "pipelin": 228, "pitfal": 218, "pix_id": 195, "pixe_id_within_clust": 195, "pixel": [4, 10, 31, 32, 33, 34, 35, 37, 38, 40, 41, 42, 43, 44, 45, 46, 48, 100, 102, 186, 187, 191, 195, 196, 197, 218, 228], "pixel_i": 44, "pixel_mask": 186, "pixel_x": 44, "place": [11, 165, 175, 189, 229], "placehold": [174, 175], "plane": 173, "pleas": [215, 228], "plot": [9, 10, 11, 13, 28, 29, 38, 47, 113, 114, 116, 117, 118, 119, 120, 121, 191, 196, 197, 200, 202, 204, 205, 206, 208, 209, 210, 211, 212, 213, 214, 217, 221, 228, 230], "plot_calib": 202, "plot_dl2": [203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213], "plot_drs4": 214, "plot_fil": [202, 214], "plot_muon": 47, "plot_outfil": [203, 204], "plot_path": 191, "plot_r": 38, "plot_roc_curve_gamma": 212, "plot_util": [113, 114, 115, 116, 117, 118, 119, 120, 121], "plots_path": [38, 228], "plu": 221, "point": [4, 15, 19, 21, 25, 102, 161, 165, 173, 174, 178, 181, 187, 188, 190, 203, 213, 223, 228, 229, 231], "point_lik": [67, 190, 229], "pointing_alt": [161, 178, 179, 181], "pointing_az": [161, 178, 179, 181], "pointing_fil": 228, "pointing_wise_weight": 217, "pointingsourc": [187, 217, 231], "points_outfil": [203, 204], "poisson": [32, 35], "poissonian": 32, "polar": [100, 102, 162, 164, 176], "polygon": 194, "poor": 218, "poorli": 221, "pos_i": 161, "pos_x": 161, "posit": [14, 15, 18, 19, 21, 44, 77, 78, 83, 91, 100, 102, 118, 123, 124, 131, 138, 139, 144, 153, 166, 168, 171, 175, 177, 179, 181, 182, 188, 201, 206, 211, 213, 217, 227, 229], "possibl": [11, 35, 38, 40, 148, 149, 175, 218], "power": [109, 110, 111, 112], "powerlaw": [111, 112], "pp": 228, "pre": 142, "predict": [148, 173], "predict_featur": [146, 147, 148], "prefix": [4, 5, 100, 101, 102, 103, 104, 105, 107, 108, 191], "prepar": 154, "present": [59, 165, 188, 190, 217, 228, 229], "presum": 32, "pretti": 59, "previou": [157, 170], "previous": 142, "primari": 102, "principl": 221, "print": 215, "privat": 215, "private_data": 215, "probabl": 215, "problem": 228, "procedur": 218, "process": [7, 10, 12, 33, 34, 66, 81, 100, 128, 155, 191, 196, 218, 221, 223, 228], "prod3": 228, "produc": [8, 9, 92, 190, 202, 218, 221, 223, 227, 228], "product": [33, 34, 73, 107, 218, 228], "profil": 218, "program": [55, 57], "progress": [66, 228], "progress_bar": 66, "project": 215, "propag": 221, "properli": [120, 218], "proport": 143, "protect": 221, "proton": [118, 133, 135, 143, 190, 206, 209, 211, 218, 228, 229], "proton_classifi": 217, "protonfil": 228, "protontest": 228, "protozfit": 228, "provid": [26, 59, 66, 173, 188, 190, 202, 218, 221, 228, 229], "proxi": 218, "psf": [35, 59, 60, 217], "psi": 102, "pull": [215, 218], "puls": [4, 32, 37, 100, 198, 228], "pulse_templ": 37, "push": 215, "py": [187, 218, 228], "pyirf": [26, 59, 60, 85, 190, 229], "pyirf_simu_info": 85, "pyplot": [47, 113, 114, 115, 116, 117, 119, 120, 121, 198, 199, 200, 201, 203, 204, 205, 208, 210, 212, 213], "pytabl": [62, 94], "pytest": 215, "python": [10, 11, 187, 191, 196, 215, 228, 231], "qtabl": [15, 83, 85, 91, 170, 172], "quadrat": 191, "qualiti": 218, "quantiti": [4, 117, 119, 133, 134, 135, 138, 142, 144, 145, 152, 161, 168, 170, 173, 178, 179, 181, 197, 201, 202, 214, 221], "queri": [53, 55], "query_yes_no": 57, "question": [57, 58], "quick": [217, 221], "quiver": 199, "r": [32, 102, 131, 169, 187, 213, 217, 228], "r0": [156, 217, 221, 227, 228], "r0_path": 228, "r0_to_dl1": [153, 154, 155], "r1": [37, 61], "ra": [4, 14, 15, 188], "rad": [4, 100, 102, 136, 161], "rad_max": [26, 190, 229], "radial": [44, 100, 102], "radial_distribut": [38, 40], "radial_light_distribut": [38, 40], "radian": 165, "radiu": [47, 131], "rai": [131, 218, 221, 223], "rain": 227, "rais": [54, 143], "random": [32, 35, 142, 143, 148, 149, 150, 151, 165, 227, 228], "random_forest_disp_classifier_arg": 217, "random_forest_disp_regressor_arg": 217, "random_forest_energy_regressor_arg": 217, "random_forest_particle_classifier_arg": 217, "random_forest_weight_set": 217, "random_st": 217, "randomforestclassifi": [142, 151], "randomforestregressor": [142, 150], "randomis": 37, "rang": [21, 26, 45, 111, 169, 191, 197], "range_slid": 197, "rate": [37, 73, 112, 125, 126, 218], "ratio": [133, 134, 135, 169], "raw": [217, 228], "raw_input": 58, "read": [51, 81, 83, 84, 85, 86, 87, 88, 89, 130, 184, 225, 228], "readabl": 228, "readthedoc": [189, 218, 222, 229], "real": [33, 34, 134, 135, 157, 170, 223, 228], "real_data": 144, "reason": 218, "recalcul": 217, "receiv": 223, "reco": [59, 60, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 188, 190, 224, 228, 229], "reco_disp_norm": 217, "reco_disp_sign": 217, "reco_energi": 204, "reco_energy_bin": 60, "reco_energy_max": [60, 217], "reco_energy_min": [60, 217], "reco_energy_n_bin": [60, 217], "recogn": 106, "recommend": [18, 218, 222], "recomput": 228, "reconstruct": [14, 18, 59, 100, 128, 131, 133, 135, 139, 142, 143, 150, 153, 154, 179, 206, 208, 209, 211, 212, 217, 224, 225, 228, 230], "record": [72, 218], "recurs": 90, "reduc": [186, 223, 227], "reduct": [184, 185, 227], "refer": [19, 25, 92, 222, 228, 231], "reg_disp": 150, "reg_disp_norm": [142, 143], "reg_disp_vector": [142, 143], "reg_energi": [142, 143, 150], "regard": 82, "regardless": 170, "region": [18, 59, 123, 124, 133, 134, 135], "regress": [146, 148, 149], "regressor": [148, 149, 150], "regular": [194, 228], "rel": [4, 218, 221], "relat": 221, "relative_time_mean": 4, "relative_time_stddev": 4, "releas": 192, "relev": [22, 89, 128, 188, 190, 229], "reliabl": 228, "remain": [11, 32], "remov": [31, 53, 91, 188, 228], "replac": [174, 175, 192, 220, 231], "repositori": [215, 218], "repres": 143, "reproduc": 218, "request": [143, 215, 218], "requir": [24, 27, 58, 60, 153, 188, 208, 215, 218], "rescal": 192, "resolut": [203, 204, 208], "resourc": [76, 218], "respect": [26, 59, 150], "respons": [107, 218], "rest": 4, "result": [59, 153, 191, 217, 223, 228, 230], "resum": 58, "retriev": [20, 21], "return": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 15, 21, 22, 23, 24, 25, 26, 27, 31, 32, 33, 34, 35, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 56, 57, 58, 62, 67, 68, 72, 73, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 87, 88, 89, 91, 94, 109, 110, 111, 112, 113, 114, 115, 116, 117, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 146, 147, 148, 149, 150, 151, 154, 155, 156, 157, 158, 159, 160, 161, 162, 164, 165, 166, 168, 169, 170, 171, 172, 173, 175, 176, 177, 178, 179, 180, 181, 182, 183, 185, 186, 194, 195, 196, 197, 198, 201, 203, 204, 205, 208, 210, 212, 213], "revis": 21, "rf": [102, 143, 150, 151, 227, 228], "right": 142, "ring": [38, 40, 41, 44, 46, 47, 102, 118, 131, 221, 223, 228], "ring_halfwidth": 131, "ring_radiu": 131, "ring_siz": 38, "ring_wobbl": 67, "ringrad_camcoord": 47, "ringrad_inn": 47, "ringrad_out": 47, "rm": 102, "rng": 32, "roc": 212, "root": [126, 231], "rotat": [100, 102, 194, 213], "row": [4, 8, 11, 91, 197], "rst": 215, "run": [7, 9, 10, 15, 73, 81, 89, 105, 108, 187, 188, 189, 190, 191, 196, 197, 202, 214, 215, 217, 218, 221, 223, 228, 231], "run01625": 228, "run01881": 228, "run02030": 228, "run10032": 218, "run14619": 221, "run1625": 228, "run2028": 228, "run2029": 228, "run_1": 189, "run_check": 66, "run_list": 191, "run_n": 189, "run_numb": [15, 228], "run_summary_fil": 187, "run_summary_path": [187, 228], "runsummari": 228, "runxxxxx": [223, 228], "safe": 11, "safe_load": 231, "same": [9, 10, 18, 21, 23, 33, 34, 59, 60, 66, 89, 132, 165, 169, 188, 189, 196, 197, 204, 212, 215, 217, 218, 221, 228, 229, 231], "sampl": [4, 37, 40, 143, 165, 218, 221], "sample_dur": 217, "sample_s": [214, 217], "sample_weight": 165, "sampled_event_id": 4, "save": [4, 5, 100, 101, 102, 103, 104, 105, 107, 108, 120, 143, 156, 188, 190, 203, 204, 218, 227, 228, 229], "save_figur": 118, "save_model": 143, "saved_model": 228, "scalar": 197, "scale": [10, 20, 60, 190, 197, 205, 228, 229], "scale_true_energi": [60, 190, 217, 229], "scan": 191, "scatter": 201, "scikit": [165, 210], "scipi": [25, 26, 37], "script": [217, 218, 221, 223, 224], "search": [32, 188, 189, 229], "second": [10, 72, 133, 134, 135, 170, 196], "section": [222, 228, 231], "sed": [117, 121], "see": [23, 33, 94, 143, 192, 208, 217, 218, 221, 227, 228], "seed": 36, "sel_ev": 172, "select": [23, 26, 31, 46, 59, 91, 104, 143, 172, 186, 188, 189, 190, 191, 217, 229], "selected_gain_channel": 104, "selector": 2, "sen": 121, "sensit": [113, 116, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 228], "sensitivity_3darrai": 120, "separ": [14, 142, 143, 151, 188, 190, 206, 209, 211, 227, 228, 229], "sequenc": 81, "sequenti": 221, "server": [215, 228], "set": [30, 33, 34, 38, 58, 67, 142, 143, 151, 170, 185, 186, 187, 188, 189, 190, 191, 197, 228, 229], "set1": 205, "set_concentr": 102, "set_disp": 102, "set_geom_and_imag": 192, "set_leakag": 102, "set_n_island": 102, "set_source_camera_posit": 102, "set_telescope_info": 102, "set_timing_featur": 102, "setup": [30, 187, 188, 189, 190, 191, 218], "sever": [228, 231], "sh": [215, 218], "shape": [6, 11, 25, 111, 112, 165, 197, 198, 223], "shell": 218, "shift": 33, "should": [0, 1, 2, 3, 4, 32, 102, 111, 112, 143, 157, 162, 176, 187, 188, 189, 190, 191, 192, 217, 218, 220, 227, 228, 229], "show": [197, 228], "shower": [26, 33, 34, 38, 40, 61, 102, 143, 164, 173, 218], "showlog": 197, "shown": 197, "shtml": 173, "shuffl": [66, 94, 96, 98], "side": [183, 198], "sigma": [124, 217], "sign": [103, 132, 140, 142, 147, 162, 176], "signal": [38, 40, 100, 102, 123, 124, 133, 134, 135, 191, 205, 223], "signal_pixel": 31, "signal_rang": 191, "signed_skew": 217, "signed_time_gradi": 217, "signific": [26, 124, 205], "significance_calcul": [28, 29, 30], "significantli": 218, "sim_sp_idx": 112, "similar": 92, "similarli": 229, "simplex": [21, 188], "simpli": [102, 215], "simplifi": 218, "simtel": [33, 34, 73, 87, 98, 108, 158, 160, 218, 228], "simtel_corsika_theta_6": 218, "simtel_fil": 228, "simtel_filenam": [33, 34], "simtelarrai": [227, 228], "simteleventsourc": 187, "simu": [82, 88, 89], "simul": [33, 34, 37, 40, 75, 82, 85, 102, 110, 112, 128, 130, 156, 217, 218, 223, 228], "simulatedeventsinfo": 85, "simulationconfigcontain": [68, 88, 89], "sin": [26, 102], "sin_az_tel": [102, 217], "sinc": 91, "singl": [21, 26, 37, 47, 60, 81, 89, 106, 173, 197, 221, 228], "size": [40, 42, 102, 108, 118, 194], "size_outside_r": [38, 40], "skew": [4, 44, 102, 217], "skip": [187, 228], "sklearn": 142, "sky": [161, 170, 178, 179, 188, 218, 229], "sky_coord": 161, "sky_coordin": [178, 179, 181], "skycoord": [15, 161, 178, 179, 181], "slider": 197, "slow": 106, "slower": 92, "small": [32, 223], "smear": 35, "smearer": 35, "smooth": 59, "snippet": 216, "so": [27, 32, 59, 102, 157, 169, 215], "softrig": 106, "softwar": 218, "solid": 111, "some": [20, 35, 54, 85, 107, 163, 188, 189, 190, 221, 228, 229, 231], "someon": 215, "someth": 215, "soon": 192, "sourc": [14, 15, 18, 19, 49, 60, 77, 78, 83, 91, 98, 102, 138, 139, 144, 145, 153, 166, 168, 171, 177, 179, 182, 183, 188, 190, 201, 213, 218, 225, 227, 228, 229], "source_config": [217, 231], "source_dec": 188, "source_dep": [188, 190], "source_depend": 217, "source_nam": [15, 188], "source_offset_bin": 60, "source_offset_max": [60, 217], "source_offset_min": [60, 217], "source_offset_n_edg": [60, 217], "source_po": [14, 15, 19, 102], "source_pos_i": [138, 139, 177, 182, 201], "source_pos_x": [138, 139, 177, 182, 183, 201], "source_posit": [166, 213], "source_ra": 188, "sp_idx": 109, "space": [21, 23, 26, 188, 229], "spawn": [7, 228], "spe_loc": 217, "specif": [165, 197, 218], "specifi": [78, 84, 184, 189, 190, 204, 223], "spectra": [127, 221], "spectral": [109, 110, 111, 112, 127], "spectral_index": 110, "spectral_par": 127, "spectrum": [111, 112, 127, 190, 229], "sphinxopt": 215, "split": 143, "spot": 223, "spread": [100, 102, 223], "sqrt": 123, "squar": [114, 128, 131, 166, 191], "squared_error": 217, "squared_excess_noise_factor": [191, 217], "src": [90, 228], "src_file": 90, "src_r": 159, "src_r_max": 159, "src_r_min": 159, "src_x": [102, 136], "src_y": [102, 136], "srcdep": 78, "srcdep_po": 83, "srcdir": 228, "stack": [27, 79, 212], "stage": [228, 231], "standard": [0, 1, 2, 3, 4, 27, 50, 61, 142, 143, 146, 147, 148, 149, 150, 151, 155, 189, 191, 218, 223, 228, 229], "standard_dev": 44, "standard_lstchain_config": 218, "star": 4, "start": [9, 32, 187, 188, 189, 190, 191, 228], "static": 106, "statist": [11, 35, 165], "statu": 100, "std": [10, 196], "step": [215, 216, 218, 221, 228, 229], "stereo": [26, 106], "stop": 187, "store": [4, 15, 27, 38, 66, 94, 188, 189, 190, 195, 218, 221, 227, 228, 229, 231], "store_photoelectron": 73, "str": [4, 5, 7, 8, 9, 10, 12, 13, 15, 26, 27, 33, 51, 53, 54, 55, 56, 57, 58, 62, 71, 73, 74, 77, 78, 79, 88, 92, 94, 95, 96, 98, 100, 101, 102, 103, 104, 105, 107, 108, 156, 168, 185, 187, 188, 189, 190, 191, 203, 204], "strdict": [187, 188, 189, 190, 191], "stream": 30, "string": [8, 9, 10, 38, 67, 111, 112, 125, 126, 128, 133, 134, 135, 142, 143, 144, 169, 174, 175, 196, 197], "sub": [61, 189, 191, 228], "sub_run": 191, "subarrai": [0, 1, 3, 38, 61, 99, 102, 155, 184, 186], "subarraydescript": [38, 155], "submit": 215, "subrun": [4, 7, 9, 10, 11, 196, 218, 221, 223, 228], "subrun_index": 4, "subsampl": 221, "subset": 46, "subtract": 32, "success": 100, "sum": 89, "summar": 221, "summari": [4, 5, 59, 60, 61, 100, 101, 102, 103, 104, 105, 106, 107, 108, 187, 188, 189, 190, 191, 192, 228, 231], "superse": [0, 1, 2, 3, 143], "supersed": 155, "suppress": 186, "sure": 163, "surround": 35, "surviv": [4, 118, 188, 229], "switch": 215, "system": [26, 158, 160, 161, 223], "systemat": [190, 208, 228, 229], "systematic_correction_fil": 228, "systematic_correction_path": [187, 217, 231], "systematics_fil": 187, "t": [32, 35, 131, 187, 213, 217, 227, 228], "t_df": 72, "t_eff": 170, "t_elaps": 170, "t_filenam": 84, "tabl": [4, 5, 8, 10, 11, 13, 15, 16, 17, 25, 59, 61, 62, 71, 79, 83, 85, 90, 91, 92, 94, 99, 100, 101, 102, 103, 104, 105, 107, 108, 153, 165, 169, 170, 172, 189, 196, 221, 223, 228, 229, 231], "table_path": [94, 153], "tablenam": 13, "tag": [42, 45, 81], "tai": 228, "tail": 41, "tailcut": [41, 155, 186, 217, 227], "tailcut_clean": 186, "tailcut_clean_with_pedestal_threshold": 231, "tailcuts_clean_with_pedestal_threshold": 217, "tailed": 102, "take": [24, 218, 221, 223, 228], "taken": [28, 29, 59, 61, 218, 229], "target": [21, 23, 25, 33, 34, 83, 125, 126, 127, 188], "target_params_ful": 23, "target_point": 25, "tcu": 228, "tcu_serv": 228, "tcut": 134, "team": 218, "tel": [171, 186, 190], "tel_dec": 4, "tel_id": [9, 12, 38, 73, 101, 102, 104, 167, 198, 214, 217], "tel_index": 167, "tel_list": 167, "tel_po": 102, "tel_pos_i": 102, "tel_pos_x": 102, "tel_pos_z": 102, "tel_ra": 4, "telescop": [4, 9, 12, 19, 26, 33, 34, 38, 43, 59, 101, 102, 104, 133, 134, 135, 153, 161, 165, 167, 168, 171, 173, 214, 223, 228, 231], "telescope_id": [102, 154, 155, 186], "telescopedescript": 171, "telescopefram": [41, 43], "templat": [25, 37, 100], "temporari": 227, "term": [191, 218, 228], "test": [143, 192, 218, 228], "test_siz": 143, "tev": [60, 102], "than": [21, 59, 163, 212, 218, 220, 223, 231], "thei": [12, 26, 59, 206, 209, 211, 227, 229], "them": [7, 12, 173, 174, 197, 218, 221, 227, 228, 231], "theori": 92, "therefor": [148, 218], "theta": [14, 26, 59, 158, 166, 190, 217, 229], "theta0": 194, "theta2": [28, 29, 113, 114, 115, 118, 120, 121, 122, 124, 125, 126, 133, 134, 135, 166], "theta2_bin": [118, 122], "theta2_g": 118, "theta_contain": [59, 190, 217, 229], "theta_cut": 59, "thi": [4, 18, 21, 32, 33, 34, 59, 91, 94, 107, 125, 169, 173, 187, 188, 189, 190, 191, 192, 215, 217, 218, 221, 223, 227, 228, 229], "those": [33, 34, 218, 223, 228], "thr_low": [42, 45], "thr_up": [42, 45], "three": [12, 197, 228], "threshold": [31, 42, 45, 48, 59, 217], "throughput": 223, "thrown_events_hist1": 70, "thrown_events_hist2": 70, "throwneventshistogram": [70, 87], "thu": 59, "tib": [102, 228], "tib_tim": [4, 102], "time": [4, 15, 20, 37, 40, 72, 81, 100, 102, 125, 126, 133, 134, 135, 157, 161, 170, 172, 173, 178, 186, 190, 198, 217, 218, 221, 227, 228, 231], "time_calibr": 228, "time_calibration_fil": [187, 228], "time_cut_outli": 217, "time_gradi": [102, 217, 228], "time_mean": 4, "time_mean_above_030_p": 4, "time_sampling_correction_path": 217, "time_stddev": 4, "time_stddev_above_030_p": 4, "time_utc": [14, 19, 20], "timestamp": [81, 170, 228, 231], "timestamps_point": 217, "timewaveformfitt": 154, "ting": 40, "titl": [10, 192, 196, 197], "to_fil": 71, "todo": [102, 109, 110, 120, 148, 149], "togeth": [114, 228], "too": [59, 218, 221], "tool": [187, 188, 189, 190, 191, 217, 218, 224, 228], "top": 205, "tot_num_ev": 110, "total": [4, 15, 38, 40, 102, 110, 125, 126, 165, 223], "toward": 160, "train": [142, 143, 146, 147, 148, 149, 150, 151, 165, 218, 227, 228], "train_gamma_src_r_deg": 217, "trained_model": 228, "trainpip": 228, "trait": 191, "transform": [112, 127, 158, 160, 162, 167, 176, 178, 181, 227], "transform_waveform": 217, "transition_charg": 32, "transpar": 221, "triangul": 21, "trick": [18, 188, 229], "trigger": [4, 6, 11, 15, 61, 102, 106, 170, 218, 228], "trigger_id": 11, "trigger_nam": 11, "trigger_tim": 102, "trigger_typ": [4, 102, 106], "true": [9, 14, 21, 27, 33, 34, 58, 59, 60, 66, 94, 96, 98, 132, 143, 173, 175, 186, 187, 188, 189, 190, 192, 197, 206, 208, 209, 211, 217, 228, 229], "true_energy_bin": 60, "true_energy_max": [60, 217], "true_energy_min": [60, 217], "true_energy_n_bin": [60, 217], "true_hadro": [206, 209, 211], "try": [217, 228], "tune": [32, 228], "tuned_nsb_lstchain_config": 218, "tupl": [48, 110, 180], "turn": 167, "two": [30, 68, 70, 102, 132, 150, 197, 212], "txt": 195, "type": [4, 6, 11, 12, 67, 100, 102, 106, 128, 169, 228], "typic": [218, 221], "u": [161, 215], "uct": [4, 102, 106, 217, 228], "ucts_jump": 102, "ucts_t0_dragon": 228, "ucts_tim": [4, 102], "ucts_trigger_typ": [4, 102], "ui": 124, "uint16": 217, "un": [59, 167], "unalt": 32, "unbias": 32, "uncalibr": 217, "uncertain": 59, "uncertainti": [102, 190, 229], "under": 218, "unicod": [187, 188, 189, 190, 191], "unit": [4, 37, 60, 100, 102, 117, 119, 123, 124, 136, 138, 142, 161, 166, 168, 170, 173, 178, 179, 181, 201], "unix": 228, "unless": [165, 218], "unset": 218, "unus": 228, "up": [11, 187, 188, 189, 190, 191], "updat": [14, 38, 46, 59, 142, 143, 146, 147, 148, 149, 150, 151, 152, 192, 218, 221, 228], "update_fill_cut": 59, "update_with": 228, "upgrad": 220, "upper": [42, 45], "upstream": 220, "upward": 158, "url": 215, "us": [4, 10, 18, 19, 20, 21, 23, 24, 26, 27, 30, 33, 34, 37, 38, 40, 46, 59, 60, 61, 66, 73, 81, 92, 94, 95, 102, 123, 124, 126, 133, 134, 135, 143, 148, 149, 152, 154, 155, 157, 165, 169, 173, 174, 185, 187, 188, 190, 191, 196, 206, 209, 211, 215, 217, 218, 223, 227, 228, 229], "usag": [218, 230], "use_flatfield_heurist": 187, "use_nearest_irf_nod": [21, 188], "use_notebook": 192, "use_only_main_island": 217, "use_same_disp_sign": 59, "used_trigger_tag": 8, "user": [53, 55, 58, 59], "usual": 59, "utc": 20, "util": [157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183], "v": [4, 197], "v0": 222, "valid": [143, 170, 191, 228], "valu": [10, 11, 14, 20, 21, 22, 23, 24, 25, 26, 27, 42, 45, 59, 60, 61, 62, 91, 102, 118, 164, 166, 173, 174, 175, 186, 188, 189, 190, 191, 196, 197, 205, 218, 223, 228, 229], "value_trait": 191, "valueerror": 143, "var": [167, 191], "varianc": [34, 191], "variou": [4, 221, 222], "vector": [103, 140, 142, 148, 182, 199], "verbos": 30, "verifi": 73, "version": [73, 81, 107, 191, 192, 216, 218, 220, 221], "vertic": 194, "via": [58, 228], "view": [44, 75, 218], "viewcon": 67, "virtual_env": 218, "visit": 215, "visual": [192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 224], "vitabl": 231, "volum": [184, 185, 186, 227], "volume_reduc": [184, 185, 186, 217], "w": [32, 127, 131, 213, 215], "w_param": 112, "w_sp_idx": 112, "wa": 42, "wai": [27, 102], "want": [33, 34, 59, 190, 218, 223, 229], "warm_start": 217, "warn": [73, 228], "waveform": [34, 37, 184, 217, 227], "waveform_dtyp": 217, "waveform_nsb_tun": 217, "waveform_offset": 217, "waveform_scal": 217, "waveformcalibrationcontain": 202, "we": [6, 9, 21, 26, 32, 33, 34, 59, 61, 121, 124, 173, 197, 223], "web": [221, 228], "weight": [111, 127, 165], "weight_per_point": 165, "well": [89, 218], "were": [120, 218], "westward": 173, "what": 183, "whatev": [197, 228], "when": [4, 5, 18, 26, 91, 94, 100, 101, 102, 103, 104, 105, 107, 108, 162, 187, 188, 189, 190, 220, 223, 228, 229], "whenev": 175, "where": [7, 11, 21, 59, 143, 197, 221, 223, 228], "whether": [22, 38, 40, 42, 45, 94, 170], "which": [4, 8, 10, 13, 25, 27, 33, 34, 35, 59, 61, 170, 196, 197, 218, 221, 228], "whole": [59, 221, 228], "whose": 27, "width": [4, 10, 13, 100, 102, 131, 167, 169, 197, 217, 223], "width_uncertainti": 102, "window": 32, "window_shift": 217, "window_width": 217, "wise": [4, 6, 10, 33, 34, 165, 196, 197, 218, 221, 228], "wish": 59, "within": [4, 131, 218], "without": [90, 188, 189, 190, 228], "wl": [102, 217, 228], "wobbl": [29, 75], "wobble_angl": 78, "wobbleregionsfind": 18, "work": [89, 221], "workaround": 220, "workflow": [143, 215, 216, 217], "worri": 218, "would": 32, "wrapper": [25, 224], "writabl": 71, "write": [13, 16, 17, 90, 94, 95, 96, 97, 98, 99, 153, 156, 191, 217, 223, 225, 227, 228], "write_imag": 217, "write_interleaved_ev": 217, "write_paramet": 217, "write_pe_imag": 217, "write_waveform": 217, "writer": [93, 99], "written": [7, 94, 95, 188, 190, 197, 228, 229], "www": 173, "x": [41, 43, 44, 100, 102, 103, 138, 139, 160, 161, 162, 166, 168, 171, 175, 177, 178, 181, 182, 183, 194, 205, 213, 217], "x_cut": 205, "x_label": 205, "x_range_max": 205, "x_range_min": 205, "xmax": 102, "xxxxx": 223, "y": [41, 43, 44, 100, 102, 103, 110, 138, 139, 160, 161, 162, 166, 168, 171, 175, 177, 178, 181, 182, 191, 194, 213, 217], "yaml": 231, "ye": 58, "you": [190, 191, 215, 217, 218, 223, 229, 231], "your": [215, 218], "yyyi": [223, 228], "yyyymmdd": 228, "z": [10, 102, 158, 166, 197], "zen": 173, "zenith": [26, 163, 173], "zero": 186, "zero_suppression_tailcut_dil": 227, "zfit": 217, "zhigh": 192, "zlow": 192, "zodiac": 218, "zstd": [66, 94, 96, 98]}, "titles": ["load_calibrator_from_config", "load_calibrator_from_config", "load_gain_selector_from_config", "load_image_extractor_from_config", "DL1DataCheckContainer", "DL1DataCheckHistogramBins", "count_trig_types", "check_dl1", "merge_dl1datacheck_files", "plot_datacheck", "plot_mean_and_stddev", "plot_trigger_types", "process_dl1_file", "write_error_page", "add_icrs_position_params", "create_event_list", "create_hdu_index_hdu", "create_obs_index_hdu", "fill_reco_altaz_w_expected_pos", "get_pointing_params", "get_timing_params", "check_in_delaunay_triangle", "compare_irfs", "get_nearest_az_node", "interp_params", "interpolate_cuts", "interpolate_irf", "load_irf_grid", "analyze_on_off", "analyze_wobble", "setup_logging", "apply_dynamic_cleaning", "add_noise_in_pixels", "calculate_noise_parameters", "calculate_required_additional_nsb", "random_psf_smearer", "set_numba_seed", "tune_nsb_on_waveform", "analyze_muon_event", "create_muon_table", "fill_muon_event", "fit_muon", "muon_filter", "pixel_coords_to_telescope", "radial_light_distribution", "tag_pix_thr", "update_parameters", "plot_muon_event", "get_cleaning_parameters", "get_srcdep_config", "get_standard_config", "read_configuration_file", "replace_config", "check_and_make_dir", "check_data_path", "check_job_logs", "get_input_filelist", "query_continue", "query_yes_no", "DL3Cuts", "DataBinning", "EventSelector", "add_column_table", "add_config_metadata", "add_global_metadata", "add_source_filenames", "auto_merge_h5files", "check_mc_type", "check_mcheader", "check_metadata", "check_thrown_events_histogram", "copy_h5_nodes", "extract_observation_time", "extract_simulation_nsb", "get_dataset_keys", "get_mc_fov_offset", "get_resource_path", "get_srcdep_assumed_positions", "get_srcdep_params", "get_stacked_table", "global_metadata", "merge_dl2_runs", "merging_check", "read_data_dl2_to_QTable", "read_dl2_params", "read_mc_dl2_to_QTable", "read_metadata", "read_simtel_energy_histogram", "read_simu_info_hdf5", "read_simu_info_merged_hdf5", "recursive_copy_node", "remove_duplicated_events", "stack_tables_h5files", "write_calibration_data", "write_dataframe", "write_dl2_dataframe", "write_mcheader", "write_metadata", "write_simtel_energy_histogram", "write_subarray_tables", "DL1LikelihoodParametersContainer", "DL1MonitoringEventIndexContainer", "DL1ParametersContainer", "DispContainer", "ExtraImageInfo", "ExtraMCInfo", "LSTEventType", "MetaData", "ThrownEventsHistogram", "int_diff_sp", "power_law_integrated_distribution", "rate", "weight", "fill_bin_content", "format_axes_array", "format_axes_ebin", "format_axes_sensitivity", "plot_Crab_SED", "plot_positions_survived_events", "plot_sensitivity", "sensitivity_minimization_plot", "sensitivity_plot_comparison", "bin_definition", "calculate_sensitivity", "calculate_sensitivity_lima", "diff_events_after_cut", "find_cut", "get_weights", "process_mc", "process_real", "read_sim_par", "ring_containment", "samesign", "sensitivity_gamma_efficiency", "sensitivity_gamma_efficiency_real_data", "sensitivity_gamma_efficiency_real_protons", "disp", "disp_parameters", "disp_parameters_event", "disp_to_pos", "disp_vector", "miss", "apply_models", "build_models", "get_expected_source_pos", "get_source_dependent_parameters", "train_disp_norm", "train_disp_sign", "train_disp_vector", "train_energy", "train_reco", "train_sep", "update_disp_with_effective_focal_length", "add_disp_to_parameters_table", "apply_lh_fit", "get_dl1", "r0_to_dl1", "add_delta_t_key", "alt_to_theta", "apply_src_r_cut", "az_to_phi", "camera_to_altaz", "cartesian_to_polar", "clip_alt", "compute_alpha", "compute_rf_event_weights", "compute_theta2", "expand_tel_list", "extract_source_position", "filter_events", "get_effective_time", "get_event_pos_in_camera", "get_events_in_GTI", "get_geomagnetic_delta", "impute_pointing", "linear_imputer", "polar_to_cartesian", "predict_source_position_in_camera", "radec_to_camera", "reco_source_position_sky", "rotate", "sky_to_camera", "source_dx_dy", "source_side", "apply_volume_reduction", "get_volume_reduction_method", "zero_suppression_tailcut_dilation", "CalibrationHDF5Writer", "DataReductionFITSWriter", "FITSIndexWriter", "IRFFITSWriter", "FitIntensityScan", "CameraDisplay", "_generate_bokeh_multi_polygon_arrays", "_generate_polygon_vertices", "get_pixel_location", "plot_mean_and_stddev_bokeh", "show_camera", "display_dl1_event", "overlay_disp_vector", "overlay_hillas_major_axis", "overlay_source", "plot_calibration_results", "direction_results", "energy_results", "plot_1d_excess", "plot_disp", "plot_disp_vector", "plot_energy_resolution", "plot_features", "plot_importances", "plot_pos", "plot_roc_gamma", "plot_wobble", "plot_pedestals", "How to Contribute", "Repository for LST analysis software (cta-lstchain)", "Introduction", "LST-1 data analysis workflow", "Calibration (calib)", "Compatibility Wrappers for ctapipe (ctapipe_compat)", "Datachecks (datachecks)", "High Level Analysis (high_level)", "Image (image)", "API Docs", "Input/Output (io)", "MonteCarlo (mc)", "Reconstruction (reco)", "Command line Scripts (scripts)", "Command line Tools (tools)", "Visualization (visualization)", "Code snippets"], "titleterms": {"1": 218, "_generate_bokeh_multi_polygon_arrai": 193, "_generate_polygon_vertic": 194, "add_column_t": 62, "add_config_metadata": 63, "add_delta_t_kei": 157, "add_disp_to_parameters_t": 153, "add_global_metadata": 64, "add_icrs_position_param": 14, "add_noise_in_pixel": 32, "add_source_filenam": 65, "alt_to_theta": 158, "analysi": [216, 217, 218, 222, 223], "analyze_muon_ev": 38, "analyze_on_off": 28, "analyze_wobbl": 29, "api": [216, 219, 220, 221, 223, 224, 225, 226, 227, 229, 230], "apply_dynamic_clean": 31, "apply_lh_fit": 154, "apply_model": 142, "apply_src_r_cut": 159, "apply_volume_reduct": 184, "argument": 228, "auto_merge_h5fil": 66, "auxiliari": 231, "az_to_phi": 160, "bin_definit": 122, "bokeh": 230, "build": 215, "build_model": 143, "calculate_noise_paramet": 33, "calculate_required_additional_nsb": 34, "calculate_sensit": 123, "calculate_sensitivity_lima": 124, "calib": 219, "calibr": [219, 231], "calibrationhdf5writ": 187, "camera": [219, 230], "camera_to_altaz": 161, "cameradisplai": 192, "cartesian_to_polar": 162, "check": 221, "check_and_make_dir": 53, "check_data_path": 54, "check_dl1": 7, "check_in_delaunay_triangl": 21, "check_job_log": 55, "check_mc_typ": 67, "check_mchead": 68, "check_metadata": 69, "check_thrown_events_histogram": 70, "class": [221, 225, 229, 230], "clean": 223, "clip_alt": 163, "code": 231, "command": [228, 229], "compare_irf": 22, "compat": 220, "compute_alpha": 164, "compute_rf_event_weight": 165, "compute_theta2": 166, "config": [218, 225], "configur": [217, 218, 231], "contain": 221, "contribut": 215, "copy_h5_nod": 71, "count_trig_typ": 6, "create_event_list": 15, "create_hdu_index_hdu": 16, "create_muon_t": 39, "create_obs_index_hdu": 17, "creation": 217, "cta": 216, "ctapip": 220, "ctapipe_compat": 220, "data": [217, 218, 221], "data_manag": 225, "databin": 60, "datacheck": 221, "datareductionfitswrit": 188, "depend": 217, "diff_events_after_cut": 125, "direction_result": 203, "disp": [136, 227], "disp_paramet": 137, "disp_parameters_ev": 138, "disp_to_po": 139, "disp_vector": 140, "dispcontain": 103, "display_dl1_ev": 198, "dl1": [217, 218, 221], "dl1_checker": 221, "dl1_to_dl2": 227, "dl1a": 217, "dl1b": 217, "dl1datacheckcontain": 4, "dl1datacheckhistogrambin": 5, "dl1likelihoodparameterscontain": 100, "dl1monitoringeventindexcontain": 101, "dl1parameterscontain": 102, "dl2": 217, "dl3": [217, 218], "dl3cut": 59, "doc": 224, "document": [215, 216], "energy_result": 204, "environ": 218, "event": 217, "event_select": 225, "eventselector": 61, "expand_tel_list": 167, "extract_observation_tim": 72, "extract_simulation_nsb": 73, "extract_source_posit": 168, "extraimageinfo": 104, "extramcinfo": 105, "file": [217, 218, 221, 231], "fill_bin_cont": 113, "fill_muon_ev": 40, "fill_reco_altaz_w_expected_po": 18, "filter_ev": 169, "find_cut": 126, "fit_muon": 41, "fitintensityscan": 191, "fitsindexwrit": 189, "format_axes_arrai": 114, "format_axes_ebin": 115, "format_axes_sensit": 116, "function": [219, 221, 222, 223, 225, 226, 227, 230], "get_cleaning_paramet": 48, "get_dataset_kei": 74, "get_dl1": 155, "get_effective_tim": 170, "get_event_pos_in_camera": 171, "get_events_in_gti": 172, "get_expected_source_po": 144, "get_geomagnetic_delta": 173, "get_input_filelist": 56, "get_mc_fov_offset": 75, "get_nearest_az_nod": 23, "get_pixel_loc": 195, "get_pointing_param": 19, "get_resource_path": 76, "get_source_dependent_paramet": 145, "get_srcdep_assumed_posit": 77, "get_srcdep_config": 49, "get_srcdep_param": 78, "get_stacked_t": 79, "get_standard_config": 50, "get_timing_param": 20, "get_volume_reduction_method": 185, "get_weight": 127, "global_metadata": 80, "good": 221, "hdu_tabl": 222, "high": 222, "high_level": 222, "how": 215, "imag": 223, "impute_point": 174, "input": 225, "int_diff_sp": 109, "interp_param": 24, "interpol": 222, "interpolate_cut": 25, "interpolate_irf": 26, "introduct": [217, 219, 221, 222, 223, 225, 226, 227, 229, 230], "io": 225, "irf": [217, 218], "irffitswrit": 190, "keep": 218, "level": [217, 222], "line": [228, 229], "linear_imput": 175, "list": 217, "load_calibrator_from_config": [0, 1], "load_gain_selector_from_config": 2, "load_image_extractor_from_config": 3, "load_irf_grid": 27, "local": 215, "lst": [216, 218], "lstchain": [216, 218, 219, 220, 221, 222, 223, 225, 226, 227, 229, 230, 231], "lstchain_check_dl1": 228, "lstchain_create_calibration_fil": 229, "lstchain_create_dl3_fil": 229, "lstchain_create_dl3_index_fil": 229, "lstchain_create_irf_fil": 229, "lstchain_create_run_summari": 228, "lstchain_data_create_time_calibration_fil": 228, "lstchain_data_r0_to_dl1": 228, "lstchain_dl1_muon_analysi": 228, "lstchain_dl1_to_dl2": 228, "lstchain_dl1ab": 228, "lstchain_dump_config": 228, "lstchain_find_pedest": 228, "lstchain_fit_intensity_scan": 229, "lstchain_longterm_dl1_check": 228, "lstchain_mc_r0_to_dl1": 228, "lstchain_mc_r0_to_dl2": 228, "lstchain_mc_rfperform": 228, "lstchain_mc_sensit": 228, "lstchain_mc_trainpip": 228, "lstchain_merge_hdf5_fil": 228, "lstchain_merge_muon_fil": 228, "lstchain_tune_nsb": 228, "lstcontain": 225, "lsteventtyp": 106, "lstmcpipe": 218, "lstosa": 218, "mc": [217, 218, 226], "merge_dl1datacheck_fil": 8, "merge_dl2_run": 81, "merging_check": 82, "metadata": 107, "miss": 141, "model": 218, "modifi": 223, "modul": [220, 221, 222, 223, 225, 226, 227, 229, 230], "montecarlo": 226, "muon": 223, "muon_analysi": 223, "muon_filt": 42, "name": 228, "output": 225, "overlay_disp_vector": 199, "overlay_hillas_major_axi": 200, "overlay_sourc": 201, "overview": 216, "packag": [219, 223], "paramet": 231, "pipelin": 218, "pixel_coords_to_telescop": 43, "plot_1d_excess": 205, "plot_calib": 230, "plot_calibration_result": 202, "plot_crab_s": 117, "plot_datacheck": 9, "plot_disp": 206, "plot_disp_vector": 207, "plot_dl2": 230, "plot_drs4": 230, "plot_energy_resolut": 208, "plot_featur": 209, "plot_import": 210, "plot_mean_and_stddev": 10, "plot_mean_and_stddev_bokeh": 196, "plot_muon": 223, "plot_muon_ev": 47, "plot_pedest": 214, "plot_po": 211, "plot_positions_survived_ev": 118, "plot_roc_gamma": 212, "plot_sensit": 119, "plot_trigger_typ": 11, "plot_util": 226, "plot_wobbl": 213, "polar_to_cartesian": 176, "posit": 228, "post": 217, "power_law_integrated_distribut": 110, "predict_source_position_in_camera": 177, "print": 231, "process_dl1_fil": 12, "process_mc": 128, "process_r": 129, "produc": 231, "qualiti": 221, "query_continu": 57, "query_yes_no": 58, "r0_to_dl1": [156, 227], "r1": 217, "radec_to_camera": 178, "radial_light_distribut": 44, "random_psf_smear": 35, "rate": 111, "read_configuration_fil": 51, "read_data_dl2_to_qt": 83, "read_dl2_param": 84, "read_mc_dl2_to_qt": 85, "read_metadata": 86, "read_sim_par": 130, "read_simtel_energy_histogram": 87, "read_simu_info_hdf5": 88, "read_simu_info_merged_hdf5": 89, "real": [217, 218], "reco": 227, "reco_source_position_ski": 179, "reconstruct": 227, "recursive_copy_nod": 90, "refer": [219, 220, 221, 223, 225, 226, 227, 229, 230], "remove_duplicated_ev": 91, "replace_config": 52, "repositori": 216, "requir": 228, "rf": 218, "ring_contain": 131, "rotat": 180, "samesign": 132, "script": [228, 231], "select": [218, 221], "sensit": 226, "sensitivity_gamma_effici": 133, "sensitivity_gamma_efficiency_real_data": 134, "sensitivity_gamma_efficiency_real_proton": 135, "sensitivity_minimization_plot": 120, "sensitivity_plot_comparison": 121, "set_numba_se": 36, "setup_log": 30, "show_camera": 197, "significance_calcul": 222, "sky_to_camera": 181, "snippet": 231, "softwar": 216, "source_dx_di": 182, "source_sid": 183, "stack_tables_h5fil": 92, "step": 217, "tag_pix_thr": 45, "test": 215, "throwneventshistogram": 108, "tool": [229, 231], "track": 218, "train_disp_norm": 146, "train_disp_sign": 147, "train_disp_vector": 148, "train_energi": 149, "train_reco": 150, "train_sep": 151, "tune": 218, "tune_nsb_on_waveform": 37, "unit": 215, "update_disp_with_effective_focal_length": 152, "update_paramet": 46, "us": [221, 231], "usag": [227, 228], "util": 227, "version": 231, "visual": 230, "volume_reduc": 227, "weight": 112, "workflow": 218, "wrapper": 220, "write_calibration_data": 93, "write_datafram": 94, "write_dl2_datafram": 95, "write_error_pag": 13, "write_mchead": 96, "write_metadata": 97, "write_simtel_energy_histogram": 98, "write_subarray_t": 99, "zero_suppression_tailcut_dil": 186}}) \ No newline at end of file +Search.setIndex({"alltitles": {"API Docs": [[224, "api-docs"]], "API Documentation": [[216, null]], "Analysis steps": [[217, "analysis-steps"]], "Build the documentation locally": [[215, "build-the-documentation-locally"]], "Calibration (calib)": [[219, "calibration-calib"]], "CalibrationHDF5Writer": [[187, "calibrationhdf5writer"]], "CameraDisplay": [[192, "cameradisplay"]], "Classes": [[221, "classes"], [223, "classes"], [225, "classes"], [225, "id3"], [229, "classes"], [229, "id1"], [229, "id2"], [229, "id3"], [229, "id4"], [230, "classes"]], "Code snippets": [[231, "code-snippets"]], "Command line Scripts (scripts)": [[228, "command-line-scripts-scripts"]], "Command line Tools (tools)": [[229, "command-line-tools-tools"]], "Compatibility Wrappers for ctapipe (ctapipe_compat)": [[220, "compatibility-wrappers-for-ctapipe-ctapipe-compat"]], "Configuration file": [[217, "configuration-file"], [217, "id2"]], "Contribute to the documentation": [[215, "contribute-to-the-documentation"]], "DL1 data checks": [[221, "dl1-data-checks"]], "DL1 to DL1a and DL1b": [[217, "dl1-to-dl1a-and-dl1b"]], "DL1 to DL2": [[217, "dl1-to-dl2"]], "DL1DataCheckContainer": [[4, "dl1datacheckcontainer"]], "DL1DataCheckHistogramBins": [[5, "dl1datacheckhistogrambins"]], "DL1LikelihoodParametersContainer": [[100, "dl1likelihoodparameterscontainer"]], "DL1MonitoringEventIndexContainer": [[101, "dl1monitoringeventindexcontainer"]], "DL1ParametersContainer": [[102, "dl1parameterscontainer"]], "DL2 to DL3": [[217, "dl2-to-dl3"]], "DL3/IRF config files": [[218, "dl3-irf-config-files"]], "DL3Cuts": [[59, "dl3cuts"]], "Data levels": [[217, "data-levels"]], "DataBinning": [[60, "databinning"]], "DataReductionFITSWriter": [[188, "datareductionfitswriter"]], "Datachecks (datachecks)": [[221, "datachecks-datachecks"]], "Dependencies": [[217, "dependencies"]], "DispContainer": [[103, "dispcontainer"]], "Environment": [[218, "environment"]], "Event list creation": [[217, "event-list-creation"]], "EventSelector": [[61, "eventselector"]], "ExtraImageInfo": [[104, "extraimageinfo"]], "ExtraMCInfo": [[105, "extramcinfo"]], "FITSIndexWriter": [[189, "fitsindexwriter"]], "Files and configuration": [[218, "files-and-configuration"]], "FitIntensityScan": [[191, "fitintensityscan"]], "Functions": [[219, "functions"], [219, "id1"], [221, "functions"], [221, "id1"], [222, "functions"], [222, "id1"], [222, "id2"], [223, "functions"], [223, "id1"], [223, "id2"], [223, "id3"], [225, "functions"], [225, "id1"], [225, "id2"], [226, "functions"], [226, "id1"], [226, "id2"], [227, "functions"], [227, "id1"], [227, "id2"], [227, "id3"], [227, "id4"], [230, "functions"], [230, "id1"], [230, "id2"], [230, "id3"], [230, "id4"]], "High Level Analysis (high_level)": [[222, "high-level-analysis-high-level"]], "How to Contribute": [[215, "how-to-contribute"]], "IRF creation": [[217, "irf-creation"]], "IRFFITSWriter": [[190, "irffitswriter"]], "Image (image)": [[223, "image-image"]], "Input/Output (io)": [[225, "input-output-io"]], "Introduction": [[217, "introduction"], [219, "introduction"], [221, "introduction"], [222, "introduction"], [223, "introduction"], [225, "introduction"], [226, "introduction"], [227, "introduction"], [229, "introduction"], [230, "introduction"]], "Keeping track of lstchain configurations": [[218, "keeping-track-of-lstchain-configurations"]], "LST-1 data analysis workflow": [[218, "lst-1-data-analysis-workflow"]], "LSTEventType": [[106, "lsteventtype"]], "MC data": [[217, "mc-data"]], "MetaData": [[107, "metadata"]], "MonteCarlo (mc)": [[226, "montecarlo-mc"]], "Muon analysis": [[223, "muon-analysis"]], "Named Arguments": [[228, "named-arguments"], [228, "named-arguments"], [228, "named-arguments"], [228, "named-arguments"], [228, "named-arguments"], [228, "named-arguments"], [228, "named-arguments"], [228, "named-arguments"], [228, "named-arguments"], [228, "named-arguments"], [228, "named-arguments"], [228, "named-arguments"], [228, "named-arguments"], [228, "named-arguments"], [228, "named-arguments"], [228, "named-arguments"], [228, "named-arguments"], [228, "named-arguments"]], "Overview": [[216, null]], "Pipeline": [[218, "pipeline"]], "Positional Arguments": [[228, "positional-arguments"]], "Post DL3 analysis": [[217, "post-dl3-analysis"]], "Print calibration and auxiliary files used by the script/tool": [[231, "print-calibration-and-auxiliary-files-used-by-the-script-tool"]], "Print configuration parameters used by the script/tool": [[231, "print-configuration-parameters-used-by-the-script-tool"]], "Print lstchain version used to produce a file": [[231, "print-lstchain-version-used-to-produce-a-file"]], "R1 to DL1": [[217, "r1-to-dl1"]], "RF models": [[218, "rf-models"]], "Real data": [[217, "real-data"]], "Reconstruction (reco)": [[227, "reconstruction-reco"]], "Reference/API": [[219, "reference-api"], [220, "reference-api"], [221, "reference-api"], [223, "reference-api"], [225, "reference-api"], [226, "reference-api"], [227, "reference-api"], [229, "reference-api"], [230, "reference-api"]], "Repository for LST analysis software (cta-lstchain)": [[216, "repository-for-lst-analysis-software-cta-lstchain"]], "Selection of the real-data DL1 files": [[218, "selection-of-the-real-data-dl1-files"]], "ThrownEventsHistogram": [[108, "throwneventshistogram"]], "Tuning of MC DL1 files and RF models": [[218, "tuning-of-mc-dl1-files-and-rf-models"]], "Unit tests": [[215, "unit-tests"]], "Usage": [[227, "usage"], [228, "usage"], [228, "id3"], [228, "id5"], [228, "id7"], [228, "id9"], [228, "id11"], [228, "id13"], [228, "id15"], [228, "id17"], [228, "id19"], [228, "id21"], [228, "id23"], [228, "id25"], [228, "id27"], [228, "id29"], [228, "id30"], [228, "id32"], [228, "id33"]], "Using the datacheck files for selecting good-quality data": [[221, "using-the-datacheck-files-for-selecting-good-quality-data"]], "Visualization (visualization)": [[230, "visualization-visualization"]], "WaveformNsbTunner": [[32, "waveformnsbtunner"]], "_generate_bokeh_multi_polygon_arrays": [[193, "generate-bokeh-multi-polygon-arrays"]], "_generate_polygon_vertices": [[194, "generate-polygon-vertices"]], "add_column_table": [[62, "add-column-table"]], "add_config_metadata": [[63, "add-config-metadata"]], "add_delta_t_key": [[157, "add-delta-t-key"]], "add_disp_to_parameters_table": [[153, "add-disp-to-parameters-table"]], "add_global_metadata": [[64, "add-global-metadata"]], "add_icrs_position_params": [[14, "add-icrs-position-params"]], "add_noise_in_pixels": [[33, "add-noise-in-pixels"]], "add_source_filenames": [[65, "add-source-filenames"]], "alt_to_theta": [[158, "alt-to-theta"]], "analyze_muon_event": [[38, "analyze-muon-event"]], "analyze_on_off": [[28, "analyze-on-off"]], "analyze_wobble": [[29, "analyze-wobble"]], "apply_dynamic_cleaning": [[31, "apply-dynamic-cleaning"]], "apply_lh_fit": [[154, "apply-lh-fit"]], "apply_models": [[142, "apply-models"]], "apply_src_r_cut": [[159, "apply-src-r-cut"]], "apply_volume_reduction": [[184, "apply-volume-reduction"]], "auto_merge_h5files": [[66, "auto-merge-h5files"]], "az_to_phi": [[160, "az-to-phi"]], "bin_definition": [[122, "bin-definition"]], "build_models": [[143, "build-models"]], "calculate_noise_parameters": [[34, "calculate-noise-parameters"]], "calculate_required_additional_nsb": [[35, "calculate-required-additional-nsb"]], "calculate_sensitivity": [[123, "calculate-sensitivity"]], "calculate_sensitivity_lima": [[124, "calculate-sensitivity-lima"]], "camera_to_altaz": [[161, "camera-to-altaz"]], "cartesian_to_polar": [[162, "cartesian-to-polar"]], "check_and_make_dir": [[53, "check-and-make-dir"]], "check_data_path": [[54, "check-data-path"]], "check_dl1": [[7, "check-dl1"]], "check_in_delaunay_triangle": [[21, "check-in-delaunay-triangle"]], "check_job_logs": [[55, "check-job-logs"]], "check_mc_type": [[67, "check-mc-type"]], "check_mcheader": [[68, "check-mcheader"]], "check_metadata": [[69, "check-metadata"]], "check_thrown_events_histogram": [[70, "check-thrown-events-histogram"]], "clip_alt": [[163, "clip-alt"]], "compare_irfs": [[22, "compare-irfs"]], "compute_alpha": [[164, "compute-alpha"]], "compute_rf_event_weights": [[165, "compute-rf-event-weights"]], "compute_theta2": [[166, "compute-theta2"]], "copy_h5_nodes": [[71, "copy-h5-nodes"]], "count_trig_types": [[6, "count-trig-types"]], "create_event_list": [[15, "create-event-list"]], "create_hdu_index_hdu": [[16, "create-hdu-index-hdu"]], "create_muon_table": [[39, "create-muon-table"]], "create_obs_index_hdu": [[17, "create-obs-index-hdu"]], "diff_events_after_cut": [[125, "diff-events-after-cut"]], "direction_results": [[203, "direction-results"]], "disp": [[136, "disp"]], "disp_parameters": [[137, "disp-parameters"]], "disp_parameters_event": [[138, "disp-parameters-event"]], "disp_to_pos": [[139, "disp-to-pos"]], "disp_vector": [[140, "disp-vector"]], "display_dl1_event": [[198, "display-dl1-event"]], "energy_results": [[204, "energy-results"]], "expand_tel_list": [[167, "expand-tel-list"]], "extract_observation_time": [[72, "extract-observation-time"]], "extract_simulation_nsb": [[73, "extract-simulation-nsb"]], "extract_source_position": [[168, "extract-source-position"]], "fill_bin_content": [[113, "fill-bin-content"]], "fill_muon_event": [[40, "fill-muon-event"]], "fill_reco_altaz_w_expected_pos": [[18, "fill-reco-altaz-w-expected-pos"]], "filter_events": [[169, "filter-events"]], "find_cut": [[126, "find-cut"]], "fit_muon": [[41, "fit-muon"]], "format_axes_array": [[114, "format-axes-array"]], "format_axes_ebin": [[115, "format-axes-ebin"]], "format_axes_sensitivity": [[116, "format-axes-sensitivity"]], "get_cleaning_parameters": [[48, "get-cleaning-parameters"]], "get_dataset_keys": [[74, "get-dataset-keys"]], "get_dl1": [[155, "get-dl1"]], "get_effective_time": [[170, "get-effective-time"]], "get_event_pos_in_camera": [[171, "get-event-pos-in-camera"]], "get_events_in_GTI": [[172, "get-events-in-gti"]], "get_expected_source_pos": [[144, "get-expected-source-pos"]], "get_geomagnetic_delta": [[173, "get-geomagnetic-delta"]], "get_input_filelist": [[56, "get-input-filelist"]], "get_mc_fov_offset": [[75, "get-mc-fov-offset"]], "get_nearest_az_node": [[23, "get-nearest-az-node"]], "get_pixel_location": [[195, "get-pixel-location"]], "get_pointing_params": [[19, "get-pointing-params"]], "get_resource_path": [[76, "get-resource-path"]], "get_source_dependent_parameters": [[145, "get-source-dependent-parameters"]], "get_srcdep_assumed_positions": [[77, "get-srcdep-assumed-positions"]], "get_srcdep_config": [[49, "get-srcdep-config"]], "get_srcdep_params": [[78, "get-srcdep-params"]], "get_stacked_table": [[79, "get-stacked-table"]], "get_standard_config": [[50, "get-standard-config"]], "get_timing_params": [[20, "get-timing-params"]], "get_volume_reduction_method": [[185, "get-volume-reduction-method"]], "get_weights": [[127, "get-weights"]], "global_metadata": [[80, "global-metadata"]], "impute_pointing": [[174, "impute-pointing"]], "int_diff_sp": [[109, "int-diff-sp"]], "interp_params": [[24, "interp-params"]], "interpolate_cuts": [[25, "interpolate-cuts"]], "interpolate_irf": [[26, "interpolate-irf"]], "linear_imputer": [[175, "linear-imputer"]], "load_calibrator_from_config": [[0, "load-calibrator-from-config"], [1, "load-calibrator-from-config"]], "load_gain_selector_from_config": [[2, "load-gain-selector-from-config"]], "load_image_extractor_from_config": [[3, "load-image-extractor-from-config"]], "load_irf_grid": [[27, "load-irf-grid"]], "lstchain.calib Package": [[219, "module-lstchain.calib"]], "lstchain.calib.camera Package": [[219, "module-lstchain.calib.camera"]], "lstchain.ctapipe_compat Module": [[220, "module-lstchain.ctapipe_compat"]], "lstchain.datachecks.containers Module": [[221, "module-lstchain.datachecks.containers"]], "lstchain.datachecks.dl1_checker Module": [[221, "module-lstchain.datachecks.dl1_checker"]], "lstchain.high_level.hdu_table Module": [[222, "module-lstchain.high_level.hdu_table"]], "lstchain.high_level.interpolate Module": [[222, "module-lstchain.high_level.interpolate"]], "lstchain.high_level.significance_calculation Module": [[222, "module-lstchain.high_level.significance_calculation"]], "lstchain.image Package": [[223, "module-lstchain.image"]], "lstchain.image.cleaning Module": [[223, "module-lstchain.image.cleaning"]], "lstchain.image.modifier Module": [[223, "module-lstchain.image.modifier"]], "lstchain.image.muon.muon_analysis Module": [[223, "module-lstchain.image.muon.muon_analysis"]], "lstchain.image.muon.plot_muon Module": [[223, "module-lstchain.image.muon.plot_muon"]], "lstchain.io.config Module": [[225, "module-lstchain.io.config"]], "lstchain.io.data_management Module": [[225, "module-lstchain.io.data_management"]], "lstchain.io.event_selection Module": [[225, "module-lstchain.io.event_selection"]], "lstchain.io.io Module": [[225, "module-lstchain.io.io"]], "lstchain.io.lstcontainers Module": [[225, "module-lstchain.io.lstcontainers"]], "lstchain.mc.mc Module": [[226, "module-lstchain.mc.mc"]], "lstchain.mc.plot_utils Module": [[226, "module-lstchain.mc.plot_utils"]], "lstchain.mc.sensitivity Module": [[226, "module-lstchain.mc.sensitivity"]], "lstchain.reco.disp Module": [[227, "module-lstchain.reco.disp"]], "lstchain.reco.dl1_to_dl2 Module": [[227, "module-lstchain.reco.dl1_to_dl2"]], "lstchain.reco.r0_to_dl1 Module": [[227, "module-lstchain.reco.r0_to_dl1"]], "lstchain.reco.utils Module": [[227, "module-lstchain.reco.utils"]], "lstchain.reco.volume_reducer Module": [[227, "module-lstchain.reco.volume_reducer"]], "lstchain.tools.lstchain_create_calibration_file Module": [[229, "module-lstchain.tools.lstchain_create_calibration_file"]], "lstchain.tools.lstchain_create_dl3_file Module": [[229, "module-lstchain.tools.lstchain_create_dl3_file"]], "lstchain.tools.lstchain_create_dl3_index_files Module": [[229, "module-lstchain.tools.lstchain_create_dl3_index_files"]], "lstchain.tools.lstchain_create_irf_files Module": [[229, "module-lstchain.tools.lstchain_create_irf_files"]], "lstchain.tools.lstchain_fit_intensity_scan Module": [[229, "module-lstchain.tools.lstchain_fit_intensity_scan"]], "lstchain.visualization.bokeh Module": [[230, "module-lstchain.visualization.bokeh"]], "lstchain.visualization.camera Module": [[230, "module-lstchain.visualization.camera"]], "lstchain.visualization.plot_calib Module": [[230, "module-lstchain.visualization.plot_calib"]], "lstchain.visualization.plot_dl2 Module": [[230, "module-lstchain.visualization.plot_dl2"]], "lstchain.visualization.plot_drs4 Module": [[230, "module-lstchain.visualization.plot_drs4"]], "lstchain_check_dl1": [[228, "lstchain-check-dl1"]], "lstchain_create_run_summary": [[228, "lstchain-create-run-summary"]], "lstchain_data_create_time_calibration_file": [[228, "lstchain-data-create-time-calibration-file"]], "lstchain_data_r0_to_dl1": [[228, "lstchain-data-r0-to-dl1"]], "lstchain_dl1_muon_analysis": [[228, "lstchain-dl1-muon-analysis"]], "lstchain_dl1_to_dl2": [[228, "lstchain-dl1-to-dl2"]], "lstchain_dl1ab": [[228, "lstchain-dl1ab"]], "lstchain_dump_config": [[228, "module-lstchain.scripts.lstchain_dump_config"]], "lstchain_find_pedestals": [[228, "lstchain-find-pedestals"]], "lstchain_longterm_dl1_check": [[228, "lstchain-longterm-dl1-check"]], "lstchain_mc_r0_to_dl1": [[228, "lstchain-mc-r0-to-dl1"]], "lstchain_mc_r0_to_dl2": [[228, "lstchain-mc-r0-to-dl2"]], "lstchain_mc_rfperformance": [[228, "lstchain-mc-rfperformance"]], "lstchain_mc_sensitivity": [[228, "lstchain-mc-sensitivity"]], "lstchain_mc_trainpipe": [[228, "lstchain-mc-trainpipe"]], "lstchain_merge_hdf5_files": [[228, "lstchain-merge-hdf5-files"]], "lstchain_merge_muon_files": [[228, "module-lstchain.scripts.lstchain_merge_muon_files"]], "lstchain_tune_nsb": [[228, "lstchain-tune-nsb"]], "lstmcpipe": [[218, "lstmcpipe"]], "lstosa": [[218, "lstosa"]], "merge_dl1datacheck_files": [[8, "merge-dl1datacheck-files"]], "merge_dl2_runs": [[81, "merge-dl2-runs"]], "merging_check": [[82, "merging-check"]], "miss": [[141, "miss"]], "muon_filter": [[42, "muon-filter"]], "overlay_disp_vector": [[199, "overlay-disp-vector"]], "overlay_hillas_major_axis": [[200, "overlay-hillas-major-axis"]], "overlay_source": [[201, "overlay-source"]], "pixel_coords_to_telescope": [[43, "pixel-coords-to-telescope"]], "plot_1d_excess": [[205, "plot-1d-excess"]], "plot_Crab_SED": [[117, "plot-crab-sed"]], "plot_calibration_results": [[202, "plot-calibration-results"]], "plot_datacheck": [[9, "plot-datacheck"]], "plot_disp": [[206, "plot-disp"]], "plot_disp_vector": [[207, "plot-disp-vector"]], "plot_energy_resolution": [[208, "plot-energy-resolution"]], "plot_features": [[209, "plot-features"]], "plot_importances": [[210, "plot-importances"]], "plot_mean_and_stddev": [[10, "plot-mean-and-stddev"]], "plot_mean_and_stddev_bokeh": [[196, "plot-mean-and-stddev-bokeh"]], "plot_muon_event": [[47, "plot-muon-event"]], "plot_pedestals": [[214, "plot-pedestals"]], "plot_pos": [[211, "plot-pos"]], "plot_positions_survived_events": [[118, "plot-positions-survived-events"]], "plot_roc_gamma": [[212, "plot-roc-gamma"]], "plot_sensitivity": [[119, "plot-sensitivity"]], "plot_trigger_types": [[11, "plot-trigger-types"]], "plot_wobble": [[213, "plot-wobble"]], "polar_to_cartesian": [[176, "polar-to-cartesian"]], "power_law_integrated_distribution": [[110, "power-law-integrated-distribution"]], "predict_source_position_in_camera": [[177, "predict-source-position-in-camera"]], "process_dl1_file": [[12, "process-dl1-file"]], "process_mc": [[128, "process-mc"]], "process_real": [[129, "process-real"]], "query_continue": [[57, "query-continue"]], "query_yes_no": [[58, "query-yes-no"]], "r0_to_dl1": [[156, "r0-to-dl1"]], "radec_to_camera": [[178, "radec-to-camera"]], "radial_light_distribution": [[44, "radial-light-distribution"]], "random_psf_smearer": [[36, "random-psf-smearer"]], "rate": [[111, "rate"]], "read_configuration_file": [[51, "read-configuration-file"]], "read_data_dl2_to_QTable": [[83, "read-data-dl2-to-qtable"]], "read_dl2_params": [[84, "read-dl2-params"]], "read_mc_dl2_to_QTable": [[85, "read-mc-dl2-to-qtable"]], "read_metadata": [[86, "read-metadata"]], "read_sim_par": [[130, "read-sim-par"]], "read_simtel_energy_histogram": [[87, "read-simtel-energy-histogram"]], "read_simu_info_hdf5": [[88, "read-simu-info-hdf5"]], "read_simu_info_merged_hdf5": [[89, "read-simu-info-merged-hdf5"]], "reco_source_position_sky": [[179, "reco-source-position-sky"]], "recursive_copy_node": [[90, "recursive-copy-node"]], "remove_duplicated_events": [[91, "remove-duplicated-events"]], "replace_config": [[52, "replace-config"]], "required arguments": [[228, "required-arguments"]], "ring_containment": [[131, "ring-containment"]], "rotate": [[180, "rotate"]], "samesign": [[132, "samesign"]], "sensitivity_gamma_efficiency": [[133, "sensitivity-gamma-efficiency"]], "sensitivity_gamma_efficiency_real_data": [[134, "sensitivity-gamma-efficiency-real-data"]], "sensitivity_gamma_efficiency_real_protons": [[135, "sensitivity-gamma-efficiency-real-protons"]], "sensitivity_minimization_plot": [[120, "sensitivity-minimization-plot"]], "sensitivity_plot_comparison": [[121, "sensitivity-plot-comparison"]], "set_numba_seed": [[37, "set-numba-seed"]], "setup_logging": [[30, "setup-logging"]], "show_camera": [[197, "show-camera"]], "sky_to_camera": [[181, "sky-to-camera"]], "source_dx_dy": [[182, "source-dx-dy"]], "source_side": [[183, "source-side"]], "stack_tables_h5files": [[92, "stack-tables-h5files"]], "tag_pix_thr": [[45, "tag-pix-thr"]], "train_disp_norm": [[146, "train-disp-norm"]], "train_disp_sign": [[147, "train-disp-sign"]], "train_disp_vector": [[148, "train-disp-vector"]], "train_energy": [[149, "train-energy"]], "train_reco": [[150, "train-reco"]], "train_sep": [[151, "train-sep"]], "update_disp_with_effective_focal_length": [[152, "update-disp-with-effective-focal-length"]], "update_parameters": [[46, "update-parameters"]], "weight": [[112, "weight"]], "write_calibration_data": [[93, "write-calibration-data"]], "write_dataframe": [[94, "write-dataframe"]], "write_dl2_dataframe": [[95, "write-dl2-dataframe"]], "write_error_page": [[13, "write-error-page"]], "write_mcheader": [[96, "write-mcheader"]], "write_metadata": [[97, "write-metadata"]], "write_simtel_energy_histogram": [[98, "write-simtel-energy-histogram"]], "write_subarray_tables": [[99, "write-subarray-tables"]], "zero_suppression_tailcut_dilation": [[186, "zero-suppression-tailcut-dilation"]]}, "docnames": ["api/lstchain.calib.camera.load_calibrator_from_config", "api/lstchain.calib.load_calibrator_from_config", "api/lstchain.calib.load_gain_selector_from_config", "api/lstchain.calib.load_image_extractor_from_config", "api/lstchain.datachecks.containers.DL1DataCheckContainer", "api/lstchain.datachecks.containers.DL1DataCheckHistogramBins", "api/lstchain.datachecks.containers.count_trig_types", "api/lstchain.datachecks.dl1_checker.check_dl1", "api/lstchain.datachecks.dl1_checker.merge_dl1datacheck_files", "api/lstchain.datachecks.dl1_checker.plot_datacheck", "api/lstchain.datachecks.dl1_checker.plot_mean_and_stddev", "api/lstchain.datachecks.dl1_checker.plot_trigger_types", "api/lstchain.datachecks.dl1_checker.process_dl1_file", "api/lstchain.datachecks.dl1_checker.write_error_page", "api/lstchain.high_level.hdu_table.add_icrs_position_params", "api/lstchain.high_level.hdu_table.create_event_list", "api/lstchain.high_level.hdu_table.create_hdu_index_hdu", "api/lstchain.high_level.hdu_table.create_obs_index_hdu", "api/lstchain.high_level.hdu_table.fill_reco_altaz_w_expected_pos", "api/lstchain.high_level.hdu_table.get_pointing_params", "api/lstchain.high_level.hdu_table.get_timing_params", "api/lstchain.high_level.interpolate.check_in_delaunay_triangle", "api/lstchain.high_level.interpolate.compare_irfs", "api/lstchain.high_level.interpolate.get_nearest_az_node", "api/lstchain.high_level.interpolate.interp_params", "api/lstchain.high_level.interpolate.interpolate_cuts", "api/lstchain.high_level.interpolate.interpolate_irf", "api/lstchain.high_level.interpolate.load_irf_grid", "api/lstchain.high_level.significance_calculation.analyze_on_off", "api/lstchain.high_level.significance_calculation.analyze_wobble", "api/lstchain.high_level.significance_calculation.setup_logging", "api/lstchain.image.cleaning.apply_dynamic_cleaning", "api/lstchain.image.modifier.WaveformNsbTunner", "api/lstchain.image.modifier.add_noise_in_pixels", "api/lstchain.image.modifier.calculate_noise_parameters", "api/lstchain.image.modifier.calculate_required_additional_nsb", "api/lstchain.image.modifier.random_psf_smearer", "api/lstchain.image.modifier.set_numba_seed", "api/lstchain.image.muon.muon_analysis.analyze_muon_event", "api/lstchain.image.muon.muon_analysis.create_muon_table", "api/lstchain.image.muon.muon_analysis.fill_muon_event", "api/lstchain.image.muon.muon_analysis.fit_muon", "api/lstchain.image.muon.muon_analysis.muon_filter", "api/lstchain.image.muon.muon_analysis.pixel_coords_to_telescope", "api/lstchain.image.muon.muon_analysis.radial_light_distribution", "api/lstchain.image.muon.muon_analysis.tag_pix_thr", "api/lstchain.image.muon.muon_analysis.update_parameters", "api/lstchain.image.muon.plot_muon.plot_muon_event", "api/lstchain.io.config.get_cleaning_parameters", "api/lstchain.io.config.get_srcdep_config", "api/lstchain.io.config.get_standard_config", "api/lstchain.io.config.read_configuration_file", "api/lstchain.io.config.replace_config", "api/lstchain.io.data_management.check_and_make_dir", "api/lstchain.io.data_management.check_data_path", "api/lstchain.io.data_management.check_job_logs", "api/lstchain.io.data_management.get_input_filelist", "api/lstchain.io.data_management.query_continue", "api/lstchain.io.data_management.query_yes_no", "api/lstchain.io.event_selection.DL3Cuts", "api/lstchain.io.event_selection.DataBinning", "api/lstchain.io.event_selection.EventSelector", "api/lstchain.io.io.add_column_table", "api/lstchain.io.io.add_config_metadata", "api/lstchain.io.io.add_global_metadata", "api/lstchain.io.io.add_source_filenames", "api/lstchain.io.io.auto_merge_h5files", "api/lstchain.io.io.check_mc_type", "api/lstchain.io.io.check_mcheader", "api/lstchain.io.io.check_metadata", "api/lstchain.io.io.check_thrown_events_histogram", "api/lstchain.io.io.copy_h5_nodes", "api/lstchain.io.io.extract_observation_time", "api/lstchain.io.io.extract_simulation_nsb", "api/lstchain.io.io.get_dataset_keys", "api/lstchain.io.io.get_mc_fov_offset", "api/lstchain.io.io.get_resource_path", "api/lstchain.io.io.get_srcdep_assumed_positions", "api/lstchain.io.io.get_srcdep_params", "api/lstchain.io.io.get_stacked_table", "api/lstchain.io.io.global_metadata", "api/lstchain.io.io.merge_dl2_runs", "api/lstchain.io.io.merging_check", "api/lstchain.io.io.read_data_dl2_to_QTable", "api/lstchain.io.io.read_dl2_params", "api/lstchain.io.io.read_mc_dl2_to_QTable", "api/lstchain.io.io.read_metadata", "api/lstchain.io.io.read_simtel_energy_histogram", "api/lstchain.io.io.read_simu_info_hdf5", "api/lstchain.io.io.read_simu_info_merged_hdf5", "api/lstchain.io.io.recursive_copy_node", "api/lstchain.io.io.remove_duplicated_events", "api/lstchain.io.io.stack_tables_h5files", "api/lstchain.io.io.write_calibration_data", "api/lstchain.io.io.write_dataframe", "api/lstchain.io.io.write_dl2_dataframe", "api/lstchain.io.io.write_mcheader", "api/lstchain.io.io.write_metadata", "api/lstchain.io.io.write_simtel_energy_histogram", "api/lstchain.io.io.write_subarray_tables", "api/lstchain.io.lstcontainers.DL1LikelihoodParametersContainer", "api/lstchain.io.lstcontainers.DL1MonitoringEventIndexContainer", "api/lstchain.io.lstcontainers.DL1ParametersContainer", "api/lstchain.io.lstcontainers.DispContainer", "api/lstchain.io.lstcontainers.ExtraImageInfo", "api/lstchain.io.lstcontainers.ExtraMCInfo", "api/lstchain.io.lstcontainers.LSTEventType", "api/lstchain.io.lstcontainers.MetaData", "api/lstchain.io.lstcontainers.ThrownEventsHistogram", "api/lstchain.mc.mc.int_diff_sp", "api/lstchain.mc.mc.power_law_integrated_distribution", "api/lstchain.mc.mc.rate", "api/lstchain.mc.mc.weight", "api/lstchain.mc.plot_utils.fill_bin_content", "api/lstchain.mc.plot_utils.format_axes_array", "api/lstchain.mc.plot_utils.format_axes_ebin", "api/lstchain.mc.plot_utils.format_axes_sensitivity", "api/lstchain.mc.plot_utils.plot_Crab_SED", "api/lstchain.mc.plot_utils.plot_positions_survived_events", "api/lstchain.mc.plot_utils.plot_sensitivity", "api/lstchain.mc.plot_utils.sensitivity_minimization_plot", "api/lstchain.mc.plot_utils.sensitivity_plot_comparison", "api/lstchain.mc.sensitivity.bin_definition", "api/lstchain.mc.sensitivity.calculate_sensitivity", "api/lstchain.mc.sensitivity.calculate_sensitivity_lima", "api/lstchain.mc.sensitivity.diff_events_after_cut", "api/lstchain.mc.sensitivity.find_cut", "api/lstchain.mc.sensitivity.get_weights", "api/lstchain.mc.sensitivity.process_mc", "api/lstchain.mc.sensitivity.process_real", "api/lstchain.mc.sensitivity.read_sim_par", "api/lstchain.mc.sensitivity.ring_containment", "api/lstchain.mc.sensitivity.samesign", "api/lstchain.mc.sensitivity.sensitivity_gamma_efficiency", "api/lstchain.mc.sensitivity.sensitivity_gamma_efficiency_real_data", "api/lstchain.mc.sensitivity.sensitivity_gamma_efficiency_real_protons", "api/lstchain.reco.disp.disp", "api/lstchain.reco.disp.disp_parameters", "api/lstchain.reco.disp.disp_parameters_event", "api/lstchain.reco.disp.disp_to_pos", "api/lstchain.reco.disp.disp_vector", "api/lstchain.reco.disp.miss", "api/lstchain.reco.dl1_to_dl2.apply_models", "api/lstchain.reco.dl1_to_dl2.build_models", "api/lstchain.reco.dl1_to_dl2.get_expected_source_pos", "api/lstchain.reco.dl1_to_dl2.get_source_dependent_parameters", "api/lstchain.reco.dl1_to_dl2.train_disp_norm", "api/lstchain.reco.dl1_to_dl2.train_disp_sign", "api/lstchain.reco.dl1_to_dl2.train_disp_vector", "api/lstchain.reco.dl1_to_dl2.train_energy", "api/lstchain.reco.dl1_to_dl2.train_reco", "api/lstchain.reco.dl1_to_dl2.train_sep", "api/lstchain.reco.dl1_to_dl2.update_disp_with_effective_focal_length", "api/lstchain.reco.r0_to_dl1.add_disp_to_parameters_table", "api/lstchain.reco.r0_to_dl1.apply_lh_fit", "api/lstchain.reco.r0_to_dl1.get_dl1", "api/lstchain.reco.r0_to_dl1.r0_to_dl1", "api/lstchain.reco.utils.add_delta_t_key", "api/lstchain.reco.utils.alt_to_theta", "api/lstchain.reco.utils.apply_src_r_cut", "api/lstchain.reco.utils.az_to_phi", "api/lstchain.reco.utils.camera_to_altaz", "api/lstchain.reco.utils.cartesian_to_polar", "api/lstchain.reco.utils.clip_alt", "api/lstchain.reco.utils.compute_alpha", "api/lstchain.reco.utils.compute_rf_event_weights", "api/lstchain.reco.utils.compute_theta2", "api/lstchain.reco.utils.expand_tel_list", "api/lstchain.reco.utils.extract_source_position", "api/lstchain.reco.utils.filter_events", "api/lstchain.reco.utils.get_effective_time", "api/lstchain.reco.utils.get_event_pos_in_camera", "api/lstchain.reco.utils.get_events_in_GTI", "api/lstchain.reco.utils.get_geomagnetic_delta", "api/lstchain.reco.utils.impute_pointing", "api/lstchain.reco.utils.linear_imputer", "api/lstchain.reco.utils.polar_to_cartesian", "api/lstchain.reco.utils.predict_source_position_in_camera", "api/lstchain.reco.utils.radec_to_camera", "api/lstchain.reco.utils.reco_source_position_sky", "api/lstchain.reco.utils.rotate", "api/lstchain.reco.utils.sky_to_camera", "api/lstchain.reco.utils.source_dx_dy", "api/lstchain.reco.utils.source_side", "api/lstchain.reco.volume_reducer.apply_volume_reduction", "api/lstchain.reco.volume_reducer.get_volume_reduction_method", "api/lstchain.reco.volume_reducer.zero_suppression_tailcut_dilation", "api/lstchain.tools.lstchain_create_calibration_file.CalibrationHDF5Writer", "api/lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter", "api/lstchain.tools.lstchain_create_dl3_index_files.FITSIndexWriter", "api/lstchain.tools.lstchain_create_irf_files.IRFFITSWriter", "api/lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan", "api/lstchain.visualization.bokeh.CameraDisplay", "api/lstchain.visualization.bokeh._generate_bokeh_multi_polygon_arrays", "api/lstchain.visualization.bokeh._generate_polygon_vertices", "api/lstchain.visualization.bokeh.get_pixel_location", "api/lstchain.visualization.bokeh.plot_mean_and_stddev_bokeh", "api/lstchain.visualization.bokeh.show_camera", "api/lstchain.visualization.camera.display_dl1_event", "api/lstchain.visualization.camera.overlay_disp_vector", "api/lstchain.visualization.camera.overlay_hillas_major_axis", "api/lstchain.visualization.camera.overlay_source", "api/lstchain.visualization.plot_calib.plot_calibration_results", "api/lstchain.visualization.plot_dl2.direction_results", "api/lstchain.visualization.plot_dl2.energy_results", "api/lstchain.visualization.plot_dl2.plot_1d_excess", "api/lstchain.visualization.plot_dl2.plot_disp", "api/lstchain.visualization.plot_dl2.plot_disp_vector", "api/lstchain.visualization.plot_dl2.plot_energy_resolution", "api/lstchain.visualization.plot_dl2.plot_features", "api/lstchain.visualization.plot_dl2.plot_importances", "api/lstchain.visualization.plot_dl2.plot_pos", "api/lstchain.visualization.plot_dl2.plot_roc_gamma", "api/lstchain.visualization.plot_dl2.plot_wobble", "api/lstchain.visualization.plot_drs4.plot_pedestals", "contribute", "index", "introduction", "lst_analysis_workflow", "lstchain_api/calib/index", "lstchain_api/ctapipe_compat", "lstchain_api/datachecks/index", "lstchain_api/high_level/index", "lstchain_api/image/index", "lstchain_api/index", "lstchain_api/io/index", "lstchain_api/mc/index", "lstchain_api/reco/index", "lstchain_api/scripts/index", "lstchain_api/tools/index", "lstchain_api/visualization/index", "snippets"], "envversion": {"nbsphinx": 4, "sphinx": 61, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1}, "filenames": ["api/lstchain.calib.camera.load_calibrator_from_config.rst", "api/lstchain.calib.load_calibrator_from_config.rst", "api/lstchain.calib.load_gain_selector_from_config.rst", "api/lstchain.calib.load_image_extractor_from_config.rst", "api/lstchain.datachecks.containers.DL1DataCheckContainer.rst", "api/lstchain.datachecks.containers.DL1DataCheckHistogramBins.rst", "api/lstchain.datachecks.containers.count_trig_types.rst", "api/lstchain.datachecks.dl1_checker.check_dl1.rst", "api/lstchain.datachecks.dl1_checker.merge_dl1datacheck_files.rst", "api/lstchain.datachecks.dl1_checker.plot_datacheck.rst", "api/lstchain.datachecks.dl1_checker.plot_mean_and_stddev.rst", "api/lstchain.datachecks.dl1_checker.plot_trigger_types.rst", "api/lstchain.datachecks.dl1_checker.process_dl1_file.rst", "api/lstchain.datachecks.dl1_checker.write_error_page.rst", "api/lstchain.high_level.hdu_table.add_icrs_position_params.rst", "api/lstchain.high_level.hdu_table.create_event_list.rst", "api/lstchain.high_level.hdu_table.create_hdu_index_hdu.rst", "api/lstchain.high_level.hdu_table.create_obs_index_hdu.rst", "api/lstchain.high_level.hdu_table.fill_reco_altaz_w_expected_pos.rst", "api/lstchain.high_level.hdu_table.get_pointing_params.rst", "api/lstchain.high_level.hdu_table.get_timing_params.rst", "api/lstchain.high_level.interpolate.check_in_delaunay_triangle.rst", "api/lstchain.high_level.interpolate.compare_irfs.rst", "api/lstchain.high_level.interpolate.get_nearest_az_node.rst", "api/lstchain.high_level.interpolate.interp_params.rst", "api/lstchain.high_level.interpolate.interpolate_cuts.rst", "api/lstchain.high_level.interpolate.interpolate_irf.rst", "api/lstchain.high_level.interpolate.load_irf_grid.rst", "api/lstchain.high_level.significance_calculation.analyze_on_off.rst", "api/lstchain.high_level.significance_calculation.analyze_wobble.rst", "api/lstchain.high_level.significance_calculation.setup_logging.rst", "api/lstchain.image.cleaning.apply_dynamic_cleaning.rst", "api/lstchain.image.modifier.WaveformNsbTunner.rst", "api/lstchain.image.modifier.add_noise_in_pixels.rst", "api/lstchain.image.modifier.calculate_noise_parameters.rst", "api/lstchain.image.modifier.calculate_required_additional_nsb.rst", "api/lstchain.image.modifier.random_psf_smearer.rst", "api/lstchain.image.modifier.set_numba_seed.rst", "api/lstchain.image.muon.muon_analysis.analyze_muon_event.rst", "api/lstchain.image.muon.muon_analysis.create_muon_table.rst", "api/lstchain.image.muon.muon_analysis.fill_muon_event.rst", "api/lstchain.image.muon.muon_analysis.fit_muon.rst", "api/lstchain.image.muon.muon_analysis.muon_filter.rst", "api/lstchain.image.muon.muon_analysis.pixel_coords_to_telescope.rst", "api/lstchain.image.muon.muon_analysis.radial_light_distribution.rst", "api/lstchain.image.muon.muon_analysis.tag_pix_thr.rst", "api/lstchain.image.muon.muon_analysis.update_parameters.rst", "api/lstchain.image.muon.plot_muon.plot_muon_event.rst", "api/lstchain.io.config.get_cleaning_parameters.rst", "api/lstchain.io.config.get_srcdep_config.rst", "api/lstchain.io.config.get_standard_config.rst", "api/lstchain.io.config.read_configuration_file.rst", "api/lstchain.io.config.replace_config.rst", "api/lstchain.io.data_management.check_and_make_dir.rst", "api/lstchain.io.data_management.check_data_path.rst", "api/lstchain.io.data_management.check_job_logs.rst", "api/lstchain.io.data_management.get_input_filelist.rst", "api/lstchain.io.data_management.query_continue.rst", "api/lstchain.io.data_management.query_yes_no.rst", "api/lstchain.io.event_selection.DL3Cuts.rst", "api/lstchain.io.event_selection.DataBinning.rst", "api/lstchain.io.event_selection.EventSelector.rst", "api/lstchain.io.io.add_column_table.rst", "api/lstchain.io.io.add_config_metadata.rst", "api/lstchain.io.io.add_global_metadata.rst", "api/lstchain.io.io.add_source_filenames.rst", "api/lstchain.io.io.auto_merge_h5files.rst", "api/lstchain.io.io.check_mc_type.rst", "api/lstchain.io.io.check_mcheader.rst", "api/lstchain.io.io.check_metadata.rst", "api/lstchain.io.io.check_thrown_events_histogram.rst", "api/lstchain.io.io.copy_h5_nodes.rst", "api/lstchain.io.io.extract_observation_time.rst", "api/lstchain.io.io.extract_simulation_nsb.rst", "api/lstchain.io.io.get_dataset_keys.rst", "api/lstchain.io.io.get_mc_fov_offset.rst", "api/lstchain.io.io.get_resource_path.rst", "api/lstchain.io.io.get_srcdep_assumed_positions.rst", "api/lstchain.io.io.get_srcdep_params.rst", "api/lstchain.io.io.get_stacked_table.rst", "api/lstchain.io.io.global_metadata.rst", "api/lstchain.io.io.merge_dl2_runs.rst", "api/lstchain.io.io.merging_check.rst", "api/lstchain.io.io.read_data_dl2_to_QTable.rst", "api/lstchain.io.io.read_dl2_params.rst", "api/lstchain.io.io.read_mc_dl2_to_QTable.rst", "api/lstchain.io.io.read_metadata.rst", "api/lstchain.io.io.read_simtel_energy_histogram.rst", "api/lstchain.io.io.read_simu_info_hdf5.rst", "api/lstchain.io.io.read_simu_info_merged_hdf5.rst", "api/lstchain.io.io.recursive_copy_node.rst", "api/lstchain.io.io.remove_duplicated_events.rst", "api/lstchain.io.io.stack_tables_h5files.rst", "api/lstchain.io.io.write_calibration_data.rst", "api/lstchain.io.io.write_dataframe.rst", "api/lstchain.io.io.write_dl2_dataframe.rst", "api/lstchain.io.io.write_mcheader.rst", "api/lstchain.io.io.write_metadata.rst", "api/lstchain.io.io.write_simtel_energy_histogram.rst", "api/lstchain.io.io.write_subarray_tables.rst", "api/lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.rst", "api/lstchain.io.lstcontainers.DL1MonitoringEventIndexContainer.rst", "api/lstchain.io.lstcontainers.DL1ParametersContainer.rst", "api/lstchain.io.lstcontainers.DispContainer.rst", "api/lstchain.io.lstcontainers.ExtraImageInfo.rst", "api/lstchain.io.lstcontainers.ExtraMCInfo.rst", "api/lstchain.io.lstcontainers.LSTEventType.rst", "api/lstchain.io.lstcontainers.MetaData.rst", "api/lstchain.io.lstcontainers.ThrownEventsHistogram.rst", "api/lstchain.mc.mc.int_diff_sp.rst", "api/lstchain.mc.mc.power_law_integrated_distribution.rst", "api/lstchain.mc.mc.rate.rst", "api/lstchain.mc.mc.weight.rst", "api/lstchain.mc.plot_utils.fill_bin_content.rst", "api/lstchain.mc.plot_utils.format_axes_array.rst", "api/lstchain.mc.plot_utils.format_axes_ebin.rst", "api/lstchain.mc.plot_utils.format_axes_sensitivity.rst", "api/lstchain.mc.plot_utils.plot_Crab_SED.rst", "api/lstchain.mc.plot_utils.plot_positions_survived_events.rst", "api/lstchain.mc.plot_utils.plot_sensitivity.rst", "api/lstchain.mc.plot_utils.sensitivity_minimization_plot.rst", "api/lstchain.mc.plot_utils.sensitivity_plot_comparison.rst", "api/lstchain.mc.sensitivity.bin_definition.rst", "api/lstchain.mc.sensitivity.calculate_sensitivity.rst", "api/lstchain.mc.sensitivity.calculate_sensitivity_lima.rst", "api/lstchain.mc.sensitivity.diff_events_after_cut.rst", "api/lstchain.mc.sensitivity.find_cut.rst", "api/lstchain.mc.sensitivity.get_weights.rst", "api/lstchain.mc.sensitivity.process_mc.rst", "api/lstchain.mc.sensitivity.process_real.rst", "api/lstchain.mc.sensitivity.read_sim_par.rst", "api/lstchain.mc.sensitivity.ring_containment.rst", "api/lstchain.mc.sensitivity.samesign.rst", "api/lstchain.mc.sensitivity.sensitivity_gamma_efficiency.rst", "api/lstchain.mc.sensitivity.sensitivity_gamma_efficiency_real_data.rst", "api/lstchain.mc.sensitivity.sensitivity_gamma_efficiency_real_protons.rst", "api/lstchain.reco.disp.disp.rst", "api/lstchain.reco.disp.disp_parameters.rst", "api/lstchain.reco.disp.disp_parameters_event.rst", "api/lstchain.reco.disp.disp_to_pos.rst", "api/lstchain.reco.disp.disp_vector.rst", "api/lstchain.reco.disp.miss.rst", "api/lstchain.reco.dl1_to_dl2.apply_models.rst", "api/lstchain.reco.dl1_to_dl2.build_models.rst", "api/lstchain.reco.dl1_to_dl2.get_expected_source_pos.rst", "api/lstchain.reco.dl1_to_dl2.get_source_dependent_parameters.rst", "api/lstchain.reco.dl1_to_dl2.train_disp_norm.rst", "api/lstchain.reco.dl1_to_dl2.train_disp_sign.rst", "api/lstchain.reco.dl1_to_dl2.train_disp_vector.rst", "api/lstchain.reco.dl1_to_dl2.train_energy.rst", "api/lstchain.reco.dl1_to_dl2.train_reco.rst", "api/lstchain.reco.dl1_to_dl2.train_sep.rst", "api/lstchain.reco.dl1_to_dl2.update_disp_with_effective_focal_length.rst", "api/lstchain.reco.r0_to_dl1.add_disp_to_parameters_table.rst", "api/lstchain.reco.r0_to_dl1.apply_lh_fit.rst", "api/lstchain.reco.r0_to_dl1.get_dl1.rst", "api/lstchain.reco.r0_to_dl1.r0_to_dl1.rst", "api/lstchain.reco.utils.add_delta_t_key.rst", "api/lstchain.reco.utils.alt_to_theta.rst", "api/lstchain.reco.utils.apply_src_r_cut.rst", "api/lstchain.reco.utils.az_to_phi.rst", "api/lstchain.reco.utils.camera_to_altaz.rst", "api/lstchain.reco.utils.cartesian_to_polar.rst", "api/lstchain.reco.utils.clip_alt.rst", "api/lstchain.reco.utils.compute_alpha.rst", "api/lstchain.reco.utils.compute_rf_event_weights.rst", "api/lstchain.reco.utils.compute_theta2.rst", "api/lstchain.reco.utils.expand_tel_list.rst", "api/lstchain.reco.utils.extract_source_position.rst", "api/lstchain.reco.utils.filter_events.rst", "api/lstchain.reco.utils.get_effective_time.rst", "api/lstchain.reco.utils.get_event_pos_in_camera.rst", "api/lstchain.reco.utils.get_events_in_GTI.rst", "api/lstchain.reco.utils.get_geomagnetic_delta.rst", "api/lstchain.reco.utils.impute_pointing.rst", "api/lstchain.reco.utils.linear_imputer.rst", "api/lstchain.reco.utils.polar_to_cartesian.rst", "api/lstchain.reco.utils.predict_source_position_in_camera.rst", "api/lstchain.reco.utils.radec_to_camera.rst", "api/lstchain.reco.utils.reco_source_position_sky.rst", "api/lstchain.reco.utils.rotate.rst", "api/lstchain.reco.utils.sky_to_camera.rst", "api/lstchain.reco.utils.source_dx_dy.rst", "api/lstchain.reco.utils.source_side.rst", "api/lstchain.reco.volume_reducer.apply_volume_reduction.rst", "api/lstchain.reco.volume_reducer.get_volume_reduction_method.rst", "api/lstchain.reco.volume_reducer.zero_suppression_tailcut_dilation.rst", "api/lstchain.tools.lstchain_create_calibration_file.CalibrationHDF5Writer.rst", "api/lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.rst", "api/lstchain.tools.lstchain_create_dl3_index_files.FITSIndexWriter.rst", "api/lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.rst", "api/lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan.rst", "api/lstchain.visualization.bokeh.CameraDisplay.rst", "api/lstchain.visualization.bokeh._generate_bokeh_multi_polygon_arrays.rst", "api/lstchain.visualization.bokeh._generate_polygon_vertices.rst", "api/lstchain.visualization.bokeh.get_pixel_location.rst", "api/lstchain.visualization.bokeh.plot_mean_and_stddev_bokeh.rst", "api/lstchain.visualization.bokeh.show_camera.rst", "api/lstchain.visualization.camera.display_dl1_event.rst", "api/lstchain.visualization.camera.overlay_disp_vector.rst", "api/lstchain.visualization.camera.overlay_hillas_major_axis.rst", "api/lstchain.visualization.camera.overlay_source.rst", "api/lstchain.visualization.plot_calib.plot_calibration_results.rst", "api/lstchain.visualization.plot_dl2.direction_results.rst", "api/lstchain.visualization.plot_dl2.energy_results.rst", "api/lstchain.visualization.plot_dl2.plot_1d_excess.rst", "api/lstchain.visualization.plot_dl2.plot_disp.rst", "api/lstchain.visualization.plot_dl2.plot_disp_vector.rst", "api/lstchain.visualization.plot_dl2.plot_energy_resolution.rst", "api/lstchain.visualization.plot_dl2.plot_features.rst", "api/lstchain.visualization.plot_dl2.plot_importances.rst", "api/lstchain.visualization.plot_dl2.plot_pos.rst", "api/lstchain.visualization.plot_dl2.plot_roc_gamma.rst", "api/lstchain.visualization.plot_dl2.plot_wobble.rst", "api/lstchain.visualization.plot_drs4.plot_pedestals.rst", "contribute.rst", "index.rst", "introduction.rst", "lst_analysis_workflow.rst", "lstchain_api/calib/index.rst", "lstchain_api/ctapipe_compat.rst", "lstchain_api/datachecks/index.rst", "lstchain_api/high_level/index.rst", "lstchain_api/image/index.rst", "lstchain_api/index.rst", "lstchain_api/io/index.rst", "lstchain_api/mc/index.rst", "lstchain_api/reco/index.rst", "lstchain_api/scripts/index.rst", "lstchain_api/tools/index.rst", "lstchain_api/visualization/index.rst", "snippets.rst"], "indexentries": {"_generate_bokeh_multi_polygon_arrays() (in module lstchain.visualization.bokeh)": [[193, "lstchain.visualization.bokeh._generate_bokeh_multi_polygon_arrays", false]], "_generate_polygon_vertices() (in module lstchain.visualization.bokeh)": [[194, "lstchain.visualization.bokeh._generate_polygon_vertices", false]], "add_column_table() (in module lstchain.io.io)": [[62, "lstchain.io.io.add_column_table", false]], "add_config_metadata() (in module lstchain.io.io)": [[63, "lstchain.io.io.add_config_metadata", false]], "add_delta_t_key() (in module lstchain.reco.utils)": [[157, "lstchain.reco.utils.add_delta_t_key", false]], "add_disp_to_parameters_table() (in module lstchain.reco.r0_to_dl1)": [[153, "lstchain.reco.r0_to_dl1.add_disp_to_parameters_table", false]], "add_global_metadata() (in module lstchain.io.io)": [[64, "lstchain.io.io.add_global_metadata", false]], "add_icrs_position_params() (in module lstchain.high_level.hdu_table)": [[14, "lstchain.high_level.hdu_table.add_icrs_position_params", false]], "add_noise_in_pixels() (in module lstchain.image.modifier)": [[33, "lstchain.image.modifier.add_noise_in_pixels", false]], "add_source_filenames() (in module lstchain.io.io)": [[65, "lstchain.io.io.add_source_filenames", false]], "aliases (lstchain.tools.lstchain_create_calibration_file.calibrationhdf5writer attribute)": [[187, "lstchain.tools.lstchain_create_calibration_file.CalibrationHDF5Writer.aliases", false]], "aliases (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter attribute)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.aliases", false]], "aliases (lstchain.tools.lstchain_create_dl3_index_files.fitsindexwriter attribute)": [[189, "lstchain.tools.lstchain_create_dl3_index_files.FITSIndexWriter.aliases", false]], "aliases (lstchain.tools.lstchain_create_irf_files.irffitswriter attribute)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.aliases", false]], "aliases (lstchain.tools.lstchain_fit_intensity_scan.fitintensityscan attribute)": [[191, "lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan.aliases", false]], "allowed_tels (lstchain.io.event_selection.dl3cuts attribute)": [[59, "lstchain.io.event_selection.DL3Cuts.allowed_tels", false]], "allowed_tels_filter() (lstchain.io.event_selection.dl3cuts method)": [[59, "lstchain.io.event_selection.DL3Cuts.allowed_tels_filter", false]], "alpha_containment (lstchain.io.event_selection.dl3cuts attribute)": [[59, "lstchain.io.event_selection.DL3Cuts.alpha_containment", false]], "alt_tel (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.alt_tel", false]], "alt_to_theta() (in module lstchain.reco.utils)": [[158, "lstchain.reco.utils.alt_to_theta", false]], "analyze_muon_event() (in module lstchain.image.muon.muon_analysis)": [[38, "lstchain.image.muon.muon_analysis.analyze_muon_event", false]], "analyze_on_off() (in module lstchain.high_level.significance_calculation)": [[28, "lstchain.high_level.significance_calculation.analyze_on_off", false]], "analyze_wobble() (in module lstchain.high_level.significance_calculation)": [[29, "lstchain.high_level.significance_calculation.analyze_wobble", false]], "angle (lstchain.io.lstcontainers.dispcontainer attribute)": [[103, "lstchain.io.lstcontainers.DispContainer.angle", false]], "apply_dynamic_cleaning() (in module lstchain.image.cleaning)": [[31, "lstchain.image.cleaning.apply_dynamic_cleaning", false]], "apply_energy_dependent_alpha_cuts() (lstchain.io.event_selection.dl3cuts method)": [[59, "lstchain.io.event_selection.DL3Cuts.apply_energy_dependent_alpha_cuts", false]], "apply_energy_dependent_gh_cuts() (lstchain.io.event_selection.dl3cuts method)": [[59, "lstchain.io.event_selection.DL3Cuts.apply_energy_dependent_gh_cuts", false]], "apply_energy_dependent_theta_cuts() (lstchain.io.event_selection.dl3cuts method)": [[59, "lstchain.io.event_selection.DL3Cuts.apply_energy_dependent_theta_cuts", false]], "apply_global_alpha_cut() (lstchain.io.event_selection.dl3cuts method)": [[59, "lstchain.io.event_selection.DL3Cuts.apply_global_alpha_cut", false]], "apply_global_gh_cut() (lstchain.io.event_selection.dl3cuts method)": [[59, "lstchain.io.event_selection.DL3Cuts.apply_global_gh_cut", false]], "apply_global_theta_cut() (lstchain.io.event_selection.dl3cuts method)": [[59, "lstchain.io.event_selection.DL3Cuts.apply_global_theta_cut", false]], "apply_lh_fit() (in module lstchain.reco.r0_to_dl1)": [[154, "lstchain.reco.r0_to_dl1.apply_lh_fit", false]], "apply_models() (in module lstchain.reco.dl1_to_dl2)": [[142, "lstchain.reco.dl1_to_dl2.apply_models", false]], "apply_src_r_cut() (in module lstchain.reco.utils)": [[159, "lstchain.reco.utils.apply_src_r_cut", false]], "apply_srcdep_gh_alpha_cut() (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter method)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.apply_srcdep_gh_alpha_cut", false]], "apply_srcindep_gh_cut() (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter method)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.apply_srcindep_gh_cut", false]], "apply_volume_reduction() (in module lstchain.reco.volume_reducer)": [[184, "lstchain.reco.volume_reducer.apply_volume_reduction", false]], "auto_merge_h5files() (in module lstchain.io.io)": [[66, "lstchain.io.io.auto_merge_h5files", false]], "az_tel (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.az_tel", false]], "az_to_phi() (in module lstchain.reco.utils)": [[160, "lstchain.reco.utils.az_to_phi", false]], "bin_definition() (in module lstchain.mc.sensitivity)": [[122, "lstchain.mc.sensitivity.bin_definition", false]], "bins_core_dist (lstchain.io.lstcontainers.throwneventshistogram attribute)": [[108, "lstchain.io.lstcontainers.ThrownEventsHistogram.bins_core_dist", false]], "bins_energy (lstchain.io.lstcontainers.throwneventshistogram attribute)": [[108, "lstchain.io.lstcontainers.ThrownEventsHistogram.bins_energy", false]], "bkg_fov_offset_bins() (lstchain.io.event_selection.databinning method)": [[60, "lstchain.io.event_selection.DataBinning.bkg_fov_offset_bins", false]], "bkg_fov_offset_max (lstchain.io.event_selection.databinning attribute)": [[60, "lstchain.io.event_selection.DataBinning.bkg_fov_offset_max", false]], "bkg_fov_offset_min (lstchain.io.event_selection.databinning attribute)": [[60, "lstchain.io.event_selection.DataBinning.bkg_fov_offset_min", false]], "bkg_fov_offset_n_edges (lstchain.io.event_selection.databinning attribute)": [[60, "lstchain.io.event_selection.DataBinning.bkg_fov_offset_n_edges", false]], "build_models() (in module lstchain.reco.dl1_to_dl2)": [[143, "lstchain.reco.dl1_to_dl2.build_models", false]], "calculate_noise_parameters() (in module lstchain.image.modifier)": [[34, "lstchain.image.modifier.calculate_noise_parameters", false]], "calculate_required_additional_nsb() (in module lstchain.image.modifier)": [[35, "lstchain.image.modifier.calculate_required_additional_nsb", false]], "calculate_sensitivity() (in module lstchain.mc.sensitivity)": [[123, "lstchain.mc.sensitivity.calculate_sensitivity", false]], "calculate_sensitivity_lima() (in module lstchain.mc.sensitivity)": [[124, "lstchain.mc.sensitivity.calculate_sensitivity_lima", false]], "calibration_id (lstchain.io.lstcontainers.dl1monitoringeventindexcontainer attribute)": [[101, "lstchain.io.lstcontainers.DL1MonitoringEventIndexContainer.calibration_id", false]], "calibration_id (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.calibration_id", false]], "calibration_product (lstchain.tools.lstchain_create_calibration_file.calibrationhdf5writer attribute)": [[187, "lstchain.tools.lstchain_create_calibration_file.CalibrationHDF5Writer.calibration_product", false]], "calibrationhdf5writer (class in lstchain.tools.lstchain_create_calibration_file)": [[187, "lstchain.tools.lstchain_create_calibration_file.CalibrationHDF5Writer", false]], "camera_to_altaz() (in module lstchain.reco.utils)": [[161, "lstchain.reco.utils.camera_to_altaz", false]], "cameradisplay (class in lstchain.visualization.bokeh)": [[192, "lstchain.visualization.bokeh.CameraDisplay", false]], "cartesian_to_polar() (in module lstchain.reco.utils)": [[162, "lstchain.reco.utils.cartesian_to_polar", false]], "charge_mean (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.charge_mean", false]], "charge_stddev (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.charge_stddev", false]], "check_and_make_dir() (in module lstchain.io.data_management)": [[53, "lstchain.io.data_management.check_and_make_dir", false]], "check_data_path() (in module lstchain.io.data_management)": [[54, "lstchain.io.data_management.check_data_path", false]], "check_dl1() (in module lstchain.datachecks.dl1_checker)": [[7, "lstchain.datachecks.dl1_checker.check_dl1", false]], "check_energy_dependent_cuts() (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter method)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.check_energy_dependent_cuts", false]], "check_in_delaunay_triangle() (in module lstchain.high_level.interpolate)": [[21, "lstchain.high_level.interpolate.check_in_delaunay_triangle", false]], "check_job_logs() (in module lstchain.io.data_management)": [[55, "lstchain.io.data_management.check_job_logs", false]], "check_mc_type() (in module lstchain.io.io)": [[67, "lstchain.io.io.check_mc_type", false]], "check_mcheader() (in module lstchain.io.io)": [[68, "lstchain.io.io.check_mcheader", false]], "check_metadata() (in module lstchain.io.io)": [[69, "lstchain.io.io.check_metadata", false]], "check_thrown_events_histogram() (in module lstchain.io.io)": [[70, "lstchain.io.io.check_thrown_events_histogram", false]], "classes (lstchain.tools.lstchain_create_calibration_file.calibrationhdf5writer attribute)": [[187, "lstchain.tools.lstchain_create_calibration_file.CalibrationHDF5Writer.classes", false]], "classes (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter attribute)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.classes", false]], "classes (lstchain.tools.lstchain_create_irf_files.irffitswriter attribute)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.classes", false]], "clip_alt() (in module lstchain.reco.utils)": [[163, "lstchain.reco.utils.clip_alt", false]], "cog_within_pixel (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.cog_within_pixel", false]], "cog_within_pixel_intensity_gt_200 (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.cog_within_pixel_intensity_gt_200", false]], "compare_irfs() (in module lstchain.high_level.interpolate)": [[22, "lstchain.high_level.interpolate.compare_irfs", false]], "compute_alpha() (in module lstchain.reco.utils)": [[164, "lstchain.reco.utils.compute_alpha", false]], "compute_rf_event_weights() (in module lstchain.reco.utils)": [[165, "lstchain.reco.utils.compute_rf_event_weights", false]], "compute_theta2() (in module lstchain.reco.utils)": [[166, "lstchain.reco.utils.compute_theta2", false]], "concentration_cog (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.concentration_cog", false]], "concentration_core (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.concentration_core", false]], "concentration_pixel (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.concentration_pixel", false]], "contact (lstchain.io.lstcontainers.metadata attribute)": [[107, "lstchain.io.lstcontainers.MetaData.CONTACT", false]], "copy_h5_nodes() (in module lstchain.io.io)": [[71, "lstchain.io.io.copy_h5_nodes", false]], "count_trig_types() (in module lstchain.datachecks.containers)": [[6, "lstchain.datachecks.containers.count_trig_types", false]], "create_event_list() (in module lstchain.high_level.hdu_table)": [[15, "lstchain.high_level.hdu_table.create_event_list", false]], "create_hdu_index_hdu() (in module lstchain.high_level.hdu_table)": [[16, "lstchain.high_level.hdu_table.create_hdu_index_hdu", false]], "create_muon_table() (in module lstchain.image.muon.muon_analysis)": [[39, "lstchain.image.muon.muon_analysis.create_muon_table", false]], "create_obs_index_hdu() (in module lstchain.high_level.hdu_table)": [[17, "lstchain.high_level.hdu_table.create_obs_index_hdu", false]], "ctapipe_io_lst_version (lstchain.io.lstcontainers.metadata attribute)": [[107, "lstchain.io.lstcontainers.MetaData.CTAPIPE_IO_LST_VERSION", false]], "ctapipe_version (lstchain.io.lstcontainers.metadata attribute)": [[107, "lstchain.io.lstcontainers.MetaData.CTAPIPE_VERSION", false]], "databinning (class in lstchain.io.event_selection)": [[60, "lstchain.io.event_selection.DataBinning", false]], "datareductionfitswriter (class in lstchain.tools.lstchain_create_dl3_file)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter", false]], "default_prefix (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.default_prefix", false]], "default_prefix (lstchain.datachecks.containers.dl1datacheckhistogrambins attribute)": [[5, "lstchain.datachecks.containers.DL1DataCheckHistogramBins.default_prefix", false]], "default_prefix (lstchain.io.lstcontainers.dispcontainer attribute)": [[103, "lstchain.io.lstcontainers.DispContainer.default_prefix", false]], "default_prefix (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.default_prefix", false]], "default_prefix (lstchain.io.lstcontainers.dl1monitoringeventindexcontainer attribute)": [[101, "lstchain.io.lstcontainers.DL1MonitoringEventIndexContainer.default_prefix", false]], "default_prefix (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.default_prefix", false]], "default_prefix (lstchain.io.lstcontainers.extraimageinfo attribute)": [[104, "lstchain.io.lstcontainers.ExtraImageInfo.default_prefix", false]], "default_prefix (lstchain.io.lstcontainers.extramcinfo attribute)": [[105, "lstchain.io.lstcontainers.ExtraMCInfo.default_prefix", false]], "default_prefix (lstchain.io.lstcontainers.metadata attribute)": [[107, "lstchain.io.lstcontainers.MetaData.default_prefix", false]], "default_prefix (lstchain.io.lstcontainers.throwneventshistogram attribute)": [[108, "lstchain.io.lstcontainers.ThrownEventsHistogram.default_prefix", false]], "description (lstchain.tools.lstchain_create_calibration_file.calibrationhdf5writer attribute)": [[187, "lstchain.tools.lstchain_create_calibration_file.CalibrationHDF5Writer.description", false]], "description (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter attribute)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.description", false]], "description (lstchain.tools.lstchain_create_dl3_index_files.fitsindexwriter attribute)": [[189, "lstchain.tools.lstchain_create_dl3_index_files.FITSIndexWriter.description", false]], "description (lstchain.tools.lstchain_create_irf_files.irffitswriter attribute)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.description", false]], "description (lstchain.tools.lstchain_fit_intensity_scan.fitintensityscan attribute)": [[191, "lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan.description", false]], "diff_events_after_cut() (in module lstchain.mc.sensitivity)": [[125, "lstchain.mc.sensitivity.diff_events_after_cut", false]], "direction_results() (in module lstchain.visualization.plot_dl2)": [[203, "lstchain.visualization.plot_dl2.direction_results", false]], "disp() (in module lstchain.reco.disp)": [[136, "lstchain.reco.disp.disp", false]], "disp_angle (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.disp_angle", false]], "disp_dx (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.disp_dx", false]], "disp_dy (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.disp_dy", false]], "disp_miss (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.disp_miss", false]], "disp_norm (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.disp_norm", false]], "disp_parameters() (in module lstchain.reco.disp)": [[137, "lstchain.reco.disp.disp_parameters", false]], "disp_parameters_event() (in module lstchain.reco.disp)": [[138, "lstchain.reco.disp.disp_parameters_event", false]], "disp_sign (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.disp_sign", false]], "disp_to_pos() (in module lstchain.reco.disp)": [[139, "lstchain.reco.disp.disp_to_pos", false]], "disp_vector() (in module lstchain.reco.disp)": [[140, "lstchain.reco.disp.disp_vector", false]], "dispcontainer (class in lstchain.io.lstcontainers)": [[103, "lstchain.io.lstcontainers.DispContainer", false]], "display_dl1_event() (in module lstchain.visualization.camera)": [[198, "lstchain.visualization.camera.display_dl1_event", false]], "dl1datacheckcontainer (class in lstchain.datachecks.containers)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer", false]], "dl1datacheckhistogrambins (class in lstchain.datachecks.containers)": [[5, "lstchain.datachecks.containers.DL1DataCheckHistogramBins", false]], "dl1likelihoodparameterscontainer (class in lstchain.io.lstcontainers)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer", false]], "dl1monitoringeventindexcontainer (class in lstchain.io.lstcontainers)": [[101, "lstchain.io.lstcontainers.DL1MonitoringEventIndexContainer", false]], "dl1parameterscontainer (class in lstchain.io.lstcontainers)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer", false]], "dl3cuts (class in lstchain.io.event_selection)": [[59, "lstchain.io.event_selection.DL3Cuts", false]], "dragon_time (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.dragon_time", false]], "dragon_time (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.dragon_time", false]], "dx (lstchain.io.lstcontainers.dispcontainer attribute)": [[103, "lstchain.io.lstcontainers.DispContainer.dx", false]], "dy (lstchain.io.lstcontainers.dispcontainer attribute)": [[103, "lstchain.io.lstcontainers.DispContainer.dy", false]], "elapsed_time (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.elapsed_time", false]], "energy_dependent_alpha (lstchain.tools.lstchain_create_irf_files.irffitswriter attribute)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.energy_dependent_alpha", false]], "energy_dependent_alpha_cuts() (lstchain.io.event_selection.dl3cuts method)": [[59, "lstchain.io.event_selection.DL3Cuts.energy_dependent_alpha_cuts", false]], "energy_dependent_gh (lstchain.tools.lstchain_create_irf_files.irffitswriter attribute)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.energy_dependent_gh", false]], "energy_dependent_gh_cuts() (lstchain.io.event_selection.dl3cuts method)": [[59, "lstchain.io.event_selection.DL3Cuts.energy_dependent_gh_cuts", false]], "energy_dependent_theta (lstchain.tools.lstchain_create_irf_files.irffitswriter attribute)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.energy_dependent_theta", false]], "energy_dependent_theta_cuts() (lstchain.io.event_selection.dl3cuts method)": [[59, "lstchain.io.event_selection.DL3Cuts.energy_dependent_theta_cuts", false]], "energy_migration_bins() (lstchain.io.event_selection.databinning method)": [[60, "lstchain.io.event_selection.DataBinning.energy_migration_bins", false]], "energy_migration_max (lstchain.io.event_selection.databinning attribute)": [[60, "lstchain.io.event_selection.DataBinning.energy_migration_max", false]], "energy_migration_min (lstchain.io.event_selection.databinning attribute)": [[60, "lstchain.io.event_selection.DataBinning.energy_migration_min", false]], "energy_migration_n_bins (lstchain.io.event_selection.databinning attribute)": [[60, "lstchain.io.event_selection.DataBinning.energy_migration_n_bins", false]], "energy_results() (in module lstchain.visualization.plot_dl2)": [[204, "lstchain.visualization.plot_dl2.energy_results", false]], "event_id (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.event_id", false]], "event_type (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.event_type", false]], "events_to_skip (lstchain.tools.lstchain_create_calibration_file.calibrationhdf5writer attribute)": [[187, "lstchain.tools.lstchain_create_calibration_file.CalibrationHDF5Writer.events_to_skip", false]], "eventselector (class in lstchain.io.event_selection)": [[61, "lstchain.io.event_selection.EventSelector", false]], "example (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter attribute)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.example", false]], "example (lstchain.tools.lstchain_create_dl3_index_files.fitsindexwriter attribute)": [[189, "lstchain.tools.lstchain_create_dl3_index_files.FITSIndexWriter.example", false]], "example (lstchain.tools.lstchain_create_irf_files.irffitswriter attribute)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.example", false]], "expand_tel_list() (in module lstchain.reco.utils)": [[167, "lstchain.reco.utils.expand_tel_list", false]], "extract_observation_time() (in module lstchain.io.io)": [[72, "lstchain.io.io.extract_observation_time", false]], "extract_simulation_nsb() (in module lstchain.io.io)": [[73, "lstchain.io.io.extract_simulation_nsb", false]], "extract_source_position() (in module lstchain.reco.utils)": [[168, "lstchain.reco.utils.extract_source_position", false]], "extraimageinfo (class in lstchain.io.lstcontainers)": [[104, "lstchain.io.lstcontainers.ExtraImageInfo", false]], "extramcinfo (class in lstchain.io.lstcontainers)": [[105, "lstchain.io.lstcontainers.ExtraMCInfo", false]], "fields (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.fields", false]], "fields (lstchain.datachecks.containers.dl1datacheckhistogrambins attribute)": [[5, "lstchain.datachecks.containers.DL1DataCheckHistogramBins.fields", false]], "fields (lstchain.io.lstcontainers.dispcontainer attribute)": [[103, "lstchain.io.lstcontainers.DispContainer.fields", false]], "fields (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.fields", false]], "fields (lstchain.io.lstcontainers.dl1monitoringeventindexcontainer attribute)": [[101, "lstchain.io.lstcontainers.DL1MonitoringEventIndexContainer.fields", false]], "fields (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.fields", false]], "fields (lstchain.io.lstcontainers.extraimageinfo attribute)": [[104, "lstchain.io.lstcontainers.ExtraImageInfo.fields", false]], "fields (lstchain.io.lstcontainers.extramcinfo attribute)": [[105, "lstchain.io.lstcontainers.ExtraMCInfo.fields", false]], "fields (lstchain.io.lstcontainers.metadata attribute)": [[107, "lstchain.io.lstcontainers.MetaData.fields", false]], "fields (lstchain.io.lstcontainers.throwneventshistogram attribute)": [[108, "lstchain.io.lstcontainers.ThrownEventsHistogram.fields", false]], "file_pattern (lstchain.tools.lstchain_create_dl3_index_files.fitsindexwriter attribute)": [[189, "lstchain.tools.lstchain_create_dl3_index_files.FITSIndexWriter.file_pattern", false]], "fill_alpha_cut (lstchain.io.event_selection.dl3cuts attribute)": [[59, "lstchain.io.event_selection.DL3Cuts.fill_alpha_cut", false]], "fill_bin_content() (in module lstchain.mc.plot_utils)": [[113, "lstchain.mc.plot_utils.fill_bin_content", false]], "fill_event_info() (lstchain.io.lstcontainers.dl1parameterscontainer method)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.fill_event_info", false]], "fill_event_wise_info() (lstchain.datachecks.containers.dl1datacheckcontainer method)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.fill_event_wise_info", false]], "fill_from_simtel() (lstchain.io.lstcontainers.throwneventshistogram method)": [[108, "lstchain.io.lstcontainers.ThrownEventsHistogram.fill_from_simtel", false]], "fill_hillas() (lstchain.io.lstcontainers.dl1parameterscontainer method)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.fill_hillas", false]], "fill_mc() (lstchain.io.lstcontainers.dl1parameterscontainer method)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.fill_mc", false]], "fill_muon_event() (in module lstchain.image.muon.muon_analysis)": [[40, "lstchain.image.muon.muon_analysis.fill_muon_event", false]], "fill_pixel_wise_info() (lstchain.datachecks.containers.dl1datacheckcontainer method)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.fill_pixel_wise_info", false]], "fill_reco_altaz_w_expected_pos() (in module lstchain.high_level.hdu_table)": [[18, "lstchain.high_level.hdu_table.fill_reco_altaz_w_expected_pos", false]], "fill_theta_cut (lstchain.io.event_selection.dl3cuts attribute)": [[59, "lstchain.io.event_selection.DL3Cuts.fill_theta_cut", false]], "filter_cut() (lstchain.io.event_selection.eventselector method)": [[61, "lstchain.io.event_selection.EventSelector.filter_cut", false]], "filter_events() (in module lstchain.reco.utils)": [[169, "lstchain.reco.utils.filter_events", false]], "filters (lstchain.io.event_selection.eventselector attribute)": [[61, "lstchain.io.event_selection.EventSelector.filters", false]], "find_cut() (in module lstchain.mc.sensitivity)": [[126, "lstchain.mc.sensitivity.find_cut", false]], "finish() (lstchain.tools.lstchain_create_calibration_file.calibrationhdf5writer method)": [[187, "lstchain.tools.lstchain_create_calibration_file.CalibrationHDF5Writer.finish", false]], "finish() (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter method)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.finish", false]], "finish() (lstchain.tools.lstchain_create_dl3_index_files.fitsindexwriter method)": [[189, "lstchain.tools.lstchain_create_dl3_index_files.FITSIndexWriter.finish", false]], "finish() (lstchain.tools.lstchain_create_irf_files.irffitswriter method)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.finish", false]], "finish() (lstchain.tools.lstchain_fit_intensity_scan.fitintensityscan method)": [[191, "lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan.finish", false]], "finite_params (lstchain.io.event_selection.eventselector attribute)": [[61, "lstchain.io.event_selection.EventSelector.finite_params", false]], "fit_initialization (lstchain.tools.lstchain_fit_intensity_scan.fitintensityscan attribute)": [[191, "lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan.fit_initialization", false]], "fit_muon() (in module lstchain.image.muon.muon_analysis)": [[41, "lstchain.image.muon.muon_analysis.fit_muon", false]], "fitintensityscan (class in lstchain.tools.lstchain_fit_intensity_scan)": [[191, "lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan", false]], "fitsindexwriter (class in lstchain.tools.lstchain_create_dl3_index_files)": [[189, "lstchain.tools.lstchain_create_dl3_index_files.FITSIndexWriter", false]], "flags (lstchain.tools.lstchain_create_calibration_file.calibrationhdf5writer attribute)": [[187, "lstchain.tools.lstchain_create_calibration_file.CalibrationHDF5Writer.flags", false]], "flags (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter attribute)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.flags", false]], "flags (lstchain.tools.lstchain_create_dl3_index_files.fitsindexwriter attribute)": [[189, "lstchain.tools.lstchain_create_dl3_index_files.FITSIndexWriter.flags", false]], "flags (lstchain.tools.lstchain_create_irf_files.irffitswriter attribute)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.flags", false]], "flatfield_id (lstchain.io.lstcontainers.dl1monitoringeventindexcontainer attribute)": [[101, "lstchain.io.lstcontainers.DL1MonitoringEventIndexContainer.flatfield_id", false]], "format_axes_array() (in module lstchain.mc.plot_utils)": [[114, "lstchain.mc.plot_utils.format_axes_array", false]], "format_axes_ebin() (in module lstchain.mc.plot_utils)": [[115, "lstchain.mc.plot_utils.format_axes_ebin", false]], "format_axes_sensitivity() (in module lstchain.mc.plot_utils)": [[116, "lstchain.mc.plot_utils.format_axes_sensitivity", false]], "fov_offset_bins() (lstchain.io.event_selection.databinning method)": [[60, "lstchain.io.event_selection.DataBinning.fov_offset_bins", false]], "fov_offset_max (lstchain.io.event_selection.databinning attribute)": [[60, "lstchain.io.event_selection.DataBinning.fov_offset_max", false]], "fov_offset_min (lstchain.io.event_selection.databinning attribute)": [[60, "lstchain.io.event_selection.DataBinning.fov_offset_min", false]], "fov_offset_n_edges (lstchain.io.event_selection.databinning attribute)": [[60, "lstchain.io.event_selection.DataBinning.fov_offset_n_edges", false]], "fractional_variance_error (lstchain.tools.lstchain_fit_intensity_scan.fitintensityscan attribute)": [[191, "lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan.fractional_variance_error", false]], "gain_channels (lstchain.tools.lstchain_fit_intensity_scan.fitintensityscan attribute)": [[191, "lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan.gain_channels", false]], "geom (lstchain.visualization.bokeh.cameradisplay attribute)": [[192, "lstchain.visualization.bokeh.CameraDisplay.geom", false]], "get_cleaning_parameters() (in module lstchain.io.config)": [[48, "lstchain.io.config.get_cleaning_parameters", false]], "get_dataset_keys() (in module lstchain.io.io)": [[74, "lstchain.io.io.get_dataset_keys", false]], "get_dl1() (in module lstchain.reco.r0_to_dl1)": [[155, "lstchain.reco.r0_to_dl1.get_dl1", false]], "get_effective_time() (in module lstchain.reco.utils)": [[170, "lstchain.reco.utils.get_effective_time", false]], "get_event_pos_in_camera() (in module lstchain.reco.utils)": [[171, "lstchain.reco.utils.get_event_pos_in_camera", false]], "get_events_in_gti() (in module lstchain.reco.utils)": [[172, "lstchain.reco.utils.get_events_in_GTI", false]], "get_expected_source_pos() (in module lstchain.reco.dl1_to_dl2)": [[144, "lstchain.reco.dl1_to_dl2.get_expected_source_pos", false]], "get_features() (lstchain.io.lstcontainers.dl1parameterscontainer method)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.get_features", false]], "get_geomagnetic_delta() (in module lstchain.reco.utils)": [[173, "lstchain.reco.utils.get_geomagnetic_delta", false]], "get_input_filelist() (in module lstchain.io.data_management)": [[56, "lstchain.io.data_management.get_input_filelist", false]], "get_mc_fov_offset() (in module lstchain.io.io)": [[75, "lstchain.io.io.get_mc_fov_offset", false]], "get_nearest_az_node() (in module lstchain.high_level.interpolate)": [[23, "lstchain.high_level.interpolate.get_nearest_az_node", false]], "get_pixel_location() (in module lstchain.visualization.bokeh)": [[195, "lstchain.visualization.bokeh.get_pixel_location", false]], "get_pointing_params() (in module lstchain.high_level.hdu_table)": [[19, "lstchain.high_level.hdu_table.get_pointing_params", false]], "get_resource_path() (in module lstchain.io.io)": [[76, "lstchain.io.io.get_resource_path", false]], "get_source_dependent_parameters() (in module lstchain.reco.dl1_to_dl2)": [[145, "lstchain.reco.dl1_to_dl2.get_source_dependent_parameters", false]], "get_srcdep_assumed_positions() (in module lstchain.io.io)": [[77, "lstchain.io.io.get_srcdep_assumed_positions", false]], "get_srcdep_config() (in module lstchain.io.config)": [[49, "lstchain.io.config.get_srcdep_config", false]], "get_srcdep_params() (in module lstchain.io.io)": [[78, "lstchain.io.io.get_srcdep_params", false]], "get_stacked_table() (in module lstchain.io.io)": [[79, "lstchain.io.io.get_stacked_table", false]], "get_standard_config() (in module lstchain.io.config)": [[50, "lstchain.io.config.get_standard_config", false]], "get_timing_params() (in module lstchain.high_level.hdu_table)": [[20, "lstchain.high_level.hdu_table.get_timing_params", false]], "get_volume_reduction_method() (in module lstchain.reco.volume_reducer)": [[185, "lstchain.reco.volume_reducer.get_volume_reduction_method", false]], "get_weights() (in module lstchain.mc.sensitivity)": [[127, "lstchain.mc.sensitivity.get_weights", false]], "gh_efficiency (lstchain.io.event_selection.dl3cuts attribute)": [[59, "lstchain.io.event_selection.DL3Cuts.gh_efficiency", false]], "global_alpha_cut (lstchain.io.event_selection.dl3cuts attribute)": [[59, "lstchain.io.event_selection.DL3Cuts.global_alpha_cut", false]], "global_gh_cut (lstchain.io.event_selection.dl3cuts attribute)": [[59, "lstchain.io.event_selection.DL3Cuts.global_gh_cut", false]], "global_metadata() (in module lstchain.io.io)": [[80, "lstchain.io.io.global_metadata", false]], "global_theta_cut (lstchain.io.event_selection.dl3cuts attribute)": [[59, "lstchain.io.event_selection.DL3Cuts.global_theta_cut", false]], "gzip (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter attribute)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.gzip", false]], "hadroness (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.hadroness", false]], "hist_delta_t (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.hist_delta_t", false]], "hist_delta_t (lstchain.datachecks.containers.dl1datacheckhistogrambins attribute)": [[5, "lstchain.datachecks.containers.DL1DataCheckHistogramBins.hist_delta_t", false]], "hist_dist0 (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.hist_dist0", false]], "hist_dist0 (lstchain.datachecks.containers.dl1datacheckhistogrambins attribute)": [[5, "lstchain.datachecks.containers.DL1DataCheckHistogramBins.hist_dist0", false]], "hist_dist0_intensity_gt_200 (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.hist_dist0_intensity_gt_200", false]], "hist_dist0_intensity_gt_200 (lstchain.datachecks.containers.dl1datacheckhistogrambins attribute)": [[5, "lstchain.datachecks.containers.DL1DataCheckHistogramBins.hist_dist0_intensity_gt_200", false]], "hist_id (lstchain.io.lstcontainers.throwneventshistogram attribute)": [[108, "lstchain.io.lstcontainers.ThrownEventsHistogram.hist_id", false]], "hist_intensity (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.hist_intensity", false]], "hist_intensity (lstchain.datachecks.containers.dl1datacheckhistogrambins attribute)": [[5, "lstchain.datachecks.containers.DL1DataCheckHistogramBins.hist_intensity", false]], "hist_intercept (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.hist_intercept", false]], "hist_intercept (lstchain.datachecks.containers.dl1datacheckhistogrambins attribute)": [[5, "lstchain.datachecks.containers.DL1DataCheckHistogramBins.hist_intercept", false]], "hist_length (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.hist_length", false]], "hist_length (lstchain.datachecks.containers.dl1datacheckhistogrambins attribute)": [[5, "lstchain.datachecks.containers.DL1DataCheckHistogramBins.hist_length", false]], "hist_nislands (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.hist_nislands", false]], "hist_nislands (lstchain.datachecks.containers.dl1datacheckhistogrambins attribute)": [[5, "lstchain.datachecks.containers.DL1DataCheckHistogramBins.hist_nislands", false]], "hist_npixels (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.hist_npixels", false]], "hist_npixels (lstchain.datachecks.containers.dl1datacheckhistogrambins attribute)": [[5, "lstchain.datachecks.containers.DL1DataCheckHistogramBins.hist_npixels", false]], "hist_pixelchargespectrum (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.hist_pixelchargespectrum", false]], "hist_pixelchargespectrum (lstchain.datachecks.containers.dl1datacheckhistogrambins attribute)": [[5, "lstchain.datachecks.containers.DL1DataCheckHistogramBins.hist_pixelchargespectrum", false]], "hist_psi (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.hist_psi", false]], "hist_psi (lstchain.datachecks.containers.dl1datacheckhistogrambins attribute)": [[5, "lstchain.datachecks.containers.DL1DataCheckHistogramBins.hist_psi", false]], "hist_psi_intensity_gt_200 (lstchain.datachecks.containers.dl1datacheckhistogrambins attribute)": [[5, "lstchain.datachecks.containers.DL1DataCheckHistogramBins.hist_psi_intensity_gt_200", false]], "hist_skewness (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.hist_skewness", false]], "hist_skewness (lstchain.datachecks.containers.dl1datacheckhistogrambins attribute)": [[5, "lstchain.datachecks.containers.DL1DataCheckHistogramBins.hist_skewness", false]], "hist_tgrad_vs_length (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.hist_tgrad_vs_length", false]], "hist_tgrad_vs_length (lstchain.datachecks.containers.dl1datacheckhistogrambins attribute)": [[5, "lstchain.datachecks.containers.DL1DataCheckHistogramBins.hist_tgrad_vs_length", false]], "hist_tgrad_vs_length_intensity_gt_200 (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.hist_tgrad_vs_length_intensity_gt_200", false]], "hist_tgrad_vs_length_intensity_gt_200 (lstchain.datachecks.containers.dl1datacheckhistogrambins attribute)": [[5, "lstchain.datachecks.containers.DL1DataCheckHistogramBins.hist_tgrad_vs_length_intensity_gt_200", false]], "hist_width (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.hist_width", false]], "hist_width (lstchain.datachecks.containers.dl1datacheckhistogrambins attribute)": [[5, "lstchain.datachecks.containers.DL1DataCheckHistogramBins.hist_width", false]], "histogram (lstchain.io.lstcontainers.throwneventshistogram attribute)": [[108, "lstchain.io.lstcontainers.ThrownEventsHistogram.histogram", false]], "image (lstchain.visualization.bokeh.cameradisplay attribute)": [[192, "lstchain.visualization.bokeh.CameraDisplay.image", false]], "impute_pointing() (in module lstchain.reco.utils)": [[174, "lstchain.reco.utils.impute_pointing", false]], "initialise_waveforms() (lstchain.image.modifier.waveformnsbtunner method)": [[32, "lstchain.image.modifier.WaveformNsbTunner.initialise_waveforms", false]], "input_dir (lstchain.tools.lstchain_fit_intensity_scan.fitintensityscan attribute)": [[191, "lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan.input_dir", false]], "input_dl2 (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter attribute)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.input_dl2", false]], "input_dl3_dir (lstchain.tools.lstchain_create_dl3_index_files.fitsindexwriter attribute)": [[189, "lstchain.tools.lstchain_create_dl3_index_files.FITSIndexWriter.input_dl3_dir", false]], "input_electron_dl2 (lstchain.tools.lstchain_create_irf_files.irffitswriter attribute)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.input_electron_dl2", false]], "input_gamma_dl2 (lstchain.tools.lstchain_create_irf_files.irffitswriter attribute)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.input_gamma_dl2", false]], "input_irf_path (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter attribute)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.input_irf_path", false]], "input_prefix (lstchain.tools.lstchain_fit_intensity_scan.fitintensityscan attribute)": [[191, "lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan.input_prefix", false]], "input_proton_dl2 (lstchain.tools.lstchain_create_irf_files.irffitswriter attribute)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.input_proton_dl2", false]], "int_diff_sp() (in module lstchain.mc.mc)": [[109, "lstchain.mc.mc.int_diff_sp", false]], "intensity (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.intensity", false]], "intercept (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.intercept", false]], "interp_irfs() (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter method)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.interp_irfs", false]], "interp_method (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter attribute)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.interp_method", false]], "interp_params() (in module lstchain.high_level.interpolate)": [[24, "lstchain.high_level.interpolate.interp_params", false]], "interpolate_cuts() (in module lstchain.high_level.interpolate)": [[25, "lstchain.high_level.interpolate.interpolate_cuts", false]], "interpolate_irf() (in module lstchain.high_level.interpolate)": [[26, "lstchain.high_level.interpolate.interpolate_irf", false]], "irf_file_pattern (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter attribute)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.irf_file_pattern", false]], "irf_obs_time (lstchain.tools.lstchain_create_irf_files.irffitswriter attribute)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.irf_obs_time", false]], "irffitswriter (class in lstchain.tools.lstchain_create_irf_files)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter", false]], "is_busy() (lstchain.io.lstcontainers.lsteventtype static method)": [[106, "lstchain.io.lstcontainers.LSTEventType.is_busy", false]], "is_calibration() (lstchain.io.lstcontainers.lsteventtype static method)": [[106, "lstchain.io.lstcontainers.LSTEventType.is_calibration", false]], "is_mono() (lstchain.io.lstcontainers.lsteventtype static method)": [[106, "lstchain.io.lstcontainers.LSTEventType.is_mono", false]], "is_pedestal() (lstchain.io.lstcontainers.lsteventtype static method)": [[106, "lstchain.io.lstcontainers.LSTEventType.is_pedestal", false]], "is_single_pe() (lstchain.io.lstcontainers.lsteventtype static method)": [[106, "lstchain.io.lstcontainers.LSTEventType.is_single_pe", false]], "is_slow_control() (lstchain.io.lstcontainers.lsteventtype static method)": [[106, "lstchain.io.lstcontainers.LSTEventType.is_slow_control", false]], "is_soft_trig() (lstchain.io.lstcontainers.lsteventtype static method)": [[106, "lstchain.io.lstcontainers.LSTEventType.is_soft_trig", false]], "is_stereo() (lstchain.io.lstcontainers.lsteventtype static method)": [[106, "lstchain.io.lstcontainers.LSTEventType.is_stereo", false]], "is_unknown() (lstchain.io.lstcontainers.lsteventtype static method)": [[106, "lstchain.io.lstcontainers.LSTEventType.is_unknown", false]], "keep_duplicated_events (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter attribute)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.keep_duplicated_events", false]], "kurtosis (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.kurtosis", false]], "leakage_intensity_width_1 (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.leakage_intensity_width_1", false]], "leakage_intensity_width_2 (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.leakage_intensity_width_2", false]], "leakage_pixels_width_1 (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.leakage_pixels_width_1", false]], "leakage_pixels_width_2 (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.leakage_pixels_width_2", false]], "length (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.length", false]], "length_uncertainty (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.length_uncertainty", false]], "lhfit_area (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_area", false]], "lhfit_call_status (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_call_status", false]], "lhfit_intensity (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_intensity", false]], "lhfit_intensity_uncertainty (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_intensity_uncertainty", false]], "lhfit_length (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_length", false]], "lhfit_length_asymmetry (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_length_asymmetry", false]], "lhfit_length_asymmetry_uncertainty (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_length_asymmetry_uncertainty", false]], "lhfit_length_uncertainty (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_length_uncertainty", false]], "lhfit_log_intensity (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_log_intensity", false]], "lhfit_phi (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_phi", false]], "lhfit_psi (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_psi", false]], "lhfit_psi_uncertainty (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_psi_uncertainty", false]], "lhfit_r (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_r", false]], "lhfit_ref_time (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_ref_time", false]], "lhfit_ref_time_uncertainty (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_ref_time_uncertainty", false]], "lhfit_t_68 (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_t_68", false]], "lhfit_time_gradient (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_time_gradient", false]], "lhfit_time_gradient_uncertainty (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_time_gradient_uncertainty", false]], "lhfit_ts (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_TS", false]], "lhfit_width (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_width", false]], "lhfit_wl (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_wl", false]], "lhfit_wl_uncertainty (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_wl_uncertainty", false]], "lhfit_x (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_x", false]], "lhfit_x_uncertainty (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_x_uncertainty", false]], "lhfit_y (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_y", false]], "lhfit_y_uncertainty (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.lhfit_y_uncertainty", false]], "linear_imputer() (in module lstchain.reco.utils)": [[175, "lstchain.reco.utils.linear_imputer", false]], "load_calibrator_from_config() (in module lstchain.calib)": [[1, "lstchain.calib.load_calibrator_from_config", false]], "load_calibrator_from_config() (in module lstchain.calib.camera)": [[0, "lstchain.calib.camera.load_calibrator_from_config", false]], "load_gain_selector_from_config() (in module lstchain.calib)": [[2, "lstchain.calib.load_gain_selector_from_config", false]], "load_image_extractor_from_config() (in module lstchain.calib)": [[3, "lstchain.calib.load_image_extractor_from_config", false]], "load_irf_grid() (in module lstchain.high_level.interpolate)": [[27, "lstchain.high_level.interpolate.load_irf_grid", false]], "log_intensity (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.log_intensity", false]], "log_mc_energy (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.log_mc_energy", false]], "lstchain.calib": [[219, "module-lstchain.calib", false]], "lstchain.calib.camera": [[219, "module-lstchain.calib.camera", false]], "lstchain.ctapipe_compat": [[220, "module-lstchain.ctapipe_compat", false]], "lstchain.datachecks.containers": [[221, "module-lstchain.datachecks.containers", false]], "lstchain.datachecks.dl1_checker": [[221, "module-lstchain.datachecks.dl1_checker", false]], "lstchain.high_level.hdu_table": [[222, "module-lstchain.high_level.hdu_table", false]], "lstchain.high_level.interpolate": [[222, "module-lstchain.high_level.interpolate", false]], "lstchain.high_level.significance_calculation": [[222, "module-lstchain.high_level.significance_calculation", false]], "lstchain.image": [[223, "module-lstchain.image", false]], "lstchain.image.cleaning": [[223, "module-lstchain.image.cleaning", false]], "lstchain.image.modifier": [[223, "module-lstchain.image.modifier", false]], "lstchain.image.muon.muon_analysis": [[223, "module-lstchain.image.muon.muon_analysis", false]], "lstchain.image.muon.plot_muon": [[223, "module-lstchain.image.muon.plot_muon", false]], "lstchain.io.config": [[225, "module-lstchain.io.config", false]], "lstchain.io.data_management": [[225, "module-lstchain.io.data_management", false]], "lstchain.io.event_selection": [[225, "module-lstchain.io.event_selection", false]], "lstchain.io.io": [[225, "module-lstchain.io.io", false]], "lstchain.io.lstcontainers": [[225, "module-lstchain.io.lstcontainers", false]], "lstchain.mc.mc": [[226, "module-lstchain.mc.mc", false]], "lstchain.mc.plot_utils": [[226, "module-lstchain.mc.plot_utils", false]], "lstchain.mc.sensitivity": [[226, "module-lstchain.mc.sensitivity", false]], "lstchain.reco.disp": [[227, "module-lstchain.reco.disp", false]], "lstchain.reco.dl1_to_dl2": [[227, "module-lstchain.reco.dl1_to_dl2", false]], "lstchain.reco.r0_to_dl1": [[227, "module-lstchain.reco.r0_to_dl1", false]], "lstchain.reco.utils": [[227, "module-lstchain.reco.utils", false]], "lstchain.reco.volume_reducer": [[227, "module-lstchain.reco.volume_reducer", false]], "lstchain.scripts.lstchain_check_dl1": [[228, "module-lstchain.scripts.lstchain_check_dl1", false]], "lstchain.scripts.lstchain_create_run_summary": [[228, "module-lstchain.scripts.lstchain_create_run_summary", false]], "lstchain.scripts.lstchain_data_create_time_calibration_file": [[228, "module-lstchain.scripts.lstchain_data_create_time_calibration_file", false]], "lstchain.scripts.lstchain_data_r0_to_dl1": [[228, "module-lstchain.scripts.lstchain_data_r0_to_dl1", false]], "lstchain.scripts.lstchain_dl1_muon_analysis": [[228, "module-lstchain.scripts.lstchain_dl1_muon_analysis", false]], "lstchain.scripts.lstchain_dl1_to_dl2": [[228, "module-lstchain.scripts.lstchain_dl1_to_dl2", false]], "lstchain.scripts.lstchain_dl1ab": [[228, "module-lstchain.scripts.lstchain_dl1ab", false]], "lstchain.scripts.lstchain_dump_config": [[228, "module-lstchain.scripts.lstchain_dump_config", false]], "lstchain.scripts.lstchain_find_pedestals": [[228, "module-lstchain.scripts.lstchain_find_pedestals", false]], "lstchain.scripts.lstchain_longterm_dl1_check": [[228, "module-lstchain.scripts.lstchain_longterm_dl1_check", false]], "lstchain.scripts.lstchain_mc_r0_to_dl1": [[228, "module-lstchain.scripts.lstchain_mc_r0_to_dl1", false]], "lstchain.scripts.lstchain_mc_r0_to_dl2": [[228, "module-lstchain.scripts.lstchain_mc_r0_to_dl2", false]], "lstchain.scripts.lstchain_mc_rfperformance": [[228, "module-lstchain.scripts.lstchain_mc_rfperformance", false]], "lstchain.scripts.lstchain_mc_sensitivity": [[228, "module-lstchain.scripts.lstchain_mc_sensitivity", false]], "lstchain.scripts.lstchain_mc_trainpipe": [[228, "module-lstchain.scripts.lstchain_mc_trainpipe", false]], "lstchain.scripts.lstchain_merge_hdf5_files": [[228, "module-lstchain.scripts.lstchain_merge_hdf5_files", false]], "lstchain.scripts.lstchain_merge_muon_files": [[228, "module-lstchain.scripts.lstchain_merge_muon_files", false]], "lstchain.scripts.lstchain_tune_nsb": [[228, "module-lstchain.scripts.lstchain_tune_nsb", false]], "lstchain.tools.lstchain_create_calibration_file": [[229, "module-lstchain.tools.lstchain_create_calibration_file", false]], "lstchain.tools.lstchain_create_dl3_file": [[229, "module-lstchain.tools.lstchain_create_dl3_file", false]], "lstchain.tools.lstchain_create_dl3_index_files": [[229, "module-lstchain.tools.lstchain_create_dl3_index_files", false]], "lstchain.tools.lstchain_create_irf_files": [[229, "module-lstchain.tools.lstchain_create_irf_files", false]], "lstchain.tools.lstchain_fit_intensity_scan": [[229, "module-lstchain.tools.lstchain_fit_intensity_scan", false]], "lstchain.visualization.bokeh": [[230, "module-lstchain.visualization.bokeh", false]], "lstchain.visualization.camera": [[230, "module-lstchain.visualization.camera", false]], "lstchain.visualization.plot_calib": [[230, "module-lstchain.visualization.plot_calib", false]], "lstchain.visualization.plot_dl2": [[230, "module-lstchain.visualization.plot_dl2", false]], "lstchain.visualization.plot_drs4": [[230, "module-lstchain.visualization.plot_drs4", false]], "lstchain_version (lstchain.io.lstcontainers.metadata attribute)": [[107, "lstchain.io.lstcontainers.MetaData.LSTCHAIN_VERSION", false]], "lsteventtype (class in lstchain.io.lstcontainers)": [[106, "lstchain.io.lstcontainers.LSTEventType", false]], "max_alpha_cut (lstchain.io.event_selection.dl3cuts attribute)": [[59, "lstchain.io.event_selection.DL3Cuts.max_alpha_cut", false]], "max_gh_cut (lstchain.io.event_selection.dl3cuts attribute)": [[59, "lstchain.io.event_selection.DL3Cuts.max_gh_cut", false]], "max_theta_cut (lstchain.io.event_selection.dl3cuts attribute)": [[59, "lstchain.io.event_selection.DL3Cuts.max_theta_cut", false]], "mc_alt (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.mc_alt", false]], "mc_alt_tel (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.mc_alt_tel", false]], "mc_az (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.mc_az", false]], "mc_az_tel (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.mc_az_tel", false]], "mc_core_distance (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.mc_core_distance", false]], "mc_core_x (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.mc_core_x", false]], "mc_core_y (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.mc_core_y", false]], "mc_energy (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.mc_energy", false]], "mc_h_first_int (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.mc_h_first_int", false]], "mc_max_pedestal_adc (lstchain.tools.lstchain_create_calibration_file.calibrationhdf5writer attribute)": [[187, "lstchain.tools.lstchain_create_calibration_file.CalibrationHDF5Writer.mc_max_pedestal_adc", false]], "mc_min_flatfield_adc (lstchain.tools.lstchain_create_calibration_file.calibrationhdf5writer attribute)": [[187, "lstchain.tools.lstchain_create_calibration_file.CalibrationHDF5Writer.mc_min_flatfield_adc", false]], "mc_type (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.mc_type", false]], "mc_x_max (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.mc_x_max", false]], "mean_alt_tel (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.mean_alt_tel", false]], "mean_az_tel (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.mean_az_tel", false]], "merge_dl1datacheck_files() (in module lstchain.datachecks.dl1_checker)": [[8, "lstchain.datachecks.dl1_checker.merge_dl1datacheck_files", false]], "merge_dl2_runs() (in module lstchain.io.io)": [[81, "lstchain.io.io.merge_dl2_runs", false]], "merging_check() (in module lstchain.io.io)": [[82, "lstchain.io.io.merging_check", false]], "meta (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.meta", false]], "meta (lstchain.datachecks.containers.dl1datacheckhistogrambins attribute)": [[5, "lstchain.datachecks.containers.DL1DataCheckHistogramBins.meta", false]], "meta (lstchain.io.lstcontainers.dispcontainer attribute)": [[103, "lstchain.io.lstcontainers.DispContainer.meta", false]], "meta (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.meta", false]], "meta (lstchain.io.lstcontainers.dl1monitoringeventindexcontainer attribute)": [[101, "lstchain.io.lstcontainers.DL1MonitoringEventIndexContainer.meta", false]], "meta (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.meta", false]], "meta (lstchain.io.lstcontainers.extraimageinfo attribute)": [[104, "lstchain.io.lstcontainers.ExtraImageInfo.meta", false]], "meta (lstchain.io.lstcontainers.extramcinfo attribute)": [[105, "lstchain.io.lstcontainers.ExtraMCInfo.meta", false]], "meta (lstchain.io.lstcontainers.metadata attribute)": [[107, "lstchain.io.lstcontainers.MetaData.meta", false]], "meta (lstchain.io.lstcontainers.throwneventshistogram attribute)": [[108, "lstchain.io.lstcontainers.ThrownEventsHistogram.meta", false]], "metadata (class in lstchain.io.lstcontainers)": [[107, "lstchain.io.lstcontainers.MetaData", false]], "min_alpha_cut (lstchain.io.event_selection.dl3cuts attribute)": [[59, "lstchain.io.event_selection.DL3Cuts.min_alpha_cut", false]], "min_event_p_en_bin (lstchain.io.event_selection.dl3cuts attribute)": [[59, "lstchain.io.event_selection.DL3Cuts.min_event_p_en_bin", false]], "min_gh_cut (lstchain.io.event_selection.dl3cuts attribute)": [[59, "lstchain.io.event_selection.DL3Cuts.min_gh_cut", false]], "min_theta_cut (lstchain.io.event_selection.dl3cuts attribute)": [[59, "lstchain.io.event_selection.DL3Cuts.min_theta_cut", false]], "miss (lstchain.io.lstcontainers.dispcontainer attribute)": [[103, "lstchain.io.lstcontainers.DispContainer.miss", false]], "miss() (in module lstchain.reco.disp)": [[141, "lstchain.reco.disp.miss", false]], "module": [[219, "module-lstchain.calib", false], [219, "module-lstchain.calib.camera", false], [220, "module-lstchain.ctapipe_compat", false], [221, "module-lstchain.datachecks.containers", false], [221, "module-lstchain.datachecks.dl1_checker", false], [222, "module-lstchain.high_level.hdu_table", false], [222, "module-lstchain.high_level.interpolate", false], [222, "module-lstchain.high_level.significance_calculation", false], [223, "module-lstchain.image", false], [223, "module-lstchain.image.cleaning", false], [223, "module-lstchain.image.modifier", false], [223, "module-lstchain.image.muon.muon_analysis", false], [223, "module-lstchain.image.muon.plot_muon", false], [225, "module-lstchain.io.config", false], [225, "module-lstchain.io.data_management", false], [225, "module-lstchain.io.event_selection", false], [225, "module-lstchain.io.io", false], [225, "module-lstchain.io.lstcontainers", false], [226, "module-lstchain.mc.mc", false], [226, "module-lstchain.mc.plot_utils", false], [226, "module-lstchain.mc.sensitivity", false], [227, "module-lstchain.reco.disp", false], [227, "module-lstchain.reco.dl1_to_dl2", false], [227, "module-lstchain.reco.r0_to_dl1", false], [227, "module-lstchain.reco.utils", false], [227, "module-lstchain.reco.volume_reducer", false], [228, "module-lstchain.scripts.lstchain_check_dl1", false], [228, "module-lstchain.scripts.lstchain_create_run_summary", false], [228, "module-lstchain.scripts.lstchain_data_create_time_calibration_file", false], [228, "module-lstchain.scripts.lstchain_data_r0_to_dl1", false], [228, "module-lstchain.scripts.lstchain_dl1_muon_analysis", false], [228, "module-lstchain.scripts.lstchain_dl1_to_dl2", false], [228, "module-lstchain.scripts.lstchain_dl1ab", false], [228, "module-lstchain.scripts.lstchain_dump_config", false], [228, "module-lstchain.scripts.lstchain_find_pedestals", false], [228, "module-lstchain.scripts.lstchain_longterm_dl1_check", false], [228, "module-lstchain.scripts.lstchain_mc_r0_to_dl1", false], [228, "module-lstchain.scripts.lstchain_mc_r0_to_dl2", false], [228, "module-lstchain.scripts.lstchain_mc_rfperformance", false], [228, "module-lstchain.scripts.lstchain_mc_sensitivity", false], [228, "module-lstchain.scripts.lstchain_mc_trainpipe", false], [228, "module-lstchain.scripts.lstchain_merge_hdf5_files", false], [228, "module-lstchain.scripts.lstchain_merge_muon_files", false], [228, "module-lstchain.scripts.lstchain_tune_nsb", false], [229, "module-lstchain.tools.lstchain_create_calibration_file", false], [229, "module-lstchain.tools.lstchain_create_dl3_file", false], [229, "module-lstchain.tools.lstchain_create_dl3_index_files", false], [229, "module-lstchain.tools.lstchain_create_irf_files", false], [229, "module-lstchain.tools.lstchain_fit_intensity_scan", false], [230, "module-lstchain.visualization.bokeh", false], [230, "module-lstchain.visualization.camera", false], [230, "module-lstchain.visualization.plot_calib", false], [230, "module-lstchain.visualization.plot_dl2", false], [230, "module-lstchain.visualization.plot_drs4", false]], "muon_filter() (in module lstchain.image.muon.muon_analysis)": [[42, "lstchain.image.muon.muon_analysis.muon_filter", false]], "n_islands (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.n_islands", false]], "n_pixels (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.n_pixels", false]], "name (lstchain.tools.lstchain_create_calibration_file.calibrationhdf5writer attribute)": [[187, "lstchain.tools.lstchain_create_calibration_file.CalibrationHDF5Writer.name", false]], "name (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter attribute)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.name", false]], "name (lstchain.tools.lstchain_create_dl3_index_files.fitsindexwriter attribute)": [[189, "lstchain.tools.lstchain_create_dl3_index_files.FITSIndexWriter.name", false]], "name (lstchain.tools.lstchain_create_irf_files.irffitswriter attribute)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.name", false]], "name (lstchain.tools.lstchain_fit_intensity_scan.fitintensityscan attribute)": [[191, "lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan.name", false]], "norm (lstchain.io.lstcontainers.dispcontainer attribute)": [[103, "lstchain.io.lstcontainers.DispContainer.norm", false]], "num_cleaned_events (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.num_cleaned_events", false]], "num_entries (lstchain.io.lstcontainers.throwneventshistogram attribute)": [[108, "lstchain.io.lstcontainers.ThrownEventsHistogram.num_entries", false]], "num_events (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.num_events", false]], "num_nearby_stars (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.num_nearby_stars", false]], "num_pulses_above_0010_pe (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.num_pulses_above_0010_pe", false]], "num_pulses_above_0030_pe (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.num_pulses_above_0030_pe", false]], "num_pulses_above_0100_pe (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.num_pulses_above_0100_pe", false]], "num_pulses_above_0300_pe (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.num_pulses_above_0300_pe", false]], "num_pulses_above_1000_pe (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.num_pulses_above_1000_pe", false]], "num_ucts_jumps (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.num_ucts_jumps", false]], "obs_id (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.obs_id", false]], "obs_id (lstchain.io.lstcontainers.extramcinfo attribute)": [[105, "lstchain.io.lstcontainers.ExtraMCInfo.obs_id", false]], "obs_id (lstchain.io.lstcontainers.throwneventshistogram attribute)": [[108, "lstchain.io.lstcontainers.ThrownEventsHistogram.obs_id", false]], "one_event (lstchain.tools.lstchain_create_calibration_file.calibrationhdf5writer attribute)": [[187, "lstchain.tools.lstchain_create_calibration_file.CalibrationHDF5Writer.one_event", false]], "output_dl3_path (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter attribute)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.output_dl3_path", false]], "output_file (lstchain.tools.lstchain_create_calibration_file.calibrationhdf5writer attribute)": [[187, "lstchain.tools.lstchain_create_calibration_file.CalibrationHDF5Writer.output_file", false]], "output_index_path (lstchain.tools.lstchain_create_dl3_index_files.fitsindexwriter attribute)": [[189, "lstchain.tools.lstchain_create_dl3_index_files.FITSIndexWriter.output_index_path", false]], "output_irf_file (lstchain.tools.lstchain_create_irf_files.irffitswriter attribute)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.output_irf_file", false]], "output_path (lstchain.tools.lstchain_fit_intensity_scan.fitintensityscan attribute)": [[191, "lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan.output_path", false]], "overlay_disp_vector() (in module lstchain.visualization.camera)": [[199, "lstchain.visualization.camera.overlay_disp_vector", false]], "overlay_hillas_major_axis() (in module lstchain.visualization.camera)": [[200, "lstchain.visualization.camera.overlay_hillas_major_axis", false]], "overlay_source() (in module lstchain.visualization.camera)": [[201, "lstchain.visualization.camera.overlay_source", false]], "overwrite (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter attribute)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.overwrite", false]], "overwrite (lstchain.tools.lstchain_create_dl3_index_files.fitsindexwriter attribute)": [[189, "lstchain.tools.lstchain_create_dl3_index_files.FITSIndexWriter.overwrite", false]], "overwrite (lstchain.tools.lstchain_create_irf_files.irffitswriter attribute)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.overwrite", false]], "pedestal_id (lstchain.io.lstcontainers.dl1monitoringeventindexcontainer attribute)": [[101, "lstchain.io.lstcontainers.DL1MonitoringEventIndexContainer.pedestal_id", false]], "phi (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.phi", false]], "pixel_coords_to_telescope() (in module lstchain.image.muon.muon_analysis)": [[43, "lstchain.image.muon.muon_analysis.pixel_coords_to_telescope", false]], "plot_1d_excess() (in module lstchain.visualization.plot_dl2)": [[205, "lstchain.visualization.plot_dl2.plot_1d_excess", false]], "plot_calibration_results() (in module lstchain.visualization.plot_calib)": [[202, "lstchain.visualization.plot_calib.plot_calibration_results", false]], "plot_crab_sed() (in module lstchain.mc.plot_utils)": [[117, "lstchain.mc.plot_utils.plot_Crab_SED", false]], "plot_datacheck() (in module lstchain.datachecks.dl1_checker)": [[9, "lstchain.datachecks.dl1_checker.plot_datacheck", false]], "plot_disp() (in module lstchain.visualization.plot_dl2)": [[206, "lstchain.visualization.plot_dl2.plot_disp", false]], "plot_disp_vector() (in module lstchain.visualization.plot_dl2)": [[207, "lstchain.visualization.plot_dl2.plot_disp_vector", false]], "plot_energy_resolution() (in module lstchain.visualization.plot_dl2)": [[208, "lstchain.visualization.plot_dl2.plot_energy_resolution", false]], "plot_features() (in module lstchain.visualization.plot_dl2)": [[209, "lstchain.visualization.plot_dl2.plot_features", false]], "plot_importances() (in module lstchain.visualization.plot_dl2)": [[210, "lstchain.visualization.plot_dl2.plot_importances", false]], "plot_mean_and_stddev() (in module lstchain.datachecks.dl1_checker)": [[10, "lstchain.datachecks.dl1_checker.plot_mean_and_stddev", false]], "plot_mean_and_stddev_bokeh() (in module lstchain.visualization.bokeh)": [[196, "lstchain.visualization.bokeh.plot_mean_and_stddev_bokeh", false]], "plot_muon_event() (in module lstchain.image.muon.plot_muon)": [[47, "lstchain.image.muon.plot_muon.plot_muon_event", false]], "plot_path (lstchain.tools.lstchain_fit_intensity_scan.fitintensityscan attribute)": [[191, "lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan.plot_path", false]], "plot_pedestals() (in module lstchain.visualization.plot_drs4)": [[214, "lstchain.visualization.plot_drs4.plot_pedestals", false]], "plot_pos() (in module lstchain.visualization.plot_dl2)": [[211, "lstchain.visualization.plot_dl2.plot_pos", false]], "plot_positions_survived_events() (in module lstchain.mc.plot_utils)": [[118, "lstchain.mc.plot_utils.plot_positions_survived_events", false]], "plot_roc_gamma() (in module lstchain.visualization.plot_dl2)": [[212, "lstchain.visualization.plot_dl2.plot_roc_gamma", false]], "plot_sensitivity() (in module lstchain.mc.plot_utils)": [[119, "lstchain.mc.plot_utils.plot_sensitivity", false]], "plot_trigger_types() (in module lstchain.datachecks.dl1_checker)": [[11, "lstchain.datachecks.dl1_checker.plot_trigger_types", false]], "plot_wobble() (in module lstchain.visualization.plot_dl2)": [[213, "lstchain.visualization.plot_dl2.plot_wobble", false]], "point_like (lstchain.tools.lstchain_create_irf_files.irffitswriter attribute)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.point_like", false]], "polar_to_cartesian() (in module lstchain.reco.utils)": [[176, "lstchain.reco.utils.polar_to_cartesian", false]], "power_law_integrated_distribution() (in module lstchain.mc.mc)": [[110, "lstchain.mc.mc.power_law_integrated_distribution", false]], "predict_source_position_in_camera() (in module lstchain.reco.utils)": [[177, "lstchain.reco.utils.predict_source_position_in_camera", false]], "prefix (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.prefix", false]], "prefix (lstchain.datachecks.containers.dl1datacheckhistogrambins attribute)": [[5, "lstchain.datachecks.containers.DL1DataCheckHistogramBins.prefix", false]], "prefix (lstchain.io.lstcontainers.dispcontainer attribute)": [[103, "lstchain.io.lstcontainers.DispContainer.prefix", false]], "prefix (lstchain.io.lstcontainers.dl1likelihoodparameterscontainer attribute)": [[100, "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer.prefix", false]], "prefix (lstchain.io.lstcontainers.dl1monitoringeventindexcontainer attribute)": [[101, "lstchain.io.lstcontainers.DL1MonitoringEventIndexContainer.prefix", false]], "prefix (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.prefix", false]], "prefix (lstchain.io.lstcontainers.extraimageinfo attribute)": [[104, "lstchain.io.lstcontainers.ExtraImageInfo.prefix", false]], "prefix (lstchain.io.lstcontainers.extramcinfo attribute)": [[105, "lstchain.io.lstcontainers.ExtraMCInfo.prefix", false]], "prefix (lstchain.io.lstcontainers.metadata attribute)": [[107, "lstchain.io.lstcontainers.MetaData.prefix", false]], "prefix (lstchain.io.lstcontainers.throwneventshistogram attribute)": [[108, "lstchain.io.lstcontainers.ThrownEventsHistogram.prefix", false]], "process_dl1_file() (in module lstchain.datachecks.dl1_checker)": [[12, "lstchain.datachecks.dl1_checker.process_dl1_file", false]], "process_mc() (in module lstchain.mc.sensitivity)": [[128, "lstchain.mc.sensitivity.process_mc", false]], "process_real() (in module lstchain.mc.sensitivity)": [[129, "lstchain.mc.sensitivity.process_real", false]], "psi (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.psi", false]], "query_continue() (in module lstchain.io.data_management)": [[57, "lstchain.io.data_management.query_continue", false]], "query_yes_no() (in module lstchain.io.data_management)": [[58, "lstchain.io.data_management.query_yes_no", false]], "r (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.r", false]], "r0_to_dl1() (in module lstchain.reco.r0_to_dl1)": [[156, "lstchain.reco.r0_to_dl1.r0_to_dl1", false]], "radec_to_camera() (in module lstchain.reco.utils)": [[178, "lstchain.reco.utils.radec_to_camera", false]], "radial_light_distribution() (in module lstchain.image.muon.muon_analysis)": [[44, "lstchain.image.muon.muon_analysis.radial_light_distribution", false]], "random_psf_smearer() (in module lstchain.image.modifier)": [[36, "lstchain.image.modifier.random_psf_smearer", false]], "rate() (in module lstchain.mc.mc)": [[111, "lstchain.mc.mc.rate", false]], "read_configuration_file() (in module lstchain.io.config)": [[51, "lstchain.io.config.read_configuration_file", false]], "read_data_dl2_to_qtable() (in module lstchain.io.io)": [[83, "lstchain.io.io.read_data_dl2_to_QTable", false]], "read_dl2_params() (in module lstchain.io.io)": [[84, "lstchain.io.io.read_dl2_params", false]], "read_mc_dl2_to_qtable() (in module lstchain.io.io)": [[85, "lstchain.io.io.read_mc_dl2_to_QTable", false]], "read_metadata() (in module lstchain.io.io)": [[86, "lstchain.io.io.read_metadata", false]], "read_sim_par() (in module lstchain.mc.sensitivity)": [[130, "lstchain.mc.sensitivity.read_sim_par", false]], "read_simtel_energy_histogram() (in module lstchain.io.io)": [[87, "lstchain.io.io.read_simtel_energy_histogram", false]], "read_simu_info_hdf5() (in module lstchain.io.io)": [[88, "lstchain.io.io.read_simu_info_hdf5", false]], "read_simu_info_merged_hdf5() (in module lstchain.io.io)": [[89, "lstchain.io.io.read_simu_info_merged_hdf5", false]], "reco_energy_bins() (lstchain.io.event_selection.databinning method)": [[60, "lstchain.io.event_selection.DataBinning.reco_energy_bins", false]], "reco_energy_max (lstchain.io.event_selection.databinning attribute)": [[60, "lstchain.io.event_selection.DataBinning.reco_energy_max", false]], "reco_energy_min (lstchain.io.event_selection.databinning attribute)": [[60, "lstchain.io.event_selection.DataBinning.reco_energy_min", false]], "reco_energy_n_bins (lstchain.io.event_selection.databinning attribute)": [[60, "lstchain.io.event_selection.DataBinning.reco_energy_n_bins", false]], "reco_source_position_sky() (in module lstchain.reco.utils)": [[179, "lstchain.reco.utils.reco_source_position_sky", false]], "recursive_copy_node() (in module lstchain.io.io)": [[90, "lstchain.io.io.recursive_copy_node", false]], "relative_time_mean (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.relative_time_mean", false]], "relative_time_stddev (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.relative_time_stddev", false]], "remove_duplicated_events() (in module lstchain.io.io)": [[91, "lstchain.io.io.remove_duplicated_events", false]], "replace_config() (in module lstchain.io.config)": [[52, "lstchain.io.config.replace_config", false]], "rescale() (lstchain.visualization.bokeh.cameradisplay method)": [[192, "lstchain.visualization.bokeh.CameraDisplay.rescale", false]], "ring_containment() (in module lstchain.mc.sensitivity)": [[131, "lstchain.mc.sensitivity.ring_containment", false]], "rotate() (in module lstchain.reco.utils)": [[180, "lstchain.reco.utils.rotate", false]], "run_list (lstchain.tools.lstchain_fit_intensity_scan.fitintensityscan attribute)": [[191, "lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan.run_list", false]], "samesign() (in module lstchain.mc.sensitivity)": [[132, "lstchain.mc.sensitivity.samesign", false]], "sampled_event_ids (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.sampled_event_ids", false]], "scale_true_energy (lstchain.io.event_selection.databinning attribute)": [[60, "lstchain.io.event_selection.DataBinning.scale_true_energy", false]], "selected_gain_channel (lstchain.io.lstcontainers.extraimageinfo attribute)": [[104, "lstchain.io.lstcontainers.ExtraImageInfo.selected_gain_channel", false]], "sensitivity_gamma_efficiency() (in module lstchain.mc.sensitivity)": [[133, "lstchain.mc.sensitivity.sensitivity_gamma_efficiency", false]], "sensitivity_gamma_efficiency_real_data() (in module lstchain.mc.sensitivity)": [[134, "lstchain.mc.sensitivity.sensitivity_gamma_efficiency_real_data", false]], "sensitivity_gamma_efficiency_real_protons() (in module lstchain.mc.sensitivity)": [[135, "lstchain.mc.sensitivity.sensitivity_gamma_efficiency_real_protons", false]], "sensitivity_minimization_plot() (in module lstchain.mc.plot_utils)": [[120, "lstchain.mc.plot_utils.sensitivity_minimization_plot", false]], "sensitivity_plot_comparison() (in module lstchain.mc.plot_utils)": [[121, "lstchain.mc.plot_utils.sensitivity_plot_comparison", false]], "set_concentration() (lstchain.io.lstcontainers.dl1parameterscontainer method)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.set_concentration", false]], "set_disp() (lstchain.io.lstcontainers.dl1parameterscontainer method)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.set_disp", false]], "set_geom_and_image() (lstchain.visualization.bokeh.cameradisplay method)": [[192, "lstchain.visualization.bokeh.CameraDisplay.set_geom_and_image", false]], "set_leakage() (lstchain.io.lstcontainers.dl1parameterscontainer method)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.set_leakage", false]], "set_n_islands() (lstchain.io.lstcontainers.dl1parameterscontainer method)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.set_n_islands", false]], "set_numba_seed() (in module lstchain.image.modifier)": [[37, "lstchain.image.modifier.set_numba_seed", false]], "set_source_camera_position() (lstchain.io.lstcontainers.dl1parameterscontainer method)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.set_source_camera_position", false]], "set_telescope_info() (lstchain.io.lstcontainers.dl1parameterscontainer method)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.set_telescope_info", false]], "set_timing_features() (lstchain.io.lstcontainers.dl1parameterscontainer method)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.set_timing_features", false]], "setup() (lstchain.tools.lstchain_create_calibration_file.calibrationhdf5writer method)": [[187, "lstchain.tools.lstchain_create_calibration_file.CalibrationHDF5Writer.setup", false]], "setup() (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter method)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.setup", false]], "setup() (lstchain.tools.lstchain_create_dl3_index_files.fitsindexwriter method)": [[189, "lstchain.tools.lstchain_create_dl3_index_files.FITSIndexWriter.setup", false]], "setup() (lstchain.tools.lstchain_create_irf_files.irffitswriter method)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.setup", false]], "setup() (lstchain.tools.lstchain_fit_intensity_scan.fitintensityscan method)": [[191, "lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan.setup", false]], "setup_logging() (in module lstchain.high_level.significance_calculation)": [[30, "lstchain.high_level.significance_calculation.setup_logging", false]], "show_camera() (in module lstchain.visualization.bokeh)": [[197, "lstchain.visualization.bokeh.show_camera", false]], "sign (lstchain.io.lstcontainers.dispcontainer attribute)": [[103, "lstchain.io.lstcontainers.DispContainer.sign", false]], "signal_range (lstchain.tools.lstchain_fit_intensity_scan.fitintensityscan attribute)": [[191, "lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan.signal_range", false]], "sin_az_tel (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.sin_az_tel", false]], "skewness (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.skewness", false]], "sky_to_camera() (in module lstchain.reco.utils)": [[181, "lstchain.reco.utils.sky_to_camera", false]], "source_dec (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter attribute)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.source_dec", false]], "source_dep (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter attribute)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.source_dep", false]], "source_dep (lstchain.tools.lstchain_create_irf_files.irffitswriter attribute)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.source_dep", false]], "source_dx_dy() (in module lstchain.reco.utils)": [[182, "lstchain.reco.utils.source_dx_dy", false]], "source_name (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter attribute)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.source_name", false]], "source_offset_bins() (lstchain.io.event_selection.databinning method)": [[60, "lstchain.io.event_selection.DataBinning.source_offset_bins", false]], "source_offset_max (lstchain.io.event_selection.databinning attribute)": [[60, "lstchain.io.event_selection.DataBinning.source_offset_max", false]], "source_offset_min (lstchain.io.event_selection.databinning attribute)": [[60, "lstchain.io.event_selection.DataBinning.source_offset_min", false]], "source_offset_n_edges (lstchain.io.event_selection.databinning attribute)": [[60, "lstchain.io.event_selection.DataBinning.source_offset_n_edges", false]], "source_ra (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter attribute)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.source_ra", false]], "source_side() (in module lstchain.reco.utils)": [[183, "lstchain.reco.utils.source_side", false]], "squared_excess_noise_factor (lstchain.tools.lstchain_fit_intensity_scan.fitintensityscan attribute)": [[191, "lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan.squared_excess_noise_factor", false]], "src_x (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.src_x", false]], "src_y (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.src_y", false]], "stack_tables_h5files() (in module lstchain.io.io)": [[92, "lstchain.io.io.stack_tables_h5files", false]], "start() (lstchain.tools.lstchain_create_calibration_file.calibrationhdf5writer method)": [[187, "lstchain.tools.lstchain_create_calibration_file.CalibrationHDF5Writer.start", false]], "start() (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter method)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.start", false]], "start() (lstchain.tools.lstchain_create_dl3_index_files.fitsindexwriter method)": [[189, "lstchain.tools.lstchain_create_dl3_index_files.FITSIndexWriter.start", false]], "start() (lstchain.tools.lstchain_create_irf_files.irffitswriter method)": [[190, "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter.start", false]], "start() (lstchain.tools.lstchain_fit_intensity_scan.fitintensityscan method)": [[191, "lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan.start", false]], "sub_run (lstchain.tools.lstchain_fit_intensity_scan.fitintensityscan attribute)": [[191, "lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan.sub_run", false]], "subrun_index (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.subrun_index", false]], "tag_pix_thr() (in module lstchain.image.muon.muon_analysis)": [[45, "lstchain.image.muon.muon_analysis.tag_pix_thr", false]], "tel_dec (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.tel_dec", false]], "tel_id (lstchain.io.lstcontainers.dl1monitoringeventindexcontainer attribute)": [[101, "lstchain.io.lstcontainers.DL1MonitoringEventIndexContainer.tel_id", false]], "tel_id (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.tel_id", false]], "tel_id (lstchain.io.lstcontainers.extraimageinfo attribute)": [[104, "lstchain.io.lstcontainers.ExtraImageInfo.tel_id", false]], "tel_pos_x (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.tel_pos_x", false]], "tel_pos_y (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.tel_pos_y", false]], "tel_pos_z (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.tel_pos_z", false]], "tel_ra (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.tel_ra", false]], "theta_containment (lstchain.io.event_selection.dl3cuts attribute)": [[59, "lstchain.io.event_selection.DL3Cuts.theta_containment", false]], "throwneventshistogram (class in lstchain.io.lstcontainers)": [[108, "lstchain.io.lstcontainers.ThrownEventsHistogram", false]], "tib_time (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.tib_time", false]], "tib_time (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.tib_time", false]], "time_gradient (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.time_gradient", false]], "time_mean (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.time_mean", false]], "time_mean_above_030_pe (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.time_mean_above_030_pe", false]], "time_stddev (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.time_stddev", false]], "time_stddev_above_030_pe (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.time_stddev_above_030_pe", false]], "train_disp_norm() (in module lstchain.reco.dl1_to_dl2)": [[146, "lstchain.reco.dl1_to_dl2.train_disp_norm", false]], "train_disp_sign() (in module lstchain.reco.dl1_to_dl2)": [[147, "lstchain.reco.dl1_to_dl2.train_disp_sign", false]], "train_disp_vector() (in module lstchain.reco.dl1_to_dl2)": [[148, "lstchain.reco.dl1_to_dl2.train_disp_vector", false]], "train_energy() (in module lstchain.reco.dl1_to_dl2)": [[149, "lstchain.reco.dl1_to_dl2.train_energy", false]], "train_reco() (in module lstchain.reco.dl1_to_dl2)": [[150, "lstchain.reco.dl1_to_dl2.train_reco", false]], "train_sep() (in module lstchain.reco.dl1_to_dl2)": [[151, "lstchain.reco.dl1_to_dl2.train_sep", false]], "trigger_time (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.trigger_time", false]], "trigger_type (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.trigger_type", false]], "trigger_type (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.trigger_type", false]], "true_energy_bins() (lstchain.io.event_selection.databinning method)": [[60, "lstchain.io.event_selection.DataBinning.true_energy_bins", false]], "true_energy_max (lstchain.io.event_selection.databinning attribute)": [[60, "lstchain.io.event_selection.DataBinning.true_energy_max", false]], "true_energy_min (lstchain.io.event_selection.databinning attribute)": [[60, "lstchain.io.event_selection.DataBinning.true_energy_min", false]], "true_energy_n_bins (lstchain.io.event_selection.databinning attribute)": [[60, "lstchain.io.event_selection.DataBinning.true_energy_n_bins", false]], "ucts_jump (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.ucts_jump", false]], "ucts_time (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.ucts_time", false]], "ucts_time (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.ucts_time", false]], "ucts_trigger_type (lstchain.datachecks.containers.dl1datacheckcontainer attribute)": [[4, "lstchain.datachecks.containers.DL1DataCheckContainer.ucts_trigger_type", false]], "ucts_trigger_type (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.ucts_trigger_type", false]], "update() (lstchain.visualization.bokeh.cameradisplay method)": [[192, "lstchain.visualization.bokeh.CameraDisplay.update", false]], "update_disp_with_effective_focal_length() (in module lstchain.reco.dl1_to_dl2)": [[152, "lstchain.reco.dl1_to_dl2.update_disp_with_effective_focal_length", false]], "update_fill_cuts() (lstchain.io.event_selection.dl3cuts method)": [[59, "lstchain.io.event_selection.DL3Cuts.update_fill_cuts", false]], "update_parameters() (in module lstchain.image.muon.muon_analysis)": [[46, "lstchain.image.muon.muon_analysis.update_parameters", false]], "use_nearest_irf_node (lstchain.tools.lstchain_create_dl3_file.datareductionfitswriter attribute)": [[188, "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter.use_nearest_irf_node", false]], "waveformnsbtunner (class in lstchain.image.modifier)": [[32, "lstchain.image.modifier.WaveformNsbTunner", false]], "weight() (in module lstchain.mc.mc)": [[112, "lstchain.mc.mc.weight", false]], "width (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.width", false]], "width_uncertainty (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.width_uncertainty", false]], "wl (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.wl", false]], "write_calibration_data() (in module lstchain.io.io)": [[93, "lstchain.io.io.write_calibration_data", false]], "write_dataframe() (in module lstchain.io.io)": [[94, "lstchain.io.io.write_dataframe", false]], "write_dl2_dataframe() (in module lstchain.io.io)": [[95, "lstchain.io.io.write_dl2_dataframe", false]], "write_error_page() (in module lstchain.datachecks.dl1_checker)": [[13, "lstchain.datachecks.dl1_checker.write_error_page", false]], "write_mcheader() (in module lstchain.io.io)": [[96, "lstchain.io.io.write_mcheader", false]], "write_metadata() (in module lstchain.io.io)": [[97, "lstchain.io.io.write_metadata", false]], "write_simtel_energy_histogram() (in module lstchain.io.io)": [[98, "lstchain.io.io.write_simtel_energy_histogram", false]], "write_subarray_tables() (in module lstchain.io.io)": [[99, "lstchain.io.io.write_subarray_tables", false]], "x (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.x", false]], "y (lstchain.io.lstcontainers.dl1parameterscontainer attribute)": [[102, "lstchain.io.lstcontainers.DL1ParametersContainer.y", false]], "zero_suppression_tailcut_dilation() (in module lstchain.reco.volume_reducer)": [[186, "lstchain.reco.volume_reducer.zero_suppression_tailcut_dilation", false]]}, "objects": {"lstchain": [[219, 0, 0, "-", "calib"], [220, 0, 0, "-", "ctapipe_compat"], [223, 0, 0, "-", "image"]], "lstchain.calib": [[219, 0, 0, "-", "camera"], [1, 1, 1, "", "load_calibrator_from_config"], [2, 1, 1, "", "load_gain_selector_from_config"], [3, 1, 1, "", "load_image_extractor_from_config"]], "lstchain.calib.camera": [[0, 1, 1, "", "load_calibrator_from_config"]], "lstchain.datachecks": [[221, 0, 0, "-", "containers"], [221, 0, 0, "-", "dl1_checker"]], "lstchain.datachecks.containers": [[4, 2, 1, "", "DL1DataCheckContainer"], [5, 2, 1, "", "DL1DataCheckHistogramBins"], [6, 1, 1, "", "count_trig_types"]], "lstchain.datachecks.containers.DL1DataCheckContainer": [[4, 3, 1, "", "charge_mean"], [4, 3, 1, "", "charge_stddev"], [4, 3, 1, "", "cog_within_pixel"], [4, 3, 1, "", "cog_within_pixel_intensity_gt_200"], [4, 3, 1, "", "default_prefix"], [4, 3, 1, "", "dragon_time"], [4, 3, 1, "", "elapsed_time"], [4, 3, 1, "", "fields"], [4, 4, 1, "", "fill_event_wise_info"], [4, 4, 1, "", "fill_pixel_wise_info"], [4, 3, 1, "", "hist_delta_t"], [4, 3, 1, "", "hist_dist0"], [4, 3, 1, "", "hist_dist0_intensity_gt_200"], [4, 3, 1, "", "hist_intensity"], [4, 3, 1, "", "hist_intercept"], [4, 3, 1, "", "hist_length"], [4, 3, 1, "", "hist_nislands"], [4, 3, 1, "", "hist_npixels"], [4, 3, 1, "", "hist_pixelchargespectrum"], [4, 3, 1, "", "hist_psi"], [4, 3, 1, "", "hist_skewness"], [4, 3, 1, "", "hist_tgrad_vs_length"], [4, 3, 1, "", "hist_tgrad_vs_length_intensity_gt_200"], [4, 3, 1, "", "hist_width"], [4, 3, 1, "", "mean_alt_tel"], [4, 3, 1, "", "mean_az_tel"], [4, 3, 1, "", "meta"], [4, 3, 1, "", "num_cleaned_events"], [4, 3, 1, "", "num_events"], [4, 3, 1, "", "num_nearby_stars"], [4, 3, 1, "", "num_pulses_above_0010_pe"], [4, 3, 1, "", "num_pulses_above_0030_pe"], [4, 3, 1, "", "num_pulses_above_0100_pe"], [4, 3, 1, "", "num_pulses_above_0300_pe"], [4, 3, 1, "", "num_pulses_above_1000_pe"], [4, 3, 1, "", "num_ucts_jumps"], [4, 3, 1, "", "prefix"], [4, 3, 1, "", "relative_time_mean"], [4, 3, 1, "", "relative_time_stddev"], [4, 3, 1, "", "sampled_event_ids"], [4, 3, 1, "", "subrun_index"], [4, 3, 1, "", "tel_dec"], [4, 3, 1, "", "tel_ra"], [4, 3, 1, "", "tib_time"], [4, 3, 1, "", "time_mean"], [4, 3, 1, "", "time_mean_above_030_pe"], [4, 3, 1, "", "time_stddev"], [4, 3, 1, "", "time_stddev_above_030_pe"], [4, 3, 1, "", "trigger_type"], [4, 3, 1, "", "ucts_time"], [4, 3, 1, "", "ucts_trigger_type"]], "lstchain.datachecks.containers.DL1DataCheckHistogramBins": [[5, 3, 1, "", "default_prefix"], [5, 3, 1, "", "fields"], [5, 3, 1, "", "hist_delta_t"], [5, 3, 1, "", "hist_dist0"], [5, 3, 1, "", "hist_dist0_intensity_gt_200"], [5, 3, 1, "", "hist_intensity"], [5, 3, 1, "", "hist_intercept"], [5, 3, 1, "", "hist_length"], [5, 3, 1, "", "hist_nislands"], [5, 3, 1, "", "hist_npixels"], [5, 3, 1, "", "hist_pixelchargespectrum"], [5, 3, 1, "", "hist_psi"], [5, 3, 1, "", "hist_psi_intensity_gt_200"], [5, 3, 1, "", "hist_skewness"], [5, 3, 1, "", "hist_tgrad_vs_length"], [5, 3, 1, "", "hist_tgrad_vs_length_intensity_gt_200"], [5, 3, 1, "", "hist_width"], [5, 3, 1, "", "meta"], [5, 3, 1, "", "prefix"]], "lstchain.datachecks.dl1_checker": [[7, 1, 1, "", "check_dl1"], [8, 1, 1, "", "merge_dl1datacheck_files"], [9, 1, 1, "", "plot_datacheck"], [10, 1, 1, "", "plot_mean_and_stddev"], [11, 1, 1, "", "plot_trigger_types"], [12, 1, 1, "", "process_dl1_file"], [13, 1, 1, "", "write_error_page"]], "lstchain.high_level": [[222, 0, 0, "-", "hdu_table"], [222, 0, 0, "-", "interpolate"], [222, 0, 0, "-", "significance_calculation"]], "lstchain.high_level.hdu_table": [[14, 1, 1, "", "add_icrs_position_params"], [15, 1, 1, "", "create_event_list"], [16, 1, 1, "", "create_hdu_index_hdu"], [17, 1, 1, "", "create_obs_index_hdu"], [18, 1, 1, "", "fill_reco_altaz_w_expected_pos"], [19, 1, 1, "", "get_pointing_params"], [20, 1, 1, "", "get_timing_params"]], "lstchain.high_level.interpolate": [[21, 1, 1, "", "check_in_delaunay_triangle"], [22, 1, 1, "", "compare_irfs"], [23, 1, 1, "", "get_nearest_az_node"], [24, 1, 1, "", "interp_params"], [25, 1, 1, "", "interpolate_cuts"], [26, 1, 1, "", "interpolate_irf"], [27, 1, 1, "", "load_irf_grid"]], "lstchain.high_level.significance_calculation": [[28, 1, 1, "", "analyze_on_off"], [29, 1, 1, "", "analyze_wobble"], [30, 1, 1, "", "setup_logging"]], "lstchain.image": [[223, 0, 0, "-", "cleaning"], [223, 0, 0, "-", "modifier"]], "lstchain.image.cleaning": [[31, 1, 1, "", "apply_dynamic_cleaning"]], "lstchain.image.modifier": [[32, 2, 1, "", "WaveformNsbTunner"], [33, 1, 1, "", "add_noise_in_pixels"], [34, 1, 1, "", "calculate_noise_parameters"], [35, 1, 1, "", "calculate_required_additional_nsb"], [36, 1, 1, "", "random_psf_smearer"], [37, 1, 1, "", "set_numba_seed"]], "lstchain.image.modifier.WaveformNsbTunner": [[32, 4, 1, "", "initialise_waveforms"]], "lstchain.image.muon": [[223, 0, 0, "-", "muon_analysis"], [223, 0, 0, "-", "plot_muon"]], "lstchain.image.muon.muon_analysis": [[38, 1, 1, "", "analyze_muon_event"], [39, 1, 1, "", "create_muon_table"], [40, 1, 1, "", "fill_muon_event"], [41, 1, 1, "", "fit_muon"], [42, 1, 1, "", "muon_filter"], [43, 1, 1, "", "pixel_coords_to_telescope"], [44, 1, 1, "", "radial_light_distribution"], [45, 1, 1, "", "tag_pix_thr"], [46, 1, 1, "", "update_parameters"]], "lstchain.image.muon.plot_muon": [[47, 1, 1, "", "plot_muon_event"]], "lstchain.io": [[225, 0, 0, "-", "config"], [225, 0, 0, "-", "data_management"], [225, 0, 0, "-", "event_selection"], [225, 0, 0, "-", "io"], [225, 0, 0, "-", "lstcontainers"]], "lstchain.io.config": [[48, 1, 1, "", "get_cleaning_parameters"], [49, 1, 1, "", "get_srcdep_config"], [50, 1, 1, "", "get_standard_config"], [51, 1, 1, "", "read_configuration_file"], [52, 1, 1, "", "replace_config"]], "lstchain.io.data_management": [[53, 1, 1, "", "check_and_make_dir"], [54, 1, 1, "", "check_data_path"], [55, 1, 1, "", "check_job_logs"], [56, 1, 1, "", "get_input_filelist"], [57, 1, 1, "", "query_continue"], [58, 1, 1, "", "query_yes_no"]], "lstchain.io.event_selection": [[59, 2, 1, "", "DL3Cuts"], [60, 2, 1, "", "DataBinning"], [61, 2, 1, "", "EventSelector"]], "lstchain.io.event_selection.DL3Cuts": [[59, 3, 1, "", "allowed_tels"], [59, 4, 1, "", "allowed_tels_filter"], [59, 3, 1, "", "alpha_containment"], [59, 4, 1, "", "apply_energy_dependent_alpha_cuts"], [59, 4, 1, "", "apply_energy_dependent_gh_cuts"], [59, 4, 1, "", "apply_energy_dependent_theta_cuts"], [59, 4, 1, "", "apply_global_alpha_cut"], [59, 4, 1, "", "apply_global_gh_cut"], [59, 4, 1, "", "apply_global_theta_cut"], [59, 4, 1, "", "energy_dependent_alpha_cuts"], [59, 4, 1, "", "energy_dependent_gh_cuts"], [59, 4, 1, "", "energy_dependent_theta_cuts"], [59, 3, 1, "", "fill_alpha_cut"], [59, 3, 1, "", "fill_theta_cut"], [59, 3, 1, "", "gh_efficiency"], [59, 3, 1, "", "global_alpha_cut"], [59, 3, 1, "", "global_gh_cut"], [59, 3, 1, "", "global_theta_cut"], [59, 3, 1, "", "max_alpha_cut"], [59, 3, 1, "", "max_gh_cut"], [59, 3, 1, "", "max_theta_cut"], [59, 3, 1, "", "min_alpha_cut"], [59, 3, 1, "", "min_event_p_en_bin"], [59, 3, 1, "", "min_gh_cut"], [59, 3, 1, "", "min_theta_cut"], [59, 3, 1, "", "theta_containment"], [59, 4, 1, "", "update_fill_cuts"]], "lstchain.io.event_selection.DataBinning": [[60, 4, 1, "", "bkg_fov_offset_bins"], [60, 3, 1, "", "bkg_fov_offset_max"], [60, 3, 1, "", "bkg_fov_offset_min"], [60, 3, 1, "", "bkg_fov_offset_n_edges"], [60, 4, 1, "", "energy_migration_bins"], [60, 3, 1, "", "energy_migration_max"], [60, 3, 1, "", "energy_migration_min"], [60, 3, 1, "", "energy_migration_n_bins"], [60, 4, 1, "", "fov_offset_bins"], [60, 3, 1, "", "fov_offset_max"], [60, 3, 1, "", "fov_offset_min"], [60, 3, 1, "", "fov_offset_n_edges"], [60, 4, 1, "", "reco_energy_bins"], [60, 3, 1, "", "reco_energy_max"], [60, 3, 1, "", "reco_energy_min"], [60, 3, 1, "", "reco_energy_n_bins"], [60, 3, 1, "", "scale_true_energy"], [60, 4, 1, "", "source_offset_bins"], [60, 3, 1, "", "source_offset_max"], [60, 3, 1, "", "source_offset_min"], [60, 3, 1, "", "source_offset_n_edges"], [60, 4, 1, "", "true_energy_bins"], [60, 3, 1, "", "true_energy_max"], [60, 3, 1, "", "true_energy_min"], [60, 3, 1, "", "true_energy_n_bins"]], "lstchain.io.event_selection.EventSelector": [[61, 4, 1, "", "filter_cut"], [61, 3, 1, "", "filters"], [61, 3, 1, "", "finite_params"]], "lstchain.io.io": [[62, 1, 1, "", "add_column_table"], [63, 1, 1, "", "add_config_metadata"], [64, 1, 1, "", "add_global_metadata"], [65, 1, 1, "", "add_source_filenames"], [66, 1, 1, "", "auto_merge_h5files"], [67, 1, 1, "", "check_mc_type"], [68, 1, 1, "", "check_mcheader"], [69, 1, 1, "", "check_metadata"], [70, 1, 1, "", "check_thrown_events_histogram"], [71, 1, 1, "", "copy_h5_nodes"], [72, 1, 1, "", "extract_observation_time"], [73, 1, 1, "", "extract_simulation_nsb"], [74, 1, 1, "", "get_dataset_keys"], [75, 1, 1, "", "get_mc_fov_offset"], [76, 1, 1, "", "get_resource_path"], [77, 1, 1, "", "get_srcdep_assumed_positions"], [78, 1, 1, "", "get_srcdep_params"], [79, 1, 1, "", "get_stacked_table"], [80, 1, 1, "", "global_metadata"], [81, 1, 1, "", "merge_dl2_runs"], [82, 1, 1, "", "merging_check"], [83, 1, 1, "", "read_data_dl2_to_QTable"], [84, 1, 1, "", "read_dl2_params"], [85, 1, 1, "", "read_mc_dl2_to_QTable"], [86, 1, 1, "", "read_metadata"], [87, 1, 1, "", "read_simtel_energy_histogram"], [88, 1, 1, "", "read_simu_info_hdf5"], [89, 1, 1, "", "read_simu_info_merged_hdf5"], [90, 1, 1, "", "recursive_copy_node"], [91, 1, 1, "", "remove_duplicated_events"], [92, 1, 1, "", "stack_tables_h5files"], [93, 1, 1, "", "write_calibration_data"], [94, 1, 1, "", "write_dataframe"], [95, 1, 1, "", "write_dl2_dataframe"], [96, 1, 1, "", "write_mcheader"], [97, 1, 1, "", "write_metadata"], [98, 1, 1, "", "write_simtel_energy_histogram"], [99, 1, 1, "", "write_subarray_tables"]], "lstchain.io.lstcontainers": [[100, 2, 1, "", "DL1LikelihoodParametersContainer"], [101, 2, 1, "", "DL1MonitoringEventIndexContainer"], [102, 2, 1, "", "DL1ParametersContainer"], [103, 2, 1, "", "DispContainer"], [104, 2, 1, "", "ExtraImageInfo"], [105, 2, 1, "", "ExtraMCInfo"], [106, 2, 1, "", "LSTEventType"], [107, 2, 1, "", "MetaData"], [108, 2, 1, "", "ThrownEventsHistogram"]], "lstchain.io.lstcontainers.DL1LikelihoodParametersContainer": [[100, 3, 1, "", "default_prefix"], [100, 3, 1, "", "fields"], [100, 3, 1, "", "lhfit_TS"], [100, 3, 1, "", "lhfit_area"], [100, 3, 1, "", "lhfit_call_status"], [100, 3, 1, "", "lhfit_intensity"], [100, 3, 1, "", "lhfit_intensity_uncertainty"], [100, 3, 1, "", "lhfit_length"], [100, 3, 1, "", "lhfit_length_asymmetry"], [100, 3, 1, "", "lhfit_length_asymmetry_uncertainty"], [100, 3, 1, "", "lhfit_length_uncertainty"], [100, 3, 1, "", "lhfit_log_intensity"], [100, 3, 1, "", "lhfit_phi"], [100, 3, 1, "", "lhfit_psi"], [100, 3, 1, "", "lhfit_psi_uncertainty"], [100, 3, 1, "", "lhfit_r"], [100, 3, 1, "", "lhfit_ref_time"], [100, 3, 1, "", "lhfit_ref_time_uncertainty"], [100, 3, 1, "", "lhfit_t_68"], [100, 3, 1, "", "lhfit_time_gradient"], [100, 3, 1, "", "lhfit_time_gradient_uncertainty"], [100, 3, 1, "", "lhfit_width"], [100, 3, 1, "", "lhfit_wl"], [100, 3, 1, "", "lhfit_wl_uncertainty"], [100, 3, 1, "", "lhfit_x"], [100, 3, 1, "", "lhfit_x_uncertainty"], [100, 3, 1, "", "lhfit_y"], [100, 3, 1, "", "lhfit_y_uncertainty"], [100, 3, 1, "", "meta"], [100, 3, 1, "", "prefix"]], "lstchain.io.lstcontainers.DL1MonitoringEventIndexContainer": [[101, 3, 1, "", "calibration_id"], [101, 3, 1, "", "default_prefix"], [101, 3, 1, "", "fields"], [101, 3, 1, "", "flatfield_id"], [101, 3, 1, "", "meta"], [101, 3, 1, "", "pedestal_id"], [101, 3, 1, "", "prefix"], [101, 3, 1, "", "tel_id"]], "lstchain.io.lstcontainers.DL1ParametersContainer": [[102, 3, 1, "", "alt_tel"], [102, 3, 1, "", "az_tel"], [102, 3, 1, "", "calibration_id"], [102, 3, 1, "", "concentration_cog"], [102, 3, 1, "", "concentration_core"], [102, 3, 1, "", "concentration_pixel"], [102, 3, 1, "", "default_prefix"], [102, 3, 1, "", "disp_angle"], [102, 3, 1, "", "disp_dx"], [102, 3, 1, "", "disp_dy"], [102, 3, 1, "", "disp_miss"], [102, 3, 1, "", "disp_norm"], [102, 3, 1, "", "disp_sign"], [102, 3, 1, "", "dragon_time"], [102, 3, 1, "", "event_id"], [102, 3, 1, "", "event_type"], [102, 3, 1, "", "fields"], [102, 4, 1, "", "fill_event_info"], [102, 4, 1, "", "fill_hillas"], [102, 4, 1, "", "fill_mc"], [102, 4, 1, "", "get_features"], [102, 3, 1, "", "hadroness"], [102, 3, 1, "", "intensity"], [102, 3, 1, "", "intercept"], [102, 3, 1, "", "kurtosis"], [102, 3, 1, "", "leakage_intensity_width_1"], [102, 3, 1, "", "leakage_intensity_width_2"], [102, 3, 1, "", "leakage_pixels_width_1"], [102, 3, 1, "", "leakage_pixels_width_2"], [102, 3, 1, "", "length"], [102, 3, 1, "", "length_uncertainty"], [102, 3, 1, "", "log_intensity"], [102, 3, 1, "", "log_mc_energy"], [102, 3, 1, "", "mc_alt"], [102, 3, 1, "", "mc_alt_tel"], [102, 3, 1, "", "mc_az"], [102, 3, 1, "", "mc_az_tel"], [102, 3, 1, "", "mc_core_distance"], [102, 3, 1, "", "mc_core_x"], [102, 3, 1, "", "mc_core_y"], [102, 3, 1, "", "mc_energy"], [102, 3, 1, "", "mc_h_first_int"], [102, 3, 1, "", "mc_type"], [102, 3, 1, "", "mc_x_max"], [102, 3, 1, "", "meta"], [102, 3, 1, "", "n_islands"], [102, 3, 1, "", "n_pixels"], [102, 3, 1, "", "obs_id"], [102, 3, 1, "", "phi"], [102, 3, 1, "", "prefix"], [102, 3, 1, "", "psi"], [102, 3, 1, "", "r"], [102, 4, 1, "", "set_concentration"], [102, 4, 1, "", "set_disp"], [102, 4, 1, "", "set_leakage"], [102, 4, 1, "", "set_n_islands"], [102, 4, 1, "", "set_source_camera_position"], [102, 4, 1, "", "set_telescope_info"], [102, 4, 1, "", "set_timing_features"], [102, 3, 1, "", "sin_az_tel"], [102, 3, 1, "", "skewness"], [102, 3, 1, "", "src_x"], [102, 3, 1, "", "src_y"], [102, 3, 1, "", "tel_id"], [102, 3, 1, "", "tel_pos_x"], [102, 3, 1, "", "tel_pos_y"], [102, 3, 1, "", "tel_pos_z"], [102, 3, 1, "", "tib_time"], [102, 3, 1, "", "time_gradient"], [102, 3, 1, "", "trigger_time"], [102, 3, 1, "", "trigger_type"], [102, 3, 1, "", "ucts_jump"], [102, 3, 1, "", "ucts_time"], [102, 3, 1, "", "ucts_trigger_type"], [102, 3, 1, "", "width"], [102, 3, 1, "", "width_uncertainty"], [102, 3, 1, "", "wl"], [102, 3, 1, "", "x"], [102, 3, 1, "", "y"]], "lstchain.io.lstcontainers.DispContainer": [[103, 3, 1, "", "angle"], [103, 3, 1, "", "default_prefix"], [103, 3, 1, "", "dx"], [103, 3, 1, "", "dy"], [103, 3, 1, "", "fields"], [103, 3, 1, "", "meta"], [103, 3, 1, "", "miss"], [103, 3, 1, "", "norm"], [103, 3, 1, "", "prefix"], [103, 3, 1, "", "sign"]], "lstchain.io.lstcontainers.ExtraImageInfo": [[104, 3, 1, "", "default_prefix"], [104, 3, 1, "", "fields"], [104, 3, 1, "", "meta"], [104, 3, 1, "", "prefix"], [104, 3, 1, "", "selected_gain_channel"], [104, 3, 1, "", "tel_id"]], "lstchain.io.lstcontainers.ExtraMCInfo": [[105, 3, 1, "", "default_prefix"], [105, 3, 1, "", "fields"], [105, 3, 1, "", "meta"], [105, 3, 1, "", "obs_id"], [105, 3, 1, "", "prefix"]], "lstchain.io.lstcontainers.LSTEventType": [[106, 4, 1, "", "is_busy"], [106, 4, 1, "", "is_calibration"], [106, 4, 1, "", "is_mono"], [106, 4, 1, "", "is_pedestal"], [106, 4, 1, "", "is_single_pe"], [106, 4, 1, "", "is_slow_control"], [106, 4, 1, "", "is_soft_trig"], [106, 4, 1, "", "is_stereo"], [106, 4, 1, "", "is_unknown"]], "lstchain.io.lstcontainers.MetaData": [[107, 3, 1, "", "CONTACT"], [107, 3, 1, "", "CTAPIPE_IO_LST_VERSION"], [107, 3, 1, "", "CTAPIPE_VERSION"], [107, 3, 1, "", "LSTCHAIN_VERSION"], [107, 3, 1, "", "default_prefix"], [107, 3, 1, "", "fields"], [107, 3, 1, "", "meta"], [107, 3, 1, "", "prefix"]], "lstchain.io.lstcontainers.ThrownEventsHistogram": [[108, 3, 1, "", "bins_core_dist"], [108, 3, 1, "", "bins_energy"], [108, 3, 1, "", "default_prefix"], [108, 3, 1, "", "fields"], [108, 4, 1, "", "fill_from_simtel"], [108, 3, 1, "", "hist_id"], [108, 3, 1, "", "histogram"], [108, 3, 1, "", "meta"], [108, 3, 1, "", "num_entries"], [108, 3, 1, "", "obs_id"], [108, 3, 1, "", "prefix"]], "lstchain.mc": [[226, 0, 0, "-", "mc"], [226, 0, 0, "-", "plot_utils"], [226, 0, 0, "-", "sensitivity"]], "lstchain.mc.mc": [[109, 1, 1, "", "int_diff_sp"], [110, 1, 1, "", "power_law_integrated_distribution"], [111, 1, 1, "", "rate"], [112, 1, 1, "", "weight"]], "lstchain.mc.plot_utils": [[113, 1, 1, "", "fill_bin_content"], [114, 1, 1, "", "format_axes_array"], [115, 1, 1, "", "format_axes_ebin"], [116, 1, 1, "", "format_axes_sensitivity"], [117, 1, 1, "", "plot_Crab_SED"], [118, 1, 1, "", "plot_positions_survived_events"], [119, 1, 1, "", "plot_sensitivity"], [120, 1, 1, "", "sensitivity_minimization_plot"], [121, 1, 1, "", "sensitivity_plot_comparison"]], "lstchain.mc.sensitivity": [[122, 1, 1, "", "bin_definition"], [123, 1, 1, "", "calculate_sensitivity"], [124, 1, 1, "", "calculate_sensitivity_lima"], [125, 1, 1, "", "diff_events_after_cut"], [126, 1, 1, "", "find_cut"], [127, 1, 1, "", "get_weights"], [128, 1, 1, "", "process_mc"], [129, 1, 1, "", "process_real"], [130, 1, 1, "", "read_sim_par"], [131, 1, 1, "", "ring_containment"], [132, 1, 1, "", "samesign"], [133, 1, 1, "", "sensitivity_gamma_efficiency"], [134, 1, 1, "", "sensitivity_gamma_efficiency_real_data"], [135, 1, 1, "", "sensitivity_gamma_efficiency_real_protons"]], "lstchain.reco": [[227, 0, 0, "-", "disp"], [227, 0, 0, "-", "dl1_to_dl2"], [227, 0, 0, "-", "r0_to_dl1"], [227, 0, 0, "-", "utils"], [227, 0, 0, "-", "volume_reducer"]], "lstchain.reco.disp": [[136, 1, 1, "", "disp"], [137, 1, 1, "", "disp_parameters"], [138, 1, 1, "", "disp_parameters_event"], [139, 1, 1, "", "disp_to_pos"], [140, 1, 1, "", "disp_vector"], [141, 1, 1, "", "miss"]], "lstchain.reco.dl1_to_dl2": [[142, 1, 1, "", "apply_models"], [143, 1, 1, "", "build_models"], [144, 1, 1, "", "get_expected_source_pos"], [145, 1, 1, "", "get_source_dependent_parameters"], [146, 1, 1, "", "train_disp_norm"], [147, 1, 1, "", "train_disp_sign"], [148, 1, 1, "", "train_disp_vector"], [149, 1, 1, "", "train_energy"], [150, 1, 1, "", "train_reco"], [151, 1, 1, "", "train_sep"], [152, 1, 1, "", "update_disp_with_effective_focal_length"]], "lstchain.reco.r0_to_dl1": [[153, 1, 1, "", "add_disp_to_parameters_table"], [154, 1, 1, "", "apply_lh_fit"], [155, 1, 1, "", "get_dl1"], [156, 1, 1, "", "r0_to_dl1"]], "lstchain.reco.utils": [[157, 1, 1, "", "add_delta_t_key"], [158, 1, 1, "", "alt_to_theta"], [159, 1, 1, "", "apply_src_r_cut"], [160, 1, 1, "", "az_to_phi"], [161, 1, 1, "", "camera_to_altaz"], [162, 1, 1, "", "cartesian_to_polar"], [163, 1, 1, "", "clip_alt"], [164, 1, 1, "", "compute_alpha"], [165, 1, 1, "", "compute_rf_event_weights"], [166, 1, 1, "", "compute_theta2"], [167, 1, 1, "", "expand_tel_list"], [168, 1, 1, "", "extract_source_position"], [169, 1, 1, "", "filter_events"], [170, 1, 1, "", "get_effective_time"], [171, 1, 1, "", "get_event_pos_in_camera"], [172, 1, 1, "", "get_events_in_GTI"], [173, 1, 1, "", "get_geomagnetic_delta"], [174, 1, 1, "", "impute_pointing"], [175, 1, 1, "", "linear_imputer"], [176, 1, 1, "", "polar_to_cartesian"], [177, 1, 1, "", "predict_source_position_in_camera"], [178, 1, 1, "", "radec_to_camera"], [179, 1, 1, "", "reco_source_position_sky"], [180, 1, 1, "", "rotate"], [181, 1, 1, "", "sky_to_camera"], [182, 1, 1, "", "source_dx_dy"], [183, 1, 1, "", "source_side"]], "lstchain.reco.volume_reducer": [[184, 1, 1, "", "apply_volume_reduction"], [185, 1, 1, "", "get_volume_reduction_method"], [186, 1, 1, "", "zero_suppression_tailcut_dilation"]], "lstchain.scripts": [[228, 0, 0, "-", "lstchain_check_dl1"], [228, 0, 0, "-", "lstchain_create_run_summary"], [228, 0, 0, "-", "lstchain_data_create_time_calibration_file"], [228, 0, 0, "-", "lstchain_data_r0_to_dl1"], [228, 0, 0, "-", "lstchain_dl1_muon_analysis"], [228, 0, 0, "-", "lstchain_dl1_to_dl2"], [228, 0, 0, "-", "lstchain_dl1ab"], [228, 0, 0, "-", "lstchain_dump_config"], [228, 0, 0, "-", "lstchain_find_pedestals"], [228, 0, 0, "-", "lstchain_longterm_dl1_check"], [228, 0, 0, "-", "lstchain_mc_r0_to_dl1"], [228, 0, 0, "-", "lstchain_mc_r0_to_dl2"], [228, 0, 0, "-", "lstchain_mc_rfperformance"], [228, 0, 0, "-", "lstchain_mc_sensitivity"], [228, 0, 0, "-", "lstchain_mc_trainpipe"], [228, 0, 0, "-", "lstchain_merge_hdf5_files"], [228, 0, 0, "-", "lstchain_merge_muon_files"], [228, 0, 0, "-", "lstchain_tune_nsb"]], "lstchain.tools": [[229, 0, 0, "-", "lstchain_create_calibration_file"], [229, 0, 0, "-", "lstchain_create_dl3_file"], [229, 0, 0, "-", "lstchain_create_dl3_index_files"], [229, 0, 0, "-", "lstchain_create_irf_files"], [229, 0, 0, "-", "lstchain_fit_intensity_scan"]], "lstchain.tools.lstchain_create_calibration_file": [[187, 2, 1, "", "CalibrationHDF5Writer"]], "lstchain.tools.lstchain_create_calibration_file.CalibrationHDF5Writer": [[187, 3, 1, "", "aliases"], [187, 3, 1, "", "calibration_product"], [187, 3, 1, "", "classes"], [187, 3, 1, "", "description"], [187, 3, 1, "", "events_to_skip"], [187, 4, 1, "", "finish"], [187, 3, 1, "", "flags"], [187, 3, 1, "", "mc_max_pedestal_adc"], [187, 3, 1, "", "mc_min_flatfield_adc"], [187, 3, 1, "", "name"], [187, 3, 1, "", "one_event"], [187, 3, 1, "", "output_file"], [187, 4, 1, "", "setup"], [187, 4, 1, "", "start"]], "lstchain.tools.lstchain_create_dl3_file": [[188, 2, 1, "", "DataReductionFITSWriter"]], "lstchain.tools.lstchain_create_dl3_file.DataReductionFITSWriter": [[188, 3, 1, "", "aliases"], [188, 4, 1, "", "apply_srcdep_gh_alpha_cut"], [188, 4, 1, "", "apply_srcindep_gh_cut"], [188, 4, 1, "", "check_energy_dependent_cuts"], [188, 3, 1, "", "classes"], [188, 3, 1, "", "description"], [188, 3, 1, "", "example"], [188, 4, 1, "", "finish"], [188, 3, 1, "", "flags"], [188, 3, 1, "", "gzip"], [188, 3, 1, "", "input_dl2"], [188, 3, 1, "", "input_irf_path"], [188, 4, 1, "", "interp_irfs"], [188, 3, 1, "", "interp_method"], [188, 3, 1, "", "irf_file_pattern"], [188, 3, 1, "", "keep_duplicated_events"], [188, 3, 1, "", "name"], [188, 3, 1, "", "output_dl3_path"], [188, 3, 1, "", "overwrite"], [188, 4, 1, "", "setup"], [188, 3, 1, "", "source_dec"], [188, 3, 1, "", "source_dep"], [188, 3, 1, "", "source_name"], [188, 3, 1, "", "source_ra"], [188, 4, 1, "", "start"], [188, 3, 1, "", "use_nearest_irf_node"]], "lstchain.tools.lstchain_create_dl3_index_files": [[189, 2, 1, "", "FITSIndexWriter"]], "lstchain.tools.lstchain_create_dl3_index_files.FITSIndexWriter": [[189, 3, 1, "", "aliases"], [189, 3, 1, "", "description"], [189, 3, 1, "", "example"], [189, 3, 1, "", "file_pattern"], [189, 4, 1, "", "finish"], [189, 3, 1, "", "flags"], [189, 3, 1, "", "input_dl3_dir"], [189, 3, 1, "", "name"], [189, 3, 1, "", "output_index_path"], [189, 3, 1, "", "overwrite"], [189, 4, 1, "", "setup"], [189, 4, 1, "", "start"]], "lstchain.tools.lstchain_create_irf_files": [[190, 2, 1, "", "IRFFITSWriter"]], "lstchain.tools.lstchain_create_irf_files.IRFFITSWriter": [[190, 3, 1, "", "aliases"], [190, 3, 1, "", "classes"], [190, 3, 1, "", "description"], [190, 3, 1, "", "energy_dependent_alpha"], [190, 3, 1, "", "energy_dependent_gh"], [190, 3, 1, "", "energy_dependent_theta"], [190, 3, 1, "", "example"], [190, 4, 1, "", "finish"], [190, 3, 1, "", "flags"], [190, 3, 1, "", "input_electron_dl2"], [190, 3, 1, "", "input_gamma_dl2"], [190, 3, 1, "", "input_proton_dl2"], [190, 3, 1, "", "irf_obs_time"], [190, 3, 1, "", "name"], [190, 3, 1, "", "output_irf_file"], [190, 3, 1, "", "overwrite"], [190, 3, 1, "", "point_like"], [190, 4, 1, "", "setup"], [190, 3, 1, "", "source_dep"], [190, 4, 1, "", "start"]], "lstchain.tools.lstchain_fit_intensity_scan": [[191, 2, 1, "", "FitIntensityScan"]], "lstchain.tools.lstchain_fit_intensity_scan.FitIntensityScan": [[191, 3, 1, "", "aliases"], [191, 3, 1, "", "description"], [191, 4, 1, "", "finish"], [191, 3, 1, "", "fit_initialization"], [191, 3, 1, "", "fractional_variance_error"], [191, 3, 1, "", "gain_channels"], [191, 3, 1, "", "input_dir"], [191, 3, 1, "", "input_prefix"], [191, 3, 1, "", "name"], [191, 3, 1, "", "output_path"], [191, 3, 1, "", "plot_path"], [191, 3, 1, "", "run_list"], [191, 4, 1, "", "setup"], [191, 3, 1, "", "signal_range"], [191, 3, 1, "", "squared_excess_noise_factor"], [191, 4, 1, "", "start"], [191, 3, 1, "", "sub_run"]], "lstchain.visualization": [[230, 0, 0, "-", "bokeh"], [230, 0, 0, "-", "camera"], [230, 0, 0, "-", "plot_calib"], [230, 0, 0, "-", "plot_dl2"], [230, 0, 0, "-", "plot_drs4"]], "lstchain.visualization.bokeh": [[192, 2, 1, "", "CameraDisplay"], [193, 1, 1, "", "_generate_bokeh_multi_polygon_arrays"], [194, 1, 1, "", "_generate_polygon_vertices"], [195, 1, 1, "", "get_pixel_location"], [196, 1, 1, "", "plot_mean_and_stddev_bokeh"], [197, 1, 1, "", "show_camera"]], "lstchain.visualization.bokeh.CameraDisplay": [[192, 3, 1, "", "geom"], [192, 3, 1, "", "image"], [192, 4, 1, "", "rescale"], [192, 4, 1, "", "set_geom_and_image"], [192, 4, 1, "", "update"]], "lstchain.visualization.camera": [[198, 1, 1, "", "display_dl1_event"], [199, 1, 1, "", "overlay_disp_vector"], [200, 1, 1, "", "overlay_hillas_major_axis"], [201, 1, 1, "", "overlay_source"]], "lstchain.visualization.plot_calib": [[202, 1, 1, "", "plot_calibration_results"]], "lstchain.visualization.plot_dl2": [[203, 1, 1, "", "direction_results"], [204, 1, 1, "", "energy_results"], [205, 1, 1, "", "plot_1d_excess"], [206, 1, 1, "", "plot_disp"], [207, 1, 1, "", "plot_disp_vector"], [208, 1, 1, "", "plot_energy_resolution"], [209, 1, 1, "", "plot_features"], [210, 1, 1, "", "plot_importances"], [211, 1, 1, "", "plot_pos"], [212, 1, 1, "", "plot_roc_gamma"], [213, 1, 1, "", "plot_wobble"]], "lstchain.visualization.plot_drs4": [[214, 1, 1, "", "plot_pedestals"]]}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "function", "Python function"], "2": ["py", "class", "Python class"], "3": ["py", "attribute", "Python attribute"], "4": ["py", "method", "Python method"]}, "objtypes": {"0": "py:module", "1": "py:function", "2": "py:class", "3": "py:attribute", "4": "py:method"}, "terms": {"": [4, 7, 9, 34, 35, 133, 134, 135, 170, 187, 227, 228], "0": [4, 5, 30, 33, 42, 100, 102, 104, 105, 106, 132, 133, 134, 135, 143, 161, 163, 166, 169, 180, 184, 186, 190, 191, 192, 194, 202, 205, 214, 216, 217, 218], "00": [5, 20], "000": [20, 228], "0000": [221, 228], "000_az_180": 218, "000_run10": 218, "000e": 5, "004": 217, "005": 217, "005e": 5, "0069": 218, "00e": 5, "01": [5, 217], "012e": 5, "01deg": 188, "01t00": 20, "02": 5, "03": [5, 217], "04": 5, "05": [5, 166], "051": 5, "06": 5, "088": 217, "1": [4, 5, 9, 12, 25, 30, 38, 60, 66, 94, 96, 98, 100, 101, 102, 106, 108, 110, 118, 133, 134, 135, 143, 161, 162, 166, 169, 173, 183, 190, 191, 192, 194, 198, 214, 216, 217, 221, 223, 228], "10": [4, 6, 11, 20, 32, 45, 100, 190, 216, 217, 228], "100": [4, 5, 102, 117, 133, 134, 135, 192, 205, 217], "1000": [4, 214], "10000": 217, "100000": 217, "10000000000": 42, "101": 217, "10mhz": 228, "116e": 5, "12": [216, 217], "122e": 5, "1247": 192, "1310": 221, "15": 190, "150": 217, "1639": 221, "17": 124, "18": 217, "180000": [133, 134, 135], "1881": 228, "1983": 124, "1983apj": 124, "2": [5, 6, 10, 11, 30, 102, 106, 111, 161, 162, 165, 166, 176, 190, 191, 196, 198, 205, 217, 218], "20": 217, "20000": 228, "200pe": 4, "2018": 20, "2022": 228, "21": 217, "2147m": 228, "22": 188, "222": 217, "25": [143, 217], "267": 217, "272": 124, "28": [5, 161, 168], "29": [5, 142, 144, 145, 152], "2d": [108, 166, 168, 180, 213], "3": [5, 31, 106, 162, 186, 197, 222], "30": [4, 110, 217], "300": 4, "3000": 217, "30565": [142, 144, 145, 152], "317l": 124, "32": [61, 217], "33587": 195, "360": 213, "38": 217, "4": [5, 7, 81, 106, 186, 190, 217, 228], "40": 59, "400": [214, 217], "42": 217, "449": 5, "467e": 5, "493e": 5, "4_merge_test": 228, "5": [5, 106, 124, 161, 191, 217], "50": [45, 190, 217], "500": [45, 217], "513e": 5, "6": [106, 193, 194, 217, 221], "623e": 5, "633deg": 188, "68": 190, "7": [5, 106, 217], "70": 228, "8": [5, 186, 217], "80": 217, "83": 188, "9": [5, 190, 217], "90": 163, "900e": 5, "90e": 5, "913e": 5, "920e": 5, "930e": 5, "95": 190, "95e": 5, "98": [5, 217], "98e": 5, "990e": 5, "995e": 5, "9999": 102, "A": [66, 92, 95, 102, 186, 202, 221], "As": [162, 176], "By": 229, "For": [18, 27, 59, 61, 102, 110, 161, 187, 217, 218, 222, 229, 231], "IF": 188, "If": [9, 12, 21, 53, 55, 59, 66, 78, 84, 92, 94, 143, 165, 169, 170, 173, 175, 188, 189, 190, 191, 212, 217, 218, 223, 228, 229], "In": [59, 73, 92, 218, 223, 227, 231], "It": [18, 34, 35, 38, 40, 42, 45, 66, 170, 218, 221, 228], "Its": 218, "NOT": 228, "No": [188, 202], "ON": [18, 28, 124, 134, 213, 228], "OR": 228, "One": 191, "Or": [188, 189, 190, 231], "Such": 218, "The": [0, 1, 2, 3, 8, 10, 11, 19, 34, 94, 95, 142, 143, 146, 147, 148, 149, 155, 165, 169, 174, 175, 185, 186, 188, 190, 196, 197, 215, 218, 220, 221, 223, 227, 228, 229, 231], "Then": [215, 218], "There": 227, "These": 217, "To": [33, 59, 188, 189, 190, 191, 215, 217, 218, 223, 227, 228, 229], "__conda_setup": 218, "_build": 215, "_sorted_": 7, "_tune_nsb_on_waveform_precomput": 32, "_v_attr": 231, "ab": [124, 221], "abl": 148, "about": [218, 228], "abov": [33, 34, 35, 45, 197, 218], "absenc": 218, "absolut": [143, 223], "abstract": 124, "accept": 228, "access": 231, "accord": 36, "account": [218, 223], "achiev": [21, 119, 121], "activ": [190, 218, 229], "actual": 215, "ad": [11, 30, 33, 190, 191, 229], "adapt": [188, 229], "adc": [187, 191], "add": [14, 62, 63, 64, 157, 173, 188, 215, 218, 227, 229], "add_noise_in_pixel": 34, "added_nsb_fract": 32, "adder": 223, "addit": [18, 32, 33, 35, 165], "adsab": 124, "aeff": 217, "affect": 218, "after": [21, 31, 41, 59, 73, 91, 102, 118, 125, 126, 133, 134, 135, 143, 187, 188, 189, 190, 191, 215, 217, 228, 229], "again": 221, "agreement": [34, 35], "aki": 181, "al_cut": [25, 188, 190, 229], "algorithm": [184, 185, 186, 217, 227], "alia": 228, "alias": [187, 188, 189, 190, 191, 229], "all": [4, 8, 10, 11, 18, 23, 25, 36, 55, 66, 71, 74, 84, 89, 92, 114, 170, 174, 175, 187, 188, 189, 190, 191, 196, 212, 215, 218, 221, 228, 229, 231], "allow": [59, 73, 190, 221, 228], "allowed_tel": [59, 190, 217], "allowed_tels_filt": 59, "along": [26, 59, 83, 100, 102, 173, 205, 218, 228], "alpha": [18, 25, 59, 91, 111, 112, 123, 124, 164, 188, 190, 217, 229], "alpha_contain": [59, 190, 217], "alpha_cut": 59, "alreadi": [18, 165, 188, 217, 227, 229], "also": [20, 21, 26, 66, 85, 188, 190, 197, 217, 218, 221, 223, 225, 227, 228, 229, 231], "alt": [18, 158, 163, 165, 181], "alt_tel": [102, 217], "altaz": [18, 19, 161, 227], "although": 223, "altitud": [4, 102, 158, 161, 163, 178, 181], "alwai": [30, 162], "ambigu": 191, "among": 36, "amplitud": 44, "an": [3, 6, 21, 32, 34, 38, 45, 54, 59, 62, 78, 88, 89, 94, 96, 102, 113, 156, 165, 169, 187, 188, 191, 217, 218, 220, 221, 223, 228], "anaconda3": 218, "analys": 218, "analysi": [18, 38, 40, 46, 49, 83, 91, 144, 145, 188, 190, 215, 221, 224, 228, 229, 231], "analyz": [38, 40, 47, 217, 218, 221, 223, 226], "angdist2": [128, 131], "angl": [23, 100, 102, 103, 111, 140, 158, 160, 161, 162, 164, 166, 173, 176, 178, 180, 181, 194, 213], "angular": [19, 24, 60, 128, 131, 203], "ani": [59, 60, 61, 73, 91, 109, 110, 187, 188, 189, 190, 191, 218, 221], "anoth": [23, 66, 148, 149], "answer": [57, 58], "antimatt": 102, "api": 217, "appear": [10, 196], "append": [188, 190, 229], "appli": [18, 31, 35, 42, 45, 59, 61, 94, 120, 142, 148, 159, 169, 172, 184, 186, 188, 190, 217, 227, 228, 229], "applic": [31, 227], "apply_energy_dependent_alpha_cut": 59, "apply_energy_dependent_gh_cut": 59, "apply_energy_dependent_theta_cut": 59, "apply_global_alpha_cut": 59, "apply_global_gh_cut": 59, "apply_global_theta_cut": 59, "apply_integration_correct": 217, "apply_srcdep_gh_alpha_cut": 188, "apply_srcindep_gh_cut": 188, "apply_waveform_time_shift": 217, "approach": 221, "approv": 27, "ar": [4, 8, 10, 11, 18, 21, 22, 23, 26, 27, 30, 32, 34, 36, 61, 66, 68, 69, 70, 71, 73, 78, 82, 89, 91, 102, 143, 157, 170, 173, 188, 189, 190, 196, 197, 206, 209, 211, 212, 215, 217, 218, 221, 227, 228, 229, 231], "area": [111, 131], "arg": [191, 199, 200, 201, 208, 212], "argument": [190, 229], "around": [25, 180], "arr_i": 114, "arr_j": 114, "arrai": [6, 11, 21, 25, 26, 32, 61, 71, 82, 90, 108, 113, 114, 118, 119, 120, 121, 131, 133, 134, 135, 158, 160, 161, 164, 166, 168, 175, 180, 186, 205, 213], "arrayeventcontain": [99, 171, 184], "arxiv": 221, "ask": [57, 58, 188, 189, 190, 215], "associ": [221, 228], "assum": [23, 33, 77, 78, 83, 91, 161, 170, 188, 191, 229], "astro": [189, 222, 229], "astropi": [4, 15, 26, 32, 79, 83, 85, 91, 92, 117, 119, 136, 138, 142, 161, 163, 166, 168, 169, 170, 172, 173, 178, 179, 181, 201], "aswg": [218, 228], "asymmetri": [100, 102], "atmospher": 218, "atom": 62, "attach": [4, 5, 100, 101, 102, 103, 104, 105, 107, 108], "attr": 231, "attribut": [4, 5, 59, 60, 61, 94, 100, 101, 102, 103, 104, 105, 107, 108, 187, 188, 189, 190, 191, 192], "auto": 215, "auto_merge_h5fil": 92, "automat": [66, 187, 188, 189, 190, 215, 218, 223, 228], "autoshow": 192, "auxiliar": 227, "avail": [218, 227, 228], "averag": [4, 31, 33, 100, 221], "avoid": [165, 218, 228], "ax": [11, 47, 113, 114, 115, 116, 117, 119, 121, 198, 201, 203, 204, 205, 208, 210, 212, 213], "axesimag": 115, "axi": [4, 47, 100, 102, 103, 113, 114, 115, 116, 117, 119, 158, 159, 160, 164, 166, 173, 200, 205, 210, 212], "axl": 180, "az": [18, 160, 165, 173, 181], "az_idx": 23, "az_pnt": 23, "az_tel": 102, "azimuth": [4, 21, 23, 26, 102, 160, 161, 173], "b": [132, 191, 218, 228], "backgound": 205, "background": [18, 60, 123, 124, 133, 134, 135, 212, 218, 229], "bad": [187, 228], "bar": [66, 228], "barh": 210, "base": [4, 5, 23, 30, 32, 59, 60, 61, 67, 81, 100, 101, 102, 103, 104, 105, 106, 107, 108, 133, 134, 135, 154, 172, 187, 188, 189, 190, 191, 192, 228, 229], "base_config": 52, "baselin": [214, 228, 231], "bash": [218, 231], "bashrc": 218, "basic": [24, 215], "batch": [7, 9, 10, 221, 228], "becaus": [33, 66], "becom": [26, 221], "been": [12, 185, 187, 188, 189, 190, 191], "befor": [53, 190, 215, 228, 229], "behaviour": 73, "behind": 215, "being": 27, "below": [31, 33, 34, 197, 215, 218, 221, 228], "besid": 170, "beta": [111, 112], "better": [34, 35, 73], "between": [4, 32, 33, 59, 103, 125, 133, 134, 135, 143, 164, 173, 223], "beyond": 228, "bi": 59, "bia": [33, 34, 38, 40, 204, 208], "bias_correct": 208, "bin": [4, 5, 12, 22, 59, 60, 108, 110, 113, 114, 115, 118, 119, 120, 121, 122, 124, 133, 134, 135, 190, 205, 212, 218, 229], "bin_numb": 110, "bins_core_dist": 108, "bins_energi": 108, "bintablehdu": 15, "bisect": 126, "bit": [106, 167, 221], "bitshuffl": [66, 94, 96, 98], "bkg_fov_offset_bin": 60, "bkg_fov_offset_max": [60, 217], "bkg_fov_offset_min": [60, 217], "bkg_fov_offset_n_edg": [60, 217], "block": 218, "blosc": [66, 94, 96, 98], "bokeh": [192, 193, 194, 195, 196, 197], "bool": [7, 9, 10, 16, 17, 21, 27, 38, 40, 42, 45, 57, 58, 66, 94, 131, 132, 143, 175, 208], "boolean": [16, 17, 21, 22, 59, 186, 206, 211, 228], "bootstrap": 217, "border": [33, 102], "both": [34, 35, 228], "bottom": 205, "boundari": 48, "boundary_thresh": [186, 217], "branch": 215, "bright": [4, 33, 34, 223], "brightest": [31, 102], "browser": [215, 221, 228], "build": 190, "busi": 106, "byte": [142, 187, 188, 189, 190, 191], "c": [4, 33, 34, 35, 215, 228], "calc_camera_calibr": 187, "calcul": [4, 10, 21, 34, 35, 44, 72, 75, 111, 112, 123, 124, 125, 127, 131, 133, 134, 135, 139, 170, 173, 187, 190, 196, 227, 228, 229, 231], "calculate_percentile_cut": 59, "cali": 228, "calib": [0, 1, 2, 3, 187, 224, 228], "calib_data": 202, "calib_fil": 228, "calib_scale_high_gain": 217, "calib_scale_low_gain": 217, "calib_typ": 202, "calibr": [0, 1, 34, 35, 45, 101, 102, 106, 155, 172, 184, 187, 191, 202, 217, 223, 224, 227, 228, 229], "calibrate_flatfields_and_pedest": 217, "calibrated_ev": 155, "calibration_calcul": 187, "calibration_fil": 228, "calibration_id": [101, 102], "calibration_path": 217, "calibration_product": [187, 217], "calibrationcalcul": 187, "call": [32, 57, 61, 165, 187, 188, 189, 190, 228], "camera": [0, 2, 4, 8, 10, 33, 36, 43, 46, 47, 100, 102, 118, 131, 138, 139, 161, 166, 171, 177, 178, 181, 182, 183, 186, 187, 191, 192, 196, 197, 198, 199, 200, 201, 202, 213, 217, 218, 221, 223, 227], "camera_geometri": [36, 198], "cameracalibr": [0, 1, 217], "cameradisplai": [198, 199, 200, 201], "camerageometri": [4, 41, 43, 47, 186, 192], "camgeom": [10, 196, 197], "can": [26, 27, 30, 38, 40, 59, 66, 82, 92, 155, 165, 170, 187, 189, 190, 191, 197, 217, 218, 220, 221, 223, 227, 228, 229, 231], "candid": [61, 228], "card": 223, "carlo": 228, "carri": 223, "cartesian": [162, 176], "case": [55, 59, 113, 191, 197, 228], "cat": [202, 228], "catb": [172, 228], "catb_cal_t": 172, "catb_calibration_fil": 228, "center": [4, 41, 44, 131, 133, 134, 135, 139, 177, 182, 183, 194, 213], "center_i": 44, "center_x": 44, "central": 59, "centroid": [47, 100, 102, 164], "certain": 228, "chain": 156, "chang": [191, 215, 218, 223, 229], "channel": [104, 191], "character": 209, "charg": [4, 31, 33, 36, 38, 40, 187, 217, 218, 227, 228], "charge_mean": 4, "charge_median_cut_outli": 217, "charge_product": 217, "charge_spe_cumulative_pdf": 32, "charge_std_cut_outli": 217, "charge_stddev": 4, "check": [4, 7, 12, 21, 23, 26, 38, 40, 53, 54, 55, 66, 67, 68, 69, 70, 82, 89, 120, 132, 184, 185, 188, 191, 215, 223, 228], "check_dl1": [8, 9], "check_energy_dependent_cut": 188, "checker": 228, "cherenkov": [33, 221], "choos": 61, "circl": 44, "class": [0, 1, 4, 5, 32, 59, 60, 61, 69, 70, 100, 101, 102, 103, 104, 105, 106, 107, 108, 187, 188, 189, 190, 191, 192, 219, 222, 227], "class_weight": 217, "classestyp": [187, 188, 190], "classif": [147, 212], "classifi": [142, 143, 151], "clean": [4, 31, 41, 48, 102, 155, 186, 215, 217, 228], "clean_mask": 41, "clean_method_nam": 48, "clear": [58, 215], "clone": 215, "close": 218, "closer": [223, 229], "closest": [23, 188], "cls_disp_sign": [142, 143], "cls_gh": 143, "cluster": 218, "cluster_i": 195, "cluster_j": 195, "cm": [10, 13, 111], "cm2": 102, "co": 26, "code": [185, 192, 215, 216, 220], "coeffici": [101, 187, 228, 229, 231], "cog": [4, 102], "cog_i": [136, 137, 139, 177, 179, 182], "cog_within_pixel": 4, "cog_within_pixel_intensity_gt_200": 4, "cog_x": [136, 137, 139, 177, 179, 182, 183], "col_label": 62, "colclass": 62, "collect": [60, 111, 190, 222, 229], "color": [205, 215], "color_map_nam": 205, "colormap": 205, "colormap_refer": 205, "column": [4, 5, 10, 11, 14, 27, 62, 77, 84, 100, 101, 102, 103, 104, 105, 107, 108, 165, 169, 196, 204, 212, 228], "columns_to_read": [81, 84], "com": [192, 215, 218], "combin": [25, 89], "come": 215, "command": [187, 188, 189, 190, 191, 215, 218, 224, 231], "commandlin": 228, "commit": 215, "common": [20, 218], "compar": [22, 23, 26, 33, 35, 223], "compat": [69, 70, 82, 117, 224], "compil": 215, "complet": [143, 217], "complevel": [66, 94, 96, 98], "complib": [66, 94, 96, 98], "compon": [59, 60, 61, 187, 188, 189, 190, 191, 229], "compress": 188, "comput": [128, 136, 137, 138, 140, 141, 161, 164, 165, 166, 177, 179, 182, 183, 184, 218, 226, 228], "concentration_cog": 102, "concentration_cor": 102, "concentration_pixel": 102, "conda": 218, "condit": [218, 223], "cone": 111, "config": [0, 1, 2, 3, 28, 29, 35, 46, 48, 49, 50, 51, 52, 63, 94, 95, 142, 143, 144, 145, 152, 184, 188, 190, 191, 228, 229, 231], "config_fil": [28, 29, 185, 228], "config_filenam": [34, 51], "configur": [0, 1, 34, 35, 48, 51, 52, 63, 73, 94, 95, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 155, 156, 185, 187, 188, 189, 190, 191, 227, 228, 229], "consecut": [4, 157], "conserv": 102, "consid": [4, 26, 59, 197, 212, 223], "consist": [66, 68], "consol": 30, "constant": [59, 191], "construct": [187, 188, 189, 190, 191], "constructor": 191, "contact": 107, "contain": [0, 1, 2, 3, 4, 5, 6, 8, 10, 11, 12, 24, 34, 35, 53, 54, 59, 63, 64, 68, 80, 88, 89, 95, 96, 99, 100, 101, 102, 103, 104, 105, 107, 108, 118, 121, 131, 138, 144, 145, 152, 153, 154, 155, 165, 169, 170, 171, 184, 186, 187, 190, 196, 199, 200, 202, 217, 219, 220, 222, 223, 225, 226, 227, 228, 231], "contamin": [38, 40], "content": [53, 66, 113, 197, 218, 221, 228], "content_lowlim": 197, "content_upplim": 197, "continu": 55, "contribut": [26, 216], "control": [30, 106], "convent": [162, 176], "convers": [59, 166, 223], "conversion_factor": 166, "convert": [19, 85, 169], "coordin": [14, 15, 41, 43, 47, 100, 102, 103, 118, 138, 139, 148, 158, 160, 161, 166, 168, 177, 178, 179, 180, 181, 182, 183, 191, 227], "copi": [8, 52, 66, 71, 90, 102, 175, 192, 228, 229], "core": [108, 222, 228], "correct": [4, 35, 73, 81, 102, 165, 187, 208, 214, 228, 231], "correspond": [0, 1, 9, 21, 25, 30, 34, 35, 78, 92, 124, 126, 215, 217, 218, 223, 228], "cosmic": [4, 8, 12, 131, 218, 221, 223], "could": 102, "count": [6, 45], "counter": [228, 231], "counterpart": [10, 196], "crab": [117, 121, 123, 124, 188], "creat": [7, 11, 15, 16, 17, 18, 32, 39, 46, 60, 66, 143, 155, 175, 189, 190, 221, 222, 228, 229], "create_pdf": [7, 9], "creation": [190, 218, 228, 229], "credenti": 215, "criteria": 26, "criterion": 217, "cta": [61, 192, 195, 208, 215, 218], "cta_lstchain": [218, 221], "cta_req_north": 208, "ctapip": [0, 1, 2, 3, 4, 38, 63, 64, 68, 88, 89, 98, 99, 102, 107, 138, 154, 155, 171, 184, 186, 187, 192, 198, 199, 200, 201, 217, 224, 227, 231], "ctapipe_compat": 224, "ctapipe_io_lst": [107, 187, 225, 231], "ctapipe_io_lst_vers": [107, 231], "ctapipe_vers": [107, 231], "ctaplot": [208, 212], "cubic": [25, 26], "current": [26, 73, 156, 173, 189, 221, 228], "curv": [208, 212, 226, 228], "custom": [2, 3, 27, 188, 190, 191, 223, 225, 229], "custom_config": [0, 1, 2, 3, 142, 143, 146, 147, 148, 149, 150, 151, 155, 156], "customli": 223, "cut": [18, 25, 26, 41, 59, 91, 118, 120, 125, 126, 133, 134, 135, 143, 159, 188, 190, 205, 217, 229], "cut_tabl": 59, "cuts_interp": 25, "d": [188, 189, 215, 218, 228], "dark": 218, "data": [4, 14, 15, 18, 19, 20, 21, 22, 24, 26, 27, 33, 34, 35, 49, 50, 53, 54, 59, 61, 72, 76, 78, 81, 83, 84, 91, 107, 134, 142, 143, 144, 145, 151, 152, 157, 164, 166, 168, 169, 170, 172, 188, 189, 197, 203, 204, 205, 206, 207, 208, 209, 211, 214, 215, 216, 219, 222, 223, 225, 226, 227, 228, 229, 231], "data_dl1_filenam": [34, 35], "data_fil": 214, "data_manag": [53, 54, 55, 56, 57, 58], "data_par": [15, 21, 26], "data_param": [21, 83], "data_path": [54, 56], "data_ped_vari": 35, "data_qu": [218, 221], "data_t": 228, "data_tag": 81, "data_typ": 144, "databas": 228, "databin": [190, 217, 229], "datacheck": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 224, 228], "datacheck_dl1_": 228, "datacheck_dl1_lst": [221, 228], "datacheck_filenam": 9, "datafil": 228, "datafram": [72, 78, 84, 94, 95, 118, 125, 126, 128, 142, 144, 145, 146, 147, 148, 149, 150, 151, 152, 157, 159, 164, 165, 166, 168, 169, 170, 172, 174, 203, 204, 206, 208, 209, 211, 212, 228], "dataset": [28, 29, 71, 74, 81, 143, 205, 228], "datawrit": 217, "date": [227, 228], "dchecktabl": 11, "debug": 30, "dec": [14, 15, 188], "declin": [4, 173], "default": [4, 5, 9, 12, 25, 38, 42, 45, 57, 58, 59, 94, 95, 100, 101, 102, 103, 104, 105, 107, 108, 148, 156, 161, 166, 173, 174, 175, 186, 188, 189, 190, 217, 218, 227, 228, 229], "default_prefix": [4, 5, 100, 101, 102, 103, 104, 105, 107, 108], "default_rng": 33, "default_trigger_typ": [217, 228], "defin": [4, 18, 122, 172, 184, 218], "definit": [4, 102], "deg": [4, 59, 100, 102, 111, 163, 166, 194], "deg2": 100, "degre": 180, "delaunai": 21, "delta": [26, 173], "delta_t": [157, 170], "delta_tim": 217, "demo": 228, "dep": [188, 190, 228, 229], "depend": [4, 18, 26, 49, 59, 77, 78, 83, 91, 142, 144, 145, 188, 190, 215, 218, 228, 229], "deploy": 215, "deprec": 191, "deriv": 18, "describ": [218, 228], "descript": [34, 187, 188, 189, 190, 191, 217, 218], "descriptor": 30, "desir": [127, 218, 227], "destin": 228, "detail": [191, 218], "determin": [33, 38, 40, 42, 45, 59, 213], "dev": [10, 196, 218], "dev130": 216, "deviat": [4, 10, 196, 218], "deviaton": 4, "df_gamma": 118, "df_proton": 118, "dfde": [111, 112], "diagon": [190, 229], "diamet": 102, "dict": [4, 5, 15, 20, 21, 23, 24, 26, 38, 39, 40, 46, 48, 49, 50, 52, 61, 63, 73, 83, 85, 94, 95, 100, 101, 102, 103, 104, 105, 107, 108, 111, 112, 127, 128, 130, 145, 151, 169, 184, 185, 186, 191], "dictionari": [39, 40, 46, 95, 142, 186], "dictionnari": [0, 1, 2, 3, 51, 143, 144, 145, 146, 147, 148, 149, 150, 152], "did": 215, "differ": [4, 7, 19, 27, 120, 125, 157, 165, 173, 189, 190, 197, 209, 217, 218, 223, 229], "diffus": [67, 190, 218, 229], "dilat": [186, 227], "dim": [33, 34], "dimension": [25, 205], "dip": 173, "dir": [53, 90, 189, 221, 228], "dir_fil": 90, "direct": [26, 34, 217], "directli": 218, "directori": [7, 9, 53, 54, 55, 143, 156, 189, 191, 218, 228], "disabl": 228, "disk": 143, "disp": [103, 137, 138, 139, 140, 141, 142, 143, 152, 153, 199, 228], "disp_angl": [102, 136, 137, 140], "disp_classification_featur": 217, "disp_di": [102, 136, 137, 139, 140, 141, 148, 177, 179], "disp_dx": [102, 136, 137, 139, 140, 141, 148, 177, 179], "disp_method": [143, 217], "disp_miss": 102, "disp_norm": [102, 103, 136, 137, 138, 140, 146, 147, 148, 150, 227], "disp_norm_sign": [143, 217], "disp_regression_featur": 217, "disp_sign": [59, 102, 136, 137, 140, 147], "disp_vector": 143, "dispcontain": [138, 139, 199], "dispers": [190, 229], "displai": [10, 66, 192, 196, 197, 198, 199, 200, 201, 228], "display_rang": 197, "dist": 41, "dist_mask": [38, 40], "distanc": [4, 41, 75, 102, 108, 128, 131, 161, 178, 181, 227], "distribut": [36, 44, 109, 110, 111, 112, 205, 209], "ditto": 170, "divid": 165, "dl0": 227, "dl1": [4, 5, 7, 8, 9, 12, 34, 35, 67, 75, 101, 142, 153, 154, 156, 157, 165, 172, 198, 223, 227, 228, 231], "dl1_checker": [7, 8, 9, 10, 11, 12, 13], "dl1_contain": [154, 155], "dl1_data": [174, 228], "dl1_datacheck_20230920": 221, "dl1_datacheck_yyyymmdd": 221, "dl1_file": [153, 231], "dl1_gamma_20deg_0deg_run8___cta": 228, "dl1_gamma_20deg_180deg_cta": 228, "dl1_lst": [218, 221, 228], "dl1_mon_tel_catb_cal_kei": 172, "dl1_proton_20deg_180degcta": 228, "dl1_run01566_0322": 228, "dl1_to_dl2": [142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152], "dl1a": [34, 35, 221, 228], "dl1ab": 228, "dl1b": 228, "dl1datacheck": 4, "dl1datacheck_cosm": 12, "dl1datacheck_flatfield": 12, "dl1datacheck_pedest": 12, "dl1datacheckcontain": [11, 12, 221], "dl1datacheckhinstogrambin": 4, "dl1datacheckhistogrambin": [4, 12], "dl1likelihoodparamet": 100, "dl1likelihoodparameterscontain": 154, "dl1monitoringeventindex": 101, "dl1paramet": 102, "dl1parameterscontain": [154, 155], "dl2": [15, 59, 67, 75, 83, 84, 85, 95, 118, 128, 142, 172, 188, 190, 204, 208, 212, 218, 227, 228, 229], "dl2_data": [203, 204, 208, 212, 228], "dl2_data_fil": 188, "dl2_file": [128, 129], "dl2_file_g": [133, 134, 135, 228], "dl2_file_off": 134, "dl2_file_on": [134, 228], "dl2_file_p": [133, 134, 135, 228], "dl2_gamma": 228, "dl2_mc_electron_fil": 190, "dl2_mc_gamma_fil": 190, "dl2_mc_proton_fil": 190, "dl2_proton": 228, "dl3": [15, 18, 20, 59, 91, 188, 189, 222, 229], "dl3cut": [188, 190, 217, 229], "do": [102, 187, 215, 218, 220, 227, 228], "doc": [25, 94, 188, 190, 208, 215, 216, 217, 218, 229], "document": [4, 5, 32, 34, 59, 60, 61, 100, 101, 102, 103, 104, 105, 106, 107, 108, 187, 188, 189, 190, 191, 192, 218, 222], "doe": [21, 54, 143, 223], "don": 36, "done": [31, 175, 190, 212, 218, 221, 228, 229], "doubl": [42, 45], "download": 215, "download_test_data": 215, "dragon": [4, 102, 228], "dragon_module_id": 228, "dragon_reference_count": [217, 228], "dragon_reference_tim": [217, 228], "dragon_tim": [4, 102, 170], "drive": [228, 231], "drive_report_path": 217, "drs4": [187, 214, 228, 231], "drs4_pedest": 228, "drs4_pedestal_path": [187, 217], "drs4_time_calibration_path": [187, 217], "dt": 32, "dtype": 102, "due": [12, 187], "dump": 228, "duplic": [91, 188, 228], "durat": [4, 72], "dure": [66, 228], "dx": [103, 140, 148, 182], "dy": [103, 140, 148, 182], "dynam": [31, 223], "dynamic_clean": 217, "e": [4, 10, 18, 33, 34, 35, 36, 55, 78, 102, 110, 111, 112, 170, 190, 196, 215, 218, 221, 228, 231], "e0": [109, 111, 112], "e_reco": 128, "each": [6, 7, 9, 11, 27, 32, 38, 41, 42, 45, 69, 70, 78, 79, 81, 91, 110, 165, 169, 170, 188, 191, 197, 213, 218, 228, 229], "earlier": 221, "easili": [18, 188, 229], "east": 160, "eastward": 173, "edg": [36, 60, 108, 118], "edisp": 217, "edu": 124, "effect": [15, 152, 170, 190, 223, 229], "effective_focal_length": [142, 144, 145, 152], "effective_tim": 15, "effici": [59, 125, 126, 133, 134, 135, 190, 223, 229], "either": [188, 190, 218, 229], "elaps": [15, 170], "elapsed_tim": [4, 15], "electron": [190, 229], "eleg": 102, "elif": 143, "elimin": 45, "ellips": [102, 139, 200, 223], "els": [31, 212, 218], "emax": [109, 110, 111, 112, 117], "emin": [109, 110, 111, 112, 117], "emploi": 102, "empti": [21, 39, 40], "en": [189, 222, 229], "enabl": 66, "enclosur": [190, 229], "encount": 32, "end": 228, "energi": [25, 26, 40, 59, 60, 87, 98, 102, 108, 109, 110, 111, 112, 113, 114, 115, 117, 118, 119, 120, 121, 124, 128, 133, 134, 135, 142, 143, 149, 150, 188, 190, 204, 208, 212, 217, 227, 228, 229], "energy_bin": [59, 113, 212], "energy_dependent_alpha": 190, "energy_dependent_alpha_cut": 59, "energy_dependent_gh": 190, "energy_dependent_gh_cut": 59, "energy_dependent_theta": 190, "energy_dependent_theta_cut": 59, "energy_migration_bin": 60, "energy_migration_max": [60, 217], "energy_migration_min": [60, 217], "energy_migration_n_bin": [60, 217], "energy_min": 143, "energy_regression_featur": 217, "engin": 4, "enough": 21, "ensembl": 142, "ensur": [61, 169], "enter": 58, "entri": [11, 13, 73, 108, 197, 221], "env": 218, "env_nam": 218, "epoch": 20, "eq": [124, 218], "equal": 165, "equival": 168, "equivalent_focal_length": [43, 168], "error": [13, 30, 54, 55, 100, 191], "essenti": 223, "establish": 118, "estim": [112, 173, 191, 223], "etc": [187, 188, 189, 190, 191, 217, 218, 231], "eval": 218, "evalu": [59, 190, 218, 229], "event": [4, 6, 9, 12, 15, 18, 19, 20, 21, 26, 32, 38, 40, 45, 47, 59, 61, 66, 81, 85, 91, 96, 99, 100, 101, 102, 106, 110, 111, 112, 118, 123, 124, 125, 126, 128, 134, 135, 138, 143, 154, 155, 157, 159, 165, 169, 170, 171, 172, 184, 186, 187, 188, 190, 198, 201, 205, 206, 208, 209, 211, 212, 218, 221, 222, 225, 227, 228, 229, 231], "event_id": [38, 40, 47, 102, 228], "event_select": [59, 60, 61, 188, 190], "event_tim": [40, 187], "event_typ": [4, 61, 102, 217], "events_filt": 217, "events_to_skip": 187, "eventselector": [188, 190, 217, 229], "eventsourc": [98, 187, 217], "eventtimecalcul": [187, 217, 231], "eventtyp": 61, "everi": [41, 228], "everyth": 220, "evolut": 228, "exampl": [60, 156, 161, 169, 187, 188, 189, 190, 197, 215, 217, 218, 221, 223, 229], "excess": [123, 124, 191], "exectut": 215, "execut": 228, "exist": [16, 17, 21, 26, 53, 54, 143, 165, 169, 188, 189, 190, 221, 228], "exit": [55, 57], "expect": [9, 18, 78, 110, 144, 190, 229], "export": 218, "express": 228, "extnam": 27, "extra": [34, 169], "extra_bias_in_dim_pixel": [33, 34], "extra_data": 85, "extra_noise_in_bright_pixel": [33, 34], "extra_noise_in_dim_pixel": [33, 34], "extra_nsb": 35, "extract": [18, 27, 28, 29, 81, 128, 154, 155, 156, 168, 223, 227, 228, 229], "extractor": [3, 38, 40, 223], "extragalact": 218, "f": [191, 218, 228], "f0": [111, 112], "face": 215, "factor": [100, 166, 190, 191, 205, 229], "fall": 215, "fals": [7, 9, 10, 16, 21, 58, 59, 66, 93, 94, 96, 98, 102, 118, 175, 187, 190, 206, 208, 209, 211, 217, 228], "faster": 155, "favor": 191, "featur": [125, 126, 142, 148, 155, 169, 209, 210, 215, 221], "features_nam": [102, 210], "fef": [218, 228], "fetch": 21, "few": 218, "fewer": 59, "ff_data": 202, "fg": 228, "fi": 218, "field": [4, 5, 44, 75, 100, 101, 102, 103, 104, 105, 107, 108, 153, 173, 187, 202, 218, 229], "fig": [203, 204], "fig_sen": 121, "figarr": 120, "figur": [38, 113, 114, 120, 121, 197, 203, 204, 228], "file": [4, 5, 7, 8, 9, 12, 15, 16, 17, 18, 27, 30, 34, 35, 49, 50, 56, 66, 67, 71, 73, 74, 75, 77, 78, 79, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 107, 108, 128, 130, 133, 134, 135, 142, 143, 153, 155, 156, 163, 184, 185, 187, 188, 189, 190, 191, 202, 214, 215, 222, 223, 227, 228, 229], "file_list": [8, 16, 17, 65, 66, 82], "file_pattern": 189, "filedir": 188, "filegamma": 143, "filenam": [7, 9, 12, 51, 67, 73, 74, 75, 76, 77, 78, 83, 85, 86, 87, 88, 89, 142, 189, 203, 229, 231], "filenames_list": [79, 92], "fileproton": 143, "fill": [4, 12, 18, 40, 59, 102, 108, 113, 155, 187, 190, 229], "fill_alpha_cut": [59, 217], "fill_event_info": 102, "fill_event_wise_info": 4, "fill_from_simtel": 108, "fill_hilla": 102, "fill_mc": 102, "fill_pixel_wise_info": 4, "fill_theta_cut": [59, 217], "fill_valu": 59, "filter": [59, 61, 66, 94, 96, 98, 157, 159, 169, 191, 217], "filter_cut": 61, "filter_ev": 61, "final": [26, 188, 229], "find": [126, 215, 223, 227, 228], "finder": 228, "fine": 59, "finish": [187, 188, 189, 190, 191], "finit": [61, 169], "finite_param": [61, 169], "first": [8, 10, 18, 19, 32, 81, 102, 187, 196, 218, 228], "fit": [4, 9, 15, 16, 17, 26, 38, 39, 40, 41, 44, 100, 188, 189, 190, 191, 217, 221, 223, 228, 229], "fit_initi": 191, "fitfilterscan": 191, "fitter": 154, "fix": [11, 59, 167, 220], "fixedwindowsum": 217, "flag": [187, 188, 189, 190, 229], "flashcam": 228, "flasher": 229, "flasherflatfieldcalcul": [187, 217], "flat": [101, 187, 202, 229], "flat_object": 180, "flatfield": [4, 8, 12, 187, 228], "flatfield_id": 101, "flatfield_product": 217, "flatfieldcalcul": 187, "flatfieldcontain": 202, "fletcher32": [66, 94, 96, 98], "fload": 159, "float": [10, 13, 15, 31, 33, 34, 36, 38, 40, 41, 42, 43, 44, 45, 47, 73, 75, 98, 100, 109, 110, 111, 112, 117, 124, 125, 126, 127, 131, 132, 133, 134, 135, 136, 137, 139, 140, 141, 143, 158, 159, 160, 162, 166, 169, 171, 176, 177, 183], "float32": 102, "focal": [4, 43, 137, 152, 153, 161, 168, 178, 181], "focal_length": [4, 179], "follow": [205, 215, 218, 221, 222, 231], "foo": 220, "forest": [142, 143, 148, 149, 150, 151, 165, 227, 228], "forg": 195, "form": [109, 110, 168, 188, 205], "format": [20, 83, 85, 94, 114, 115, 116, 189, 204, 217, 222, 228, 229], "formula": [124, 191], "found": [6, 102, 218, 221], "fov": 60, "fov_lat": 43, "fov_lon": 43, "fov_offset_bin": 60, "fov_offset_max": [60, 217], "fov_offset_min": [60, 217], "fov_offset_n_edg": [60, 217], "fp": 228, "fr": 195, "fraction": [31, 35, 36, 102, 191], "fraction_cleaning_intens": 217, "fractional_variance_error": 191, "frame": [4, 18, 19, 43, 78, 102, 138, 157, 161, 166, 171, 172, 177, 178, 179, 181, 213], "free_model_memori": 143, "freed": 143, "from": [2, 3, 4, 8, 9, 11, 14, 18, 19, 21, 24, 26, 27, 31, 34, 35, 44, 48, 49, 50, 52, 57, 58, 66, 71, 73, 75, 79, 83, 84, 85, 86, 87, 88, 89, 90, 96, 98, 102, 106, 108, 127, 138, 139, 140, 143, 153, 155, 158, 160, 166, 168, 170, 173, 175, 178, 181, 182, 188, 190, 195, 208, 212, 215, 217, 218, 220, 221, 222, 223, 227, 228, 229, 230], "from_fil": 71, "full": [190, 227, 228, 229], "function": [7, 8, 9, 18, 20, 26, 34, 38, 40, 47, 59, 85, 91, 113, 125, 126, 133, 134, 135, 155, 188, 189, 190, 218], "further": 218, "fz": 228, "g": [4, 18, 59, 78, 102, 110, 143, 170, 190, 218, 221, 227, 228, 231], "ga3da2c0c": 216, "gadf": [27, 222], "gadf_irf": 27, "gain": [2, 104, 187, 191], "gain_channel": 191, "gain_selector": [0, 1, 2], "gain_selector_config": [0, 1, 2], "gainselector": 2, "galact": 218, "galleri": 205, "gamma": [18, 25, 26, 59, 91, 102, 113, 114, 115, 118, 120, 121, 122, 125, 126, 128, 133, 134, 135, 142, 143, 151, 188, 189, 190, 204, 206, 209, 211, 212, 218, 222, 228, 229], "gamma_20deg_0deg_run8___cta": 228, "gamma_classifi": 217, "gamma_eff_gamma": [133, 134, 135], "gamma_eff_theta2": [133, 134, 135], "gamma_effici": [125, 126], "gamma_label": 212, "gamma_regressor": 217, "gamma_tmp_regressor": 217, "gammafil": 228, "gammaness_bin": [118, 122], "gammaness_g": 118, "gammaness_p": 118, "gammapi": [18, 188, 217, 229], "gammatest": 228, "gcut": 134, "gdl2": 228, "gener": [23, 25, 32, 33, 60, 91, 187, 188, 190, 191, 218, 229], "geograph": 173, "geom": [4, 41, 43, 47, 102, 186, 192, 193, 197], "geomag": 173, "geomag_dec": 173, "geomag_inc": 173, "geomagnet": 173, "geometri": [4, 8, 10, 43, 186, 196, 197], "geomspac": 60, "get": [15, 24, 43, 73, 76, 77, 78, 80, 144, 145, 173, 187, 188, 229], "get_featur": 102, "get_geomagnetic_field_orient": 173, "gh": [59, 190, 229], "gh_cut": [25, 26, 27, 59, 188, 190, 229], "gh_effici": [59, 190, 217, 229], "gh_score": 59, "gini": 217, "git": 215, "github": [192, 215, 218], "give": [165, 173], "given": [0, 1, 9, 12, 16, 17, 21, 22, 23, 24, 27, 32, 45, 59, 91, 92, 94, 111, 173, 180, 188, 189, 190, 218, 221, 228, 229, 231], "glob": [188, 189, 228, 229], "global": [11, 59, 64, 80, 94, 95, 188, 190, 229], "global_alpha_cut": [59, 190, 217], "global_gh_cut": [59, 190, 217], "global_theta_cut": [59, 190, 217], "globalpeakwindowsum": [217, 223], "go": 215, "good": [38, 46, 172, 218], "good_r": [38, 40], "good_ring_config": 38, "gov": 173, "gradient": [4, 100, 102], "graviti": [139, 177, 182, 183], "grid": [21, 25, 188], "grid_point": 25, "griddata": [25, 26], "ground": 102, "grow": 7, "gti": [15, 172], "guarante": 218, "gz": [188, 190, 218, 228], "gzip": 188, "h": [59, 143, 227, 228], "h5": [7, 8, 9, 12, 66, 71, 92, 133, 134, 135, 188, 190, 191, 218, 221, 228, 231], "h5dump": 231, "h5file": [65, 74, 94], "ha": [13, 34, 35, 91, 170, 185, 188, 229], "hadro": [102, 206, 209, 211], "hadro_rec": [206, 209, 211], "hadron": [142, 151, 228], "half": 131, "halfwidth": 131, "handi": 215, "handl": [32, 218, 225], "handler": 30, "happen": 163, "happi": 163, "hardwar": 195, "harvard": 124, "have": [4, 11, 12, 20, 26, 34, 35, 36, 102, 132, 165, 170, 187, 188, 189, 190, 191, 217, 218], "haven": 227, "hdf": [67, 75], "hdf5": [66, 74, 77, 78, 82, 86, 87, 88, 89, 94, 95, 96, 97, 98, 99, 130, 153, 187, 191, 204, 217, 227, 228], "hdf5eventsourc": 187, "hdf5writer": 99, "hdu": [15, 16, 27, 188, 189, 190, 229], "hdu_index_fil": 16, "hdu_tabl": [14, 15, 16, 17, 18, 19, 20], "header": [188, 190, 229], "healthi": 197, "heavi": 221, "heavili": 217, "height": [10, 13, 102, 197], "help": [187, 217, 227, 228], "henc": [26, 36, 173, 217, 228], "here": [19, 143, 187, 188, 189, 190, 191, 192, 217, 218, 220, 221, 227], "heurist": [187, 228], "hg": [40, 191], "hg_peak_sampl": 40, "high": [59, 187, 188, 224, 229], "high_cut": 126, "high_level": [14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 224], "higher": [18, 91, 126, 218], "highest": 197, "hilla": [102, 138, 139, 177, 199, 200, 209, 227, 228], "hillaparameterscontain": 200, "hillas_paramet": [102, 138], "hillas_psi": [136, 137, 141], "hillasparameterscontain": [102, 138, 199], "hist": 108, "hist_delta_t": [4, 5], "hist_dist0": [4, 5], "hist_dist0_intensity_gt_200": [4, 5], "hist_id": 108, "hist_intens": [4, 5], "hist_intercept": [4, 5], "hist_length": [4, 5], "hist_nisland": [4, 5], "hist_npixel": [4, 5], "hist_pixelchargespectrum": [4, 5], "hist_psi": [4, 5], "hist_psi_intensity_gt_200": 5, "hist_skew": [4, 5], "hist_tgrad_vs_length": [4, 5], "hist_tgrad_vs_length_intensity_gt_200": [4, 5], "hist_width": [4, 5], "histogram": [4, 5, 12, 82, 87, 98, 108, 190, 197, 205, 221, 229], "histogram_bin": [4, 8], "hit": 58, "hook": 218, "horizon": [158, 218], "horizont": [161, 173], "hour": 190, "how": [187, 216, 227], "html": [25, 205, 215, 218, 221, 228], "http": [25, 124, 173, 192, 195, 205, 215, 217, 218, 221, 222, 229], "i": [6, 9, 10, 11, 12, 18, 19, 21, 25, 27, 30, 31, 33, 34, 35, 36, 45, 54, 57, 59, 61, 78, 91, 94, 95, 102, 111, 112, 114, 126, 143, 156, 162, 163, 165, 169, 173, 183, 187, 188, 189, 190, 191, 192, 196, 197, 202, 212, 213, 215, 217, 218, 220, 221, 223, 225, 227, 228, 229, 231], "iact": 223, "icr": [14, 18, 19], "id": [4, 9, 11, 12, 32, 38, 40, 47, 59, 102, 104, 108, 195, 214, 228], "idea": 220, "identifi": [32, 34, 35, 38, 105, 165, 228], "idx": 23, "igrfwmm": 173, "imag": [3, 4, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 102, 115, 170, 184, 186, 192, 198, 217, 218, 221, 224, 227, 228], "image_clean": 41, "image_extractor": [0, 1, 3, 217], "image_extractor_config": [0, 1, 3], "image_extractor_for_muon": [217, 223], "imageextractor": 3, "img": 115, "immedi": 36, "impact": 102, "implement": [215, 223, 227], "import": [161, 210, 215, 218, 220, 225, 227, 230, 231], "improv": 218, "imput": [174, 175], "in2p3": 195, "inact": 100, "inclin": 173, "includ": [21, 26, 39, 40, 55, 85, 92, 94, 111, 112, 142, 143, 162, 188, 191, 204, 208, 212, 215, 218, 221, 223, 227, 228], "incorrectli": 59, "increas": [34, 218], "index": [4, 7, 16, 17, 23, 77, 78, 94, 101, 109, 110, 112, 114, 189, 222, 228, 229], "indic": [4, 12, 22, 36, 197, 228], "individu": 217, "indptr": 36, "inf": [143, 169], "info": [4, 12, 30, 34, 35, 75, 82, 88, 89, 99, 102, 195, 228], "inform": [10, 23, 24, 60, 68, 85, 186, 190, 196, 217, 221, 228, 231], "inherit": 102, "init": [191, 218], "initi": [188, 189, 190, 218], "initialise_waveform": 32, "inject": 32, "inner": 47, "inplac": 174, "input": [7, 12, 25, 61, 71, 73, 84, 156, 164, 165, 166, 168, 170, 187, 188, 189, 190, 191, 218, 221, 223, 224, 228], "input_data": 228, "input_dir": [191, 221, 228], "input_dl2": 188, "input_dl3_dir": 189, "input_electron_dl2": 190, "input_fil": [187, 228], "input_file_gamma": 228, "input_filenam": 156, "input_gamma_dl2": 190, "input_irf_path": 188, "input_mc": 228, "input_prefix": 191, "input_proton_dl2": 190, "input_url": 187, "insid": [6, 11, 21, 102, 118, 188, 197, 218, 221], "inst": 186, "instal": [215, 218], "instanc": 191, "instead": [188, 190, 229], "institut": 107, "instruct": [218, 221], "instruement": 171, "instrument": [4, 38, 155, 186, 218], "int": [7, 9, 12, 15, 23, 30, 32, 38, 40, 45, 46, 47, 98, 110, 112, 113, 114, 118, 120, 121, 122, 124, 128, 133, 134, 135, 143, 154, 155, 169, 180, 186, 198, 212, 228], "integ": 169, "integr": [33, 109, 217, 227], "integral_": 109, "intend": 197, "intens": [4, 38, 40, 100, 102, 143, 169, 191, 217, 221, 223], "interact": [102, 221, 228, 231], "intercept": [102, 228], "interest": 84, "interleav": [12, 218, 228], "intern": 85, "interp": 188, "interp_col": 27, "interp_irf": 188, "interp_method": [26, 188], "interp_param": 23, "interpol": [15, 21, 22, 23, 24, 25, 26, 27, 83, 175, 188, 229], "interv": 172, "introduc": [33, 109, 110, 148, 149], "introduct": 216, "invers": [123, 124], "io": [15, 26, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 138, 187, 188, 189, 190, 195, 218, 222, 224, 229], "ipynb": [218, 221], "irf": [15, 21, 22, 23, 26, 27, 60, 83, 188, 190, 229], "irf_dl3_tool_config": 218, "irf_file_pattern": 188, "irf_interp": 26, "irf_list": [21, 27], "irf_obs_tim": 190, "irf_params_ful": 23, "irf_params_sel": 23, "is_busi": 106, "is_calibr": 106, "is_mono": 106, "is_pedest": 106, "is_single_p": 106, "is_slow_control": 106, "is_soft_trig": 106, "is_stereo": 106, "is_unknown": 106, "island": [4, 102], "isol": 48, "isot": 20, "issu": [59, 192, 195, 215], "iter": 71, "its": [33, 34, 36, 53, 217], "j": [6, 114, 215], "job": 55, "job_logs_dir": 55, "json": [49, 50, 188, 190, 191, 218, 223, 228], "judg": 221, "jump": [4, 102, 165], "just": [8, 11, 18, 19, 38, 40, 58, 187, 188, 197, 215, 220, 221, 229], "k": 192, "keep": [48, 59, 92, 163, 169, 188, 215], "keep_duplicated_ev": 188, "keep_isolated_pixel": [186, 217], "kei": [66, 71, 74, 78, 92, 191, 228], "key_trait": 191, "keys_to_copi": [66, 228], "keyword": 223, "kind": 8, "know": [32, 215, 221], "known": 223, "kosack": 192, "kurtosi": [102, 217], "kwarg": [59, 60, 61, 117, 119, 186, 187, 188, 189, 190, 191, 198, 199, 200, 201, 208, 210, 212], "la": 218, "label": [10, 192, 196, 197, 205], "lack": 12, "lapalma": 228, "larg": [11, 159, 221], "larger": [59, 163], "last": 81, "later": [32, 227, 228], "latest": [61, 189, 218, 222, 229], "latitud": 218, "law": [109, 110, 111, 112], "leakag": 228, "leakage_intensity_width_1": 102, "leakage_intensity_width_2": [102, 217], "leakage_pixels_width_1": 102, "leakage_pixels_width_2": 102, "learn": [165, 210], "least_significant_digit": [66, 94, 96, 98], "left": [133, 134, 135], "len": 110, "length": [4, 43, 100, 102, 152, 167, 168, 217], "length_uncertainti": 102, "level": [30, 188, 208, 212, 216, 218, 221, 223, 224, 228, 229], "lg": [40, 191], "lg_peak_sampl": 40, "lh": 100, "lhfit_area": 100, "lhfit_call_statu": 100, "lhfit_i": 100, "lhfit_intens": 100, "lhfit_intensity_uncertainti": 100, "lhfit_length": 100, "lhfit_length_asymmetri": 100, "lhfit_length_asymmetry_uncertainti": 100, "lhfit_length_uncertainti": 100, "lhfit_log_intens": 100, "lhfit_phi": 100, "lhfit_psi": 100, "lhfit_psi_uncertainti": 100, "lhfit_r": 100, "lhfit_ref_tim": 100, "lhfit_ref_time_uncertainti": 100, "lhfit_t": 100, "lhfit_t_68": 100, "lhfit_time_gradi": 100, "lhfit_time_gradient_uncertainti": 100, "lhfit_width": 100, "lhfit_wl": 100, "lhfit_wl_uncertainti": 100, "lhfit_x": 100, "lhfit_x_uncertainti": 100, "lhfit_y_uncertainti": 100, "li": [124, 205], "librari": [217, 222, 225], "light": [33, 36, 190, 218, 221, 223, 229], "like": [25, 180, 190, 213, 218, 220, 221], "likelihood": [38, 40, 100, 154], "lima_signific": 205, "limit": [59, 126, 228], "lin": 10, "line": [187, 188, 189, 190, 191, 224], "linear": [25, 26, 175, 188, 197], "linear_imput": 174, "list": [7, 8, 9, 10, 16, 17, 20, 21, 22, 23, 24, 26, 27, 41, 56, 59, 61, 62, 66, 74, 79, 81, 82, 84, 92, 148, 167, 169, 170, 175, 188, 191, 196, 197, 198, 210, 218, 222, 228], "load": [27, 49, 50, 78, 142], "localpeakwindowsum": [217, 223], "locat": [223, 228], "log": [10, 19, 30, 55, 60, 73, 100, 102, 228, 231], "log10": [110, 111, 112], "log_intens": [102, 217], "log_mc_energi": 102, "log_reco_energi": 217, "logarithm": 197, "logger": 30, "logparabola": [111, 112], "logspac": 110, "long": 228, "longterm": 221, "longterm_dl1_check": 228, "look": [188, 215, 217, 229], "loop": 191, "lost": 36, "low": [59, 218], "low_cut": 126, "lower": [42, 45, 108, 126], "lowest": 197, "lst": [38, 59, 173, 191, 215, 217, 219, 221, 222, 225, 227, 228, 229], "lst1": [225, 228], "lst101": 228, "lst_lstcam": 231, "lst_pixid_to_clust": 195, "lstcalibrationcalcul": [187, 217, 231], "lstchain": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 217, 228], "lstchain_check_dl1": 221, "lstchain_cherenkov_transpar": 221, "lstchain_config": 228, "lstchain_create_calibration_fil": 187, "lstchain_create_dl3_fil": [188, 217], "lstchain_create_dl3_index_fil": [189, 217], "lstchain_create_irf_fil": [190, 217], "lstchain_data_r0_to_dl1": [217, 223], "lstchain_dl1_muon_analysi": 223, "lstchain_dl1_to_dl2": 217, "lstchain_dl1ab": 217, "lstchain_dump_config": 218, "lstchain_fit_intensity_scan": 191, "lstchain_longterm_dl1_check": 221, "lstchain_mc_r0_to_dl1": 217, "lstchain_muon_analysis_dl1": 228, "lstchain_post_dl2": 217, "lstchain_src_dep_config": 49, "lstchain_standard_config": [50, 223], "lstchain_tune_nsb": 218, "lstchain_vers": [107, 231], "lstchainer": 64, "lstcontain": [70, 80, 87, 94, 95, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108], "lsteventsourc": [187, 217, 228, 231], "lstmcipe": 218, "lstosa": 223, "lstr0correct": [187, 217, 231], "m": [25, 100, 102, 136, 142, 144, 145, 152, 161, 166, 168, 187, 215], "ma": [124, 205], "magcalc": 173, "magic": 121, "magnet": 173, "mai": [59, 66, 191, 217, 218, 223], "main": [23, 121, 133, 134, 135, 188, 189, 190, 218], "maintain": [215, 218], "major": [100, 102, 164, 200], "make": [59, 163, 215, 218, 221], "makedir": 53, "manag": [218, 227], "mani": [221, 228], "map": [198, 205, 213], "mark": 218, "mask": [4, 31, 41, 59, 184, 186], "mask_0_suppress": 186, "mask_dynamic_clean": 31, "match": [34, 35, 228], "matplot": 210, "matplotlib": [47, 113, 114, 115, 116, 117, 119, 120, 121, 198, 199, 200, 201, 203, 204, 205, 208, 210, 212, 213], "matrix": [60, 204, 229], "max": 228, "max_alpha_cut": [59, 217], "max_cor": [7, 228], "max_depth": 217, "max_ev": [187, 217, 228], "max_featur": 217, "max_gh_cut": [59, 217], "max_leaf_nod": 217, "max_muon": 228, "max_tel": 167, "max_theta_cut": [59, 217], "max_unusable_pixel": 228, "maximum": [7, 59, 60, 109, 110, 111, 112, 169, 187, 228], "mayb": [102, 190, 229], "mb": 221, "mc": [33, 34, 35, 59, 67, 73, 82, 85, 102, 105, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 143, 159, 161, 163, 165, 187, 190, 204, 208, 209, 212, 223, 224, 228, 229], "mc_alt": [102, 137, 153], "mc_alt_tel": [102, 137, 153], "mc_az": [102, 137, 153], "mc_az_tel": [102, 137, 153], "mc_core_dist": 102, "mc_core_i": 102, "mc_core_x": 102, "mc_energi": [40, 102, 204, 212], "mc_gamma": 144, "mc_h_first_int": 102, "mc_image_scaling_factor": 217, "mc_max_pedestal_adc": 187, "mc_min_flatfield_adc": 187, "mc_nominal_source_x_deg": 217, "mc_nominal_source_y_deg": 217, "mc_par": [24, 127, 128], "mc_ped_vari": 35, "mc_proton": 144, "mc_type": [102, 128, 212], "mc_x_max": 102, "mcheader": [68, 96], "mcheader1": 68, "mcheader2": 68, "mean": [4, 6, 10, 12, 33, 59, 75, 165, 191, 196, 218], "mean_alt_tel": 4, "mean_az_tel": 4, "mean_offset": 75, "mean_pixel_charge_around_r": [38, 40], "meant": 228, "measur": [102, 173, 218, 223], "median": [187, 191, 218], "merg": [8, 66, 81, 82, 89, 92, 218, 221, 228], "merge_arrai": 66, "merged_filenam": 8, "messag": 197, "meta": [4, 5, 63, 64, 94, 95, 100, 101, 102, 103, 104, 105, 107, 108], "metaatom": 62, "metadata": [4, 5, 22, 64, 69, 73, 80, 82, 86, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 108, 231], "metadata1": 69, "metadata2": 69, "method": [4, 25, 26, 32, 48, 59, 60, 61, 100, 102, 106, 108, 126, 154, 184, 185, 186, 187, 188, 189, 190, 191, 192, 222, 223, 227, 229], "midpoint": [125, 126], "might": [21, 215], "migrat": [60, 204], "mimic": 223, "min": 48, "min_alpha_cut": [59, 217], "min_event_p_en_bin": [59, 217], "min_flatfield_adc": 217, "min_flatfield_pixel_fract": 217, "min_gh_cut": [59, 217], "min_impurity_decreas": 217, "min_number_picture_neighbor": [186, 217], "min_samples_leaf": 217, "min_samples_split": 217, "min_theta_cut": [59, 217], "min_weight_fraction_leaf": 217, "minim": 120, "minimum": [31, 45, 59, 60, 109, 110, 111, 112, 187], "minor": [100, 102], "mirror": 223, "miss": [103, 174, 175], "missing_valu": [174, 175], "mistak": 218, "modal": 59, "mode": [7, 9, 10, 90, 94, 228], "model": [61, 100, 142, 143, 146, 147, 148, 149, 210, 228], "modifi": [32, 33, 34, 35, 36, 37, 142, 143, 146, 147, 148, 149, 150, 151, 165, 184, 190, 215, 228, 229], "modul": [219, 228], "mon_ev": 93, "mon_index": 93, "monitor": [187, 228, 231], "mono": [106, 225], "mono_merge_test": 228, "mono_off0": 228, "mont": 228, "montecarlo": 224, "moon": 218, "more": [12, 21, 59, 189, 191, 212, 217, 228, 231], "morph": 25, "mostli": 218, "mu": 102, "multi": [77, 78, 228], "multipl": [60, 91, 155], "muon": [9, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 221, 228], "muon_analysi": [38, 39, 40, 41, 42, 43, 44, 45, 46], "muonefficiencycontain": 38, "muonintensityoutput": 38, "muonintensityparam": 40, "muonparamet": [38, 40], "muonparameterscontain": [38, 40], "muonringcontain": 38, "muonringparam": [38, 40, 41], "muons_": 228, "muons_dir": [9, 221, 228], "muons_lst": [221, 223, 228], "must": [34, 35, 66, 71, 142, 148, 170, 204, 212, 218, 221, 228], "mybranch": 215, "n": [11, 25, 188, 189, 190, 197, 215, 217], "n_background": [123, 124], "n_bin": 205, "n_bins_energi": [118, 120, 121, 124, 133, 134, 135], "n_bins_gamma": [113, 120, 122], "n_bins_i": 108, "n_bins_theta2": [113, 120, 122, 124], "n_bins_x": 108, "n_energy_bin": 25, "n_estim": 217, "n_event": 169, "n_excess": 123, "n_excesses_5sigma": 124, "n_grid_point": 25, "n_island": [102, 228], "n_job": 217, "n_on_ev": 124, "n_pixel": [46, 102], "n_point": 213, "n_process": 81, "n_reco": 128, "n_shower": 89, "n_signal": 124, "n_training_ev": [143, 217], "name": [4, 5, 7, 8, 9, 11, 13, 15, 27, 48, 55, 73, 84, 100, 101, 102, 103, 104, 105, 107, 108, 148, 168, 169, 185, 187, 188, 189, 190, 191, 202, 205, 214, 221], "named_dataset": 205, "nan": [4, 40, 100, 102, 103, 174, 175], "nand": [188, 190], "nare": 188, "natur": 223, "nbackground": 190, "nby": 190, "nchang": [188, 190], "ncloser": 188, "ncopi": [188, 190], "ncreat": [188, 189, 190], "ndarrai": [6, 25, 31, 32, 33, 36, 38, 40, 41, 42, 44, 45, 62, 110, 113, 118, 119, 120, 121, 122, 123, 124, 125, 126, 128, 131, 136, 137, 141, 162, 165, 176, 177, 180, 186, 197, 212], "ndatabin": 190, "neach": 190, "nearbi": 4, "nearest": [21, 23, 25, 26, 59, 188, 229], "nebula": 117, "necessari": [85, 188], "need": [18, 21, 34, 35, 73, 92, 188, 190, 191, 218, 219, 221, 228, 229], "neg": 102, "neighbor": [36, 48], "neighbor_matrix_spars": 36, "neighbour": 59, "nenergi": 188, "nev": 112, "new": [33, 52, 66, 73, 180, 192, 215, 218, 221, 228], "new_config": 52, "new_ff": 93, "new_imag": 36, "new_p": 93, "next": 213, "nf": 217, "nfor": [188, 190], "nfrom": [188, 189], "ngdc": 173, "nhttp": 189, "nif": [188, 190], "night": [218, 221, 228], "ninterpol": 188, "nirf": 190, "nmatrix": 190, "nmc": 190, "nmodifi": 190, "nnode": 188, "noaa": 173, "node": [21, 23, 66, 71, 79, 90, 92, 165, 188, 229], "node_kei": 71, "nodes_kei": 66, "noff": [133, 134, 135], "nois": [33, 34, 35, 191, 218, 223], "noisier": 33, "non": [33, 157, 190, 229], "none": [4, 5, 7, 9, 10, 11, 12, 13, 34, 35, 38, 39, 40, 46, 58, 59, 66, 71, 78, 81, 83, 84, 92, 94, 95, 96, 98, 99, 100, 101, 102, 103, 104, 105, 107, 108, 117, 119, 121, 142, 143, 146, 147, 148, 149, 150, 151, 155, 156, 161, 169, 173, 174, 175, 184, 188, 196, 197, 198, 202, 203, 204, 205, 208, 210, 212, 213, 214, 228], "norm": [10, 103, 140, 142, 146, 162, 176], "normal": 109, "north": [160, 173], "note": [18, 19, 59, 89, 186, 218, 221, 231], "notebook": [218, 221], "noth": 31, "now": [102, 218, 221], "np": [31, 33, 36, 38, 40, 41, 42, 45, 108, 110, 111, 112, 125, 126, 161, 169, 174, 175], "npe_median_cut_outli": 217, "nr": 45, "nsb": [32, 33, 34, 35, 73, 218, 223, 228], "nsb_tune": 217, "nsb_tuning_ratio": 217, "nsec": 228, "nselect": 188, "nset": 190, "nsimilarli": [188, 190], "nstep": 188, "nsurviv": 188, "ntaken": 190, "ntelescopes_gamma": [133, 134, 135], "ntelescopes_proton": [133, 134, 135], "nthe": [188, 189, 190], "nthei": 189, "ntheta_contain": 190, "nto": [188, 190], "nuclei": 102, "nucleon": 102, "null": [217, 218], "num_cleaned_ev": 4, "num_entri": 108, "num_ev": 4, "num_nearby_star": 4, "num_pulses_above_0010_p": 4, "num_pulses_above_0030_p": 4, "num_pulses_above_0100_p": 4, "num_pulses_above_0300_p": 4, "num_pulses_above_1000_p": 4, "num_ucts_jump": 4, "number": [4, 7, 11, 15, 32, 33, 34, 35, 38, 41, 42, 45, 46, 48, 59, 60, 81, 102, 108, 110, 112, 113, 118, 120, 121, 122, 123, 124, 125, 126, 128, 132, 133, 134, 135, 143, 165, 169, 174, 175, 186, 187, 188, 191, 195, 197, 202, 205, 213, 214, 223, 228], "number_of_dil": 186, "number_of_pixel": 197, "number_of_point": 165, "numpi": [25, 27, 33, 60, 62, 110, 113, 118, 119, 120, 121, 122, 123, 124, 128, 131, 136, 137, 141, 161, 162, 175, 176, 177, 212], "nuse": 188, "nvalu": 188, "nwhen": 190, "o": [4, 25, 187, 188, 189, 190, 218, 228], "ob": [17, 189, 190, 229], "object": [20, 23, 32, 106, 142, 169, 180, 184, 186, 192, 221], "obs_id": [96, 98, 102, 105, 108], "obs_index_fil": 17, "observ": [4, 21, 26, 28, 29, 59, 72, 81, 102, 125, 126, 133, 134, 135, 166, 168, 170, 188, 190, 205, 213, 215, 217, 218, 221, 227, 231], "observatori": [192, 215, 218], "observed_source_nam": 168, "obstim": [125, 126, 133, 134, 135, 161, 178], "obtain": [100, 188, 218, 221, 223, 229], "obvious": 218, "occurr": [174, 175], "off": [18, 28, 123, 124, 134, 159, 188, 213, 229], "off_180": 78, "off_set": 214, "offset": [60, 75], "offset_valu": 214, "omit": [221, 228], "onc": 32, "ondl2": 228, "one": [4, 9, 10, 11, 12, 30, 35, 102, 142, 143, 146, 147, 148, 149, 150, 151, 188, 190, 196, 197, 205, 212, 215, 217, 218, 221, 228, 229], "one_ev": 187, "ones": [11, 231], "onli": [21, 26, 32, 34, 35, 59, 66, 82, 157, 170, 188, 190, 228, 229], "oob_scor": 217, "opaac": 205, "opac": 205, "open": [71, 90, 94, 187, 188, 189, 190, 191, 215, 218, 221, 228], "open_fil": [94, 231], "optic": 223, "optim": [59, 113, 114, 115, 122, 188], "option": [9, 84, 94, 95, 169, 187, 188, 189, 190, 191, 227, 228], "order": [193, 194, 218, 223], "org": [25, 205, 217, 221], "orient": 4, "origin": [33, 180, 215], "original_nsb": 32, "other": [20, 59, 69, 70, 190, 197, 218, 221, 227, 229], "otherwis": [190, 228], "out": [159, 197, 215, 223, 228], "out_path": 9, "outcom": 4, "outer": 47, "outermost": 102, "outfil": [94, 95, 228], "output": [7, 30, 71, 94, 95, 156, 187, 188, 189, 190, 191, 202, 214, 218, 221, 223, 224, 228, 231], "output_dir": [221, 228], "output_dl3_path": 188, "output_fil": [187, 228], "output_filenam": [66, 92, 96, 97, 98, 156], "output_index_path": 189, "output_irf_fil": 190, "output_paramet": 40, "output_path": [7, 191, 228], "outsid": [38, 40, 155], "over": [26, 221, 228], "overal": [165, 205, 223], "overlai": [199, 200], "overlap": 23, "overstat": 221, "overwrit": [16, 17, 188, 189, 190, 217, 228], "overwritten": 227, "own": 218, "p": [4, 33, 34, 35, 36, 187, 188, 189, 190, 228], "p1": 197, "p2": 197, "p3": 197, "p_contain": 118, "pack": 167, "packag": [76, 218], "pad": 197, "pad_height": 197, "pad_width": 197, "page": [13, 228], "pages": [10, 13], "pair": [11, 81], "palma": 218, "panda": [72, 78, 84, 94, 95, 118, 128, 142, 144, 145, 146, 147, 148, 149, 150, 151, 152, 157, 159, 164, 166, 168, 169, 170, 172, 174, 203, 204, 206, 208, 209, 211, 212, 228], "par": 130, "parallel": [81, 228], "param": [46, 111], "paramat": 228, "paramet": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 79, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 94, 95, 96, 97, 98, 99, 100, 102, 103, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 164, 165, 166, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 188, 190, 191, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 208, 209, 210, 211, 212, 213, 214, 217, 218, 221, 223, 227, 228, 229], "params_list": 24, "paramt": 15, "parent": 185, "pars": [187, 188, 189, 190, 191], "part": [218, 228], "partial": 228, "particl": [128, 131], "particle_classification_featur": 217, "pass": [0, 1, 2, 3, 21, 59, 142, 143, 155, 169, 188, 190, 191, 228, 229], "passedotherwis": 228, "password": 221, "path": [7, 9, 12, 16, 17, 38, 53, 54, 55, 66, 67, 74, 75, 76, 77, 78, 79, 82, 83, 85, 86, 87, 88, 89, 90, 94, 95, 97, 133, 134, 135, 142, 143, 153, 155, 156, 188, 189, 190, 191, 218, 228, 229], "path_model": [143, 228], "pathlib": 9, "pattern": [167, 188, 189, 228, 229], "pd": [125, 126, 165], "pdf": [7, 191, 202, 214, 221, 228], "pdl2": 228, "pe": [45, 191], "pe_thr": 45, "peak": [33, 40, 100, 217], "peak_index": 217, "peak_tim": [102, 184], "peculiar": 223, "ped_data": 202, "pedest": [4, 8, 12, 35, 45, 101, 106, 187, 202, 214, 218, 228], "pedestal_fil": [187, 214, 228], "pedestal_id": 101, "pedestal_ids_path": 228, "pedestal_ids_runxxxxx": 228, "pedestal_product": 217, "pedestalcalcul": 187, "pedestalcontain": 202, "pedestalintegr": [187, 217], "per": [4, 11, 27, 59, 60, 61, 115, 133, 134, 135, 165, 173, 187, 189, 197, 212, 221, 229], "per_key_trait": 191, "percent": 192, "percentag": [59, 117, 123, 124], "percentil": 59, "perform": [21, 25, 26, 46, 154, 165, 188, 190, 206, 211, 215, 217, 218, 222, 223, 227, 228, 229], "period": 218, "person": 107, "pf": 228, "phe": 106, "phi": [102, 160], "photoelectron": [34, 38, 40, 41, 42, 45], "photon": [34, 35, 223], "physic": [68, 218], "pi": [162, 176], "pictur": 48, "picture_thresh": [186, 217], "pip": 215, "pipelin": 228, "pitfal": 218, "pix_id": 195, "pixe_id_within_clust": 195, "pixel": [4, 10, 31, 32, 33, 34, 35, 36, 38, 40, 41, 42, 43, 44, 45, 46, 48, 100, 102, 186, 187, 191, 195, 196, 197, 218, 228], "pixel_i": 44, "pixel_mask": 186, "pixel_x": 44, "place": [11, 165, 175, 189, 229], "placehold": [174, 175], "plane": 173, "pleas": [215, 228], "plot": [9, 10, 11, 13, 28, 29, 38, 47, 113, 114, 116, 117, 118, 119, 120, 121, 191, 196, 197, 200, 202, 204, 205, 206, 208, 209, 210, 211, 212, 213, 214, 217, 221, 228, 230], "plot_calib": 202, "plot_dl2": [203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213], "plot_drs4": 214, "plot_fil": [202, 214], "plot_muon": 47, "plot_outfil": [203, 204], "plot_path": 191, "plot_r": 38, "plot_roc_curve_gamma": 212, "plot_util": [113, 114, 115, 116, 117, 118, 119, 120, 121], "plots_path": [38, 228], "plu": 221, "point": [4, 15, 19, 21, 25, 102, 161, 165, 173, 174, 178, 181, 187, 188, 190, 203, 213, 223, 228, 229, 231], "point_lik": [67, 190, 229], "pointing_alt": [161, 178, 179, 181], "pointing_az": [161, 178, 179, 181], "pointing_fil": 228, "pointing_wise_weight": 217, "pointingsourc": [187, 217, 231], "points_outfil": [203, 204], "poisson": [33, 36], "poissonian": 33, "polar": [100, 102, 162, 164, 176], "polygon": 194, "poor": 218, "poorli": 221, "pos_i": 161, "pos_x": 161, "posit": [14, 15, 18, 19, 21, 44, 77, 78, 83, 91, 100, 102, 118, 123, 124, 131, 138, 139, 144, 153, 166, 168, 171, 175, 177, 179, 181, 182, 188, 201, 206, 211, 213, 217, 227, 229], "possibl": [11, 36, 38, 40, 148, 149, 175, 218], "power": [109, 110, 111, 112], "powerlaw": [111, 112], "pp": 228, "pre": 142, "pre_computed_multipl": [32, 217], "predict": [148, 173], "predict_featur": [146, 147, 148], "prefix": [4, 5, 100, 101, 102, 103, 104, 105, 107, 108, 191], "prepar": 154, "present": [59, 165, 188, 190, 217, 228, 229], "presum": 33, "pretti": 59, "previou": [157, 170], "previous": 142, "primari": 102, "principl": 221, "print": 215, "privat": 215, "private_data": 215, "probabl": 215, "problem": 228, "procedur": 218, "process": [7, 10, 12, 34, 35, 66, 81, 100, 128, 155, 191, 196, 218, 221, 223, 228], "prod3": 228, "produc": [8, 9, 92, 190, 202, 218, 221, 223, 227, 228], "product": [34, 35, 73, 107, 218, 228], "profil": 218, "program": [55, 57], "progress": [66, 228], "progress_bar": 66, "project": 215, "propag": 221, "properli": [120, 218], "proport": 143, "protect": 221, "proton": [118, 133, 135, 143, 190, 206, 209, 211, 218, 228, 229], "proton_classifi": 217, "protonfil": 228, "protontest": 228, "protozfit": 228, "provid": [26, 59, 66, 173, 188, 190, 202, 218, 221, 228, 229], "proxi": 218, "psf": [36, 59, 60, 217], "psi": 102, "pull": [215, 218], "puls": [4, 32, 33, 100, 198, 228], "pulse_templ": 32, "push": 215, "py": [187, 218, 228], "pyirf": [26, 59, 60, 85, 190, 229], "pyirf_simu_info": 85, "pyplot": [47, 113, 114, 115, 116, 117, 119, 120, 121, 198, 199, 200, 201, 203, 204, 205, 208, 210, 212, 213], "pytabl": [62, 94], "pytest": 215, "python": [10, 11, 187, 191, 196, 215, 228, 231], "qtabl": [15, 83, 85, 91, 170, 172], "quadrat": 191, "qualiti": 218, "quantiti": [4, 32, 117, 119, 133, 134, 135, 138, 142, 144, 145, 152, 161, 168, 170, 173, 178, 179, 181, 197, 201, 202, 214, 221], "queri": [53, 55], "query_yes_no": 57, "question": [57, 58], "quick": [217, 221], "quiver": 199, "r": [33, 102, 131, 169, 187, 213, 217, 228], "r0": [156, 217, 221, 227, 228], "r0_path": 228, "r0_to_dl1": [153, 154, 155], "r1": 61, "ra": [4, 14, 15, 188], "rad": [4, 100, 102, 136, 161], "rad_max": [26, 190, 229], "radial": [44, 100, 102], "radial_distribut": [38, 40], "radial_light_distribut": [38, 40], "radian": 165, "radiu": [47, 131], "rai": [131, 218, 221, 223], "rain": 227, "rais": [54, 143], "random": [33, 36, 142, 143, 148, 149, 150, 151, 165, 227, 228], "random_forest_disp_classifier_arg": 217, "random_forest_disp_regressor_arg": 217, "random_forest_energy_regressor_arg": 217, "random_forest_particle_classifier_arg": 217, "random_forest_weight_set": 217, "random_st": 217, "randomforestclassifi": [142, 151], "randomforestregressor": [142, 150], "rang": [21, 26, 45, 111, 169, 191, 197], "range_slid": 197, "rate": [73, 112, 125, 126, 218], "ratio": [133, 134, 135, 169], "raw": [217, 228], "raw_input": 58, "read": [51, 81, 83, 84, 85, 86, 87, 88, 89, 130, 184, 225, 228], "readabl": 228, "readthedoc": [189, 218, 222, 229], "real": [34, 35, 134, 135, 157, 170, 223, 228], "real_data": 144, "reason": 218, "recalcul": 217, "receiv": 223, "reco": [59, 60, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 188, 190, 224, 228, 229], "reco_disp_norm": 217, "reco_disp_sign": 217, "reco_energi": 204, "reco_energy_bin": 60, "reco_energy_max": [60, 217], "reco_energy_min": [60, 217], "reco_energy_n_bin": [60, 217], "recogn": 106, "recommend": [18, 218, 222], "recomput": 228, "reconstruct": [14, 18, 59, 100, 128, 131, 133, 135, 139, 142, 143, 150, 153, 154, 179, 206, 208, 209, 211, 212, 217, 224, 225, 228, 230], "record": [72, 218], "recurs": 90, "reduc": [186, 223, 227], "reduct": [184, 185, 227], "refer": [19, 25, 92, 222, 228, 231], "reg_disp": 150, "reg_disp_norm": [142, 143], "reg_disp_vector": [142, 143], "reg_energi": [142, 143, 150], "regard": 82, "regardless": 170, "region": [18, 59, 123, 124, 133, 134, 135], "regress": [146, 148, 149], "regressor": [148, 149, 150], "regular": [194, 228], "rel": [4, 218, 221], "relat": 221, "relative_time_mean": 4, "relative_time_stddev": 4, "releas": 192, "relev": [22, 89, 128, 188, 190, 229], "reliabl": 228, "remain": [11, 33], "remov": [31, 53, 91, 188, 228], "replac": [174, 175, 192, 220, 231], "repositori": [215, 218], "repres": 143, "reproduc": 218, "request": [143, 215, 218], "requir": [24, 27, 58, 60, 153, 188, 208, 215, 218], "rescal": 192, "resolut": [203, 204, 208], "resourc": [76, 218], "respect": [26, 59, 150], "respons": [107, 218], "rest": 4, "result": [59, 153, 191, 217, 223, 228, 230], "resum": 58, "retriev": [20, 21], "return": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 15, 21, 22, 23, 24, 25, 26, 27, 31, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 56, 57, 58, 62, 67, 68, 72, 73, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 87, 88, 89, 91, 94, 109, 110, 111, 112, 113, 114, 115, 116, 117, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 146, 147, 148, 149, 150, 151, 154, 155, 156, 157, 158, 159, 160, 161, 162, 164, 165, 166, 168, 169, 170, 171, 172, 173, 175, 176, 177, 178, 179, 180, 181, 182, 183, 185, 186, 194, 195, 196, 197, 198, 201, 203, 204, 205, 208, 210, 212, 213], "revis": 21, "rf": [102, 143, 150, 151, 227, 228], "right": 142, "ring": [38, 40, 41, 44, 46, 47, 102, 118, 131, 221, 223, 228], "ring_halfwidth": 131, "ring_radiu": 131, "ring_siz": 38, "ring_wobbl": 67, "ringrad_camcoord": 47, "ringrad_inn": 47, "ringrad_out": 47, "rm": 102, "rng": 33, "roc": 212, "root": [126, 231], "rotat": [100, 102, 194, 213], "row": [4, 8, 11, 91, 197], "rst": 215, "run": [7, 9, 10, 15, 73, 81, 89, 105, 108, 187, 188, 189, 190, 191, 196, 197, 202, 214, 215, 217, 218, 221, 223, 228, 231], "run01625": 228, "run01881": 228, "run02030": 228, "run10032": 218, "run14619": 221, "run1625": 228, "run2028": 228, "run2029": 228, "run_1": 189, "run_check": 66, "run_list": 191, "run_n": 189, "run_numb": [15, 228], "run_summary_fil": 187, "run_summary_path": [187, 228], "runsummari": 228, "runxxxxx": [223, 228], "safe": 11, "safe_load": 231, "same": [9, 10, 18, 21, 23, 34, 35, 59, 60, 66, 89, 132, 165, 169, 188, 189, 196, 197, 204, 212, 215, 217, 218, 221, 228, 229, 231], "sampl": [4, 32, 40, 143, 165, 218, 221], "sample_dur": 217, "sample_s": [214, 217], "sample_weight": 165, "sampled_event_id": 4, "save": [4, 5, 100, 101, 102, 103, 104, 105, 107, 108, 120, 143, 156, 188, 190, 203, 204, 218, 227, 228, 229], "save_figur": 118, "save_model": 143, "saved_model": 228, "scalar": 197, "scale": [10, 20, 60, 190, 197, 205, 228, 229], "scale_true_energi": [60, 190, 217, 229], "scan": 191, "scatter": 201, "scikit": [165, 210], "scipi": [25, 26], "script": [217, 218, 221, 223, 224], "search": [33, 188, 189, 229], "second": [10, 72, 133, 134, 135, 170, 196], "section": [222, 228, 231], "sed": [117, 121], "see": [23, 34, 94, 143, 192, 208, 217, 218, 221, 227, 228], "seed": 37, "sel_ev": 172, "select": [23, 26, 31, 46, 59, 91, 104, 143, 172, 186, 188, 189, 190, 191, 217, 229], "selected_gain_channel": 104, "selector": 2, "self": 32, "sen": 121, "sensit": [113, 116, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 228], "sensitivity_3darrai": 120, "separ": [14, 142, 143, 151, 188, 190, 206, 209, 211, 227, 228, 229], "sequenc": 81, "sequenti": 221, "server": [215, 228], "set": [30, 34, 35, 38, 58, 67, 142, 143, 151, 170, 185, 186, 187, 188, 189, 190, 191, 197, 228, 229], "set1": 205, "set_concentr": 102, "set_disp": 102, "set_geom_and_imag": 192, "set_leakag": 102, "set_n_island": 102, "set_source_camera_posit": 102, "set_telescope_info": 102, "set_timing_featur": 102, "setup": [30, 187, 188, 189, 190, 191, 218], "sever": [228, 231], "sh": [215, 218], "shape": [6, 11, 25, 111, 112, 165, 197, 198, 223], "shell": 218, "shift": 34, "should": [0, 1, 2, 3, 4, 33, 102, 111, 112, 143, 157, 162, 176, 187, 188, 189, 190, 191, 192, 217, 218, 220, 227, 228, 229], "show": [197, 228], "shower": [26, 34, 35, 38, 40, 61, 102, 143, 164, 173, 218], "showlog": 197, "shown": 197, "shtml": 173, "shuffl": [66, 94, 96, 98], "side": [183, 198], "sigma": [124, 217], "sign": [103, 132, 140, 142, 147, 162, 176], "signal": [38, 40, 100, 102, 123, 124, 133, 134, 135, 191, 205, 223], "signal_pixel": 31, "signal_rang": 191, "signed_skew": 217, "signed_time_gradi": 217, "signific": [26, 124, 205], "significance_calcul": [28, 29, 30], "significantli": 218, "sim_sp_idx": 112, "similar": 92, "similarli": 229, "simplex": [21, 188], "simpli": [102, 215], "simplifi": 218, "simtel": [34, 35, 73, 87, 98, 108, 158, 160, 218, 228], "simtel_corsika_theta_6": 218, "simtel_fil": 228, "simtel_filenam": [34, 35], "simtelarrai": [227, 228], "simteleventsourc": 187, "simu": [82, 88, 89], "simul": [34, 35, 40, 75, 82, 85, 102, 110, 112, 128, 130, 156, 217, 218, 223, 228], "simulatedeventsinfo": 85, "simulationconfigcontain": [68, 88, 89], "sin": [26, 102], "sin_az_tel": [102, 217], "sinc": 91, "singl": [21, 26, 47, 60, 81, 89, 106, 173, 197, 221, 228], "size": [40, 42, 102, 108, 118, 194], "size_outside_r": [38, 40], "skew": [4, 44, 102, 217], "skip": [187, 228], "sklearn": 142, "sky": [161, 170, 178, 179, 188, 218, 229], "sky_coord": 161, "sky_coordin": [178, 179, 181], "skycoord": [15, 161, 178, 179, 181], "slider": 197, "slow": 106, "slower": 92, "small": [33, 223], "smear": 36, "smearer": 36, "smooth": 59, "snippet": 216, "so": [27, 33, 59, 102, 157, 169, 215], "softrig": 106, "softwar": 218, "solid": 111, "some": [20, 36, 54, 85, 107, 163, 188, 189, 190, 221, 228, 229, 231], "someon": 215, "someth": 215, "soon": 192, "sourc": [14, 15, 18, 19, 49, 60, 77, 78, 83, 91, 98, 102, 138, 139, 144, 145, 153, 166, 168, 171, 177, 179, 182, 183, 188, 190, 201, 213, 218, 225, 227, 228, 229], "source_config": [217, 231], "source_dec": 188, "source_dep": [188, 190], "source_depend": 217, "source_nam": [15, 188], "source_offset_bin": 60, "source_offset_max": [60, 217], "source_offset_min": [60, 217], "source_offset_n_edg": [60, 217], "source_po": [14, 15, 19, 102], "source_pos_i": [138, 139, 177, 182, 201], "source_pos_x": [138, 139, 177, 182, 183, 201], "source_posit": [166, 213], "source_ra": 188, "sp_idx": 109, "space": [21, 23, 26, 188, 229], "spawn": [7, 228], "spe_loc": 217, "specif": [165, 197, 218], "specifi": [78, 84, 184, 189, 190, 204, 223], "spectra": [127, 221], "spectral": [109, 110, 111, 112, 127], "spectral_index": 110, "spectral_par": 127, "spectrum": [111, 112, 127, 190, 229], "sphinxopt": 215, "split": 143, "spot": 223, "spread": [100, 102, 223], "sqrt": 123, "squar": [114, 128, 131, 166, 191], "squared_error": 217, "squared_excess_noise_factor": [191, 217], "src": [90, 228], "src_file": 90, "src_r": 159, "src_r_max": 159, "src_r_min": 159, "src_x": [102, 136], "src_y": [102, 136], "srcdep": 78, "srcdep_po": 83, "srcdir": 228, "stack": [27, 79, 212], "stage": [228, 231], "standard": [0, 1, 2, 3, 4, 27, 50, 61, 142, 143, 146, 147, 148, 149, 150, 151, 155, 189, 191, 218, 223, 228, 229], "standard_dev": 44, "standard_lstchain_config": 218, "star": 4, "start": [9, 33, 187, 188, 189, 190, 191, 228], "static": 106, "statist": [11, 36, 165], "statu": 100, "std": [10, 196], "step": [215, 216, 218, 221, 228, 229], "stereo": [26, 106], "stop": 187, "store": [4, 15, 27, 38, 66, 94, 188, 189, 190, 195, 218, 221, 227, 228, 229, 231], "store_photoelectron": 73, "str": [4, 5, 7, 8, 9, 10, 12, 13, 15, 26, 27, 34, 51, 53, 54, 55, 56, 57, 58, 62, 71, 73, 74, 77, 78, 79, 88, 92, 94, 95, 96, 98, 100, 101, 102, 103, 104, 105, 107, 108, 156, 168, 185, 187, 188, 189, 190, 191, 203, 204], "strdict": [187, 188, 189, 190, 191], "stream": 30, "string": [8, 9, 10, 38, 67, 111, 112, 125, 126, 128, 133, 134, 135, 142, 143, 144, 169, 174, 175, 196, 197], "sub": [61, 189, 191, 228], "sub_run": 191, "subarrai": [0, 1, 3, 38, 61, 99, 102, 155, 184, 186], "subarraydescript": [38, 155], "submit": 215, "subrun": [4, 7, 9, 10, 11, 196, 218, 221, 223, 228], "subrun_index": 4, "subsampl": 221, "subset": 46, "subtract": 33, "success": 100, "sum": 89, "summar": 221, "summari": [4, 5, 32, 59, 60, 61, 100, 101, 102, 103, 104, 105, 106, 107, 108, 187, 188, 189, 190, 191, 192, 228, 231], "superse": [0, 1, 2, 3, 143], "supersed": 155, "suppress": 186, "sure": 163, "surround": 36, "surviv": [4, 118, 188, 229], "switch": 215, "system": [26, 158, 160, 161, 223], "systemat": [190, 208, 228, 229], "systematic_correction_fil": 228, "systematic_correction_path": [187, 217, 231], "systematics_fil": 187, "t": [33, 36, 131, 187, 213, 217, 227, 228], "t_df": 72, "t_eff": 170, "t_elaps": 170, "t_filenam": 84, "tabl": [4, 5, 8, 10, 11, 13, 15, 16, 17, 25, 59, 61, 62, 71, 79, 83, 85, 90, 91, 92, 94, 99, 100, 101, 102, 103, 104, 105, 107, 108, 153, 165, 169, 170, 172, 189, 196, 221, 223, 228, 229, 231], "table_path": [94, 153], "tablenam": 13, "tag": [42, 45, 81], "tai": 228, "tail": 41, "tailcut": [41, 155, 186, 217, 227], "tailcut_clean": 186, "tailcut_clean_with_pedestal_threshold": 231, "tailcuts_clean_with_pedestal_threshold": 217, "tailed": 102, "take": [24, 218, 221, 223, 228], "taken": [28, 29, 59, 61, 218, 229], "target": [21, 23, 25, 34, 35, 83, 125, 126, 127, 188], "target_params_ful": 23, "target_point": 25, "tcu": 228, "tcu_serv": 228, "tcut": 134, "team": 218, "tel": [171, 186, 190], "tel_dec": 4, "tel_id": [9, 12, 32, 38, 73, 101, 102, 104, 167, 198, 214, 217], "tel_index": 167, "tel_list": 167, "tel_po": 102, "tel_pos_i": 102, "tel_pos_x": 102, "tel_pos_z": 102, "tel_ra": 4, "telescop": [4, 9, 12, 19, 26, 32, 34, 35, 38, 43, 59, 101, 102, 104, 133, 134, 135, 153, 161, 165, 167, 168, 171, 173, 214, 223, 228, 231], "telescope_id": [102, 154, 155, 186], "telescopedescript": 171, "telescopefram": [41, 43], "templat": [25, 100], "temporari": 227, "term": [191, 218, 228], "test": [143, 192, 218, 228], "test_siz": 143, "tev": [60, 102], "than": [21, 59, 163, 212, 218, 220, 223, 231], "thei": [12, 26, 59, 206, 209, 211, 227, 229], "them": [7, 12, 173, 174, 197, 218, 221, 227, 228, 231], "theori": 92, "therefor": [148, 218], "theta": [14, 26, 59, 158, 166, 190, 217, 229], "theta0": 194, "theta2": [28, 29, 113, 114, 115, 118, 120, 121, 122, 124, 125, 126, 133, 134, 135, 166], "theta2_bin": [118, 122], "theta2_g": 118, "theta_contain": [59, 190, 217, 229], "theta_cut": 59, "thi": [4, 18, 21, 33, 34, 35, 59, 91, 94, 107, 125, 169, 173, 187, 188, 189, 190, 191, 192, 215, 217, 218, 221, 223, 227, 228, 229], "those": [34, 35, 218, 223, 228], "thr_low": [42, 45], "thr_up": [42, 45], "three": [12, 197, 228], "threshold": [31, 42, 45, 48, 59, 217], "throughput": 223, "thrown_events_hist1": 70, "thrown_events_hist2": 70, "throwneventshistogram": [70, 87], "thu": 59, "tib": [102, 228], "tib_tim": [4, 102], "time": [4, 15, 20, 32, 40, 72, 81, 100, 102, 125, 126, 133, 134, 135, 157, 161, 170, 172, 173, 178, 186, 190, 198, 217, 218, 221, 227, 228, 231], "time_calibr": 228, "time_calibration_fil": [187, 228], "time_cut_outli": 217, "time_gradi": [102, 217, 228], "time_mean": 4, "time_mean_above_030_p": 4, "time_sampling_correction_path": 217, "time_stddev": 4, "time_stddev_above_030_p": 4, "time_utc": [14, 19, 20], "timestamp": [81, 170, 228, 231], "timestamps_point": 217, "timewaveformfitt": 154, "ting": 40, "titl": [10, 192, 196, 197], "to_fil": 71, "todo": [102, 109, 110, 120, 148, 149], "togeth": [114, 228], "too": [59, 218, 221], "tool": [187, 188, 189, 190, 191, 217, 218, 224, 228], "top": 205, "tot_num_ev": 110, "total": [4, 15, 38, 40, 102, 110, 125, 126, 165, 223], "toward": 160, "train": [142, 143, 146, 147, 148, 149, 150, 151, 165, 218, 227, 228], "train_gamma_src_r_deg": 217, "trained_model": 228, "trainpip": 228, "trait": 191, "transform": [112, 127, 158, 160, 162, 167, 176, 178, 181, 227], "transform_waveform": 217, "transition_charg": 33, "transpar": 221, "triangul": 21, "trick": [18, 188, 229], "trigger": [4, 6, 11, 15, 61, 102, 106, 170, 218, 228], "trigger_id": 11, "trigger_nam": 11, "trigger_tim": 102, "trigger_typ": [4, 102, 106], "true": [9, 14, 21, 27, 34, 35, 58, 59, 60, 66, 94, 96, 98, 132, 143, 173, 175, 186, 187, 188, 189, 190, 192, 197, 206, 208, 209, 211, 217, 228, 229], "true_energy_bin": 60, "true_energy_max": [60, 217], "true_energy_min": [60, 217], "true_energy_n_bin": [60, 217], "true_hadro": [206, 209, 211], "try": [217, 228], "tune": [33, 228], "tuned_nsb_lstchain_config": 218, "tupl": [48, 110, 180], "turn": 167, "two": [30, 68, 70, 102, 132, 150, 197, 212], "txt": 195, "type": [4, 6, 11, 12, 67, 100, 102, 106, 128, 169, 228], "typic": [218, 221], "u": [161, 215], "uct": [4, 102, 106, 217, 228], "ucts_jump": 102, "ucts_t0_dragon": 228, "ucts_tim": [4, 102], "ucts_trigger_typ": [4, 102], "ui": 124, "uint16": 217, "un": [59, 167], "unalt": 33, "unbias": 33, "uncalibr": 217, "uncertain": 59, "uncertainti": [102, 190, 229], "under": 218, "unicod": [187, 188, 189, 190, 191], "unit": [4, 32, 60, 100, 102, 117, 119, 123, 124, 136, 138, 142, 161, 166, 168, 170, 173, 178, 179, 181, 201], "unix": 228, "unless": [165, 218], "unset": 218, "unus": 228, "up": [11, 187, 188, 189, 190, 191], "updat": [14, 38, 46, 59, 142, 143, 146, 147, 148, 149, 150, 151, 152, 192, 218, 221, 228], "update_fill_cut": 59, "update_with": 228, "upgrad": 220, "upper": [42, 45], "upstream": 220, "upward": 158, "url": 215, "us": [4, 10, 18, 19, 20, 21, 23, 24, 26, 27, 30, 32, 34, 35, 38, 40, 46, 59, 60, 61, 66, 73, 81, 92, 94, 95, 102, 123, 124, 126, 133, 134, 135, 143, 148, 149, 152, 154, 155, 157, 165, 169, 173, 174, 185, 187, 188, 190, 191, 196, 206, 209, 211, 215, 217, 218, 223, 227, 228, 229], "usag": [218, 230], "use_flatfield_heurist": 187, "use_nearest_irf_nod": [21, 188], "use_notebook": 192, "use_only_main_island": 217, "use_same_disp_sign": 59, "used_trigger_tag": 8, "user": [53, 55, 58, 59], "usual": 59, "utc": 20, "util": [157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183], "v": [4, 197], "v0": 222, "valid": [143, 170, 191, 228], "valu": [10, 11, 14, 20, 21, 22, 23, 24, 25, 26, 27, 42, 45, 59, 60, 61, 62, 91, 102, 118, 164, 166, 173, 174, 175, 186, 188, 189, 190, 191, 196, 197, 205, 218, 223, 228, 229], "value_trait": 191, "valueerror": 143, "var": [167, 191], "varianc": [35, 191], "variou": [4, 221, 222], "vector": [103, 140, 142, 148, 182, 199], "verbos": 30, "verifi": 73, "version": [73, 81, 107, 191, 192, 216, 218, 220, 221], "vertic": 194, "via": [58, 228], "view": [44, 75, 218], "viewcon": 67, "virtual_env": 218, "visit": 215, "visual": [192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 224], "vitabl": 231, "volum": [184, 185, 186, 227], "volume_reduc": [184, 185, 186, 217], "w": [33, 127, 131, 213, 215], "w_param": 112, "w_sp_idx": 112, "wa": 42, "wai": [27, 102], "want": [34, 35, 59, 190, 218, 223, 229], "warm_start": 217, "warn": [73, 228], "waveform": [32, 35, 184, 217, 227], "waveform_dtyp": 217, "waveform_nsb_tun": 217, "waveform_offset": 217, "waveform_scal": 217, "waveformcalibrationcontain": 202, "we": [6, 9, 21, 26, 33, 34, 35, 59, 61, 121, 124, 173, 197, 223], "web": [221, 228], "weight": [111, 127, 165], "weight_per_point": 165, "well": [89, 218], "were": [120, 218], "westward": 173, "what": 183, "whatev": [197, 228], "when": [4, 5, 18, 26, 91, 94, 100, 101, 102, 103, 104, 105, 107, 108, 162, 187, 188, 189, 190, 220, 223, 228, 229], "whenev": 175, "where": [7, 11, 21, 59, 143, 197, 221, 223, 228], "whether": [22, 38, 40, 42, 45, 94, 170], "which": [4, 8, 10, 13, 25, 27, 32, 34, 35, 36, 59, 61, 170, 196, 197, 218, 221, 228], "whole": [59, 221, 228], "whose": 27, "width": [4, 10, 13, 100, 102, 131, 167, 169, 197, 217, 223], "width_uncertainti": 102, "window": 33, "window_shift": 217, "window_width": 217, "wise": [4, 6, 10, 34, 35, 165, 196, 197, 218, 221, 228], "wish": 59, "within": [4, 131, 218], "without": [90, 188, 189, 190, 228], "wl": [102, 217, 228], "wobbl": [29, 75], "wobble_angl": 78, "wobbleregionsfind": 18, "work": [89, 221], "workaround": 220, "workflow": [143, 215, 216, 217], "worri": 218, "would": 33, "wrapper": [25, 224], "writabl": 71, "write": [13, 16, 17, 90, 94, 95, 96, 97, 98, 99, 153, 156, 191, 217, 223, 225, 227, 228], "write_imag": 217, "write_interleaved_ev": 217, "write_paramet": 217, "write_pe_imag": 217, "write_waveform": 217, "writer": [93, 99], "written": [7, 94, 95, 188, 190, 197, 228, 229], "www": 173, "x": [41, 43, 44, 100, 102, 103, 138, 139, 160, 161, 162, 166, 168, 171, 175, 177, 178, 181, 182, 183, 194, 205, 213, 217], "x_cut": 205, "x_label": 205, "x_range_max": 205, "x_range_min": 205, "xmax": 102, "xxxxx": 223, "y": [41, 43, 44, 100, 102, 103, 110, 138, 139, 160, 161, 162, 166, 168, 171, 175, 177, 178, 181, 182, 191, 194, 213, 217], "yaml": 231, "ye": 58, "you": [190, 191, 215, 217, 218, 223, 229, 231], "your": [215, 218], "yyyi": [223, 228], "yyyymmdd": 228, "z": [10, 102, 158, 166, 197], "zen": 173, "zenith": [26, 163, 173], "zero": 186, "zero_suppression_tailcut_dil": 227, "zfit": 217, "zhigh": 192, "zlow": 192, "zodiac": 218, "zstd": [66, 94, 96, 98]}, "titles": ["load_calibrator_from_config", "load_calibrator_from_config", "load_gain_selector_from_config", "load_image_extractor_from_config", "DL1DataCheckContainer", "DL1DataCheckHistogramBins", "count_trig_types", "check_dl1", "merge_dl1datacheck_files", "plot_datacheck", "plot_mean_and_stddev", "plot_trigger_types", "process_dl1_file", "write_error_page", "add_icrs_position_params", "create_event_list", "create_hdu_index_hdu", "create_obs_index_hdu", "fill_reco_altaz_w_expected_pos", "get_pointing_params", "get_timing_params", "check_in_delaunay_triangle", "compare_irfs", "get_nearest_az_node", "interp_params", "interpolate_cuts", "interpolate_irf", "load_irf_grid", "analyze_on_off", "analyze_wobble", "setup_logging", "apply_dynamic_cleaning", "WaveformNsbTunner", "add_noise_in_pixels", "calculate_noise_parameters", "calculate_required_additional_nsb", "random_psf_smearer", "set_numba_seed", "analyze_muon_event", "create_muon_table", "fill_muon_event", "fit_muon", "muon_filter", "pixel_coords_to_telescope", "radial_light_distribution", "tag_pix_thr", "update_parameters", "plot_muon_event", "get_cleaning_parameters", "get_srcdep_config", "get_standard_config", "read_configuration_file", "replace_config", "check_and_make_dir", "check_data_path", "check_job_logs", "get_input_filelist", "query_continue", "query_yes_no", "DL3Cuts", "DataBinning", "EventSelector", "add_column_table", "add_config_metadata", "add_global_metadata", "add_source_filenames", "auto_merge_h5files", "check_mc_type", "check_mcheader", "check_metadata", "check_thrown_events_histogram", "copy_h5_nodes", "extract_observation_time", "extract_simulation_nsb", "get_dataset_keys", "get_mc_fov_offset", "get_resource_path", "get_srcdep_assumed_positions", "get_srcdep_params", "get_stacked_table", "global_metadata", "merge_dl2_runs", "merging_check", "read_data_dl2_to_QTable", "read_dl2_params", "read_mc_dl2_to_QTable", "read_metadata", "read_simtel_energy_histogram", "read_simu_info_hdf5", "read_simu_info_merged_hdf5", "recursive_copy_node", "remove_duplicated_events", "stack_tables_h5files", "write_calibration_data", "write_dataframe", "write_dl2_dataframe", "write_mcheader", "write_metadata", "write_simtel_energy_histogram", "write_subarray_tables", "DL1LikelihoodParametersContainer", "DL1MonitoringEventIndexContainer", "DL1ParametersContainer", "DispContainer", "ExtraImageInfo", "ExtraMCInfo", "LSTEventType", "MetaData", "ThrownEventsHistogram", "int_diff_sp", "power_law_integrated_distribution", "rate", "weight", "fill_bin_content", "format_axes_array", "format_axes_ebin", "format_axes_sensitivity", "plot_Crab_SED", "plot_positions_survived_events", "plot_sensitivity", "sensitivity_minimization_plot", "sensitivity_plot_comparison", "bin_definition", "calculate_sensitivity", "calculate_sensitivity_lima", "diff_events_after_cut", "find_cut", "get_weights", "process_mc", "process_real", "read_sim_par", "ring_containment", "samesign", "sensitivity_gamma_efficiency", "sensitivity_gamma_efficiency_real_data", "sensitivity_gamma_efficiency_real_protons", "disp", "disp_parameters", "disp_parameters_event", "disp_to_pos", "disp_vector", "miss", "apply_models", "build_models", "get_expected_source_pos", "get_source_dependent_parameters", "train_disp_norm", "train_disp_sign", "train_disp_vector", "train_energy", "train_reco", "train_sep", "update_disp_with_effective_focal_length", "add_disp_to_parameters_table", "apply_lh_fit", "get_dl1", "r0_to_dl1", "add_delta_t_key", "alt_to_theta", "apply_src_r_cut", "az_to_phi", "camera_to_altaz", "cartesian_to_polar", "clip_alt", "compute_alpha", "compute_rf_event_weights", "compute_theta2", "expand_tel_list", "extract_source_position", "filter_events", "get_effective_time", "get_event_pos_in_camera", "get_events_in_GTI", "get_geomagnetic_delta", "impute_pointing", "linear_imputer", "polar_to_cartesian", "predict_source_position_in_camera", "radec_to_camera", "reco_source_position_sky", "rotate", "sky_to_camera", "source_dx_dy", "source_side", "apply_volume_reduction", "get_volume_reduction_method", "zero_suppression_tailcut_dilation", "CalibrationHDF5Writer", "DataReductionFITSWriter", "FITSIndexWriter", "IRFFITSWriter", "FitIntensityScan", "CameraDisplay", "_generate_bokeh_multi_polygon_arrays", "_generate_polygon_vertices", "get_pixel_location", "plot_mean_and_stddev_bokeh", "show_camera", "display_dl1_event", "overlay_disp_vector", "overlay_hillas_major_axis", "overlay_source", "plot_calibration_results", "direction_results", "energy_results", "plot_1d_excess", "plot_disp", "plot_disp_vector", "plot_energy_resolution", "plot_features", "plot_importances", "plot_pos", "plot_roc_gamma", "plot_wobble", "plot_pedestals", "How to Contribute", "Repository for LST analysis software (cta-lstchain)", "Introduction", "LST-1 data analysis workflow", "Calibration (calib)", "Compatibility Wrappers for ctapipe (ctapipe_compat)", "Datachecks (datachecks)", "High Level Analysis (high_level)", "Image (image)", "API Docs", "Input/Output (io)", "MonteCarlo (mc)", "Reconstruction (reco)", "Command line Scripts (scripts)", "Command line Tools (tools)", "Visualization (visualization)", "Code snippets"], "titleterms": {"1": 218, "_generate_bokeh_multi_polygon_arrai": 193, "_generate_polygon_vertic": 194, "add_column_t": 62, "add_config_metadata": 63, "add_delta_t_kei": 157, "add_disp_to_parameters_t": 153, "add_global_metadata": 64, "add_icrs_position_param": 14, "add_noise_in_pixel": 33, "add_source_filenam": 65, "alt_to_theta": 158, "analysi": [216, 217, 218, 222, 223], "analyze_muon_ev": 38, "analyze_on_off": 28, "analyze_wobbl": 29, "api": [216, 219, 220, 221, 223, 224, 225, 226, 227, 229, 230], "apply_dynamic_clean": 31, "apply_lh_fit": 154, "apply_model": 142, "apply_src_r_cut": 159, "apply_volume_reduct": 184, "argument": 228, "auto_merge_h5fil": 66, "auxiliari": 231, "az_to_phi": 160, "bin_definit": 122, "bokeh": 230, "build": 215, "build_model": 143, "calculate_noise_paramet": 34, "calculate_required_additional_nsb": 35, "calculate_sensit": 123, "calculate_sensitivity_lima": 124, "calib": 219, "calibr": [219, 231], "calibrationhdf5writ": 187, "camera": [219, 230], "camera_to_altaz": 161, "cameradisplai": 192, "cartesian_to_polar": 162, "check": 221, "check_and_make_dir": 53, "check_data_path": 54, "check_dl1": 7, "check_in_delaunay_triangl": 21, "check_job_log": 55, "check_mc_typ": 67, "check_mchead": 68, "check_metadata": 69, "check_thrown_events_histogram": 70, "class": [221, 223, 225, 229, 230], "clean": 223, "clip_alt": 163, "code": 231, "command": [228, 229], "compare_irf": 22, "compat": 220, "compute_alpha": 164, "compute_rf_event_weight": 165, "compute_theta2": 166, "config": [218, 225], "configur": [217, 218, 231], "contain": 221, "contribut": 215, "copy_h5_nod": 71, "count_trig_typ": 6, "create_event_list": 15, "create_hdu_index_hdu": 16, "create_muon_t": 39, "create_obs_index_hdu": 17, "creation": 217, "cta": 216, "ctapip": 220, "ctapipe_compat": 220, "data": [217, 218, 221], "data_manag": 225, "databin": 60, "datacheck": 221, "datareductionfitswrit": 188, "depend": 217, "diff_events_after_cut": 125, "direction_result": 203, "disp": [136, 227], "disp_paramet": 137, "disp_parameters_ev": 138, "disp_to_po": 139, "disp_vector": 140, "dispcontain": 103, "display_dl1_ev": 198, "dl1": [217, 218, 221], "dl1_checker": 221, "dl1_to_dl2": 227, "dl1a": 217, "dl1b": 217, "dl1datacheckcontain": 4, "dl1datacheckhistogrambin": 5, "dl1likelihoodparameterscontain": 100, "dl1monitoringeventindexcontain": 101, "dl1parameterscontain": 102, "dl2": 217, "dl3": [217, 218], "dl3cut": 59, "doc": 224, "document": [215, 216], "energy_result": 204, "environ": 218, "event": 217, "event_select": 225, "eventselector": 61, "expand_tel_list": 167, "extract_observation_tim": 72, "extract_simulation_nsb": 73, "extract_source_posit": 168, "extraimageinfo": 104, "extramcinfo": 105, "file": [217, 218, 221, 231], "fill_bin_cont": 113, "fill_muon_ev": 40, "fill_reco_altaz_w_expected_po": 18, "filter_ev": 169, "find_cut": 126, "fit_muon": 41, "fitintensityscan": 191, "fitsindexwrit": 189, "format_axes_arrai": 114, "format_axes_ebin": 115, "format_axes_sensit": 116, "function": [219, 221, 222, 223, 225, 226, 227, 230], "get_cleaning_paramet": 48, "get_dataset_kei": 74, "get_dl1": 155, "get_effective_tim": 170, "get_event_pos_in_camera": 171, "get_events_in_gti": 172, "get_expected_source_po": 144, "get_geomagnetic_delta": 173, "get_input_filelist": 56, "get_mc_fov_offset": 75, "get_nearest_az_nod": 23, "get_pixel_loc": 195, "get_pointing_param": 19, "get_resource_path": 76, "get_source_dependent_paramet": 145, "get_srcdep_assumed_posit": 77, "get_srcdep_config": 49, "get_srcdep_param": 78, "get_stacked_t": 79, "get_standard_config": 50, "get_timing_param": 20, "get_volume_reduction_method": 185, "get_weight": 127, "global_metadata": 80, "good": 221, "hdu_tabl": 222, "high": 222, "high_level": 222, "how": 215, "imag": 223, "impute_point": 174, "input": 225, "int_diff_sp": 109, "interp_param": 24, "interpol": 222, "interpolate_cut": 25, "interpolate_irf": 26, "introduct": [217, 219, 221, 222, 223, 225, 226, 227, 229, 230], "io": 225, "irf": [217, 218], "irffitswrit": 190, "keep": 218, "level": [217, 222], "line": [228, 229], "linear_imput": 175, "list": 217, "load_calibrator_from_config": [0, 1], "load_gain_selector_from_config": 2, "load_image_extractor_from_config": 3, "load_irf_grid": 27, "local": 215, "lst": [216, 218], "lstchain": [216, 218, 219, 220, 221, 222, 223, 225, 226, 227, 229, 230, 231], "lstchain_check_dl1": 228, "lstchain_create_calibration_fil": 229, "lstchain_create_dl3_fil": 229, "lstchain_create_dl3_index_fil": 229, "lstchain_create_irf_fil": 229, "lstchain_create_run_summari": 228, "lstchain_data_create_time_calibration_fil": 228, "lstchain_data_r0_to_dl1": 228, "lstchain_dl1_muon_analysi": 228, "lstchain_dl1_to_dl2": 228, "lstchain_dl1ab": 228, "lstchain_dump_config": 228, "lstchain_find_pedest": 228, "lstchain_fit_intensity_scan": 229, "lstchain_longterm_dl1_check": 228, "lstchain_mc_r0_to_dl1": 228, "lstchain_mc_r0_to_dl2": 228, "lstchain_mc_rfperform": 228, "lstchain_mc_sensit": 228, "lstchain_mc_trainpip": 228, "lstchain_merge_hdf5_fil": 228, "lstchain_merge_muon_fil": 228, "lstchain_tune_nsb": 228, "lstcontain": 225, "lsteventtyp": 106, "lstmcpipe": 218, "lstosa": 218, "mc": [217, 218, 226], "merge_dl1datacheck_fil": 8, "merge_dl2_run": 81, "merging_check": 82, "metadata": 107, "miss": 141, "model": 218, "modifi": 223, "modul": [220, 221, 222, 223, 225, 226, 227, 229, 230], "montecarlo": 226, "muon": 223, "muon_analysi": 223, "muon_filt": 42, "name": 228, "output": 225, "overlay_disp_vector": 199, "overlay_hillas_major_axi": 200, "overlay_sourc": 201, "overview": 216, "packag": [219, 223], "paramet": 231, "pipelin": 218, "pixel_coords_to_telescop": 43, "plot_1d_excess": 205, "plot_calib": 230, "plot_calibration_result": 202, "plot_crab_s": 117, "plot_datacheck": 9, "plot_disp": 206, "plot_disp_vector": 207, "plot_dl2": 230, "plot_drs4": 230, "plot_energy_resolut": 208, "plot_featur": 209, "plot_import": 210, "plot_mean_and_stddev": 10, "plot_mean_and_stddev_bokeh": 196, "plot_muon": 223, "plot_muon_ev": 47, "plot_pedest": 214, "plot_po": 211, "plot_positions_survived_ev": 118, "plot_roc_gamma": 212, "plot_sensit": 119, "plot_trigger_typ": 11, "plot_util": 226, "plot_wobbl": 213, "polar_to_cartesian": 176, "posit": 228, "post": 217, "power_law_integrated_distribut": 110, "predict_source_position_in_camera": 177, "print": 231, "process_dl1_fil": 12, "process_mc": 128, "process_r": 129, "produc": 231, "qualiti": 221, "query_continu": 57, "query_yes_no": 58, "r0_to_dl1": [156, 227], "r1": 217, "radec_to_camera": 178, "radial_light_distribut": 44, "random_psf_smear": 36, "rate": 111, "read_configuration_fil": 51, "read_data_dl2_to_qt": 83, "read_dl2_param": 84, "read_mc_dl2_to_qt": 85, "read_metadata": 86, "read_sim_par": 130, "read_simtel_energy_histogram": 87, "read_simu_info_hdf5": 88, "read_simu_info_merged_hdf5": 89, "real": [217, 218], "reco": 227, "reco_source_position_ski": 179, "reconstruct": 227, "recursive_copy_nod": 90, "refer": [219, 220, 221, 223, 225, 226, 227, 229, 230], "remove_duplicated_ev": 91, "replace_config": 52, "repositori": 216, "requir": 228, "rf": 218, "ring_contain": 131, "rotat": 180, "samesign": 132, "script": [228, 231], "select": [218, 221], "sensit": 226, "sensitivity_gamma_effici": 133, "sensitivity_gamma_efficiency_real_data": 134, "sensitivity_gamma_efficiency_real_proton": 135, "sensitivity_minimization_plot": 120, "sensitivity_plot_comparison": 121, "set_numba_se": 37, "setup_log": 30, "show_camera": 197, "significance_calcul": 222, "sky_to_camera": 181, "snippet": 231, "softwar": 216, "source_dx_di": 182, "source_sid": 183, "stack_tables_h5fil": 92, "step": 217, "tag_pix_thr": 45, "test": 215, "throwneventshistogram": 108, "tool": [229, 231], "track": 218, "train_disp_norm": 146, "train_disp_sign": 147, "train_disp_vector": 148, "train_energi": 149, "train_reco": 150, "train_sep": 151, "tune": 218, "unit": 215, "update_disp_with_effective_focal_length": 152, "update_paramet": 46, "us": [221, 231], "usag": [227, 228], "util": 227, "version": 231, "visual": 230, "volume_reduc": 227, "waveformnsbtunn": 32, "weight": 112, "workflow": 218, "wrapper": 220, "write_calibration_data": 93, "write_datafram": 94, "write_dl2_datafram": 95, "write_error_pag": 13, "write_mchead": 96, "write_metadata": 97, "write_simtel_energy_histogram": 98, "write_subarray_t": 99, "zero_suppression_tailcut_dil": 186}}) \ No newline at end of file diff --git a/snippets.html b/snippets.html index 952319d7ab..e64b51ab64 100644 --- a/snippets.html +++ b/snippets.html @@ -4,7 +4,7 @@ - Code snippets — lstchain 0.10.12.dev123+g21d8f7eb documentation + Code snippets — lstchain 0.10.12.dev130+ga3da2c0c documentation @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ lstchain
    - 0.10.12.dev123+g21d8f7eb + 0.10.12.dev130+ga3da2c0c
    Built with Sphinx using a