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

ALE driver verification script addition #584

Merged
merged 27 commits into from
Mar 6, 2024

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    0100f16 View commit details
    Browse the repository at this point in the history
  2. build fixes

    antonhibl committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    8395baa View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

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

Commits on May 30, 2023

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

Commits on Jun 14, 2023

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

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    6222813 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a70a49 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. script changes

    antonhibl committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    cb85d6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac033a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0fddd3 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

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

Commits on Jan 8, 2024

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

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    4d1b1f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f3a6ed View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    85ec77d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7b8551 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. removed driver argument as it isn't necessary, all drivers are just t…

    …ested and run against to find one that works.
    
    there is a small note to make about the use of pvl.loads() in this script. I commented out 2 lines using that function and had to change to variable names in the subsequent lines as this pvl.loads() function won't work as expected until DOI-USGS#587 is merged to apply the bug fix to that method; that fix will allow ale.loads() to read in PVLObjects, currently because the lines are commented ale.loads() just reads in the image files themselves which still works but requires more overhead in ale.loads().
    antonhibl committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    f0b2fdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6ff38f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bb12b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. adding chengelog notes

    antonhibl committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    8798be9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec29db7 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. updated verification script

    antonhibl committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    06272b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    18c0653 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    205f8d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb3ed00 View commit details
    Browse the repository at this point in the history
  4. addressing review changes

    antonhibl committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    3d3bdec View commit details
    Browse the repository at this point in the history