API Documentation¶
drizzle.resample Module¶
The drizzle module defines the Drizzle class, for combining input images into a single output image using the drizzle algorithm.
Functions¶
|
Resample the |
Classes¶
|
A class for managing resampling and co-adding of multiple images onto a common output grid. |
Class Inheritance Diagram¶
digraph inheritance865d28b452 { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "Drizzle" [URL="../api/drizzle.resample.Drizzle.html#drizzle.resample.Drizzle",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="A class for managing resampling and co-adding of multiple images onto a"]; }drizzle.utils Module¶
Functions¶
|
Calculate a discretized on a grid mapping between the pixels of two images using provided WCS of the original ("from") image and the destination ("to") image. |
|
Get 0-based indices of input images that contributed to (resampled) output pixel with coordinates |
|
Compute the ratio of the pixel scale of the "to" WCS at the |