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

More robust lon/lat initialization for imagestack #47

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Aug 7, 2018

  1. More robust lon/lat initialization

    The previous initialization of lon/lat could break if the grid had an unusually row/col arrangements or unusual shape. np.unique() is a bit slower but more robust. The sort() is probably redundant, but just wanted to be on the save side.
    Lmoesinger authored Aug 7, 2018
    Configuration menu
    Copy the full SHA
    77aa452 View commit details
    Browse the repository at this point in the history
  2. Update image.py

    Lmoesinger authored Aug 7, 2018
    Configuration menu
    Copy the full SHA
    24afc9e View commit details
    Browse the repository at this point in the history
  3. remove sort()

    removed redundant sort
    Lmoesinger authored Aug 7, 2018
    Configuration menu
    Copy the full SHA
    7509a26 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2018

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

Commits on Sep 4, 2018

  1. Configuration menu
    Copy the full SHA
    e9f8664 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0643e69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e950593 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ddfa45 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    13a29fa View commit details
    Browse the repository at this point in the history