public void startFlickerWithSelection(float selectionThreshold, float duration = 10, int tgtidx = -1)
 {
     nt.startFlickerWithSelection((int)(duration / ISI), tgtidx, true, selectionThreshold);
 }