{
   "version": "1.0",
   "name": "Cosmographia generic Example",
   "items": [
      {
         "class": "spacecraft",
         "name": "Deimos",
         "arcs": [
           {
             "center": "Sun",
             "trajectory": {
               "type": "Spice",
               "target": "DEIMOS",
               "center": "SUN"
             },
             "bodyFrame": {
               "type": "Spice",
               "name": "IAU_DEIMOS"
             }
           }
         ],
      "geometry": {
        "type": "DSK",
        "kernel": "../../kernels/dsk/moons/deimos_m003_ern_v01.bds",
        "color": [ 1, 1, 1 ],
        "opacity": 1.0,
        "scale": 1
      },
      "label": {
        "color": [
          1,
          1,
          1
        ]
      },
      "trajectoryPlot": {
        "color": [
          1,
          0,
          0
        ],
        "lineWidth": 5,
        "duration": "2 d",
        "lead": 0.25,
        "fade": 0.0,
        "sampleCount": 500
      }
    }
  ]
}
