sun2 = html`
<center><svg viewBox="-7.5 -7.5 15 15" style="max-width: 800;"text-anchor="middle" font-family="sans-serif" >
${images.map (d => svg`<line x1="0" y1="0" x2="${d.phi * Math.sin(d.rho)}" y2="-${d.phi * Math.cos(d.rho)}" stroke="gold" stroke-width="0.01" stroke-opacity=110 /> <title>${d.name}</title> `)}
${images.map (d => svg`<line x1="0" y1="0" x2="${d.phi * Math.sin(d.rho)}" y2="${d.phi * Math.cos(d.rho)}" stroke="gold" stroke-width="0.01" stroke-opacity=110 /> <title>${d.name}</title> `)}
<line x1="0" y1="-6" x2="0" y2="10" stroke="red" stroke-width="0.2" stroke-opacity=110 />
<line x1="-6" y1="0" x2="6" y2="0" stroke="red" stroke-width="0.2" stroke-opacity=110 />
<text x=0 y=0.27 font-size = 1>🌹</text> `