Skip to content

Commit af5c55f

Browse files
authored
Better documentation (hopefully)
1 parent b949124 commit af5c55f

2 files changed

Lines changed: 15 additions & 9 deletions

File tree

data/dwarfplanets.ssc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,11 @@ ReferencePoint "Pluto-Charon" "Sol"
8181
{
8282
Height 200
8383

84+
# Rayleigh coefficient multiplied by fudge factor to correct appearance.
85+
# Fudge factor: 3
8486
Rayleigh [ 0.0000009 0.0000022 0.0000055 ]
8587

88+
# Mie coefficient hand-picked to fit Pluto images from New Horizons.
8689
# Mie anisotropy from Hillier et al. (2021), PSJ 2 (1), id.11
8790
# "Characteristics of Pluto’s Haze and Surface from an Analytic Radiative Transfer Model"
8891
# https://iopscience.iop.org/article/10.3847/PSJ/abbdaf

data/solarsys.ssc

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@
165165
# Rayleigh scattering coefficients are anchored to cloudtop altitudes, assumed to be 64 km.
166166
# At 64 km, the coefficients are: [ 0.00154417 0.00366592 0.00917735 ]
167167
# These are scaled to reach the surface.
168+
# Fudge factor: 1/π
168169
Rayleigh [ 0.0011651 0.002766 0.0069244 ]
169170
MieScaleHeight 27
170171

@@ -232,7 +233,7 @@
232233
# "Rayleigh-scattering calculations for the terrestrial atmosphere"
233234
# https://opg.optica.org/ao/abstract.cfm?uri=ao-34-15-2765 [Paywalled]
234235
# R = 0.68 μm, G = 0.55 μm, B = 0.44 μm
235-
# Currently, Rayleigh and Mie coefficients are multiplied by a fudge factor to correct appearance.
236+
# Currently, Rayleigh and Mie coefficients are multiplied by a fudge factor to correct appearance.
236237
# Fudge factor: 1/π
237238
#Rayleigh [ 0.004847 0.01149 0.02870 ]
238239
Rayleigh [ 0.00154 0.00366 0.00914 ]
@@ -379,7 +380,8 @@
379380
{
380381
Height 80
381382

382-
Rayleigh [ 0.003 0.0022 0.0015 ]
383+
# Rayleigh coefficients are hand-picked to emulate Martian daytime sky.
384+
Rayleigh [ 0.002 0.0015 0.001 ]
383385
MieScaleHeight 11.1 # Rayleigh scale height
384386

385387
# Schneegans et al. (2024), COMPUTER GRAPHICS forum 43 (2)
@@ -390,7 +392,7 @@
390392
# "Characterisation of Martian dust aerosol phase function from sky radiance measurements by MSL engineering cameras"
391393
# https://ui.adsabs.harvard.edu/abs/2019Icar..330...16C/abstract
392394
Mie 0.00028
393-
MieHGAnisotropy 0.76
395+
MieHGAnisotropy 0.673
394396

395397
CloudHeight 30
396398
CloudMap "mars-clouds.*"
@@ -1094,15 +1096,13 @@ AltSurface "Limit of knowledge" "Sol/Jupiter/Callisto"
10941096
SpecularPower 1000
10951097
SemiAxes [ 2575.164 2574.720 2574.314 ]
10961098
Mass<kg> 1.345180354e23
1097-
1098-
# Scale height is greater than in reality
1099-
# though the value might apply to ground level and not cloud tops
1100-
# reproduces Cassini views at low phase angles
1101-
# the visible scale height at high phase angles seems larger
11021099
Atmosphere
11031100
{
11041101
Height 1000
11051102

1103+
# Rayleigh coefficient multiplied by fudge factor to correct appearance.
1104+
# Fudge factor: 1/400
1105+
# Scale height is arbitrary, but is larger than in reality.
11061106
Rayleigh [ 0.0000545 0.000129 0.0003218 ]
11071107
MieScaleHeight 150
11081108

@@ -1703,15 +1703,18 @@ AltSurface "Limit of knowledge" "Sol/Jupiter/Callisto"
17031703
Mass<kg> 2.14029e22 # GM = (1428.49546 ± 0.61603) km^3/s^2
17041704
Atmosphere
17051705
{
1706-
Height 30
1706+
Height 100
17071707

1708+
# Rayleigh coefficient multiplied by fudge factor to correct appearance.
1709+
# Fudge factor: 3
17081710
# Rayleigh scale height and Mie anisotropy from Gao & Ohno (2024)
17091711
# "Clouds and Hazes in the Atmospheres of Triton and Pluto"
17101712
# https://arxiv.org/abs/2411.12031
17111713
# Mie anisotropy assumed to be the same as discrete component's.
17121714
Rayleigh [ 0.0000016 0.0000037 0.0000093 ]
17131715
MieScaleHeight 16 # Rayleigh scale height
17141716

1717+
# Mie coefficient scaled from Pluto's, using optical depth from Gao & Ohno (2024).
17151718
Mie 0.00000007
17161719
MieHGAnisotropy 0.6
17171720
}

0 commit comments

Comments
 (0)