Skip to content

Instantly share code, notes, and snippets.

View dkmonaghan's full-sized avatar

Dan Monaghan dkmonaghan

View GitHub Profile
@dkmonaghan
dkmonaghan / cascade.py
Last active February 23, 2024 11:48 — forked from SamStudio8/cascade.py
Fork of @SamStudio8's Python cascade calculator now with 100% more super hacked in Industrial Year support and MEng support
# 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