trftools.pipeline.SessionPredictor

class trftools.pipeline.SessionPredictor(resample=None, sampling=None)

Predictor with time axis corresponding to experiment time

Warning

Not BIDS compatible yet

Parameters:

Notes

In contrast to a FilePredictor, which represents a specific stimulus, a SessionPredictor represents a whole recording session for a specific subject.

Session-predictors need to provide a different predictor file for each subject, because the experiment timeline may differ between subjects.

Predictors should be saved as {subject} {session}~{code}.pickle.

Methods