How can fit the data on temperature/thermal profile?
I have a dataset consisting of a certain temperature profile and I wanna fit or map the measurement points on temperature profile which is following: Dwell-time: 30 mins Ramp-time: 1 min Number of periods: 1000 cycles Measure points period: 16 mins Measure points can be happened in either in high regim +150 or low regim -40 Note: The T0 (initial time) is not clear so time reference is not clear eg. T0=0 . I already fetched the data in Pandas DataFrame: import numpy as np import pandas as pd from scipy.optimize import curve_fit df = pd.read_csv('D:\SOF.csv', header=None) data = {'A': A[:,0], 'B