initial upload

This commit is contained in:
2025-12-17 10:53:43 +08:00
commit f3f1778f77
308 changed files with 129940 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
#!/bin/bash
# run the script to generate HDF5 model files for TomoATT. Four models will be generated for TomoATT
# 1. constant velocity model
# 2. linear velocity model
# 3. regular checkerboard model based on the linear velocity model
# 4. flexible checkerboard model based on the linear velocity model
python 1_generate_models.py
# run the script to plot the generated models (optional)
python 2_plot_models.py