Skip to content
Snippets Groups Projects
  1. Aug 11, 2022
    • Erin (Josh) Rigler's avatar
      update interval no longer shrinks with recursion · 6355305d
      Erin (Josh) Rigler authored
      Previously, the endtime-starttime interval being processed by the
      `run_as_update` method would shrink by 1 (second) with each recursion.
      This ultimately broke `run_as_update` when processing anything other
      than 1-second data, but it wasn't obvious because we rarely had to
      actually recurse. There is a little trickery now to ensure that user-
      provided starttime and endtime are inclusive of the full first
      (most recent) update interval, while subsequent, calculated, endtimes
      are set equal to the prior starttime minus specified output_interval
      (e.g., 'second', 'minute', etc.).
      6355305d
  2. Jun 01, 2022
  3. May 27, 2022
    • Erin (Josh) Rigler's avatar
      Remove BYTESIO object creation · e918b4c9
      Erin (Josh) Rigler authored
      It turns out that none of the factories currently being used in
      production expects bytes as input, and in fact, Util.read_url()
      converts everthing to a string anyway, so a BYTES-oriented input
      would couldn't not possibly be working. So, just remove all use
      of BYTESIO, and instead use only STRINGIO.
      e918b4c9
  4. May 18, 2022
  5. May 03, 2022
  6. Apr 27, 2022
  7. Apr 25, 2022
  8. Apr 23, 2022
  9. Apr 22, 2022
  10. Apr 16, 2022
    • Erin (Josh) Rigler's avatar
      Add HOT to geomagio/Metadata.py · 628f9ad1
      Erin (Josh) Rigler authored
      A new FGE+ObsRIO test system is being deployed to Honolulu.
      For now, we simply create an entry in Metadata.py so that
      variationfiltering can be be applied to these new data. The
      calibration parameters are defaults for non-high-latitude
      FGE fluxgages.
      628f9ad1
    • Erin (Josh) Rigler's avatar
      Add GUT to geomagio/Metadata.py · 936ef744
      Erin (Josh) Rigler authored
      A new FGE+ObsRIO test system is being deployed to Guam. For now,
      we simply create an entry in Metadata.py so that variation
      filtering can be be applied to these new data. The calibration
      parameters are defaults for non-high-latitude FGE fluxgages.
      936ef744
    • Erin (Josh) Rigler's avatar
      Add GUA to geomagio/Metadata.py · 97e601f8
      Erin (Josh) Rigler authored
      GUA is transitioning to an ObsRIO data logger, which requires a
      metadata entry in Metadata.py. We do not know actual calibration
      values for the GUA Narod mag, and cannot retrieve them currently
      due to ongoing communication issues, so we'll use Narod default
      calibration parameters.
      
      This commit applies strictly to GUA. Additional commits are
      forthcoming that relate to the test FGE+ObsRIO system that will
      also be deployed soon.
      97e601f8
  11. Mar 21, 2022
  12. Mar 18, 2022
  13. Nov 12, 2021
  14. Nov 10, 2021
  15. Nov 09, 2021
  16. Nov 05, 2021
  17. Nov 04, 2021
  18. Oct 18, 2021
  19. Oct 14, 2021
  20. Oct 13, 2021
  21. Oct 05, 2021
  22. Oct 04, 2021
  23. Sep 23, 2021
  24. Sep 22, 2021
Loading