Author Topic: Repared HSV Separation  (Read 3204 times)

Offline Alejandro Tombolini

  • PTeam Member
  • PixInsight Jedi
  • *****
  • Posts: 1267
    • Próxima Sur
Repared HSV Separation
« on: 2013 April 20 12:27:39 »
Hi, I am having an error with the script. It is strange because I believe used it a couple of days ago. Any ideas?

Pix 1.8RC6 on Linux

Code: [Select]
run --execute-mode=auto "/home/alejandro/PixInsight/src/scripts/RepairedHSVSeparation.js"

Processing script file: /home/alejandro/PixInsight/src/scripts/RepairedHSVSeparation.js
** Warning [132]: /home/alejandro/PixInsight/src/scripts/RepairedHSVSeparation.js, line 245: let is a reserved identifier
let suffix = 1;
^
*** Error [109]: /home/alejandro/PixInsight/src/scripts/RepairedHSVSeparation.js, line 245: SyntaxError: missing ; before statement
let suffix = 1;
....^

Saludos. Alejandro.

Offline georg.viehoever

  • PTeam Member
  • PixInsight Jedi Master
  • ******
  • Posts: 2132
Georg (6 inch Newton, unmodified Canon EOS40D+80D, unguided EQ5 mount)

Offline Alejandro Tombolini

  • PTeam Member
  • PixInsight Jedi
  • *****
  • Posts: 1267
    • Próxima Sur
Re: Repared HSV Separation
« Reply #2 on: 2013 April 20 14:41:37 »
Thanks Georg, I must have used RC5 then... O:)