Refactored _horizonFile to subclass common.BinaryFile |
|
More...
|
about 15 years ago
|
Made common.readBinary raise EOFError when end of file is reached |
|
More...
|
about 15 years ago
|
Changed horizon.py to use np.fromfile instead of np.rec.fromfile. Should be faster. |
|
More...
|
about 15 years ago
|
Refactored the _volumeFile class into common.BinaryFile |
|
More...
|
about 15 years ago
|
Removed unused readStruct and writeStruct methods from BinaryFile |
|
More...
|
about 15 years ago
|
Changed it so that values that are clearly padding aren't read and stored. |
|
More...
|
about 15 years ago
|
Changed nx,ny,nz in _volHeader to be read in as unsigned ints |
|
More...
|
about 15 years ago
|
More additions to .hgignore |
|
More...
|
about 15 years ago
|
Added .hgignore and removed some files that shouldn't be tracked. |
|
More...
|
about 15 years ago
|
Added the header definition file for GeoProbe 2DData |
|
More...
|
about 15 years ago
|
Changed filename of volume header definition to allow "room" for 2D Data header definition file |
|
More...
|
about 15 years ago
|
Added docstring for isValidVolume |
|
More...
|
about 15 years ago
|
Clarification in isValidVolume |
|
More...
|
about 15 years ago
|
Changed volume.isGeoprobeVolume to geoprobe.isValidVolume. Previously, the function existed but was not in either the volume or geoprobe namespace. |
|
More...
|
about 15 years ago
|
Make model2index, etc handle lists as inputs correctly. (I think? Made this change awhile ago...) |
|
More...
|
about 15 years ago
|
Changed utilities.extractWindow to use iteration instead of fancy indexing to reduce memory use. |
|
More...
|
about 15 years ago
|
More bugfixes in utilities.extractWindow |
|
More...
|
about 15 years ago
|
Removed debugging print statements |
|
More...
|
about 15 years ago
|
Changed the way "upper" and "lower" kwargs to utilities.extractWindow worked (they were reversed) |
|
More...
|
about 15 years ago
|
Cleared up some comments in utilities.extractWindow |
|
More...
|
about 15 years ago
|
Changed utilities.extractWindow to be (much!) less memory hungry |
|
More...
|
about 15 years ago
|
utilities.extractWindow shouldn't be converting things to float arrays! Fixed. |
|
More...
|
about 15 years ago
|
Bugfix in horizion.grid |
|
More...
|
about 15 years ago
|
Allow writing to horizon.grid |
|
More...
|
about 15 years ago
|
Changed horizon.toGeotiff to use utilities.array2geotiff |
|
More...
|
about 15 years ago
|
Added utilities.array2geotiff |
|
More...
|
about 15 years ago
|
Minor changes to the docstring of horizon.toGeotiff |
|
More...
|
about 15 years ago
|
Fixed bug in vol.zmin. Was setting vol.ymin. |
|
More...
|
about 15 years ago
|
Fixed but in volume.zmin (was returning volume.ymin) |
|
More...
|
about 15 years ago
|
Start kwarg to enumerate is not supported by python <2.6, removed it to allow python 2.5 compatibility |
|
More...
|
about 15 years ago
|