arim.ut.hmc# arim.ut.hmc(numelements)[source]# Return all pairs of elements for a HMC. HMC as performed by Brain (rx >= tx) Returns: tx (ndarray) – Transmitter for each timetrace: 0, 0, 0, …, 1, 1, 1, … Shape (numelements^2) rx (ndarray) – Receiver for each timetrace: 0, 1, 2, …, 1, 2, … Shape (numelements^2)