Dear PI users,
I moved the following message from "announcements" to the "Bug reports" section.
I found a script Error in the RepairedHSVSeparation.js File.
Reading image:
N:/astro/2013/CHP_lbn406/2013-04-14/lbn406_v2.fit
Reading FITS: 64-bit floating point, 3 channel(s), 2016x2324 pixels: done
run --execute-mode=auto "C:/Program Files/PixInsight/src/scripts/RepairedHSVSeparation.js"
Processing script file: C:/Program Files/PixInsight/src/scripts/RepairedHSVSeparation.js
** Warning [132]: C:/Program Files/PixInsight/src/scripts/RepairedHSVSeparation.js, line 245: let is a reserved identifier
let suffix = 1;
^
*** Error [109]: C:/Program Files/PixInsight/src/scripts/RepairedHSVSeparation.js, line 245: SyntaxError: missing ; before statement
let suffix = 1;
....^
The cause seems to be the following reason as
Juan updated the internal Javascript-engine:https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Statements/letTherefore this only happens from PI 1.8RC6 and later