Author Topic: Looking for script implementing Narrow- Broad band systhesis in example  (Read 2405 times)

Offline aworonow

  • PixInsight Addict
  • ***
  • Posts: 258
    • Faint Light Photography
Hello,
  There's an example of a great method for combining narrowband and broadband images (e.g., Ha and RGB) by Vicent Peris (http://pixinsight.com/tutorials/narrowband/index.html). I've tried it and really got some nice results. I used a buggy script by David Raphael (http://pixinsight.com/forum/index.php?topic=2127.0), which got me to the image to combine, but did not do the actual combining step, or the steps there after.
  Do anyone know a fully working script of the method Vicent described? I tried to patch David's script, but, knowing nothing about Javascript, all I managed was to generate more error messages.

Thanks for your help, Alex

Offline pfile

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 4729
my understanding is that the NBRGBCombination script implements vicent's method as well, but i have not read the source.

rob

Offline aworonow

  • PixInsight Addict
  • ***
  • Posts: 258
    • Faint Light Photography
Vincent describes an iterative image-by-image division and smoothing. I don't see that in the NBRGBCombine script, although I have scant knowledge of JavaScript. But thanks for your interest !

Alex