Author Topic: LRGB combining methods  (Read 4012 times)

Offline fwm891

  • Newcomer
  • Posts: 21
LRGB combining methods
« on: 2014 September 18 02:26:07 »
Hi, I've been imaging using a Baader LRGB filter set and use the batch processing routine to combining, register and calibrate the LRGB images. But using the LRGB routine in PI appears to drop the colour. Combining just the RGB channels is fine, combining the RGB channels and the luminance channel in PixelMath retains the colour but everytime I try using the LRGB tool the colour drops out - any thoughts please?

Link to the files: https://www.dropbox.com/sh/ylp5pwifwbk4o7k/AAASVkFML2VfzUaUmfm0ki1Da?dl=0
« Last Edit: 2014 September 18 02:58:45 by fwm891 »

Offline jerryyyyy

  • PixInsight Old Hand
  • ****
  • Posts: 425
    • Astrobin Images
Re: LRGB combining methods
« Reply #1 on: 2014 September 18 08:30:17 »
I am a big fan of the AIP LRGB combo script included in PI.  They do the integration in three phases... I think with the LRGB Proc...  Your mileage may vary.  If you get halos, increase the noise it parameter.

I reread your post... I do the script after I have both images stretched... better make sure your L is stretched if your RGB is stretched.  Linear L + stretched RGB sure way to drop the L.

Not sure how all this works in linear mode alone.
Takahashi 180ED
Astrophysics Mach1
SBIG STT-8300M and Nikon D800
PixInsight Maxim DL 6 CCDComander TheSkyX FocusMax

Offline pfile

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 4729
Re: LRGB combining methods
« Reply #2 on: 2014 September 18 09:02:06 »
are you combining the images when they are still linear? the LRGB routine should be used with nonlinear (stretched) images.

rob

Offline fwm891

  • Newcomer
  • Posts: 21
Re: LRGB combining methods
« Reply #3 on: 2014 September 18 10:32:04 »
Thanks both - Rob working with linear images.

I downloaded a PI crib sheet (Jim's PI Cribsheet R23) and I've been working through that today:

Cropped image which is much improved on earlier attempts :)
 

Offline pfile

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 4729
Re: LRGB combining methods
« Reply #4 on: 2014 September 18 11:30:39 »
alright! that's good progress.

rob

Offline jkmorse

  • PixInsight Padawan
  • ****
  • Posts: 931
  • Two questions, Mitch . .
    • Jim Morse Astronomy
Re: LRGB combining methods
« Reply #5 on: 2014 September 18 18:42:10 »
FWM,

I have made a ton of changes since Rev23, mainly fixing errors and adding new insights from the forum discussions.  Here is a short form of my latest, Rev28 (size limits restrict me to adding a pdf short form here).  If you are interested in the long form Word version, just drop me a line at jkmorse57@gmail.com and I will happily send it along and add you to my distribution list for updates.

Best,

Jim
Really, are clear skies, low wind and no moon that much to ask for? 

New Mexico Skies Observatory
Apogee Aspen 16803
Planewave CDK17 - Paramount MEII
Planewave IFR90 - Astrodon LRGB & NB filters
SkyX - MaximDL - ACP

http://www.jimmorse-astronomy.com
http://www.astrobin.com/users/JimMorse

Offline jerryyyyy

  • PixInsight Old Hand
  • ****
  • Posts: 425
    • Astrobin Images
Re: LRGB combining methods
« Reply #6 on: 2014 September 19 07:19:15 »
Looks good.  Like a preflight for a B747..... Lines 15 & 16, think you are referring to Step 8 (DBE) not Step 10. 
Takahashi 180ED
Astrophysics Mach1
SBIG STT-8300M and Nikon D800
PixInsight Maxim DL 6 CCDComander TheSkyX FocusMax

Offline oldwexi

  • PixInsight Guru
  • ****
  • Posts: 627
    • Astronomy Pages G.W.
Re: LRGB combining methods
« Reply #7 on: 2014 September 19 07:46:03 »
But using the LRGB routine in PI appears to drop the colour. Combining just the RGB channels is fine,
combining the RGB channels and the luminance channel in PixelMath retains the colour but everytime I try using the LRGB tool the colour drops out -
any thoughts please?

Link to the files: https://www.dropbox.com/sh/ylp5pwifwbk4o7k/AAASVkFML2VfzUaUmfm0ki1Da?dl=0

Hi fwm891!
It is very simple:  if the color drops your L is to bright. If the colorSat increases your L is to dark.
Therefore i create a synthetic L out of the RGB, do a LinearFit to the L you want to use (using the synth L as a reference)

I do all these kind of processings in linear mode.

Gerald


Offline jerryyyyy

  • PixInsight Old Hand
  • ****
  • Posts: 425
    • Astrobin Images
Re: LRGB combining methods
« Reply #8 on: 2014 September 19 18:34:03 »
I agree.  I linear fit them all while in linear mode. 
Takahashi 180ED
Astrophysics Mach1
SBIG STT-8300M and Nikon D800
PixInsight Maxim DL 6 CCDComander TheSkyX FocusMax

Offline fwm891

  • Newcomer
  • Posts: 21
Re: LRGB combining methods
« Reply #9 on: 2014 September 20 01:51:27 »
Thanks All, most instructive. See where all this advice takes me now....  :)