- install Python 3.9.2
- install all module
pip install -r requirements.txt
Prepare 2 .csv files
data_test.csv with columns:
- TIMESTAMP: "%Y-%m-%d %H:%M:%S"
- GHI_test: float
- DHI_test: float
data_ref.csv with columns:
- TIMESTAMP: "%Y-%m-%d %H:%M:%S"
- GHI_ref: float
- DHI_ref: float
- Temp: float
move them into "data" folder
Run calibration.py in terminal
python calibration_spn1.py
Find the plots and the calibration certificate in output folder