Home
last modified time | relevance | path

Searched refs:wcs_pix2world (Results 1 – 19 of 19) sorted by relevance

/dports/astro/py-astropy/astropy-5.0/astropy/wcs/tests/
H A Dtest_tabprm.py36 rd1 = tab_wcs_2di_f.wcs_pix2world(pix, 1)
43 rd2 = tab_wcs_2di_f.wcs_pix2world(pix - d, 1)
46 rd3 = w.wcs_pix2world(pix, 1)
127 rd1 = tab_wcs_2di_f.wcs_pix2world(pix, 1)
134 rd2 = tab_wcs_2di_f.wcs_pix2world(pix - d, 1)
137 rd3 = w.wcs_pix2world(pix, 1)
H A Dtest_tab.py23 rd = tab_wcs_2di.wcs_pix2world(xy, 1)
43 rd = w.wcs_pix2world(xy, 1)
61 assert np.allclose(pts, w.wcs_world2pix(w.wcs_pix2world(pts, 0), 0))
H A Dtest_wcs.py257 w.wcs_pix2world(data, origin=1)
267 result = w.wcs_pix2world(data, 1)
269 result = w.wcs_pix2world(
280 xw, yw = w.wcs_pix2world(x, y, 1)
310 xw, yw = w.wcs_pix2world(x, y, 1)
322 xw = w.wcs_pix2world(x, 1)
326 xw, = w.wcs_pix2world(x, 1)
336 w.wcs_pix2world(xy, 1)
341 w.wcs_pix2world(xy, 1)
743 ra, dec = w.wcs_pix2world(0, 0, 0)
[all …]
H A Dtest_profiling.py45 wcsobj.wcs_pix2world(x, 1)
75 wcsobj.wcs_pix2world(x, 1)
H A Dtest_wcsprm.py1080 w2 = w.wcs_pix2world(x, 1)
H A Dtest_utils.py120 slice_wcs.wcs_pix2world(*slice_wcs.wcs.crpix, 1),
/dports/astro/py-astropy/astropy-5.0/docs/wcs/examples/
H A Dfrom_file.py35 world = w.wcs_pix2world(pixcrd, 0)
52 assert (w.wcs_pix2world(x, y, origin) ==
53 w.wcs_pix2world(x + 1, y + 1, origin + 1))
H A Dprogrammatic.py31 world = w.wcs_pix2world(pixcrd, 0)
48 assert (w.wcs_pix2world(x, y, origin) ==
49 w.wcs_pix2world(x + 1, y + 1, origin + 1))
/dports/astro/py-astropy/astropy-5.0/docs/wcs/
H A Dlegacy_interface.rst98 - `~astropy.wcs.wcs.WCS.wcs_pix2world`: Perform just the core WCS
101 >>> lon, lat = wcsobj.wcs_pix2world(30, 40, 0)
H A Dnote_sip.rst36 `~astropy.wcs.wcs.WCS.wcs_pix2world` and `~astropy.wcs.wcs.WCS.wcs_world2pix`,
/dports/astro/stellarium/stellarium-0.21.3/util/DSSToStellarium/
H A DprepareAllPlates.py93 radecCorner = w.wcs_pix2world(arr, 1)
H A DdssUtils.py160 ret = self.w.wcs_pix2world(arr, 1)
/dports/math/py-yt/yt-4.0.1/yt/frontends/fits/
H A Dfields.py63 w_coords = wcs_2d.wcs_pix2world(
/dports/astro/py-astropy/astropy-5.0/astropy/modeling/tests/
H A Dtest_quantities_rotations.py29 radec = w.wcs_pix2world(inp[0], inp[1], 1)
H A Dtest_rotations.py48 radec = w.wcs_pix2world(inp[0], inp[1], 1)
/dports/astro/py-astropy/astropy-5.0/astropy/wcs/
H A Dutils.py632 lon, lat = wcs.wcs_pix2world(xp, yp, origin)
895 lon2, lat2 = w_obj.wcs_pix2world(x, y, 0)
H A Dwcs.py779 return self.wcs_pix2world(corners, 1)
1417 def wcs_pix2world(self, *args, **kwargs): member in WCS
1423 wcs_pix2world.__doc__ = """
/dports/astro/py-astropy/astropy-5.0/astropy/nddata/tests/
H A Dtest_utils.py528 w.wcs_pix2world(*w.wcs.crpix, 1), w.wcs.crval,
/dports/astro/py-astropy/astropy-5.0/
H A DCHANGES.rst11951 - ``wcs_pix2sky`` -> ``wcs_pix2world``