If more than two time window files have to be merged, the following command
has to be applied repeatedly to couples of files.
mergewindow [wfile wfile1 OR wfile2 mergewindow [wfile wfile1 AND wfile2where the first form takes the union of wfile1 and wfile2 (a time is considered within a good time window if it belongs to a time window in either files), while the second form takes the intersection of wfile1 and wfile2 (a time is considered within a good time window if it belongs to a time window in both files).