Author Topic: Another Total Solar Eclipse...  (Read 1006 times)

Offline georg.viehoever

  • PTeam Member
  • PixInsight Jedi Master
  • ******
  • Posts: 2132
Another Total Solar Eclipse...
« on: 2017 September 17 10:34:14 »
Here my attempt at the eclipse of August 21, 2017:

- Processed purely in PixInsight, except for the alignment of images (done in Python)
- Captured near Mitchell, Oregon,US.
- Canon EOS80D
- Captured with a $120 telelens - focus not perfect, but good enough https://www.amazon.de/gp/product/B004WLEEHI/ref=oh_aui_detailpage_o07_s00?ie=UTF8&psc=1
- Camera control with Raspberry Pi
- Home grown tracker with Arduino controller.

Handling this amount of dynamic range is quite a challenge, and composing the different parts is fairly difficult in PI - sometimes I wish it had layers  ;) . If you look closely, you can see some rings in the halo- I could not convince HDRCombination to avoid them. Probably imperfect image calibration. Anyway, still nice...

Enjoy,
Georg
Georg (6 inch Newton, unmodified Canon EOS40D+80D, unguided EQ5 mount)

Offline pfile

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 4729
Re: Another Total Solar Eclipse...
« Reply #1 on: 2017 September 17 11:02:24 »
did you try breaking the images into mono RGB files? i think what happens is that in HDRComposition, only one mask is computed per exposure and the saturation point of r, g and b are different, so some over/underexposed stuff makes it in to one or more of the channels. in my case the red channel was correct, but green and blue had posterization/banding. but doing each channel individually, everything was mostly fine. there was a tiny bit of banding but it was easy to fix using the masks.

but it is a very nice image nevertheless!

rob