Home
last modified time | relevance | path

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

/dports/astro/py-astropy/astropy-5.0/astropy/coordinates/builtin_frames/
H A Dlsr.py110 class GalacticLSR(BaseCoordinateFrame): class
149 @frame_transform_graph.transform(AffineTransform, Galactic, GalacticLSR)
157 @frame_transform_graph.transform(AffineTransform, GalacticLSR, Galactic)
271 frame_transform_graph._add_merged_transform(GalacticLSR, Galactic, GalacticLSR)
H A D__init__.py57 from .lsr import LSR, GalacticLSR, LSRK, LSRD
/dports/astro/py-astropy/astropy-5.0/astropy/coordinates/tests/
H A Dtest_celestial_transformations.py12 Supergalactic, Galactocentric, HCRS, GCRS, LSR, GalacticLSR)
345 @pytest.mark.parametrize('frame', [LSR, GalacticLSR])
H A Dtest_frames_with_velocity.py106 [bf.GalacticLSR, 'l', 'b'], [bf.HeliocentricMeanEcliptic, 'lon', 'lat'],