Version 2.0
Version 2.0
What's new
-
registernow accepts as input images Astropy'sNDDataobjects (this includes the CCDProc'sCCDDatasubclass) as well as Numpy'sndarray. -
registerreturns afootprintboolean image,Truefor masked pixels with no information.
registered_image, footprint = aa.register(source, target)
- New
fill_valueparameter: convenience argument to fill out untouched areas on the registered image.
registered_image, footprint = aa.register(source, target, fill_value=-99999.99)
- For data objects like
NDDataor Numpy masked arrays,registernow propagates the mask if any.
Note:
This version drops support for the deprecated functions align_image and find_affine_transform.
More information and examples in the documentation.