Author Topic: Batch Preprocess Script: What happens when . . .  (Read 3245 times)

Offline Terry Danks

  • PixInsight Addict
  • ***
  • Posts: 137
Batch Preprocess Script: What happens when . . .
« on: 2012 July 12 13:28:32 »
Hi All:

I have a mix of 15-min and 30-min subs with matching darks for each.

Is the batch preprocess script able to distinguish one from the other and apply the right darks to each?

Offline Ignacio

  • PixInsight Old Hand
  • ****
  • Posts: 375
    • PampaSkies
Re: Batch Preprocess Script: What happens when . . .
« Reply #1 on: 2012 July 14 09:50:47 »
I will venture a response, as nobody has jumped in yet.

I would reduce and integrate a master light for each set separately, and then register and average combine both, using additive+scaling and either exposure time or noise evaluation as weighting, with no pixel rejection.

cheers
Ignacio

Offline Juan Conejero

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 7111
    • http://pixinsight.com/
Re: Batch Preprocess Script: What happens when . . .
« Reply #2 on: 2012 July 14 10:36:43 »
Hi Terry and Ignacio,

Sorry for the late response. No need to generate separate master frames manually. The BatchPreprocessing script classifies and groups dark frames by exposure time. It will automatically generate, find and apply the best master dark frame for each light frame. Just select all your biases, darks, flats and lights - BatchPreprocessing will do everything automatically.

If you have light frames with different exposure times, the ImageIntegration tool (which you should use manually after BatchPreprocessing) will integrate all of them in a single operation. ImageIntegration will compute image weights based on noise estimates to maximize SNR in the integrated result. For more information, see the reference documentation for this tool.
Juan Conejero
PixInsight Development Team
http://pixinsight.com/

Offline Ignacio

  • PixInsight Old Hand
  • ****
  • Posts: 375
    • PampaSkies
Re: Batch Preprocess Script: What happens when . . .
« Reply #3 on: 2012 July 14 13:47:07 »
Great! thanks Juan. Does it also discriminate according to ISO settings?

best
Ignacio

Offline Terry Danks

  • PixInsight Addict
  • ***
  • Posts: 137
Re: Batch Preprocess Script: What happens when . . .
« Reply #4 on: 2012 July 15 06:20:27 »
This script is just fantastic!
Thanks for the clarification, Juan.

Terry