ROI names with * prepended and appended for finding these ROIs easily
using glob
Args:
rois (list of str or tuples):
A list of ROI names, e.g., [‘V1’, ([‘rh_V2’,’lh_V2’], ‘V2’)].
If an element is a tuple, the first element is ROI names and the
second one is their “pretty” (unifying) name for printing.
Returns:
A list of ROI names in the format described above, e.g.
[(‘V1’,’V1’,’*V1*’), ([‘rh_V2’,’lh_V2’], ‘V2’, [‘*rh_V2*’,’*lh_V2*’])]