Suite of Funz commands ``fz*`:
fzc: compile input files (almost likeFunz CompileInput ...). Output files keep the same extension as the source (e.g.sample.pij->sample_X=1.pij). A filegenerated_files.csvlists, for each generated dataset, the directorypathand thefilename along with the scenario variable values for easier inspection. File names can be customized with thefilename_templateoption ofCompileInput. Example: CompileInput(..., filename_template="{prefix}_R{r0:.0f}{ext}")fzp: parse output files (almost likeFunz ParseResults ...)fzr: run input files (almost likeFunz Run ...)fzd: apply design/algorithm on command (almost likeFunz Design ...)fzrd: apply algorithm and run (almost likeFunz RunDesign ...)