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

Only moving leaves setting for average RMS doesn't seem to be working in TrajectoryLog module #414

Open
gbaltz opened this issue Nov 19, 2021 · 1 comment

Comments

@gbaltz
Copy link

gbaltz commented Nov 19, 2021

First off, I couldn't find a way to pass this setting through when using TrajectoryLog.publish_pdf()

so what I did is open the log_analyzer.py in my venv and within the TrajectoryLog class, under the publish_pdf() def I changed the line to "f'Average RMS (mm): {self.axis_data.mlc.get_RMS_avg(only_moving_leaves=True)*10:2.2f}',"

image

but after making this change I never see any change in the reported average RMS. I have tried this with a few clinical log files now, and it seems to me it is always including the non-moving leaves because I am always getting reported average RMS ~0.01

@gbaltz
Copy link
Author

gbaltz commented Nov 19, 2021

For example the Trajectory log below reports an Average RMS of 0.01 both if I run it using the defaults and if I run it with "only_moving_leaves=True". But if I just look at the plot I would guess the only moving leaves average should be larger than 0,01

image

jrkerns added a commit that referenced this issue Jul 15, 2024
Docs/interview

Approved-by: Randy Taylor
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

No branches or pull requests

1 participant