Home
last modified time | relevance | path

Searched refs:footprint_to_file (Results 1 – 3 of 3) sorted by relevance

/dports/astro/py-astropy/astropy-5.0/astropy/wcs/tests/
H A Dtest_wcs.py675 w.footprint_to_file(testfile)
684 w.footprint_to_file(testfile, coordsys='FK5', color='red')
694 w.footprint_to_file(testfile, coordsys='FOO')
700 w.footprint_to_file(testfile)
/dports/astro/py-astropy/astropy-5.0/astropy/wcs/
H A Dwcs.py2787 def footprint_to_file(self, filename='footprint.reg', color='green', member in WCS
/dports/astro/py-astropy/astropy-5.0/
H A DCHANGES.rst7599 - Improved ``footprint_to_file``: allow to specify the coordinate system, and
12573 ``astropy.wcs.WCS.footprint_to_file``. [#1912]