with the craft waking up and the minor moon meshes done
time for this
I am using a edited version of Jestr's " new_horizons_jpg_v2.zip "
http://celestiamotherlode.net/catalog/s ... don_id=913just the cmod and some editing ( the cmod calls ALL CAP image names and file extensions )
added a new gold foil and a normalmap for the foil
Attachment:
NH.png [ 661.86 KiB | Viewed 2484 times ]
Attachment:
NH1.png [ 2.03 MiB | Viewed 2480 times ]
still working on it
The spice data
for now it is ONLY location data.There is a NASTY problem with the rotation bc files.
they are NOT continuous and will require a new timeline entry for EACH
the 2014 file "merged_nhpc_2014_v000.bc" has 4 different segments in it
Code:
ckbrief -rel -g merged_nhpc_2014_v000.bc naif0010.tls new_horizons_0664.tsc
CKBRIEF -- Version 6.1.0, June 27, 2014 -- Toolkit Version N0065
Summary for: merged_nhpc_2014_v000.bc
Begin ET: 2014-JAN-05 04:10:55.414 End ET: 2014-JAN-17 20:10:00.427
Objects: -98000
Begin ET: 2014-JUN-15 00:51:28.581 End ET: 2014-AUG-27 23:28:38.656
Objects: -98000
Begin ET: 2014-AUG-28 05:37:21.657 End ET: 2014-AUG-28 14:48:57.657
Objects: -98000
Begin ET: 2014-AUG-29 03:47:21.657 End ET: 2014-AUG-29 07:46:59.658
Objects: -98000
you will need the bsp "nh_pred_od077.bsp"
ftp://naif.jpl.nasa.gov/pub/naif/pds/da ... /data/spk/the Pluto/Charon spice add on is fine to define the location of the barycenter used
and this bsp file ALSO!!! has different time segments REQUIRING using a timeline
( as you can see this is going to be VERY complex to add the rotational data in )
Code:
brief -c nh_pred_od077.bsp
BRIEF -- Version 4.0.0, September 8, 2010 -- Toolkit Version N0065
Summary for: nh_pred_od077.bsp
Body: NEW HORIZONS (-98) w.r.t. JUPITER BARYCENTER (5)
Start of Interval (ET) End of Interval (ET)
----------------------------- -----------------------------
2007 MAR 19 00:00:00.000 2007 MAR 30 22:19:17.490
Body: NEW HORIZONS (-98) w.r.t. PLUTO BARYCENTER (9)
Start of Interval (ET) End of Interval (ET)
----------------------------- -----------------------------
2015 JUL 07 18:58:29.063 2015 JUL 21 05:23:45.438
Body: NEW HORIZONS (-98) w.r.t. SUN (10)
Start of Interval (ET) End of Interval (ET)
----------------------------- -----------------------------
2007 MAR 30 22:19:17.490 2015 JUL 07 18:58:29.063
2015 JUL 21 05:23:45.438 2015 SEP 01 00:00:00.000
right now i am not using the Jupiter encounter ( will be added soon )
NewHorizons.SPICE.ssc
Code:
# NH
"New Horizons" "Sol"
{
Class "spacecraft"
Mesh "new_horizons.cmod"
Radius 0.011
Orientation [ 90 1 0 0 ]
Timeline
[
{
OrbitFrame { EclipticJ2000 { Center "Sol"}}
BodyFrame { EquatorJ2000 { Center "Sol" } }
Starting "2007 03 30 22:19:17.490"
Ending "2015 07 07 18:58:29.063"
SpiceOrbit
{
Kernel
[
"nh_pred_od077.bsp"
]
Target "-98"
Origin "10"
Period 10
BoundingRadius 1e10
}
RotationPeriod 0.05
}
{
OrbitFrame { EclipticJ2000 { Center "Sol/Pluto_bary"}}
BodyFrame { EquatorJ2000 { Center "Sol" } }
Ending "2015 07 21 05:23:45.438"
SpiceOrbit
{
Kernel
[
"nh_pred_od077.bsp"
]
Target "-98"
Origin "9"
Period 10
BoundingRadius 1e10
}
RotationPeriod 0.05
}
{
OrbitFrame { EclipticJ2000 { Center "Sol"}}
BodyFrame { EquatorJ2000 { Center "Sol" } }
Ending "2015 09 01 00:00:00.000"
SpiceOrbit
{
Kernel
[
"nh_pred_od077.bsp"
]
Target "-98"
Origin "10"
Period 10
BoundingRadius 1e10
}
RotationPeriod 0.05
}
]
}