Handling of Tc

Right now the evaluation of Tc is arbitrary, and so are the query of the df

df_filtered = df.query("Temp >= @Tc_guess * 0.1 and Temp <= 9").reset_index(drop=True)

  • Get Tc from the data
  • Propagate it and define the costraint for the query and the fits