# # Get the ERCOT information for the home page on trolinger.com 0 * * * * /usr/bin/python3 /home/pi/get_ercot_sftp.py > /home/pi/ercot_log.txt 2>&1 # # # NEW May 2026 Satnogs Sched 0.5 # Uses satnogs TLEs # by Dave and Mycroft aka Mike # # 1. MORNING WORKERS (SatNOGS) #03 03 * * * /home/pi/sched_2416.sh > /home/pi/sched_2416.log 2>&1 # 58 * * * * /home/pi/sched_2416a.sh > /home/pi/sched_2416a.log 2>&1 #04 04 * * * /home/pi/sched_1682.sh > /home/pi/sched_1682.log 2>&1 24 04 * * * /usr/bin/python3 /home/pi/satnogs-tle.py > /home/pi/tle_upload.log 2>&1 # 1b Find CubeBel2 passes and upload to be viewed on trolinger.com 1 * * * * /usr/bin/python3 /home/pi/cubebel2monV15.py > /home/pi/cubebel2monV15.log 2>&1 6 * * * * /usr/bin/python3 /home/pi/satnogsPasses.py > /home/pi/satnogsPasses.log 2>&1 # 2. MORNING MASTER MERGE (The only morning upload) 55 4 * * * /usr/bin/python3 /home/pi/merge-tles.py > /home/pi/merge_tle.log 2>&1 # 3. Eumetsat TLE download 11 16 * * * /usr/bin/python3 /home/pi/eumetsat_tle_download.py > /home/pi/eumetsat.log 2>&1 # 4. CelesTrak 14 16 * * * /usr/bin/python3 /home/pi/celestrak-slow.py > /home/pi/celestrak.log 2>&1 # 4a. Merge and Upload CelesTrak data 55 16 * * * /usr/bin/python3 /home/pi/merge-tles.py > /home/pi/merge_tle.log 2>&1 # 5. Space-Track 21 21 * * * /usr/bin/python3 /home/pi/space-track-bulk.py > /home/pi/space-track.log 2>&1 # 5a. Merge and Upload Space-Track data 25 21 * * * /usr/bin/python3 /home/pi/merge-tles.py > /home/pi/merge_tle.log 2>&1