drizzle icon indicating copy to clipboard operation
drizzle copied to clipboard

A package for combining dithered images into a single image

Results 20 drizzle issues
Sort by recently updated
recently updated
newest added

resolves [SCSB-149](https://jira.stsci.edu/browse/SCSB-149)

this includes: - fix the `ruff` configuration in `pyproject.toml`: ```diff [tool.ruff] line-length = 100 + + [tool.ruff.lint] ``` - update usage of `ruff check` in `tox.ini` (`tox -e check-style`): ```diff...

~WARNING: This first commit is the first draft and it is definitely not ready for merging and unit tests have not been updated. Also, documentation is incomplete.~ This PR quite...

bug
enhancement

resolves [SCSB-145](https://jira.stsci.edu/browse/SCSB-145) propagate Astropy's deprecation of Python 3.9 to downstream packages > [!NOTE] > this PR was generated automatically by ``batchpr`` :robot:

A slightly new API has been added to provide an interface for running the drizzle and blot routines. The new APIs allow the user to call the drizzle and blot...

Apply uniform style to C code similar to PEP8 rules for Python code. This uses modified Google style. "external" FCT headers have been moved to a separate folder in order...

maintenance

I toggled the Zenodo webhook on but you won't get DOI until a GitHub Release is made.

documentation

When you don't use tox, you see this in the build log: ``` gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC -I/opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/site-packages/numpy/_core/include -I/home/runner/work/drizzle/drizzle/src -I/opt/hostedtoolcache/Python/3.12.0/x64/include/python3.12 -c /home/runner/work/drizzle/drizzle/src/cdrizzleapi.c -o /tmp/tmp3_q9wi6l.build-temp/home/runner/work/drizzle/drizzle/src/cdrizzleapi.o /home/runner/work/drizzle/drizzle/src/cdrizzleapi.c: In...

maintenance

With the current __init__.py this package does not properly work for python 3.11 (in jupyter lab). A line stating from . import subpackage_name is missing for each subpackage. ### Blocked...

enhancement