Comment 1 for bug 583803

Revision history for this message
Daniel Bültmann (daniel.bueltmann) wrote :

Probably the fileNameSigs are not correct in Probe.py. Here is the respective snippet from my "private" wrowser

class TableProbe:
    fileNameSigs = ['_mean.m',
                    '_max.m',
                    '_min.m',
                    '_trials.m',
                    '_var.m',
                    ] # there are more than these, but these are the most commonly used ones.
    valueNames = ["minimum", "maximum"]

    tableParser = None
    filename = None
    filenameWithoutDir = None
    name = None