setup_reduction#
Bases:
TUIMenu
Set up the sample data reduction by specifying all relevant options and setting parameters as desired.
Methods:
all_variables_number_of_bins
(*args, **kwargs)Set the number of bins to be used for ALL variables in the data reduction.
list_settings
(*args, **kwargs)List all user inputs for the sample picked for data reduction.
logarithmic
(*args, **kwargs)Switch on or off logarithmic scaling to be used for a specific variable in the data reduction.
make_steady_from_unsteady_file
(*args, **kwargs)Specify whether the unsteady sample is to be reduced into a steady-state injection file.
maximum
(*args, **kwargs)Set the maximum value of the range to be considered for a specific variable in the data reduction.
minimum
(*args, **kwargs)Set the minimum value of the range to be considered for a specific variable in the data reduction.
number_of_bins
(*args, **kwargs)Set the number of bins to be used for a specific variable in the data reduction.
reset_min_and_max
(*args, **kwargs)Reset the min and max values of the range to be considered for a specific variable in the data reduction.
use_weighting
(*args, **kwargs)Specify whether to use any weighting in the averaging that is done in each bin in the data reduction.
weighting_variable
(*args, **kwargs)Choose the weighting variable for the averaging in each bin in the data reduction.
Set the number of bins to be used for ALL variables in the data reduction.
List all user inputs for the sample picked for data reduction.
Switch on or off logarithmic scaling to be used for a specific variable in the data reduction.
Specify whether the unsteady sample is to be reduced into a steady-state injection file.
Set the maximum value of the range to be considered for a specific variable in the data reduction.
Set the minimum value of the range to be considered for a specific variable in the data reduction.
Set the number of bins to be used for a specific variable in the data reduction.
Reset the min and max values of the range to be considered for a specific variable in the data reduction.
Specify whether to use any weighting in the averaging that is done in each bin in the data reduction.
Choose the weighting variable for the averaging in each bin in the data reduction.