Skip to content
Snippets Groups Projects
Commit 5682a86a authored by Erin (Josh) Rigler's avatar Erin (Josh) Rigler
Browse files

Return scale_value as ratio (or radians)

The scale_value used to check residual observations should always
be in radians. It is a ratio, not an angle, so converting it to
degrees never made sense. Also, the SpreadsheetAbsolutesFactory
needed to NOT change the scale_value read from spreadsheets into
degrees. Finally, both the SpreadsheetAbsolutesFactory and the
SpreadsheetSummaryFactory were modified to look for spreadsheet
files more aggressively in their respective base_directories...
this was done in this commit in order to get the residual_test.py
unit tests to all pass. The only changes made to the latter were
to remove a couple of forgotten print() statements.
parent 9e03446a
No related branches found
No related tags found
1 merge request!228Fixes some residual calculations
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment