align_jitter#
- excalibuhr.utils.align_jitter(dt, err, pix_shift, tw=None, debug=False)[source]#
apply flat fielding
- Parameters:
dt (array) – detector images
err (array) – the assciated errors to the input images
pix_shift (int) – integer shift in pxiels accodring to the jitter value
- Returns:
dt_shift, err_shift – shifted images and errors
- Return type:
array