General description of the PPI scope display
This commit is contained in:
71
CLAUDE.md
71
CLAUDE.md
@@ -132,6 +132,8 @@ Individual scope informations
|
|||||||
|
|
||||||
1. Introduction to project. Just text. No scopes. Only one control for entering
|
1. Introduction to project. Just text. No scopes. Only one control for entering
|
||||||
scope selection loop. Keyboard keys 1 for forward; 2 for backward.
|
scope selection loop. Keyboard keys 1 for forward; 2 for backward.
|
||||||
|
This is a loop type selection If you are in the Introduction, and you touch
|
||||||
|
keyboard 2 for backward, you would go to scope 5, PPI Scope for a boat.
|
||||||
|
|
||||||
2. A Scope - sweep on horizontal axis. A pulse will appear for a return. The distance from
|
2. A Scope - sweep on horizontal axis. A pulse will appear for a return. The distance from
|
||||||
the left hand side to the pulse is the range. The height of the pulse is the strength
|
the left hand side to the pulse is the range. The height of the pulse is the strength
|
||||||
@@ -149,6 +151,15 @@ Individual scope informations
|
|||||||
|
|
||||||
STC sensitivity range; how far shall the STC sensitivity have effect.
|
STC sensitivity range; how far shall the STC sensitivity have effect.
|
||||||
|
|
||||||
|
Please note that the phosphor (chemical that glows when hit by
|
||||||
|
electrons in the tube) is green, similar to an oscilloscope. The Hex
|
||||||
|
for green is ##39FF14; there is a short persistance of the phosphor after being
|
||||||
|
struck by the electron beam. That persistance is about 25 millesconds and its color
|
||||||
|
is darker green at aboutu Hex #004400
|
||||||
|
|
||||||
|
PLease also note that there are no graticules on either the Chain Home a scope nor
|
||||||
|
the marine a a scope.
|
||||||
|
|
||||||
2-1 Chain Home A Scope
|
2-1 Chain Home A Scope
|
||||||
|
|
||||||
Because the receiving antennas are very large (about 100 feet), the
|
Because the receiving antennas are very large (about 100 feet), the
|
||||||
@@ -224,7 +235,65 @@ Individual scope informations
|
|||||||
3. 6.0 miles; marker pips every 1.0 miles
|
3. 6.0 miles; marker pips every 1.0 miles
|
||||||
4. 12.0 miles; marker pips every 2.0 miles
|
4. 12.0 miles; marker pips every 2.0 miles
|
||||||
|
|
||||||
2. PPI Scope - still being worked
|
2. PPI Scope
|
||||||
|
|
||||||
|
PPI stands for Plan Position Indicator
|
||||||
|
|
||||||
|
The Core VisualizationThe PPI scope represents the radar antenna as a
|
||||||
|
central point (the origin).The "Sweep": A radial line rotates 360
|
||||||
|
degrees around the center, synchronized with the physical rotation of the
|
||||||
|
radar antenna.Distance (Range):
|
||||||
|
|
||||||
|
The distance from the center of the screen to a "blip"
|
||||||
|
represents how far away the object is.
|
||||||
|
|
||||||
|
Bearing (Azimuth): The angle of the blip
|
||||||
|
relative to the top of the screen (usually North or the front of a ship/aircraft)
|
||||||
|
represents its direction.
|
||||||
|
|
||||||
|
Key Technical ComponentsIf you are prompting an AI to simulate or analyze a PPI,
|
||||||
|
use these technical markers:Persistence: Older CRT scopes used "long-persistence
|
||||||
|
phosphors" so that a target would remain visible as a glowing trail
|
||||||
|
even after the sweep line passed over it.
|
||||||
|
|
||||||
|
Range Rings: Concentric circles overlaid on the display to help the operator estimate
|
||||||
|
distance at a glance.
|
||||||
|
|
||||||
|
Strobe/Cursor: A line or marker used to pinpoint the exact coordinates of a specific target.
|
||||||
|
|
||||||
|
Mathematical LogicFor an AI to process PPI data, it needs to understand the conversion
|
||||||
|
from Polar to Cartesian coordinates. If a radar detects a target at distance $r$ and
|
||||||
|
angle $\theta$, the position on the 2D screen $(x, y)$ is calculated as:$$x = r \cdot
|
||||||
|
\sin(\theta)$$$$y = r \cdot \cos(\theta)$$4.
|
||||||
|
|
||||||
|
Why it differs from other ScopesTo clarify for the AI, distinguish it from the A-Scope: A
|
||||||
|
simple 1D graph showing "Energy vs. Distance" (looks like an EKG).
|
||||||
|
|
||||||
|
PLease note that there are three different colors for the phosphors in vintge PPI
|
||||||
|
Scope radars. When the phosphor is first struck by the electron beam, the color is blue white;
|
||||||
|
About hex #A0CFFF.
|
||||||
|
|
||||||
|
There are three afterglows of the p7 phosphor after it is struck by the electron beam. They are
|
||||||
|
#E2FF80 - the color just behind the sweep - this lasts about 3
|
||||||
|
seconds; #8A9600 - the trail of history of the pulse - this lasts about 10 seconds,
|
||||||
|
and #050700 - very dark, warm trail - This lasts about 20 seconds.
|
||||||
|
|
||||||
|
Suggested Simulation Table:
|
||||||
|
|
||||||
|
1. Excitation 0 (flash) Bright Blue
|
||||||
|
2. Immediate blue - 1 ms
|
||||||
|
3. Short term Yellow Green - 1 second
|
||||||
|
4. Long Term Amber - 10 seconds
|
||||||
|
5. Expiration - 12 seconds black
|
||||||
|
|
||||||
|
Graticules - These are plastic overlays over the face of the scope. They are
|
||||||
|
for the purposes of showing the bearing. Theey are calibrated in degrees; short line (1/8 inch)
|
||||||
|
each degree; medium line (1/4 inch) for every 5 degres; and a longer line (1/2 inch) for every
|
||||||
|
10 degrees. Line for true north; 2/3 inch.
|
||||||
|
|
||||||
|
Notes that these graticule lines are lie by a #47 incidenscent bulb #FFB347.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user