Home
last modified time | relevance | path

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

/dports/astro/py-astropy/astropy-5.0/astropy/coordinates/tests/
H A Dtest_intermediate_transformations.py85 gcrs_frames = [GCRS(), GCRS(obstime=Time('J2005'))] variable
93 gcrscoo = icoo.transform_to(gcrs_frames[0]) # uses the default time
102 gcrscoo2 = icoo.transform_to(gcrs_frames[1])
107 gcrscoo3 = gcrscoo.transform_to(gcrs_frames[0]) # should be a no-op
111 gcrscoo4 = gcrscoo.transform_to(gcrs_frames[1]) # should be different
115 gcrscoo5 = gcrscoo4.transform_to(gcrs_frames[0]) # should be back to the same
130 @pytest.mark.parametrize('gframe', gcrs_frames)