Skip to content

Commit 27bb1f1

Browse files
Rotation axes for 55P, 96P, 153P
1 parent c3c2b4a commit 27bb1f1

1 file changed

Lines changed: 24 additions & 4 deletions

File tree

data/comets.ssc

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
# "Magnitude and size distribution of long-period comets in Earth-crossing or approaching orbits"
4040
# https://doi.org/10.1111/j.1365-2966.2012.20989.x
4141
#
42-
# Bond and Geometric Albedos for 19P, 153P are from Rondon (2025), MNRAS 538, 2869-2904
42+
# Bond and Geometric Albedos for 2P, 19P, 21P, 46P, 55P, 96P, and 153P
43+
# are from Rondon (2025), MNRAS 538, 2869-2904
4344
# "Secular light curves of periodic comets observed by SWAN/SOHO"
4445
# https://doi.org/10.1093/mnras/staf454
4546
#
@@ -287,6 +288,7 @@
287288
Mesh "asteroid.cms"
288289
Texture "asteroid.jpg"
289290
Radius 0.6 # D = 1.2 km
291+
TailColor [ 0.30 1.0 0.65 ]
290292
Mass<kg> 3.3e11
291293
Density 400
292294

@@ -339,7 +341,13 @@
339341
# Rotation period from IAU Circular No. 6816 (1998)
340342
# http://www.cbat.eps.harvard.edu/iauc/06800/06816.html
341343

342-
RotationPeriod 15.31
344+
UniformRotation
345+
{
346+
Period 15.31
347+
Inclination 162
348+
AscendingNode 235
349+
}
350+
343351
GeomAlbedo 0.78
344352
BondAlbedo 0.7
345353
InfoURL "https://en.wikipedia.org/wiki/55P/Tempel-Tuttle"
@@ -369,7 +377,13 @@
369377
# Rotation period from Eisner (2019)
370378
# https://arxiv.org/abs/1903.10500
371379

372-
RotationPeriod 4.096
380+
UniformRotation
381+
{
382+
Period 4.096
383+
Inclination 82
384+
AscendingNode 189
385+
}
386+
373387
GeomAlbedo 0.044
374388
BondAlbedo 0.0112
375389
InfoURL "https://en.wikipedia.org/wiki/96P/Machholz"
@@ -463,7 +477,13 @@
463477
# Rotation period from Manzini (2007)
464478
# https://doi.org/10.1007/s11038-005-9062-6
465479

466-
RotationPeriod 35.52 # P = 1.48 days
480+
UniformRotation
481+
{
482+
Period 35.52 # P = 1.48 days
483+
Inclination 70
484+
AscendingNode 322
485+
}
486+
467487
BondAlbedo 0.12
468488
GeomAlbedo 0.3
469489
InfoURL "https://en.wikipedia.org/wiki/153P/Ikeya-Zhang"

0 commit comments

Comments
 (0)