nhurleywalker / fits_warp

Warp catalogues and images to dedistort the effects of the ionosphere
Other
6 stars 5 forks source link

when running on multiple input files, interpolation runs over an increasingly smaller number of rows #7

Open PaulHancock opened 4 years ago

PaulHancock commented 4 years ago

When running fits_warp with a single model input, but multiple images, the number of rows which are used in the interpolation stage is decreased by 4x for each image after the first.

This command https://github.com/nhurleywalker/fits_warp/blob/76b667b94188a3561ee2c6cf152be99bfe2da578/fits_warp.py#L461 is executed during every instance of the loop which begins at: https://github.com/nhurleywalker/fits_warp/blob/76b667b94188a3561ee2c6cf152be99bfe2da578/fits_warp.py#L409