setup_fluxlim - Fluxlimit setup routines

Fluxlimit routine

Contains python translation of Karl Gebhardt

exception vdrp.setup_fluxlim.NoShotsException[source]

Bases: exceptions.Exception

vdrp.setup_fluxlim.getDefaults()[source]
vdrp.setup_fluxlim.parseArgs(argv)[source]

Parses configuration file and command line arguments. Command line arguments overwrite configuration file settiongs which in turn overwrite default values.

Args:
args (argparse.Namespace): Return the populated namespace.
vdrp.setup_fluxlim.setup_fluxlim(args, rargs)[source]

This is equivalent to the rflim0 and rsetfl scripts.

Determine the input values for the flux limit calculation, create the input file, create the slurm file using the jobsplitter and launch it using sbatch

vdrp.setup_fluxlim.setup_fluxlim_entrypoint()[source]

Entrypoint to run the flux limit calculation for one night / shot combination