It also says, "There is insufficient information available to transform from ... to frame ... (ECLIP J2000). Frame-..."
Here is my .ssc code:
Code: Select all
# Voyager Space Probes
"Voyager 1" "Sol"
{
Class "spacecraft"
Mesh "voyager.3ds" #this mesh displays the laser disc
Texture "voyager.jpg"
Radius 0.01
Beginning "1977 09 05 12:00" #Launch
# Ending ???
SpiceOrbit {
Kernel [
"Voyager_1.a54206u_V0.2_merged.bsp"
]
Origin "SUN"
Target "VOYAGER 1"
BoundingRadius 10
}
Albedo 0.1
SpiceRotation {
Kernel [
"vg1_jup_qmw_na.bc"
"vg1_v02.tf"
"vg100030.tsc"
"naif0012.tls"
]
Frame "VG1_SC_BUS"
}
}