This script will print out all the data properties whenever a seismic data is loaded into INTViewer.
Put this scrip in the folder On_Seismic_Data_Loaded in your Python scripts directory.
Go to Tools->Options->Environment->Python Scripts and click "Refresh from Disk". Your script should be listed automatically.
Now, whenever a seismic data is loaded into INTViewer, the data properties will be displayed in the Python Terminal and a Python variable lastSeismicDataLoaded will be created to access the data.
This simple script is useful for looking at newly loaded data properties at a glance and interacting with the data in Python.