“…This means if multiple lists are specified, then the lists must be of equal length and the lists are merged to define specific indexpairs to be selected. E.g, x= [1,2] and y= [4,5] results in the retrieval of the elements [ (1,4), (2,4) ] compared to an all-to-all matching, which would retrieve [ (1,4), (1,5), (2,4), (2,5) ]. This scheme allows for selection of arbitrary regions of interest.…”