Author Topic: Processing Question: Where did the color go?  (Read 2754 times)

Offline barque

  • Newcomer
  • Posts: 4
Processing Question: Where did the color go?
« on: 2018 March 02 13:06:52 »
I'm trying to up my processing game and learn more about PixInsight. Using some sample data posted by Jerry Lodriguss (http://www.astropix.com/html/i_astrop/practice_files.html), I used the batch preprocessing script to calibrate, align, and stack the data. After applying DBE, SCNR, and a screen stretch, the image is full of detail but the color is completely washed out. Some of the color comes back if I stretch the red channel or increase the saturation, but I am missing something in how to process.

By comparison, processing a single light frame via Adobe Camera Raw with a stretch in Photoshop shows that there's lots of color in the raw data. Can somebody please point me in the right direction to recover the color in PixInsight? Thanks!!

Rob

Offline pfile

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 4729
Re: Processing Question: Where did the color go?
« Reply #1 on: 2018 March 02 13:29:00 »
having to boost the saturation is totally normal... ACR is doing that for you behind the scenes.

rob

Offline sharkmelley

  • PTeam Member
  • PixInsight Addict
  • ***
  • Posts: 241
    • Mark Shelley Astrophotography
Re: Processing Question: Where did the color go?
« Reply #2 on: 2018 March 02 14:37:06 »
Quote from: barque
I'm trying to up my processing game and learn more about PixInsight. Using some sample data posted by Jerry Lodriguss (http://www.astropix.com/html/i_astrop/practice_files.html), I used the batch preprocessing script to calibrate, align, and stack the data. After applying DBE, SCNR, and a screen stretch, the image is full of detail but the color is completely washed out. Some of the color comes back if I stretch the red channel or increase the saturation, but I am missing something in how to process.

By comparison, processing a single light frame via Adobe Camera Raw with a stretch in Photoshop shows that there's lots of color in the raw data. Can somebody please point me in the right direction to recover the color in PixInsight? Thanks!!

Rob

The stretching that ACR performs will maintain colour although the stretch in Photoshop that you subsequently perform will lose some of that saturation.  Generally speaking all stretching operations will lose saturation, including the screen stretch.  It's why I wrote the ArcsinhStretch module: https://pixinsight.com/doc/tools/ArcsinhStretch/ArcsinhStretch.html

It has been purposely designed to prevent the loss of saturation during the stretch.

Mark

Takahashi Epsilon 180ED
H-alpha modified Sony A7S
http://www.markshelley.co.uk/Astronomy/

Offline ChoJin

  • PixInsight Addict
  • ***
  • Posts: 106
Re: Processing Question: Where did the color go?
« Reply #3 on: 2018 March 02 15:55:04 »
arcsinh is indeed great for color preservation, but unfortunately like maskedstretch you lose contrast compared to a HT stretch

Offline barque

  • Newcomer
  • Posts: 4
Re: Processing Question: Where did the color go?
« Reply #4 on: 2018 March 03 16:58:29 »
Thanks all. Haven't completely figured out how to get all the color back (as I see in the ACR version) but I'll keep working on it!

Offline dpaul

  • PixInsight Addict
  • ***
  • Posts: 124
Re: Processing Question: Where did the color go?
« Reply #5 on: 2018 March 03 17:40:16 »
Hi Cho,

How about doing partially with Arcsinh and Histogram Transformation Stretch to get color and contrast?

Thanks

David

Offline RickS

  • PTeam Member
  • PixInsight Jedi
  • *****
  • Posts: 1298
Re: Processing Question: Where did the color go?
« Reply #6 on: 2018 March 03 21:38:26 »
You can also boost saturation easily with a clipped lum mask and CurvesTransformation.

Offline dpaul

  • PixInsight Addict
  • ***
  • Posts: 124
Re: Processing Question: Where did the color go?
« Reply #7 on: 2018 March 04 01:39:37 »
thanks again Rick

David

Offline ChoJin

  • PixInsight Addict
  • ***
  • Posts: 106
Re: Processing Question: Where did the color go?
« Reply #8 on: 2018 March 04 06:07:28 »
@dpaul I'm currently experimenting with combining the arcsinh and HT stretches with a (star)mask and some pixel math magics (ideas taken from https://pixinsight.com/tutorials/NGC7023-HDR/index.html , the "High-Contrast, Small-Scale Structures" part). It seems to work great to get my star's shapes and colours back. They don't look like flat discs anymore.

I've also seen in another topic someone doing RGB stretch with arcsinh and L stretch with HT and LRGB combination to combine them. I haven't tried that yet.
« Last Edit: 2018 March 05 02:30:50 by ChoJin »

Offline dpaul

  • PixInsight Addict
  • ***
  • Posts: 124
Re: Processing Question: Where did the color go?
« Reply #9 on: 2018 March 04 16:03:30 »
Thanks Cho

David