Fixed utilities.coherence. This should have been fixed before the initial commit. |
|
More...
|
about 15 years ago
|
Changed the way volume.load works. Much faster! Cleaned up the testing stuff from the last commit. |
|
More...
|
over 15 years ago
|
I'm not sure what I was doing here... |
|
More...
|
over 15 years ago
|
Fixed: making a volume from an array did not properly initialize the default volume attributes |
|
More...
|
over 15 years ago
|
Fixed typo in volume.py |
|
More...
|
over 15 years ago
|
Changed np.abs to builtin abs |
|
More...
|
over 15 years ago
|
Changed np.abs to builtin abs |
|
More...
|
over 15 years ago
|
replaced np.abs with builtin abs. Not sure it really matters, actually... |
|
More...
|
over 15 years ago
|
Initial commit of volume documentation |
|
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 |
|
More...
|
over 15 years ago
|
Fixed z0 to default to volume.nz (to correspond to default dz=-1) |
|
More...
|
over 15 years ago
|
Slight edit to the docstrings of volume.modelCoords and volume.worldCoords |
|
More...
|
over 15 years ago
|
Added docstrings to worldCoords and modelCoords |
|
More...
|
over 15 years ago
|
Fixed docstrings for modelCoords and worldCoords. |
|
More...
|
over 15 years ago
|
Updated comments describing format. Removed unused imports (how were they still there?) |
|
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!! |
|
More...
|
over 15 years ago
|
Removed "TODO: seperate raw reading" as this was done prior to initial commit |
|
More...
|
over 15 years ago
|
Fixed setup.py -- version should be a string |
|
More...
|
over 15 years ago
|
Added setup.py and MANIFEST.in |
|
More...
|
over 15 years ago
|
Added docstrings to the _volumeFile class |
|
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
|