Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve estimate of mode change events #34

Open
mfacchinelli opened this issue Mar 20, 2024 · 1 comment
Open

Improve estimate of mode change events #34

mfacchinelli opened this issue Mar 20, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@mfacchinelli
Copy link
Collaborator

mfacchinelli commented Mar 20, 2024

The figure below shows a plot of a single mode returned by mag.IMAPTestingAnalysis/getAllModes method:

sequentialModes = sequentialAnalysis.getAllModes();
plot(sequentialModes(3).Primary.Time, sequentialModes(3).Primary.X, "-o")

Screenshot 2024-03-20 151823

However, not all the data points are in Normal mode. There is some Burst mode sneaking into this mode due to poor estimation of the mode change event.

@mfacchinelli mfacchinelli added the bug Something isn't working label Mar 20, 2024
@mfacchinelli mfacchinelli self-assigned this Apr 24, 2024
@mfacchinelli
Copy link
Collaborator Author

Potentially the same as #26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant