.gitignore
CHANGES.rst
CODE_OF_CONDUCT.md
MANIFEST.in
README.rst
requirements-dev.txt
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yml
.github/workflows/publish-to-pypi.yml
doc/Makefile
doc/make.bat
doc/rtd-pip-requirements
doc/source/altwcs.rst
doc/source/astrometry_utils.rst
doc/source/conf.py
doc/source/headerlet.rst
doc/source/headerlet_ui.rst
doc/source/hstwcs.rst
doc/source/hstwcs_ui.rst
doc/source/index.rst
doc/source/technical_reports.rst
doc/source/updatewcs.rst
doc/source/updatewcs_ui.rst
doc/source/utils.rst
doc/source/wcs_corrections.rst
doc/source/wcsutil.rst
doc/source/_static/stsci_logo.png
doc/source/_templates/.gitignore
doc/source/fits_convention_tsr/Makefile
doc/source/fits_convention_tsr/make.bat
doc/source/fits_convention_tsr/source/appendix2.rst
doc/source/fits_convention_tsr/source/appendix3.rst
doc/source/fits_convention_tsr/source/appendix4.rst
doc/source/fits_convention_tsr/source/conf.py
doc/source/fits_convention_tsr/source/convention.rst
doc/source/fits_convention_tsr/source/d2imcorr.rst
doc/source/fits_convention_tsr/source/fits_conventions.rst
doc/source/fits_convention_tsr/source/index.rst
doc/source/fits_convention_tsr/source/merging.rst
doc/source/fits_convention_tsr/source/npolcorr.rst
doc/source/fits_convention_tsr/source/problems.rst
doc/source/fits_convention_tsr/source/sip.rst
doc/source/fits_convention_tsr/source/summary.rst
doc/source/fits_convention_tsr/source/updating.rst
doc/source/fits_convention_tsr/source/images/d2im_bar.png
doc/source/fits_convention_tsr/source/images/npol_vector_text.png
doc/source/fits_convention_tsr/source/images/pipeline.png
doc/source/headerlet_tsr/Makefile
doc/source/headerlet_tsr/make.bat
doc/source/headerlet_tsr/source/conf.py
doc/source/headerlet_tsr/source/hdrlet_tsr.rst
doc/source/headerlet_tsr/source/index.rst
doc/source/headerlet_tsr/source/images/Headerlet_figure_final.png
doc/source/images/d2im_bar.png
doc/source/images/diffx1_256.png
doc/source/images/diffy1_256.png
doc/source/images/fakedx.png
doc/source/images/fakedy.png
doc/source/images/npol_vector_text.png
doc/source/images/pipeline.png
doc/source/images/x1.png
doc/source/images/x2.png
doc/source/images/y1.png
doc/source/images/y2.png
doc/source/npol_tsr/Makefile
doc/source/npol_tsr/make.bat
doc/source/npol_tsr/source/conf.py
doc/source/npol_tsr/source/index.rst
doc/source/npol_tsr/source/npol.rst
doc/source/npol_tsr/source/npol_append.rst
doc/source/npol_tsr/source/npol_tsr.rst
doc/source/npol_tsr/source/images/diffx1_256.png
doc/source/npol_tsr/source/images/diffy1_256.png
doc/source/npol_tsr/source/images/fakedx.png
doc/source/npol_tsr/source/images/fakedy.png
doc/source/npol_tsr/source/images/x1.png
doc/source/npol_tsr/source/images/x2.png
doc/source/npol_tsr/source/images/y1.png
doc/source/npol_tsr/source/images/y2.png
stwcs/__init__.py
stwcs.egg-info/PKG-INFO
stwcs.egg-info/SOURCES.txt
stwcs.egg-info/dependency_links.txt
stwcs.egg-info/requires.txt
stwcs.egg-info/top_level.txt
stwcs/distortion/__init__.py
stwcs/distortion/coeff_converter.py
stwcs/distortion/models.py
stwcs/distortion/mutil.py
stwcs/distortion/utils.py
stwcs/gui/__init__.py
stwcs/gui/apply_headerlet.help
stwcs/gui/apply_headerlet.py
stwcs/gui/archive_headerlet.py
stwcs/gui/attach_headerlet.py
stwcs/gui/delete_headerlet.py
stwcs/gui/extract_headerlet.py
stwcs/gui/headerlet_summary.py
stwcs/gui/restore_headerlet.help
stwcs/gui/restore_headerlet.py
stwcs/gui/updatewcs.py
stwcs/gui/write_headerlet.py
stwcs/gui/pars/apply_headerlet.cfg
stwcs/gui/pars/apply_headerlet.cfgspc
stwcs/gui/pars/archive_headerlet.cfg
stwcs/gui/pars/archive_headerlet.cfgspc
stwcs/gui/pars/attach_headerlet.cfg
stwcs/gui/pars/attach_headerlet.cfgspc
stwcs/gui/pars/delete_headerlet.cfg
stwcs/gui/pars/delete_headerlet.cfgspc
stwcs/gui/pars/extract_headerlet.cfg
stwcs/gui/pars/extract_headerlet.cfgspc
stwcs/gui/pars/headerlet_summary.cfg
stwcs/gui/pars/headerlet_summary.cfgspc
stwcs/gui/pars/restore_headerlet.cfg
stwcs/gui/pars/restore_headerlet.cfgspc
stwcs/gui/pars/updatewcs.cfg
stwcs/gui/pars/updatewcs.cfgspc
stwcs/gui/pars/write_headerlet.cfg
stwcs/gui/pars/write_headerlet.cfgspc
stwcs/tests/__init__.py
stwcs/tests/test_altwcs.py
stwcs/tests/test_astrometrydb.py
stwcs/tests/test_headerlet.py
stwcs/tests/test_hstwcs.py
stwcs/tests/test_updatewcs.py
stwcs/tests/data/02c1450oj_d2i.fits
stwcs/tests/data/02c1450rj_npl.fits
stwcs/tests/data/02c14514j_npl.fits
stwcs/tests/data/0461802ej_idc.fits
stwcs/tests/data/__init__.py
stwcs/tests/data/ia1d23dmq_flt_hlet.fits
stwcs/tests/data/ia1d23dmq_test_hlet.txt
stwcs/tests/data/j94f05bgq_flt.fits
stwcs/tests/data/new_wfc_d2i.fits
stwcs/tests/data/o4k19a010_flt.fits
stwcs/tests/data/o8g1508do_idc.fits
stwcs/tests/data/postsm4_idc.fits
stwcs/tests/data/qbu1641sj_idc.fits
stwcs/tests/data/qbu16424j_npl.fits
stwcs/tests/data/s8f1222cu_dxy.fits
stwcs/tests/data/s9518396u_off.fits
stwcs/tests/data/sad1946fu_idc.fits
stwcs/tests/data/simple.fits
stwcs/tests/data/u40x010hm_c0f.fits
stwcs/tests/data/u40x010hm_c1f.fits
stwcs/updatewcs/__init__.py
stwcs/updatewcs/apply_corrections.py
stwcs/updatewcs/astrometry_utils.py
stwcs/updatewcs/corrections.py
stwcs/updatewcs/det2im.py
stwcs/updatewcs/makewcs.py
stwcs/updatewcs/npol.py
stwcs/updatewcs/updatehdr.py
stwcs/updatewcs/utils.py
stwcs/updatewcs/wfpc2_dgeo.py
stwcs/wcsutil/__init__.py
stwcs/wcsutil/altwcs.py
stwcs/wcsutil/convertwcs.py
stwcs/wcsutil/getinput.py
stwcs/wcsutil/headerlet.py
stwcs/wcsutil/hstwcs.py
stwcs/wcsutil/instruments.py
stwcs/wcsutil/mappings.py
stwcs/wcsutil/mosaic.py
stwcs/wcsutil/wcscorr.py
stwcs/wcsutil/wcsdiff.py