motion_since_birth# gammapy.utils.coordinates.motion_since_birth(v, age, theta, phi)[source]# Compute motion of an astrophysical object with a given velocity, direction and age. Parameters: vQuantityAbsolute value of the velocity. ageQuantityAge of the source. theta, phiQuantityAngular direction of the velocity. Returns: dx, dy, dzQuantityDisplacement in x, y, z direction. vx, vy, vzQuantityVelocity in x, y, z direction.