Coordinate transformation with kameleon

This commit is contained in:
Sebastian Piwell
2016-05-04 15:00:38 -04:00
parent 4056b36ba5
commit 99a3ebf8da
5 changed files with 93 additions and 35 deletions
-1
View File
@@ -28,7 +28,6 @@ return {
--"gridGalactic",
--"gridEcliptic",
--"gridEquatorial",
"iswa",
}
}
-16
View File
@@ -1,16 +0,0 @@
return {
{
Name = "iSWA",
Parent = "Root",
Ephemeris = {
Type = "Spice",
Body = "Sun",
Observer = "Earth",
Kernels = {
"${SPICE}/iSWAKernels/heliospheric.tf",
"${SPICE}/iSWAKernels/GSE.ti",
"${SPICE}/iSWAKernels/GSM.ti",
}
}
}
}