finesse_virgo.utils.copy_input_file

finesse_virgo.utils.copy_input_file(filename='virgo_f3.kat', overwrite=False, dest_dir=None, input_file='00_virgo_common_file.kat')[source]

Utility function to copy the common file to the current working directory.

Parameters:
filenameStr (optional)

Destination filename. Defaults to ‘virgo_f3.kat’.

overwritebool (optional)

Flag required to be true if the file already exists.

dest_dirStr (optional)

Directory into which to save the file. TODO: could be provided with filename by adding additional logic