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

AnalyticTune: select axis and time period more accurately #225

Closed

Conversation

andyp1per
Copy link
Contributor

Just a couple of usability tweaks

@andyp1per andyp1per requested a review from bnsgeyer December 16, 2024 15:56
const msg = MSG.Message[i]

// narrow the SID time window
if (msg === 'SystemID Finished') {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we not looks at the last time stamp of the SIDD data? Looking for messages is quite fragile.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately not because once started the data is being logged until you land. Obviously we could change sysid (and I think we should) but that doesn't help right now

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don’t think that is true. SIDD is only logged when the Sysid mode is active.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You’d be better off using the time parameter that specifies the length of the chirp and ending it after the chirp ends

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is true, but that's not the same thing as SID running. Typically once started I leave it running until I land even though the sweep has long finished

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well if you use the parameter for the length of the chirp in the webtool to determine the end of the data then that should work.

@bnsgeyer
Copy link
Contributor

@andyp1per @IamPete1 I have incorporated this feature in PR #227. You can close this if that PR meets your approval

@andyp1per andyp1per closed this Jan 2, 2025
@andyp1per andyp1per deleted the pr-analytic-tune-fast-rate branch January 2, 2025 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants