drizSeparate
- drizzlepac.adrizzle.drizSeparate(imageObjectList, output_wcs, configObj, logfile=None, wcsmap=None, procSteps=None)[source]
Execute the single-drizzle step for each input exposure.
- Parameters:
- imageObjectListlist[~drizzlepac.imgclasses.ImageObject]
Collection of input exposure objects to drizzle separately.
- output_wcs~drizzlepac.outputimage.OutputWCS
Output WCS container; the
single_wcsattribute defines the target grid.- configObjconfigobj.Section
AstroDrizzle configuration tree with user and default parameters.
- logfilestr, optional
Path to a log file that receives runtime messages, by default
None.- wcsmapcallable, optional
Factory returning a WCS mapping implementation; defaults to
WCSMap.- procSteps~drizzlepac.util.ProcSteps, optional
Pipeline bookkeeping object used to record completed processing steps.