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
Fixed utilities.coherence. This should have been fixed before the initial commit.
joferkington
as Joe Kington
More... about 15 years ago
Changed the way volume.load works. Much faster! Cleaned up the testing stuff from the last commit.
joferkington
as Joe Kington
More... over 15 years ago
I'm not sure what I was doing here...
joferkington
as Joe Kington
More... over 15 years ago
Fixed: making a volume from an array did not properly initialize the default volume attributes
joferkington
as Joe Kington
More... over 15 years ago
Fixed typo in volume.py
joferkington
as Joe Kington
More... over 15 years ago
Changed np.abs to builtin abs
joferkington
as Joe Kington
More... over 15 years ago
Changed np.abs to builtin abs
joferkington
as Joe Kington
More... over 15 years ago
replaced np.abs with builtin abs. Not sure it really matters, actually...
joferkington
as Joe Kington
More... over 15 years ago
Initial commit of volume documentation
joferkington
as Joe Kington
More... over 15 years ago
Reverted last commit and decided to make dz default to 1.0 instead of -1.0. Breaks convention, but makes more sense
joferkington
as Joe Kington
More... over 15 years ago
Fixed z0 to default to volume.nz (to correspond to default dz=-1)
joferkington
as Joe Kington
More... over 15 years ago
Slight edit to the docstrings of volume.modelCoords and volume.worldCoords
joferkington
as Joe Kington
More... over 15 years ago
Added docstrings to worldCoords and modelCoords
joferkington
as Joe Kington
More... over 15 years ago
Fixed docstrings for modelCoords and worldCoords.
joferkington
as Joe Kington
More... over 15 years ago
Updated comments describing format. Removed unused imports (how were they still there?)
joferkington
as Joe Kington
More... over 15 years ago
Fixed bug in horizon. "secType" is completely irrelevant. 1st section is points, 2nd is lines. secType == 19 does _not_ denote points!!
joferkington
as Joe Kington
More... over 15 years ago
Removed "TODO: seperate raw reading" as this was done prior to initial commit
joferkington
as Joe Kington
More... over 15 years ago
Fixed setup.py -- version should be a string
joferkington
as Joe Kington
More... over 15 years ago
Added setup.py and MANIFEST.in
joferkington
as Joe Kington
More... over 15 years ago
Added docstrings to the _volumeFile class
joferkington
as Joe Kington
More... over 15 years ago
Fixed error in last commit to horizon.py. Shouldn't be self._line. (odd?) More... over 15 years ago
Fixed syntax error in horizon.py: called _line, instead of self._line in getAllPoints (how'd that get in there??) Fixed syntax error in python2.5 (worked fine in 2.6?) in volume.py: added inverse=true to kwargs in index2model More... over 15 years ago
Fixed bug in volume.xmax, volume.ymax, volume.zmax that caused all three to return the minimums instead Made volume.xmin, volume.xmax, volume.ymin, volume.ymax, volume.zmin, volume.zmax read and write properities Added better docstrings to utilities.roseDiagram (and considered removing it, but haven't yet) More... over 15 years ago
Added coherency function to utilities.py More... over 15 years ago
Inital commit More... over 15 years ago