Mihai Cara

Results 153 comments of Mihai Cara

**EDIT:** Ignore comment below: @kyika As a temporary workaround, I would suggest that you extract extension number from the file name (last column). Assuming `f` is a string containing the...

Please disregard my previous comment: last column is something else...

@mackjenn Thank you very much! @kyika Could you please specify software version that you are using?

There are many lines to review here but this is only style change. No functional changes have been made.

@kmacdonald-stsci This style tries to follow https://peps.python.org/pep-0007/ vague "guide" but not everything is doable (or recommended - I think we have enough freedom to come up with a style that...

Ah, the 4 spaces indent is taken care of in https://github.com/spacetelescope/drizzle/blob/98d6fa9e32599da6e1ac39adc5e2d124bbd82420/.clang-format#L11-L12

Example usage: ```python # wcs1 - WCS of the input image usually with distortions (to be resampled) # wcs2 - WCS of the output image without distortions import numpy as...

> Could there be an option to fold the pixmap computation inside the the call to `add_image`? This would be useful in cases where the pixmap is very large and...

Section **"The Drizzle Library"** in the `README.rst` file has been removed because code examples are no longer valid/up-to-date with API changes. Updated examples should be provided either as a separate...