I'm getting some javascript errors in a few of the scripts in PixInsight 1.8.1 running under Mint 16, haven't had any issues until the 1.8.1 version.
The affected scripts are (so far) are AperturePhotometry and ImageSolver. I know just enough programming to be dangerous! Any suggestions to fix these?
Thanks
Lynn
Message logs as follows:
/opt/PixInsight/src/scripts/AdP/AperturePhotometry.js
** Warning [267]: /opt/PixInsight/src/scripts/AdP/SpectrophotometricCatalogs.js, line 33: in strict mode code, functions may be declared only at top level or immediately within another function
function III_126_Catalog()
.........^
*** Error [073]: /opt/PixInsight/src/scripts/AdP/AperturePhotometry.js, line 3383: SyntaxError: missing } after function body
Processing script file: /opt/PixInsight/src/scripts/AdP/ImageSolver.js
** Warning [267]: /opt/PixInsight/src/scripts/AdP/SearchCoordinatesDialog.js, line 33: in strict mode code, functions may be declared only at top level or immediately within another function
function fieldLabel(parent, text, width)
.........^
*** Error [073]: /opt/PixInsight/src/scripts/AdP/ImageSolver.js, line 2585: SyntaxError: missing } after function body