_print_tac_to_screen#
- petpal.cli.cli_tac_interpolation._print_tac_to_screen(tac_times: numpy.ndarray, tac_values: numpy.ndarray)#
Prints the Time-Activity Curve (TAC) times and values to the console.
This function takes as input two numpy arrays, one with the TAC times and the other with the TAC values, and prints them to the console in a formatted manner. The format is ‘%.6e %.6e’.
- Parameters:
tac_times (np.ndarray) – A numpy array containing the TAC times.
tac_values (np.ndarray) – A numpy array containing the TAC values.