Execution Time0.01s

Test: stackBlurParm (Passed)
Build: teem-SVN-Linux-3.10.0-123.el7.x86_64-x86_64 (ip-172-31-44-204.ec2.internal) on 2022-12-09 00:01:41
Repository revision: 6481


Show Command Line
Display graphs:

Test output
parseFailOrDie("0-8"): did get error: [gage] gageStackBlurParmParse: didn't get 3 or 4 "-"-separated tokens in "0-8"
parseFailOrDie("0-8-joe"): did get error: [gage] gageStackBlurParmParse: couldn't parse "joe" as max scale
parseFailOrDie("0-n-8.3"): did get error: [gage] gageStackBlurParmParse: couldn't parse "n" as # scale samples
parseFailOrDie("0-n-8.3-r"): did get error: [gage] gageStackBlurParmParse: couldn't parse "n" as # scale samples
parseFailOrDie("0-4-8.3-uo"): did get error: [gage] gageStackBlurParmParse: can't have both optimal ('o') and uniform ('u') flags set in "uo"
parseFailOrDie("0-4-8.3-u+4"): did get error: [gage] gageStackBlurParmParse: sorry, can no longer indicate a derivative normalization bias via '+' in "+4" in flags "u+4"; use "dnbias=" parm instead
parseFailOrDie("0-4-8.3-u/k=bingo"): did get error: [gage] gageStackBlurParmParse: couldn't parse "bingo" as blurring kernel
[gage] [nrrd] nrrdKernelSpecParse:
[gage] [nrrd] nrrdKernelParse: kernel "bingo" not recognized
parseFailOrDie("0-4-8.3-u/k=dg:1,5/b=bingo"): did get error: [gage] gageStackBlurParmParse: couldn't parse "bingo" as boundary
[gage] [nrrd] nrrdBoundarySpecParse: couldn't parse bingo as a boundary behavior
parseFailOrDie("0-4-8.3-u/k=dg:1,5/b=pad:joe"): did get error: [gage] gageStackBlurParmParse: couldn't parse "pad:joe" as boundary
[gage] [nrrd] nrrdBoundarySpecParse: couldn't parse "joe" as double
parseFailOrDie("0-4-8.3-u/k=dg:1,5/b=pad:0/v=n"): did get error: [gage] gageStackBlurParmParse: couldn't parse "n" as verbose int
parseFailOrDie("0-4-8.3-u/k=dg:1,5/b=pad:0/v=1/s=optiL2"): did get error: [gage] gageStackBlurParmParse: can't use both 'u','o' flags and parms to specify sigma sampling
parseFailOrDie("0-4-8.3/k=dg:1,5/b=pad:0/v=1/s=optiL2/dggsm=bingo"): did get error: [gage] gageStackBlurParmParse: couldn't parse "bingo" as dgGoodSigmaMax double
/home/ec2-user/Projects/teem-SVN-build/bin/test_sbp: command line options: ---------- 
/home/ec2-user/Projects/teem-SVN-build/bin/test_sbp: sbp[0] = "0-5-4.2000000000000002-r/s=unitau/v=1"

/home/ec2-user/Projects/teem-SVN-build/bin/test_sbp: testing various broken strings ---------- 

/home/ec2-user/Projects/teem-SVN-build/bin/test_sbp: testing various okay strings ---------- 
parseOrDie: "0-4-8.3" -> "0-4-8.3000000000000007-r/s=unitau/v=1"
parseOrDie: "0-4-8-o" -> "0-4-8-r/s=optil2/v=1"
parseOrDie: "0-4-8.3-u" -> "0-4-8.3000000000000007-r/s=unisig/v=1"
parseOrDie: "0-4-8.3-u1rpn/k=dg:1,5" -> "0-4-8.3000000000000007-1pn/k=discretegauss:1,5/s=unisig/v=1"
parseOrDie: "0-4-8.3-u1rpn/k=dg:1,5/b=pad:42/v=1/dggsm=8" -> "0-4-8.3000000000000007-1pn/k=discretegauss:1,5/b=pad:42/s=unisig/v=1/dggsm=8"

/home/ec2-user/Projects/teem-SVN-build/bin/test_sbp: all okay!