-
Notifications
You must be signed in to change notification settings - Fork 6
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
base: master
Are you sure you want to change the base?
Commits on Aug 7, 2018
-
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.
Configuration menu - View commit details
-
Copy full SHA for 77aa452 - Browse repository at this point
Copy the full SHA 77aa452View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24afc9e - Browse repository at this point
Copy the full SHA 24afc9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7509a26 - Browse repository at this point
Copy the full SHA 7509a26View commit details
Commits on Aug 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 653b5bb - Browse repository at this point
Copy the full SHA 653b5bbView commit details
Commits on Sep 4, 2018
-
outsourced unique() to pygeogrids. Added test for lon, lat
lmoesing committedSep 4, 2018 Configuration menu - View commit details
-
Copy full SHA for e9f8664 - Browse repository at this point
Copy the full SHA e9f8664View commit details -
outsourced unique() to pygeogrids. Added test for lon, lat
lmoesing committedSep 4, 2018 Configuration menu - View commit details
-
Copy full SHA for 0643e69 - Browse repository at this point
Copy the full SHA 0643e69View commit details -
outsourced unique() to pygeogrids. Added test for lon, lat
lmoesing committedSep 4, 2018 Configuration menu - View commit details
-
Copy full SHA for e950593 - Browse repository at this point
Copy the full SHA e950593View commit details -
outsourced unique() to pygeogrids. Added test for lon, lat
lmoesing committedSep 4, 2018 Configuration menu - View commit details
-
Copy full SHA for 9ddfa45 - Browse repository at this point
Copy the full SHA 9ddfa45View commit details -
outsourced unique() to pygeogrids. Added test for lon, lat
lmoesing committedSep 4, 2018 Configuration menu - View commit details
-
Copy full SHA for 13a29fa - Browse repository at this point
Copy the full SHA 13a29faView commit details