Skip to content
Snippets Groups Projects
  1. Mar 13, 2025
  2. Feb 27, 2025
  3. Feb 21, 2025
    • Erin (Josh) Rigler's avatar
      Remove auto-sift, allow manual shift in calculate_D_absolute · 55931480
      Erin (Josh) Rigler authored
      Turns out there are operational limitations that don't allow a
      deterministic removal of the 180 degree ambiguity that exists
      for calculated Declination. The one previously implemented only
      worked for a subset of observatories. Now, we force all calculated
      Declinations to point north(ish), which  is valid for most of the
      globe, and all of the USGS observatories. However, if we ever
      take absolute measurements in a location where the local magnetic
      field points south(ish), we can simply provide a "shift" of +/-
      180 degrees.
      55931480
  4. Nov 13, 2024
  5. May 12, 2023
    • Erin (Josh) Rigler's avatar
      Return scale_value as ratio (or radians) · 5682a86a
      Erin (Josh) Rigler authored
      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.
      5682a86a
  6. Apr 14, 2023
  7. Apr 13, 2023
  8. Apr 11, 2023
  9. Sep 15, 2022
    • Erin (Josh) Rigler's avatar
      Inadvertent change to scale_value · a0542978
      Erin (Josh) Rigler authored
      The calculation of scale_value in geomagio.residual.calculate() is not
      quite correct, but that needs to be addressed in a separate commit and
      merge request. I'm reverting the recent change here so that we don't
      break the tests.
      a0542978
    • Erin (Josh) Rigler's avatar
      Set proper timestamps in residual calculated absolutes · edc8ba89
      Erin (Josh) Rigler authored
      Fixes #75
      
      When geomagio.residual.calculate() is called with adjust_reference set equal
      to True, the start/end timestamps now both reflect the time of the first absolute
      measurement (i.e., West Down). This is consistent with the residual absolute
      spreadsheet calculations.
      edc8ba89
  10. Mar 18, 2022
  11. May 04, 2021
  12. Mar 11, 2021
  13. Mar 03, 2021
  14. May 19, 2020
  15. May 12, 2020
  16. May 08, 2020
  17. May 07, 2020
  18. May 04, 2020
  19. Apr 30, 2020
  20. Apr 29, 2020
Loading