epochs = mne.Epochs(raw, events, tmin=-0.5, tmax=25, event_id=event_dict, preload=True)what is the exact meaning of this code in mne library. what if I change the value of tmin. and tmax
about a line of code of mne library I.e. epochs = mne.Epochs(raw, events, tmin=-0.5, tmax=25, event_id=event_dict, preload=True)