lstchain
Overview
Introduction
Data levels
Analysis steps
LST-1 data analysis workflow
How to Contribute
Code snippets
API Documentation
API Docs
Calibration (
calib
)
Datachecks (
datachecks
)
High Level Analysis (
high_level
)
Image (
image
)
Input/Output (
io
)
Introduction
Reference/API
lstchain.io.config Module
lstchain.io.data_management Module
lstchain.io.event_selection Module
lstchain.io.io Module
lstchain.io.lstcontainers Module
MonteCarlo (
mc
)
Reconstruction (
reco
)
Command line Scripts (
scripts
)
Command line Tools (
tools
)
Visualization (
visualization
)
Compatibility Wrappers for ctapipe (
ctapipe_compat
)
lstchain
API Docs
Input/Output (
io
)
replace_config
View page source
replace_config
lstchain.io.config.
replace_config
(
base_config
,
new_config
)
Return a copy of the base_config with new configuration from new_config
Parameters
:
base_config: dict
new_config: dict
Returns
:
dict