0
I Use This!
Inactive

Commits : Listings

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