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

Added fast processing for RINEX 3 #85

Open
wants to merge 27 commits into
base: main
Choose a base branch
from

Commits on May 19, 2022

  1. Configuration menu
    Copy the full SHA
    57b74e0 View commit details
    Browse the repository at this point in the history
  2. Update test_rinex.py

    Now sets flag correctly
    breid-phys authored May 19, 2022
    Configuration menu
    Copy the full SHA
    a429c12 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Configuration menu
    Copy the full SHA
    1e025c1 View commit details
    Browse the repository at this point in the history
  2. Delete obs3.py

    breid-phys authored May 26, 2022
    Configuration menu
    Copy the full SHA
    9c65502 View commit details
    Browse the repository at this point in the history
  3. Updated rio.py .Z

    .Z compressed files can also have Hatanaka compression
    breid-phys authored May 26, 2022
    Configuration menu
    Copy the full SHA
    f521b9e View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Configuration menu
    Copy the full SHA
    254d8e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8503fc4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from breid-phys/fixes

    fixed critical indexing mistake in fast obs3
    breid-phys authored Jul 7, 2022
    Configuration menu
    Copy the full SHA
    d8197d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Configuration menu
    Copy the full SHA
    bdb26bb View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Configuration menu
    Copy the full SHA
    82f8971 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. force unique times

    breid-phys committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    2ea8aca View commit details
    Browse the repository at this point in the history
  2. actual bugfix

    breid-phys committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    0c6b3d2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from breid-phys/bugfix_time

    Fixed rare issue with duplicate times
    breid-phys authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    bd3ad78 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. code formatting cleanup

    breid-phys committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    ef75b05 View commit details
    Browse the repository at this point in the history
  2. fast v3 loads to memory

    breid-phys committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    e7fd313 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. Configuration menu
    Copy the full SHA
    52b0e84 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    c35576f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from breid-phys/genfromtextfix

    limited calls to genfromtxt for 2x speed
    breid-phys authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    b76b692 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. fixed datetime64 issue

    breid-phys committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    5f50d9d View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    0d2f69b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d28361 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    6655124 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    a8579a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    084e7b9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from breid-phys/genfromtextfix

    Genfromtextfix
    breid-phys authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    548ede3 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. added support for rinex v4

    breid-phys committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    bb1310d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from breid-phys/obs4

    added support for rinex v4 observation files
    breid-phys authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    7607aee View commit details
    Browse the repository at this point in the history