{
   "version": "1.0",
   "name": "Cosmographia GNSS Example",
   "spiceKernels": [
      "../../kernels/spk/comets/c2025_n1_atlas_hor_v01.bsp"
   ],
   "items": [
         {
         "class": "spacecraft",
         "name": "C 2025 N1 (3I ATLAS)",
         "startTime": "2000-01-01 01:00:00.000  UTC",
         "arcs": [
            {
               "center": "Sun",
               "trajectory": {
                  "type": "Spice",
                  "target": "1004083",
                  "center": "SUN"
               }
            }
         ],
         "trajectoryPlot": {
             "visible": true,
             "color": [1, 0.2, 0.2],
             "duration": "5y",
             "lead": 0,
             "fade": 1,
             "sampleCount": 100
         },
         "label": {
                    "showText": true,
                    "color": [1, 0.2, 0.2]
       }
      }
   ]
}
