Author Topic: LRGB revisited  (Read 1800 times)

Offline jamesRC

  • PixInsight Addict
  • ***
  • Posts: 102
LRGB revisited
« on: 2018 April 13 17:34:47 »
Hi.

I have a question re combining L, R, G, and B. For me, it's complicated by the common practice of binning.
Suppose I have 100, 1x1 binned L files, and 100 each of R, G, and B each binned 2x2. Common enough. When is the best time in the operations sequence to convert the 2x2 to 1x1 and what's the better way to do this, considering the number of files?

I assume I need to convert 2x2 to 1x1 first, then preprocess the R, G, and B sets one set at a time, then combine them in PixInsight. Is this correct? I have tutorials on combining R G and B.  I don't know the best sequence of operations, or best conversion of this many files at once. "Resample" is one-by-one and quite slow.

Thank you very much!

James

Offline RickS

  • PTeam Member
  • PixInsight Jedi
  • *****
  • Posts: 1298
Re: LRGB revisited
« Reply #1 on: 2018 April 13 17:44:03 »
Just use the best L file as the reference for registration and StarAlignment will scale the binned data to match.  The BatchPreprocess script will do it all for you if you want to take the easy way...

Offline jamesRC

  • PixInsight Addict
  • ***
  • Posts: 102
Re: LRGB revisited
« Reply #2 on: 2018 April 13 18:05:29 »
Hey Rick,

Thank you! Something tells me you've answered this question before  O:)
I've been sweating it, and there you are already. THANKS!

James

Offline RickS

  • PTeam Member
  • PixInsight Jedi
  • *****
  • Posts: 1298
Re: LRGB revisited
« Reply #3 on: 2018 April 13 20:46:53 »
Hi James,

No problem.  I don't usually bin data but I'm pretty sure it will work :)

Cheers,
Rick.