Author Topic: Combining imagers imaged with 3nm HA and 5nm HA filters  (Read 2118 times)

Offline hhorlings

  • Newcomer
  • Posts: 4
Combining imagers imaged with 3nm HA and 5nm HA filters
« on: 2016 September 12 17:57:34 »
Relatively new here, so please be gentle! :D

Whats' the best way to combine images taken with HA filters of different bandwidths? Just throw them all into Image Integration or use Pixel Math with some exotic formula or ? I'm trying maximize the contrast of the image as well as gather as much signal as possible.

Thanks

Harry

Offline RickS

  • PTeam Member
  • PixInsight Jedi
  • *****
  • Posts: 1298
Re: Combining imagers imaged with 3nm HA and 5nm HA filters
« Reply #1 on: 2016 September 13 00:08:09 »
I'd certainly try tossing them into a single ImageIntegration run.  Pick a good 3nm sub as the reference.

The other thing I'd try is doing a stack of 3nm and a stack of 5nm and then combining the stacks using ImageIntegration without rejection (you'll need to supply two copies of each.)

Both those options will favour overall SNR.  If you find that the 3nm data gives substantially better contrast then the third thing you might want to try is blending the two stacks with PixelMath giving up some SNR for improved contrast, say an expression like "0.25*5nm_image+0.75*3nm_image".  Adjust the 0.25 and 0.75 scaling factors as need.

Cheers,
Rick.

Offline hhorlings

  • Newcomer
  • Posts: 4
Re: Combining imagers imaged with 3nm HA and 5nm HA filters
« Reply #2 on: 2016 September 13 05:02:25 »
Hi Rick,

That's exactly what I was looking for. I'll give that a go. Thanks Rick.

Harry