Add logs
-
Add logger functionality and add logging as a first step to all pages and log
session_state
on every update. -
Update the tree structure to:
.
├── Calephant_overview.py
├── config
│ ├── calibration-client-secrets-test.json
│ ├── config.json
│ └── __init__.py
├── descriptions
│ └── AGIPD-Type
│ ├── Offset.md
│ └── ThresholdsDark.md
├── excessive_geom.py
├── glossary.md
├── logo-european-xfel.jpg
├── pages
│ ├── 1_CalCat_Explorer.py
│ ├── 2_Constant_Timeline.py
│ ├── 3_Simple_Constant_View.py
│ ├── 4_Compare_Maps.py
│ ├── 5_BadPixels_Trends.py
│ ├── 6_Assembled_Constant_Preview.py
│ ├── 7_Side_by_Side.py
│ ├── 8_Calibration_Trends.py
│ └── settings.py
├── README.md
├── requirements.txt
├── utils
│ ├── calcat_bits.py
│ ├── cal_enums.py
│ ├── cal_plots.py
│ ├── __init__.py
│ ├── logger.py
│ ├── perfmetrics.py
│ └── utils.py
└── widgets
├── custom_widgets.py
├── __init__.py
Edited by Karim Ahmed