Author Topic: small error in code?  (Read 696 times)

Offline aworonow

  • PixInsight Addict
  • ***
  • Posts: 258
    • Faint Light Photography
small error in code?
« on: 2019 September 18 12:29:15 »
Vicent,
I have just begun to apply your scripts. My first trials have been on single images and it does an outstanding job.
However, the variables targetIsActiveImage and targetIsActiveWindow are apparently used for the same purpose in different scripts. This may be the cause of a thrown error from LinearPatternSubtraction, where the latter variable occurs and I think it should be the former. Here is the context...

// Create list of images to process.
   if ( ! CONFIG.targetIsActiveWindow )

I've added some notes to myself, but I think this occurs around  line 670.

Also, you mentioned a pending write-up. Could you provide a link if it is already posted?

Thanks, Alex