-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Prayush Kumar edited this page Aug 7, 2023
·
2 revisions
Welcome to the visualizations wiki!
- SWSH: https://en.wikipedia.org/wiki/Spin-weighted_spherical_harmonics
- Mathematica demo: https://demonstrations.wolfram.com/SpinWeightedSphericalHarmonics/
- Package to get waveform multipoles h_{lm} from existing NR simulations: https://github.com/gwnrtools/nr-catalog-tools. See its usage for an example of how exactly to get h_{lm}(t), and use that example for now.
- Python way to make 3D figures: https://matplotlib.org/2.0.2/mpl_toolkits/mplot3d/tutorial.html
- Python way to make animations from a bunch of figures/frames: https://pythonexamples.org/python-opencv-cv2-create-video-from-images/