MCPcopy Create free account

hub / github.com/cpaczek/skylight / functions

Functions710 in github.com/cpaczek/skylight

↓ 1 callersFunctionscore
(ac: Aircraft, azEl: AzEl, mode: TargetMode, c: TargetCriteria)
tracker/src/pointing/target.ts:26
↓ 1 callersMethodscreenHeading
(tr: Track, tt: number, cfg: Config, proj: ProjOpts)
web/src/display/renderer.ts:466
↓ 1 callersFunctionsecurityHeader
()
tracker/scripts/onvif-cmd.ts:16
↓ 1 callersFunctionselectedRef
()
web/src/tracker/components/CalibrationWizard.tsx:21
↓ 1 callersMethodsendControlReset
()
tracker/src/camera/visca.ts:634
↓ 1 callersFunctionsetField
(k: keyof ShowFields, v: boolean)
web/src/control/Control.tsx:71
↓ 1 callersMethodsetSourceOk
Source health from server status messages.
web/src/display/renderer.ts:243
↓ 1 callersMethodsetTargetMode
(mode: TargetMode)
tracker/src/loop.ts:237
↓ 1 callersMethodsetUrl
(url: string)
tracker/src/video/mse.ts:41
↓ 1 callersMethodsetUrl
Camera IP/URL can change at runtime; the new URL applies to the next clip.
tracker/src/video/recorder.ts:58
↓ 1 callersMethodsetUrl
(url: string)
tracker/src/video/stream.ts:38
↓ 1 callersMethodsetZoom
Command zoom alone (tracking-time zoom updates).
tracker/src/camera/driver.ts:33
↓ 1 callersFunctionskyAnglesToMeters
(angles: SkyAngles, horizonRadius: number)
shared/src/geo.ts:163
↓ 1 callersFunctionskyTimeLabel
(offsetMin: number)
web/src/control/Control.tsx:10
↓ 1 callersFunctionslewSeconds
(from: PanTilt, to: PanTilt, lim: CameraLimits, settleSec = 0.15)
shared/src/aim.ts:249
↓ 1 callersFunctionsmoothTrack
Median(window 5, outlier reject) + EMA smoothing; linear-interp gaps + hold ends.
tracker/src/video/stabilize.ts:177
↓ 1 callersMethodsolve
(init: MountModel, solveGains: boolean, solveLevel: boolean)
tracker/src/calibration/session.ts:109
↓ 1 callersFunctionsolve3
Solve a 3×3 linear system by Cramer's rule; null if near-singular.
tracker/src/vision/detect.ts:317
↓ 1 callersFunctionsolveLinear
Solve a small symmetric system A x = b by Gaussian elimination.
shared/src/aim.ts:353
↓ 1 callersFunctionstarAltAz
Horizontal coords of a fixed star from its RA/Dec and the local sidereal time.
shared/src/celestial.ts:72
↓ 1 callersFunctionstart
(pan: number, tilt: number, zoom: number)
web/src/tracker/components/JogPad.tsx:11
↓ 1 callersMethodstart
()
tracker/src/loop.ts:167
↓ 1 callersMethodstart
(port: number, host: string)
tracker/src/hub.ts:111
↓ 1 callersMethodstart
()
tracker/src/video/mse.ts:69
↓ 1 callersMethodstart
()
tracker/src/video/stream.ts:47
↓ 1 callersMethodstart
()
server/src/datasource.ts:183
↓ 1 callersMethodstart
()
server/src/sfo-ground.ts:44
↓ 1 callersMethodstart
()
web/src/display/renderer.ts:195
↓ 1 callersFunctionstartFfmpeg
()
tracker/scripts/measure-fov.ts:78
↓ 1 callersFunctionstartFfmpeg
()
tracker/scripts/measure-latency.ts:104
↓ 1 callersMethodstate
(site: GeoPoint, now: number)
tracker/src/calibration/session.ts:131
↓ 1 callersMethodstop
()
web/src/display/renderer.ts:229
↓ 1 callersMethodstopJog
()
tracker/src/loop.ts:256
↓ 1 callersFunctionstopMotion
()
tracker/scripts/measure-abs.ts:81
↓ 1 callersFunctionstripPort
(rawHost: string)
server/src/allowed-hosts.ts:54
↓ 1 callersMethodsubscribe
(fn: Listener)
server/src/config-store.ts:87
↓ 1 callersMethodsubscribe
(fn: Listener)
web/src/lib/connection.ts:115
↓ 1 callersMethodsubscribe
(fn: Listener)
web/src/tracker/connection.ts:99
↓ 1 callersFunctionswitchToProfile
(p: LocationProfile)
web/src/control/Control.tsx:98
↓ 1 callersMethodtakeSolved
()
tracker/src/calibration/session.ts:127
↓ 1 callersFunctiontestByteZero
()
tracker/scripts/slow-limits.ts:131
↓ 1 callersFunctiontestHostname
(host: string)
server/src/allowed-hosts.ts:95
↓ 1 callersFunctiontestPulseQuantum
()
tracker/scripts/slow-limits.ts:183
↓ 1 callersFunctiontestRelative
()
tracker/scripts/slow-limits.ts:142
↓ 1 callersFunctiontick
()
web/src/tv/Tv.tsx:76
↓ 1 callersMethodtick
()
tracker/src/loop.ts:341
↓ 1 callersMethodtick
(dt: number)
tracker/src/camera/sim.ts:121
↓ 1 callersFunctiontiltDegToUnits
(deg: number, s: ViscaUnitScale)
tracker/src/camera/units.ts:10
↓ 1 callersFunctiontiltUnitsToDeg
(units: number, s: ViscaUnitScale)
tracker/src/camera/units.ts:16
↓ 1 callersFunctiontrackFromSidecar
Per-frame plane track from the live recorder sidecar (the tracker already * knew where the plane was). Maps detection times to frame indices and *
tracker/src/video/stabilize.ts:144
↓ 1 callersFunctiontrackerWsUrl
()
web/src/tracker/connection.ts:23
↓ 1 callersFunctiontrial
(n: number)
tracker/scripts/measure-latency.ts:127
↓ 1 callersMethodupdate
Feed a fresh snapshot. Stamps each fix with local arrival time.
web/src/display/renderer.ts:249
↓ 1 callersMethodupdateSky
(cfg: Config, now: number)
web/src/display/renderer.ts:643
↓ 1 callersMethodurl
()
web/src/lib/connection.ts:47
↓ 1 callersMethodurl
()
web/src/tracker/connection.ts:51
↓ 1 callersFunctionuseAmbientMode
()
web/src/lib/useAmbientMode.ts:62
↓ 1 callersFunctionvalidateRadioUrl
(radioUrl: unknown)
server/src/config-store.ts:18
↓ 1 callersMethodvisionTick
* Vision pass (Phase C): track-before-detect. Every candidate blob is * converted to WORLD az/el at frame time and fed to a small track table; *
tracker/src/loop.ts:907
↓ 1 callersFunctionwantedSteps
Parse "pan=4,5,9 tilt=10,11" style argv; no args = everything.
tracker/scripts/measure-speeds.ts:243
↓ 1 callersFunctionwindowedRates
Gap-refined °/s over consecutive sub-windows — shows drift/steadiness.
tracker/scripts/byte0-verify.ts:70
↓ 1 callersFunctionwingspanM
(typeCode?: string, category?: string)
tracker/src/pointing/wingspan.ts:33
↓ 1 callersMethodwithinRadius
Keep only aircraft within the configured display radius. Position-less * records are kept — they're extrapolated from the last known fix client-si
server/src/datasource.ts:259
↓ 1 callersFunctionwsUrl
()
web/src/tv/useMse.ts:9
↓ 1 callersFunctionxShift
* Horizontal shift of b relative to a (px, sub-pixel) by SAD search over a * tall band (rooflines carry the texture; the sky is featureless), toleran
tracker/scripts/measure-fov.ts:129
↓ 1 callersFunctionzoomWide
()
tracker/scripts/video-speed.ts:46
↓ 1 callersFunctionzoomWide
()
tracker/scripts/slow-limits.ts:66
↓ 1 callersFunctionzoomWide
()
tracker/scripts/byte0-verify.ts:45
FunctionCalibrationWizard
({ state, conn, }: { state: TrackerState; conn: TrackerConnection; })
web/src/tracker/components/CalibrationWizard.tsx:9
FunctionColorRow
({ label, value, onChange, }: { label: string; value: string; onChange: (v: string) => void; })
web/src/control/components.tsx:146
FunctionConfigPanel
({ config, conn, }: { config: TrackerConfig; conn: TrackerConnection; })
web/src/tracker/components/ConfigPanel.tsx:38
FunctionControl
()
web/src/control/Control.tsx:32
FunctionDisplay
()
web/src/display/Display.tsx:10
FunctionJogPad
({ conn }: { conn: TrackerConnection })
web/src/tracker/components/JogPad.tsx:7
FunctionNum
({ label, value, step = 1, onCommit, }: { label: string; value: number; step?: number; onCommit: (v:
web/src/tracker/components/ConfigPanel.tsx:8
FunctionRecordPanel
({ state, connected, }: { state: TrackerState; connected: boolean; })
web/src/tracker/components/RecordPanel.tsx:26
FunctionRow
({ label, children, hint, indent = false }: { label: string; children: ReactNode; hint?: string; indent?: bool
web/src/control/components.tsx:14
FunctionSection
({ title, children }: { title: string; children: ReactNode })
web/src/control/components.tsx:5
FunctionSegmented
({ value, options, onChange, }: { value: T; options: { value: T; label: string }[]; onChange: (v:
web/src/control/components.tsx:122
FunctionSfoGroundPanel
(props: { ground: { at: number; aircraft: GroundAircraft[] } | null; })
web/src/tv/SfoGround.tsx:34
FunctionSkyPolar
({ state, config, onPick, }: { state: TrackerState; config: TrackerConfig; onPick: (hex: string) =
web/src/tracker/components/SkyPolar.tsx:19
FunctionSlider
({ value, min, max, step = 1, unit = "", onChange, }: { value: number; min: number; max: num
web/src/control/components.tsx:39
FunctionStatusBar
({ state, connected, conn, }: { state: TrackerState; connected: boolean; conn: TrackerConnection;
web/src/tracker/components/StatusBar.tsx:15
FunctionStream
()
web/src/stream/Stream.tsx:27
FunctionTargetTable
({ state, onPick, }: { state: TrackerState; onPick: (hex: string | null) => void; })
web/src/tracker/components/TargetTable.tsx:5
FunctionTextInput
({ value, onCommit, placeholder, ariaLabel, }: { value: string; /** Fired on blur / Enter with the
web/src/control/components.tsx:79
FunctionToggle
({ value, onChange }: { value: boolean; onChange: (v: boolean) => void })
web/src/control/components.tsx:26
FunctionTracker
()
web/src/tracker/Tracker.tsx:14
FunctionTv
()
web/src/tv/Tv.tsx:29
FunctionVideoPane
({ state, config, connected = true, }: { state: TrackerState; config: TrackerConfig; connected?: b
web/src/tracker/components/VideoPane.tsx:15
MethodbroadcastConfig
(config: Config)
server/src/hub.ts:100
MethodcameraWorldAim
Where the camera is actually looking in the world (for the UI overlay).
tracker/src/loop.ts:1173
FunctioncenterOnAirport
()
web/src/control/Control.tsx:142
FunctioncenterOnTraffic
()
web/src/control/Control.tsx:115
FunctionchangeLocation
(q: string)
web/src/control/Control.tsx:75
Methodclamp
(v: number)
web/src/tv/cropFollow.ts:83
Methodclamp01
(v: number)
tracker/src/loop.ts:939
Functioncommit
()
web/src/control/components.tsx:95
Methodconstructor
( private url: string, private events: UpstreamEvents = {}, )
tracker/src/upstream.ts:41
Methodconstructor
( private file: string, private events: UpstreamEvents = {}, private speed = 1, )
tracker/src/upstream.ts:134
← previousnext →501–600 of 710, ranked by callers