Concept Flow - Masked arrays concept
Create normal array
Define mask (True=hide, False=show)
Apply mask to array
Use masked array for calculations
Masked elements ignored in output
Start with a normal array, define which elements to hide using a mask, apply it, then use the masked array where hidden elements are ignored.