API Documentation

drizzle.drizzle Module

The drizzle module defines the Drizzle class, for combining input images into a single output image using the drizzle algorithm.

Classes

Drizzle([infile, outwcs, wt_scl, pixfrac, ...])

Combine images using the drizzle algorithm

Class Inheritance Diagram

Inheritance diagram of drizzle.drizzle.Drizzle

drizzle.dodrizzle Module

STScI Python compatable drizzle module

Functions

dodrizzle(insci, input_wcs, inwht, ...[, ...])

Low level routine for performing 'drizzle' operation.on one image.

drizzle.doblot Module

STScI Python compatable blot module

Functions

doblot(source, source_wcs, blot_wcs, exptime)

Low level routine for performing the 'blot' operation.

drizzle.calc_pixmap Module

Functions

calc_pixmap(first_wcs, second_wcs)

Calculate a mapping between the pixels of two images.