Skip to contents

This function arranges and writes a calibration.cal file based on the provided parameter table.

Usage

write_cal_file(par, write_path = NULL, i_run = 1)

Arguments

par

A data frame containing parameter information.

write_path

(optional) The path where the calibration file will be written. Default write_path = NULL, the current working directory will be used.

i_run

(optional) An integer specifying the run number. Default i_run = 1.

Value

None, but write out calibration.cal file

Examples

if (FALSE) {
# Example usage:
write_cal_file(my_parameter_table, "path/to/write", 1)
}