# On 8.0W TPs 11512, 11636, 11595 if orbpos == 3520 and onid == 1918 and tsid == 50100: ret = 0 # on 7.0W TPs 11862, 11881 # If 7.3W then change orbpos==3527 elif orbpos == 3530 and onid == 2048 and tsid == 2: ret = 0 # on 26.0E TPs 11230,12149 and 11900,12322 elif orbpos == 260 and (onid == 702 or onid == 3622) and (tsid == 26 or tsid == 300): ret = 0 else: ret = 1