S-C-A-N / SCANsat

Real Scanning, Real Science, at Warp Speed!
216 stars 96 forks source link

Adjustable ground track color scheme #347

Closed DMagic1 closed 4 years ago

DMagic1 commented 4 years ago

Allow customization of the map-view ground track scanning visualization. This is probably best accomplished by defining a color for each scan type that can be added to the SCANresource.cfg.

Tonas1997 commented 4 years ago

Thanks for the positive reception to my idea :D

Are shaped beams possible as well?

DMagic1 commented 4 years ago

What do you mean by shape? Some kind of 3D visualization, rather than the simple colored triangle that is used now? That might be more trouble to handle.

Colors are relatively easy because it is easy to mix colors for scanners of different types. Mixing shapes wouldn't really be possible, so for any vessel with more than one scanner you would only be able to use one shape.

It also makes actually drawing the visualization on screen a lot more trouble, as this is all done by manually defining primitive shapes on the screen.

Tonas1997 commented 4 years ago

Yeah, I meant different beam shapes for different sensors. Instead of "sweeping" the surface in a line, some sensors could do so with a conical beam, or a squared one. Like this,

SCANSat

with the first figure representing how the beams currently work.

But yeah, as you mentioned it might not be doable.