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
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,12 @@ kpasta_options.cfg
32
32
defaultcolor.ini
33
33
config file to allow user to select their own rgb values for the maps output by the above script
34
34
35
+
im2sra_n.py
36
+
Script to take greyscale heightmap images and convert them to scaled .sra files that can be read by ExoPlaSim as topography input.
37
+
Based on Image2sra below (and retains some of Alex's code) but updated for more flexible input options.
38
+
35
39
Image2sra_2.0.3.py
36
-
Script to take greyscale heightmap images and convert them to scaled .sra files that can be read by ExoPlaSim as topography input. Created by Alex (Ostimeus), distributed with permission.
40
+
Original script for converting heightmaps to .sra files. Created by Alex (Ostimeus), distributed with permission.
37
41
Ost has made their own repository for this script bundled into an exoplasim configuration tool https://github.com/MegalexMaster/ExoPlaSim-InCon
38
42
I'll leave this script in place here but it may not include later bugfixes (and the tool is nifty anyway).
0 commit comments