You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really like this project. I run the code in anaconda, however, I somehow can not change the inclination. Do I need to run the code in jupiter notebook instead? If I rember right, the inclination from the famouse image was 10 degree. Could you give an example for the command line for this inclination?
Thanks a lot!
The text was updated successfully, but these errors were encountered:
Hi, thanks for asking. Normally, the inclination is set upon initializing either the black hole class or the isoradial class. If you want an inclination of 10 degrees, you can do something like
bh=BlackHole(inclination=10, mass=1)
bh.plot_isoradials([10, 20, 30], [10, 20, 30])
# or to sample photons bh.sample_points(n_points=20000)
I really like this project. I run the code in anaconda, however, I somehow can not change the inclination. Do I need to run the code in jupiter notebook instead? If I rember right, the inclination from the famouse image was 10 degree. Could you give an example for the command line for this inclination?
Thanks a lot!
The text was updated successfully, but these errors were encountered: