I have been troubleshooting the ImageSolver script(ImageSolver.js) to try to find out where the exception was occurring.
I created a new script ImageSolverjpc.js so I could add several console.noteln at various point in the code to write to the Process Control window.
I have noticed that the failure occurs just after this section of code(line 2575 in ImageSolver.js)
The ReferSpline call (in WCSmetadata.jsh) finished and then an exception happens.
newMetadata.ref_I_G = new ReferSpline( pairs.pI, pairs.pG,
this.solverCfg.rbfType,
this.solverCfg.maxSplinePoints,
this.solverCfg.splineOrder,
this.solverCfg.splineSmoothing,
this.solverCfg.enableSimplifier,
this.solverCfg.simplifierRejectFraction );
Jack
I created a new script ImageSolverjpc.js so I could add several console.noteln at various point in the code to write to the Process Control window.
I have noticed that the failure occurs just after this section of code(line 2575 in ImageSolver.js)
The ReferSpline call (in WCSmetadata.jsh) finished and then an exception happens.
newMetadata.ref_I_G = new ReferSpline( pairs.pI, pairs.pG,
this.solverCfg.rbfType,
this.solverCfg.maxSplinePoints,
this.solverCfg.splineOrder,
this.solverCfg.splineSmoothing,
this.solverCfg.enableSimplifier,
this.solverCfg.simplifierRejectFraction );
Jack