parser.add_argument("--input_scaling",type=float,default=1,dest="input_scaling",help="If input scaling is applied, apply the INVERSE scaling before comparison")
parser.add_argument("--scalefac",type=float,default=1,dest="scalefac",help="Scale factor to be applied before comparing the output. Useful when input scaling has been applied.")