galpy.df.streamdf.streamTrack¶
- streamdf.streamTrack(custom_sky_transform=None)[source]¶
Return a
StreamTrackwrapping this streamdf’s analytic track, parameterized by perpendicular angle along the stream (tp=0at the progenitor,tp=_deltaAngleTrackat the far end). The result is cached.The
covattached to the track is the local (perpendicular-only) covariance, matchingstreamspraydf.streamTrack()’s convention. Unit metadata is inherited from the progenitor’s Orbit (ro/vo) and from the streamdf’s solar position (zo=Zsun,solarmotion = vsun - [0, vo, 0]), sotrack.ll/track.bb/track.dist/track.vlos/track.pmll/track.pmbbreproduce_interpolatedObsTrackLB.- Parameters:
custom_sky_transform (array, shape (3, 3), optional) – One-shot override of
self.custom_sky_transformfor the cachedStreamTrack. Use this when you want the track in a custom(phi1, phi2)sky frame without modifying the streamdf itself. DefaultNone(use the streamdf’s stored transform, if any).- Return type:
Notes
2026-05-11 - Written - Bovy (UofT)