Installing LeakageLibΒΆ
To install LeakageLib, clone this repository and install it with pip:
git clone https://github.com/jtdinsmore/leakagelib.git
cd leakagelib
python -m pip install -e .
(optional) To make loading data more convenient, change the DATA_DIRECTORIES variable in src/settings.py to point to the directory where you store your IXPE data files. You can list multiple directories. Alternatively, you can use the :meth:`IXPEData.load_all_detectors_with_path` function in the script to load all your data files, and provide the directory as an argument each time.