This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# NOTE - This was accurate as of 2019. Industrial Years are now assessed differently in Computer Science. | |
# As such, this script will no longer produce accurate results. You may be able to tweak this script to work. | |
y4 = [62,62,62,62,62,62,62,62,62,62,62,62] | |
y3 = [70,71,53,81,74,74,90,90,90,90,70,70] | |
y2 = [73,90,81,67,67,64,64,60,81,72,80,80] | |
band_s = [83] # IY Band | |
# 9 modules per band | |
BAND_SIZE = 9 |