Replies: 2 comments
-
Hi! The first entry in the time array is the time of the initial condition (that is, the initial condition isn't assumed to be at
then you'll see that you get a consistent result. A few more comments:
I hope this helps! Please note that I have converted this Issue to a Discussion, because this isn't a bug in the code. Please label the answer as the correct one if this resolves your question. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I initialized the orbit of an object with the following code:
and I calculate the birth location in the (X, Y, Z) space as follows:
which gives the following plot:
![download](https://user-images.githubusercontent.com/39805300/219973456-47eccb32-773d-443b-a504-40735a494423.png)
when I change the integration time as follows:
the plots look like this:
![download](https://user-images.githubusercontent.com/39805300/219973600-1284bf33-f696-4a03-a433-a1207d70d61f.png)
the green stars indicates the birth location, whereas the red dot is the current location of the object.
When I multiply the integration time by u.Gyr, it doesn't change the result. The birth location changes everytime.
The version of galpy is 1.8.0
How can I find the birth location of an object?
Best,
Sivan.
Beta Was this translation helpful? Give feedback.
All reactions