1) Series of plots made from following orbit elements for the sungrazer: from JPL Horizons: https://ssd.jpl.nasa.gov/tools/sbdb_lookup.html#/?sstr=C%2F2024%20S1 (2024-Oct-21 13:35:40 solution date) Nominal value 1-sigma uncertainties units 2024-Oct-28.48638666 TDB .00068866 days q: 0.007979020520635904 5.2418E-6 AU e: 0.9999045061770241 8.7668E-6 - i: 141.9183059106143 .0071836 deg Node: 347.2759496257908 .050807 deg Peri: 69.25933686927659 .045434 deg I use those orbit elements to generate SPICE SPK files. Then use SPICE light travel equation solving to compute ephemerides as perceived by various observing platforms. Then use a home-brewed coordinate transformation into HPC (Helioprojective longitude/latitude). NB: I use Space-Track.org TLEs to generate SPK files for LEO spacecrafts and SDO. 2) .png files: Blue asterisk marks the perihelion. Blue crosses are hour markers before/after perihelion. Black trajetory line indicates sungrazer is closer to observer than Sun center. Light gray trajectory line: sungrazer is further away than Sun center. Files ending with _MC00100.png or _MC01000.png refer to plots where 100 or 1000 additional trajectories were superposed, each trajectory varying from the nominal one by changing the nominal orbit elements by their 1-sigma error bars times a normally distributed random number (Monte-Carlo approach). 3) .txt files: Contains ephemeris (in usual helioprojective coordinates) from , with UTC time tags being as perceived by observer, i.e. corrected for light travel time. 4) .idlsave files: IDL SAVE files containing same information as .txt files. In IDL, use RESTORE command to read.