ooragan.PPMSAnalysis.find_Tc#
- PPMSAnalysis.find_Tc(trim_index: tuple[int] | None = None, method: str = '50', print_out: bool = True, save_to_file: bool = False) dict[source]#
Finds the critical temperature using specified method.
- Parameters:
- trim_indextuple of int, optional
Indices at which to trim the data. Defaults to
None.- methodstr, optional
Method of finding the critical temperature. Can be one of {“10”, “50”, “90”, “maxgrad”}. Defaults to
"50".- print_outbool, optional
If
True, prints the results in a table. Defaults toTrue.- save_to_filebool, optional
If
True, saves the result in a txt file. Defaults toFalse.