This commit is contained in:
petterreinholdtsen 2025-09-04 18:03:07 +02:00 committed by GitHub
commit e2c0c2a427
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

2
spacevoxelviewer.py Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/usr/bin/env python3
import numpy as np
import matplotlib.pyplot as plt
from astropy.io import fits # For reading FITS files

2
voxelmotionviewer.py Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/usr/bin/env python3
"""
pyvista_interactive_view_with_rotation_history.py