-
- Downloads
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
Showing
- geomagio/residual/Calculation.py 1 addition, 1 deletiongeomagio/residual/Calculation.py
- geomagio/residual/SpreadsheetAbsolutesFactory.py 23 additions, 19 deletionsgeomagio/residual/SpreadsheetAbsolutesFactory.py
- geomagio/residual/SpreadsheetSummaryFactory.py 19 additions, 14 deletionsgeomagio/residual/SpreadsheetSummaryFactory.py
- test/residual_test/residual_test.py 0 additions, 2 deletionstest/residual_test/residual_test.py
Loading
Please register or sign in to comment