We have been utilizing the lower level functionality of drizzle. Several of the basic examples that are used for unit testing started failing once we updated to 1.14.4. My guess is that this is due to the changes that were made in 1.14.0, as that's when the unexpected behavior started occurring.
Here's a script with 2 of the examples that now produce unexpected results, along with the output and what we expect the results to be (which I had previously computed according to the equations in the DrizzlePac handbook):
We have been utilizing the lower level functionality of
drizzle
. Several of the basic examples that are used for unit testing started failing once we updated to 1.14.4. My guess is that this is due to the changes that were made in 1.14.0, as that's when the unexpected behavior started occurring.Here's a script with 2 of the examples that now produce unexpected results, along with the output and what we expect the results to be (which I had previously computed according to the equations in the DrizzlePac handbook):
Previous output:
Latest output:
Please let me know if you require any additional information/clarification. Thank you! :)