Skip to content

FEATURE: Implementation of KS2.5 Prediction and Residual plots #971

@dprotter

Description

@dprotter

Feature you'd like to see:

Hi all, I see in the GUI init function there was an expectation of implementing the prediction and residual plots in KS4:

self.whitening_matrix = None
self.whitened_traces = None
self.prediction_traces = None
self.residual_traces = None

self.sorting_status = {
    "preprocess": False,
    "spikesort": False,
    "export": False,
}

# traces settings
self.traces_plot_items = {
    "raw": [],
    "whitened": [],
    "prediction": [],
    "residual": [],
}

I havent seen any data setters or buttons defined for these plots, so I'm assuming they werent implemented? (I also have never used QT to write a GUI, so perhaps I just dont understand how it works).

These two plots (residuals especially) were emphasized in my training on KS2.5, so I'd love to see them in KS4.

I'd also be happy to take a stab at it and put in a pull request if I had a little bit more training on how you all would want that to occur.

Thanks!

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions