globe: doc satellite accessors, drop redundant make_/test_ prefixes
- Document the ten missing satellite.mli accessors / renderers (E405).
- Add doc on Fuzz_satellite.suite (E405).
- Rename satellite.ml internal helpers: make_ghost -> ghost_array,
make_trail -> trail_array, make -> build (E331).
- Rename label.ml's HTML-element helper from create to html_el to
avoid the make_/create idiomatic-constructor lint without colliding
with the public Label.v constructor (E336).
- Shorten test_default_cam_has_full_trails -> default_cam_full_trails
(E325 long identifier).
Remaining: density and label still report missing test files (E605); a
proper test would need DOM/WebGL2 mocks that are out of scope here.