# NTC_Table **Repository Path**: Hemingway2003/ntc_table ## Basic Information - **Project Name**: NTC_Table - **Description**: NTC table calibration - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-01-17 - **Last Updated**: 2023-10-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NTC_Table #### Introduction NTC table calibration, based on known NTC-temperature relationship and calibrate this relationship. #### How to install Under termination, input: ``` python -m pip install -r .\requirements.txt ``` or ``` python3 -m pip install -r .\requirements.txt ``` - You might need to chose a mirror source like `https://pypi.mirrors.ustc.edu.cn/simple/` to install `matplotlib` ``` python -m pip install -i https://pypi.mirrors.ustc.edu.cn/simple/ matplotlib ``` or ``` python3 -m pip install -i https://pypi.mirrors.ustc.edu.cn/simple/ matplotlib ``` #### How to use 1. Create an Excel file, this file must have a sheet called `temp_tab` 1. In `temp_tab` sheet, 2. xxxx 3. xxxx