Author Topic: LRGB Processing Question  (Read 3980 times)

Offline Ryderscope

  • Member
  • *
  • Posts: 74
LRGB Processing Question
« on: 2014 August 31 19:15:01 »
I am attempting my first LRGB processing having previously worked quite successfully in PI with OSC images from my Canon 60Da. My new camera is the QSI 683 ws-8 ccd so this is my first foray into LRGB processing. I am having problems getting the batch preprocessing script to recognise the presence of the flat field images. I have loaded Bias, Flats, Darks and Lights but when I run the diagnostics tool it reports that no flat frames have been selected to calibrate the light frames. Apologies for having to ask what is probably a quite basic question but I am unsure as to how to trouble shoot this issue. A link to a screen shot of the diagnostics report is here https://www.dropbox.com/s/14k72gv11ymv6ga/Flats%20error.JPG?dl=0

Many thanks in advance.
Rodney W.

Offline pfile

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 4729
Re: LRGB Processing Question
« Reply #1 on: 2014 August 31 20:41:21 »
take a look at the FITS header for the flat subs. if they are missing the filter keyword for some reason, BPP does not know how to match them up with the lights.

if worse comes to worse you can use the 'custom' feature to force your flat files to belong to a particular filter.

rob

Offline Ryderscope

  • Member
  • *
  • Posts: 74
Re: LRGB Processing Question
« Reply #2 on: 2014 August 31 21:06:54 »
Copy of relevant part of the FITS header attached.

Does it matter if the Lights are binned 2x2 and the Flats are binned 1x1?

RW


Offline Geoff

  • PixInsight Padawan
  • ****
  • Posts: 908
Re: LRGB Processing Question
« Reply #3 on: 2014 August 31 22:30:24 »
Copy of relevant part of the FITS header attached.

Does it matter if the Lights are binned 2x2 and the Flats are binned 1x1?

RW
Yes. You may be better off cludging the issue by resampling the flats to half their size and using the ImageCalibration module in this case. This will only correct dust donuts and vignetting, but not PRNU.
Geoff
Don't panic! (Douglas Adams)
Astrobin page at http://www.astrobin.com/users/Geoff/
Webpage (under construction) http://geoffsastro.smugmug.com/

Offline Ryderscope

  • Member
  • *
  • Posts: 74
Re: LRGB Processing Question
« Reply #4 on: 2014 September 01 04:42:29 »
Thanks Geoff, I will retake the flats and see how that goes.

RW

Offline Ryderscope

  • Member
  • *
  • Posts: 74
Re: LRGB Processing Question
« Reply #5 on: 2014 September 02 05:17:18 »
I've re shot the flats at 2x2 binning and the batch pre processing script is ok with them. Runs through fine and gives me registered and integrated RGB & L output.

Thanks Geoff and Rob for your responses.

Now to combine and process and see how we go.