drizFinal

drizzlepac.adrizzle.drizFinal(imageObjectList, output_wcs, configObj, build=None, wcsmap=None, logfile=None, procSteps=None)[source]

Execute the final drizzle combination for all input exposures.

Parameters:
imageObjectListlist[~drizzlepac.imgclasses.ImageObject]

Collection of exposure objects contributing to the combined product.

output_wcs~drizzlepac.outputimage.OutputWCS

Output WCS container; the final_wcs attribute defines the target grid.

configObjconfigobj.Section

AstroDrizzle configuration tree with user and default parameters.

buildbool, optional

Override for whether the final product is written as a multi-extension FITS file. When None, defer to the configuration setting.

wcsmapcallable, optional

Factory returning a WCS mapping implementation; defaults to WCSMap.

logfilestr, optional

Path to a log file that receives runtime messages, by default None.

procSteps~drizzlepac.util.ProcSteps, optional

Pipeline bookkeeping object used to record completed processing steps.