MCPcopy Create free account

hub / github.com/PaulKlinger/satellite_tracker / functions

Functions60 in github.com/PaulKlinger/satellite_tracker

↓ 10 callersFunctionset_all
(strip, color, show=True)
demo.py:12
↓ 6 callersFunctionto_target
(strip, current, target, switch_time=0.5, step_time=1 / 30.)
demo.py:49
↓ 6 callersMethodwrite_message
(self, message: str)
main.py:282
↓ 3 callersMethodclosest_led
(self, pos: Pos, alt: float)
main.py:122
↓ 3 callersFunctionfull_color_gradient
(n, tot, saturation=1, lightness=0.5)
demo.py:122
↓ 3 callersFunctionhsl_to_rgbnorm
(h, s, l)
demo.py:109
↓ 3 callersMethodnearby_now
(self)
main.py:64
↓ 3 callersMethodstart
(self)
main.py:334
↓ 2 callersMethodclear
(self, color: Optional[RGB] = None)
main.py:287
↓ 2 callersMethodcreate_orbitals
(self)
main.py:60
↓ 2 callersFunctiondt2np
(utc_time)
orbit_np.py:49
↓ 2 callersFunctiongmst
Greenwich mean sidereal utc_time, in radians. As defined in the AIAA 2006 implementation: http://www.celestrak.com/publications/AIAA/2006-675
orbit_np.py:68
↓ 2 callersFunctionled_array_from_constants
()
main.py:138
↓ 2 callersFunctionled_strip_from_constants
()
main.py:173
↓ 2 callersFunctionset_all
(strip, color)
main.py:185
↓ 2 callersFunctionupdate_tle_file
()
main.py:247
↓ 1 callersMethod_checksum
Performs the checksum for the current TLE.
orbit_np.py:134
↓ 1 callersFunction_days
Get the days (floating point) from *d_t*.
orbit_np.py:62
↓ 1 callersMethod_level_from_alt
(self, alt: float)
main.py:114
↓ 1 callersMethod_parse_tle
Parse values from TLE data.
orbit_np.py:159
↓ 1 callersMethod_read_tle
Read TLE data.
orbit_np.py:148
↓ 1 callersFunctionalternate_loop
(strip, step_time=0.4, timeout=None, current=None)
demo.py:214
↓ 1 callersFunctionchase_loop
(strip, step_time=0.03, timeout=None, current=None)
demo.py:127
↓ 1 callersMethodcheck_tle_update
(self)
main.py:397
↓ 1 callersFunctioncolor_priority_from_name
(name: str)
main.py:145
↓ 1 callersMethodget_lonlatalt
Calculate sublon, sublat and altitude of satellite. http://celestrak.com/columns/v02n03/
orbit_np.py:611
↓ 1 callersMethodget_position
Get the cartesian position and velocity from the satellite.
orbit_np.py:598
↓ 1 callersFunctionhalf_loop
(strip, step_time=0.5, color=(0, 100, 0), timeout=None, current=None)
demo.py:236
↓ 1 callersFunctioninit
()
demo.py:251
↓ 1 callersFunctionjdays2000
Get the days since year 2000.
orbit_np.py:56
↓ 1 callersFunctionkep2xyz
(kep)
orbit_np.py:555
↓ 1 callersMethodloop
(self)
main.py:350
↓ 1 callersMethodpropagate
(self, utc_time)
orbit_np.py:424
↓ 1 callersFunctionrandom_hue_target
(strip, saturation=1, lightness=0.5, tot=100)
demo.py:88
↓ 1 callersFunctionrandom_loop
(strip, switch_time=0.5, total_brightness=100, timeout=None, current=None)
demo.py:97
↓ 1 callersFunctionring_led_indices
()
constants.py:83
↓ 1 callersFunctionrings_loop
(strip, step_time=0.25, timeout=None, current=None)
demo.py:156
↓ 1 callersFunctionrun_demo
(strip: neopixel.Adafruit_NeoPixel, led_queue: mp.Queue)
main.py:151
↓ 1 callersFunctionspinning_loop
(strip, step_time=0.1, timeout=None, current=None)
demo.py:180
↓ 1 callersMethodwrite_lines
(self, lines: List[Tuple[str, RGB, RGB]])
main.py:292
Method__init__
(self, line1=None, line2=None)
orbit_np.py:90
Method__init__
(self, tles)
orbit_np.py:217
Method__init__
(self, orbit_elements)
orbit_np.py:271
Method__init__
(self, tles)
orbit_np.py:593
Method__init__
(self, tlefile: str, loc: Pos)
main.py:27
Method__init__
(self, ring_radii, ring_ledns, ring_startangles, ring_dirs, eq_radius, pos: Pos, upper_levels
main.py:90
Method__init__
(self)
main.py:273
Method__init__
(self)
main.py:308
Method__str__
(self)
orbit_np.py:202
Method_read_tle_decimal
Convert *rep* to decimal value.
orbit_np.py:163
Methodbutton_pressed
(self)
main.py:414
Functionlat_sweep
(strip, leds)
demo.py:29
Functionled_control
(led_queue: mp.Queue, demo_mode: mp.Lock)
main.py:179
Methodline1
Return first TLE line.
orbit_np.py:120
Methodline2
Return second TLE line.
orbit_np.py:125
Functionlong_sweep
(strip, leds)
demo.py:39
Methodplatform
Return satellite platform name.
orbit_np.py:130
Functionrandom_target
(strip, tot=100)
demo.py:79
Functionrunning
(strip)
demo.py:19
Methodshutdown
(self)
main.py:405