Added license metadata to setup.py |
|
More...
|
almost 15 years ago
|
Updated (the very out of date) setup.py to include new files. |
|
More...
|
almost 15 years ago
|
Removed a debugging "print" left in by mistake |
|
More...
|
almost 15 years ago
|
Clarifications in the docstring of utilities.extractWindow |
|
More...
|
almost 15 years ago
|
Bugfixes in horizon writing |
|
More...
|
almost 15 years ago
|
Added full write support for horizons! |
|
More...
|
almost 15 years ago
|
Comment clarifications |
|
More...
|
almost 15 years ago
|
Added ruidmentary write support for horizons |
|
More...
|
almost 15 years ago
|
Added horizon.surface and horizon.lines attributes. They now properly interact with horizon.data, as well. |
|
More...
|
almost 15 years ago
|
Fixed bug in utilities.extractWindow when the horizon was larger than the volume. (and, unfortunately, some other changes that went into this commit instead of being seperated out) |
|
More...
|
almost 15 years ago
|
Made horizon raise a ValueError when a horizon file contains 0 points |
|
More...
|
almost 15 years ago
|
Added option for utilities.extractWindow to return a masked array (no change in default behavior) |
|
More...
|
almost 15 years ago
|
Clarifications in comments |
|
More...
|
almost 15 years ago
|
Merged in changes in utilities and from main branch |
|
More...
|
almost 15 years ago
|
Moved functions that were imported by other local files from utilities.py to common.py. Note that they should still be available in the geoprobe.utilities namespace. |
|
More...
|
almost 15 years ago
|
Merged in changes in utilities and from main branch |
|
More...
|
almost 15 years ago
|
Added caching of horizon.gird back in... Was stupid to remove it.. |
|
More...
|
almost 15 years ago
|
Made horizon.toGeotiff compatible with the new (masked array) horizon.grid |
|
More...
|
almost 15 years ago
|
Fixed bug in utilities.extractWindow, was returning a 3D array regardless of window size. Now returns a 2D array when window size is 0. |
|
More...
|
almost 15 years ago
|
Fixed stupid typo in utilities.extractWindow |
|
More...
|
almost 15 years ago
|
Changes to utilities.extractWindow necessary due to changing horizon.grid to a masked array |
|
More...
|
almost 15 years ago
|
Clarifications in comments |
|
More...
|
almost 15 years ago
|
Switched horizon.grid to a masked array and removed caching of horizon.grid. |
|
More...
|
almost 15 years ago
|
Big speedup for horizon.grid! |
|
More...
|
almost 15 years ago
|
Added rudimentary write support for horizons |
|
More...
|
almost 15 years ago
|
More merging cleanup |
|
More...
|
almost 15 years ago
|
Fixed some stuff I missed when merging |
|
More...
|
almost 15 years ago
|
Merged changes from working branch |
|
More...
|
almost 15 years ago
|
Turns out the whole @StaticCache thing was a bad idea. Went back to try: except: blocks everywhere |
|
More...
|
almost 15 years ago
|
HorizonFile.read should not be named "read". Changed to HorizonFile.readAll |
|
More...
|
almost 15 years ago
|