Log of /release/3.4.2/downunder
Directory Listing
Revision
4924 -
Directory Listing
Modified
Wed Apr 30 23:27:04 2014 UTC
(6 years, 11 months ago)
by
sshaw
disabling release use of fast assemblers by default
Revision
4919 -
Directory Listing
Modified
Wed Apr 30 06:25:55 2014 UTC
(6 years, 11 months ago)
by
jfenwick
Because we've got to!
Revision
4907 -
Directory Listing
Modified
Tue Apr 29 12:58:43 2014 UTC
(6 years, 11 months ago)
by
jduplessis
Original Path:
trunk/downunder
fix docstring indentation isssue for accousticwaveform
Revision
4895 -
Directory Listing
Modified
Tue Apr 29 00:21:43 2014 UTC
(6 years, 11 months ago)
by
sshaw
Original Path:
trunk/downunder
affected tests now skipped if pyproj not installed
Revision
4858 -
Directory Listing
Modified
Wed Apr 9 23:34:17 2014 UTC
(7 years ago)
by
sshaw
Original Path:
trunk/downunder
skipping multirank segywriter tests now that multirank writes throw exceptions
Revision
4850 -
Directory Listing
Modified
Wed Apr 9 02:26:22 2014 UTC
(7 years ago)
by
sshaw
Original Path:
trunk/downunder
adding exception for multi-rank segy write instead of failing to write correctly and reporting success
Revision
4847 -
Directory Listing
Modified
Wed Apr 9 00:11:55 2014 UTC
(7 years ago)
by
sshaw
Original Path:
trunk/downunder
fixed awkard integer division in LinearMapping (py3 unaffected)
Revision
4821 -
Directory Listing
Modified
Tue Apr 1 04:58:33 2014 UTC
(7 years ago)
by
sshaw
Original Path:
trunk/downunder
moved SolverOptions to c++, split into SolverOptions for the options and SolverBuddy as the state as a precursor to per-pde solving... does break some use cases (e.g. pde.getSolverOptions().DIRECT will now fail, new value access is with SolverOptions.DIRECT), examples and documentation updated to match
Revision
4782 -
Directory Listing
Modified
Thu Mar 20 05:16:16 2014 UTC
(7 years, 1 month ago)
by
sshaw
Original Path:
trunk/downunder
cleaned up and simplified run_seismic tests, including specific checking for obspy not being installed
Revision
4778 -
Directory Listing
Modified
Thu Mar 20 00:41:58 2014 UTC
(7 years, 1 month ago)
by
sshaw
Original Path:
trunk/downunder
python3ified tests using deprecated test methods ( #89 and #106 ), added run_seismic into downunder tests (with skips if obspy/segywriters fail to write)
Revision
4777 -
Directory Listing
Modified
Wed Mar 19 23:52:36 2014 UTC
(7 years, 1 month ago)
by
sshaw
Original Path:
trunk/downunder
replacing xrange with range for python3 compatibility, refs #106
Revision
4759 -
Directory Listing
Modified
Mon Mar 17 07:52:26 2014 UTC
(7 years, 1 month ago)
by
jfenwick
Original Path:
trunk/downunder
Throw TypeError on any attempt to use relational ops on Data, FunctionSpace and Domain. Also fixes a type error in run_mappings.py but the test still fails.
Revision
4758 -
Directory Listing
Modified
Mon Mar 17 05:00:27 2014 UTC
(7 years, 1 month ago)
by
sshaw
Original Path:
trunk/downunder
fixed classname typo for AcousticVelocityMapping, added exceptions for ordered comparisons with Data objects from python (#107)
Revision
4749 -
Directory Listing
Modified
Fri Mar 14 03:05:07 2014 UTC
(7 years, 1 month ago)
by
sshaw
Original Path:
trunk/downunder
making inversioncostfunctions python3 compatible
Revision
4748 -
Directory Listing
Modified
Fri Mar 14 00:30:51 2014 UTC
(7 years, 1 month ago)
by
sshaw
Original Path:
trunk/downunder
adjusted InversionCostFunction tests to run on arbitrary numbers of ranks
Revision
4729 -
Directory Listing
Modified
Sat Mar 8 00:56:37 2014 UTC
(7 years, 1 month ago)
by
gross
Original Path:
trunk/downunder
a more general for of the inversioncostfunction has required for waveform inversin
Revision
4719 -
Directory Listing
Modified
Fri Feb 28 00:27:29 2014 UTC
(7 years, 1 month ago)
by
jfenwick
Original Path:
trunk/downunder
Modify run_forward test to account for small negative results.
Revision
4713 -
Directory Listing
Modified
Thu Feb 27 02:00:15 2014 UTC
(7 years, 1 month ago)
by
jfenwick
Original Path:
trunk/downunder
Added a temporay fix to get some of the unit tests passing again.
This mechanism will be removed before the release so don't get used to it.
Revision
4691 -
Directory Listing
Modified
Wed Feb 19 05:23:17 2014 UTC
(7 years, 2 months ago)
by
sshaw
Original Path:
trunk/downunder
added support for HTI waves to the fast wave assembler
Revision
4658 -
Directory Listing
Modified
Thu Feb 6 13:28:56 2014 UTC
(7 years, 2 months ago)
by
caltinay
Original Path:
trunk/downunder
This seems to fix #65 but is a bit scary.
netcdf and gdal (and others?) seem to return bytearrays instead of strings in
py3, which when fed back into a library function caused a segfault.
Not sure if I caught every case and whether this is actually a bug in the lib...
Revision
4657 -
Directory Listing
Modified
Thu Feb 6 06:12:20 2014 UTC
(7 years, 2 months ago)
by
jfenwick
Original Path:
trunk/downunder
I changed some files.
Updated copyright notices, added GeoComp.
Revision
4643 -
Directory Listing
Modified
Sun Feb 2 23:52:38 2014 UTC
(7 years, 2 months ago)
by
sshaw
Original Path:
trunk/downunder
fixed some error message formatting interpreting tuples badly
Revision
4635 -
Directory Listing
Modified
Tue Jan 28 03:34:04 2014 UTC
(7 years, 2 months ago)
by
sshaw
Original Path:
trunk/downunder
fixed mixed tabs/spaces for python 3 compatibility
Revision
4630 -
Directory Listing
Modified
Fri Jan 24 03:32:11 2014 UTC
(7 years, 2 months ago)
by
sshaw
Original Path:
trunk/downunder
fixed a leftover from testin gin seismic, changed synthetic_VTI example back to original large 2D problem
Revision
4629 -
Directory Listing
Modified
Fri Jan 24 03:29:25 2014 UTC
(7 years, 2 months ago)
by
sshaw
Original Path:
trunk/downunder
added dirac point interpolation to ripley (and fixed dirac points in Brick)
added fast wave assembler for Brick and minor correction to fast wave assembler for Rectangle
Revision
4625 -
Directory Listing
Modified
Mon Jan 20 03:42:55 2014 UTC
(7 years, 3 months ago)
by
sshaw
Original Path:
trunk/downunder
amalgamated waveassembler constant construction into the one place
Revision
4623 -
Directory Listing
Modified
Fri Jan 17 05:53:17 2014 UTC
(7 years, 3 months ago)
by
sshaw
Original Path:
trunk/downunder
added missing files and a spare missing comma, also the ability for finley VTIWaves to not crash
Revision
4622 -
Directory Listing
Modified
Fri Jan 17 04:55:41 2014 UTC
(7 years, 3 months ago)
by
sshaw
Original Path:
trunk/downunder
Added dirac support to ripley, added interface for custom assemblers for ripleydomains (also added the custom assembler for 2D VTI waves), changed synthetic_VTI example to use the new, faster custom assembler
Revision
4620 -
Directory Listing
Modified
Thu Jan 16 03:17:20 2014 UTC
(7 years, 3 months ago)
by
caltinay
Original Path:
trunk/downunder
py3 RuntimeError does not have 'message' member.
Revision
4618 -
Directory Listing
Modified
Wed Jan 15 04:35:19 2014 UTC
(7 years, 3 months ago)
by
caltinay
Original Path:
trunk/downunder
Implemented reverse reading of grid data from netcdf files.
Fixes #44.
Revision
4616 -
Directory Listing
Modified
Tue Jan 14 22:57:47 2014 UTC
(7 years, 3 months ago)
by
caltinay
Original Path:
trunk/downunder
- Fixed unit test failure by populating missing parts of the struct
- prepared for reversing read order from grids
- worked around a segfault caused by python version in jessie (2.7.6) in
combination with gdal,pyproj and RTLD_GLOBAL in dlopen flags.
Revision
4613 -
Directory Listing
Modified
Mon Jan 13 01:09:01 2014 UTC
(7 years, 3 months ago)
by
caltinay
Original Path:
trunk/downunder
Addresses #43 - altitude is now scaled according to reference system height
unit.
Also separated out UTM zone determination from the actual projection code
to silence bogus output.
Revision
4601 -
Directory Listing
Modified
Tue Dec 17 23:37:08 2013 UTC
(7 years, 4 months ago)
by
gross
Original Path:
trunk/downunder
downunder: self-demagnetization added as forward model.
Revision
4576 -
Directory Listing
Modified
Mon Dec 9 23:35:30 2013 UTC
(7 years, 4 months ago)
by
sshaw
Original Path:
trunk/downunder
python3ified things, replaced mixed whitespace and xrange calls
Revision
4561 -
Directory Listing
Modified
Wed Dec 4 05:19:32 2013 UTC
(7 years, 4 months ago)
by
caltinay
Original Path:
trunk/downunder
Removed spurious print and some minor changes in inversion example.
Revision
4556 -
Directory Listing
Modified
Tue Dec 3 05:40:53 2013 UTC
(7 years, 4 months ago)
by
sshaw
Original Path:
trunk/downunder
fixed mixed tabs/spaces and py2 prints breaking the python3 compiler
Revision
4522 -
Directory Listing
Modified
Mon Aug 26 22:15:26 2013 UTC
(7 years, 7 months ago)
by
caltinay
Original Path:
trunk/downunder
Newer versions of proj require specifying ellipsoid parameter.
Revision
4518 -
Directory Listing
Modified
Tue Aug 13 01:49:59 2013 UTC
(7 years, 8 months ago)
by
caltinay
Original Path:
trunk/downunder
The line search step length caching should only be used within esys.downunder
inversions where the inverse Hessian approximation is not very good at the
moment.
Revision
4517 -
Directory Listing
Modified
Mon Aug 12 05:56:54 2013 UTC
(7 years, 8 months ago)
by
caltinay
Original Path:
trunk/downunder
Implemented caching (and relaxation) of line search step size alpha.
Experiments show a significant decrease in the number of iterations required
to converge with this change.
Revision
4516 -
Directory Listing
Modified
Thu Aug 8 05:41:49 2013 UTC
(7 years, 8 months ago)
by
caltinay
Original Path:
trunk/downunder
Implemented more CF conventions for the netCDF datasource.
Also added a check to LatLonToUTM to pass through coordinates that are already
projected.
Data gridded by GDAL is now understood.
Revision
4502 -
Directory Listing
Modified
Wed Jul 17 03:12:28 2013 UTC
(7 years, 9 months ago)
by
caltinay
Original Path:
trunk/downunder
Test reading IEEE8ByteReal data from ER Mapper files.
Revision
4495 -
Directory Listing
Modified
Fri Jul 5 02:19:47 2013 UTC
(7 years, 9 months ago)
by
caltinay
Original Path:
trunk/downunder
Added support for more input data types in ER Mapper files.
Tests will follow soon.
Revision
4477 -
Directory Listing
Modified
Thu Jun 20 02:41:28 2013 UTC
(7 years, 10 months ago)
by
caltinay
Original Path:
trunk/downunder
escript: use scoped_array instead of scoped_ptr
ripley: netcdf returns a copy of an array so use scoped_array
downunder: s/Sperical/Spherical/
scripts: added a few more suppressions
Revision
4462 -
Directory Listing
Modified
Mon Jun 17 04:12:06 2013 UTC
(7 years, 10 months ago)
by
caltinay
Original Path:
trunk/downunder
Raise exception if background magnetic field has not been set but is required.
Revision
4450 -
Directory Listing
Modified
Thu Jun 13 00:45:59 2013 UTC
(7 years, 10 months ago)
by
jfenwick
Original Path:
trunk/downunder
install docs - still waiting on Mac. Removing debug output.
Revision
4445 -
Directory Listing
Modified
Tue Jun 11 03:35:55 2013 UTC
(7 years, 10 months ago)
by
caltinay
Original Path:
trunk/downunder
Apply weight rescaling to input weights before the coordinate scaling.
Also skipping a check when more than 1 rank is used.
Revision
4443 -
Directory Listing
Modified
Mon Jun 10 04:50:27 2013 UTC
(7 years, 10 months ago)
by
caltinay
Original Path:
trunk/downunder
Update test to take into account changed height scale.
Revision
4435 -
Directory Listing
Modified
Mon Jun 3 04:27:57 2013 UTC
(7 years, 10 months ago)
by
caltinay
Original Path:
trunk/downunder
Fixed a few scaling problems for non-cartesian coordinates in domainbuilder.
Revision
4433 -
Directory Listing
Modified
Fri May 31 12:09:58 2013 UTC
(7 years, 10 months ago)
by
gross
Original Path:
trunk/downunder
some clarifications on geodetic coordinates.
order of background magnetic flux density component has been corrected: input is now B_east, B_north, B_vertical.
Revision
4400 -
Directory Listing
Modified
Fri May 10 04:05:00 2013 UTC
(7 years, 11 months ago)
by
caltinay
Original Path:
trunk/downunder
Uaaargh - the minimizer ate my files! Fixed reporting of iteration number in
callback.
Revision
4398 -
Directory Listing
Modified
Thu May 9 08:42:44 2013 UTC
(7 years, 11 months ago)
by
jfenwick
Original Path:
trunk/downunder
support for supressing doco subpackages. fiddling with one of the imports to try to reduce the number of places where Data appears. Seriously it looks like we have 8 different Data classes
Revision
4397 -
Directory Listing
Modified
Thu May 9 06:17:15 2013 UTC
(7 years, 11 months ago)
by
jfenwick
Original Path:
trunk/downunder
Added some doco to make it a little easier to work out what is going on.
Cleaned up some reST ugliness
Revision
4395 -
Directory Listing
Modified
Wed May 8 03:05:05 2013 UTC
(7 years, 11 months ago)
by
caltinay
Original Path:
trunk/downunder
Changed trade-off factors for example to avoid unit test failures due to
scaling issues.
Revision
4394 -
Directory Listing
Modified
Tue May 7 04:56:59 2013 UTC
(7 years, 11 months ago)
by
caltinay
Original Path:
trunk/downunder
Fixed rounding with lat/lon coordinates and removed stray print statements.
Revision
4390 -
Directory Listing
Modified
Mon May 6 01:59:34 2013 UTC
(7 years, 11 months ago)
by
caltinay
Original Path:
trunk/downunder
Fixed advertising of NetCdfData availability.
Revision
4381 -
Directory Listing
Modified
Thu Apr 25 01:57:54 2013 UTC
(7 years, 11 months ago)
by
caltinay
Original Path:
trunk/downunder
Prescribe data scale in tests to silence message.
Revision
4367 -
Directory Listing
Modified
Wed Apr 17 09:55:25 2013 UTC
(8 years ago)
by
plaub
Original Path:
trunk/downunder
Allow access to the individual components of the weighted sum cost function.
Revision
4362 -
Directory Listing
Modified
Tue Apr 16 04:37:13 2013 UTC
(8 years ago)
by
caltinay
Original Path:
trunk/downunder
Implemented NumpyData downunder source (w/ tests).
Added check of data dimensionality to domainbuilder since data_dim must equal
domain_dim-1 at the moment.
Revision
4287 -
Directory Listing
Modified
Thu Mar 7 05:26:44 2013 UTC
(8 years, 1 month ago)
by
caltinay
Original Path:
trunk/downunder
Removed simpleGeoMagnetic field function from doco and example source.
Revision
4277 -
Directory Listing
Modified
Wed Mar 6 01:30:41 2013 UTC
(8 years, 1 month ago)
by
caltinay
Original Path:
trunk/downunder
Implemented claimed support for mixing data with different resolutions.
Revision
4273 -
Directory Listing
Modified
Tue Mar 5 04:14:44 2013 UTC
(8 years, 1 month ago)
by
caltinay
Original Path:
trunk/downunder
More doco updates and change to the return value of minimizers.
Revision
4272 -
Directory Listing
Modified
Tue Mar 5 01:06:45 2013 UTC
(8 years, 1 month ago)
by
caltinay
Original Path:
trunk/downunder
Finished gravity part in cookbook. Started review of class descriptions.
Revision
4270 -
Directory Listing
Modified
Mon Mar 4 04:01:28 2013 UTC
(8 years, 1 month ago)
by
caltinay
Original Path:
trunk/downunder
Corrected test for modified handling of ER Mapper origin.
Revision
4267 -
Directory Listing
Modified
Fri Mar 1 04:50:54 2013 UTC
(8 years, 1 month ago)
by
caltinay
Original Path:
trunk/downunder
Updated inversion example scripts, added ER Mapper data, checked results
and corrected some issues. Cookbook does not reflect the changes yet.
Revision
4238 -
Directory Listing
Modified
Thu Feb 21 09:58:49 2013 UTC
(8 years, 2 months ago)
by
jfenwick
Original Path:
trunk/downunder
fixed some relative imports and uses of xrange
Revision
4237 -
Directory Listing
Modified
Thu Feb 21 07:27:36 2013 UTC
(8 years, 2 months ago)
by
jfenwick
Original Path:
trunk/downunder
Fixed bad tabbing so this revision works with python3 or clang.
(clang at least up to the tests which need pyproj)
Revision
4213 -
Directory Listing
Modified
Tue Feb 19 01:16:29 2013 UTC
(8 years, 2 months ago)
by
caltinay
Original Path:
trunk/downunder
Some cleanup and more consistent logging.
Revision
4212 -
Directory Listing
Modified
Tue Feb 19 00:11:28 2013 UTC
(8 years, 2 months ago)
by
caltinay
Original Path:
trunk/downunder
Even friendlier message when pyproj is not installed but required.
Revision
4211 -
Directory Listing
Modified
Mon Feb 18 23:54:46 2013 UTC
(8 years, 2 months ago)
by
caltinay
Original Path:
trunk/downunder
Implemented interpolation from Reduced[Face]Elements to [Face]Elements and
changed regularization to compute gradient on Function instead of
ReducedFunction. Results differ slightly so this should help with the accuracy.
Revision
4206 -
Directory Listing
Modified
Sun Feb 17 23:32:07 2013 UTC
(8 years, 2 months ago)
by
caltinay
Original Path:
trunk/downunder
Import minimizers by default so the exception classes are exposed.
Revision
4201 -
Directory Listing
Modified
Thu Feb 14 06:40:01 2013 UTC
(8 years, 2 months ago)
by
caltinay
Original Path:
trunk/downunder
DomainBuilder now ensures all data is in same UTM zone (with test).
Revision
4197 -
Directory Listing
Modified
Wed Feb 13 05:53:19 2013 UTC
(8 years, 2 months ago)
by
caltinay
Original Path:
trunk/downunder
Changes to netCDF data source:
-removed assumptions
-added parameters to override data/error variable names, scale factor and null
value.
Revision
4196 -
Directory Listing
Modified
Wed Feb 13 00:58:37 2013 UTC
(8 years, 2 months ago)
by
caltinay
Original Path:
trunk/downunder
Small fix so ERS files with DOS newline are parsed correctly.
Revision
4175 -
Directory Listing
Modified
Wed Jan 30 05:01:50 2013 UTC
(8 years, 2 months ago)
by
caltinay
Original Path:
trunk/downunder
joint netcdf example and some minor fixes to other example/test case.
Revision
4174 -
Directory Listing
Modified
Wed Jan 30 03:21:27 2013 UTC
(8 years, 2 months ago)
by
caltinay
Original Path:
trunk/downunder
ripley's readBinaryGrid and readNcGrid now filter out NaN leaving the relevant
destination data points untouched.
Revision
4162 -
Directory Listing
Modified
Thu Jan 24 03:53:19 2013 UTC
(8 years, 2 months ago)
by
caltinay
Original Path:
trunk/downunder
Added missing example file to display netcdf data.
Revision
4150 -
Directory Listing
Modified
Mon Jan 21 04:14:24 2013 UTC
(8 years, 3 months ago)
by
caltinay
Original Path:
trunk/downunder
Raise an exception if some methods are called after domain creation.
Revision
4143 -
Directory Listing
Modified
Thu Jan 17 08:48:47 2013 UTC
(8 years, 3 months ago)
by
gross
Original Path:
trunk/downunder
documentation of minimizer update plus clarification of notations on the code
Revision
4142 -
Directory Listing
Modified
Tue Jan 15 09:06:06 2013 UTC
(8 years, 3 months ago)
by
gross
Original Path:
trunk/downunder
documentation of inversion cost function added
Revision
4128 -
Directory Listing
Modified
Thu Jan 10 02:04:08 2013 UTC
(8 years, 3 months ago)
by
caltinay
Original Path:
trunk/downunder
Use fixed low number of iterations for the callback test.
Revision
4122 -
Directory Listing
Modified
Thu Dec 20 05:42:35 2012 UTC
(8 years, 4 months ago)
by
gross
Original Path:
trunk/downunder
More work towards joint inversion. There is now one class for inversion cost function which can handle all relevant cases
for a single model inversion, cross gradient case and functional dependence of physical parameters.
Revision
4120 -
Directory Listing
Modified
Tue Dec 18 04:49:37 2012 UTC
(8 years, 4 months ago)
by
gross
Original Path:
trunk/downunder
some improvements to the robutness of the minimizer:
a break down in the orthogonalization is hnadles via a restart.
a restart can now be set manually
the iteration throughs now an exception in case of failure.
It is also possible to set the density anomaly to zero for regions below a certain depth.
Revision
4115 -
Directory Listing
Modified
Fri Dec 14 04:48:48 2012 UTC
(8 years, 4 months ago)
by
gross
Original Path:
trunk/downunder
terminolgy for magnetic flux density clarified. clean up on synthetic data
Revision
4114 -
Directory Listing
Modified
Fri Dec 14 04:24:46 2012 UTC
(8 years, 4 months ago)
by
caltinay
Original Path:
trunk/downunder
Time to remove deprecated saveVTK/DX methods from Data and Domain.
Revision
4106 -
Directory Listing
Modified
Thu Dec 13 05:08:44 2012 UTC
(8 years, 4 months ago)
by
gross
Original Path:
trunk/downunder
some clarification on how to handle back ground magnetic field plus renaming of SyntheticData
Revision
4105 -
Directory Listing
Modified
Thu Dec 13 04:11:59 2012 UTC
(8 years, 4 months ago)
by
caltinay
Original Path:
trunk/downunder
Updated test to reflect interface changes.
Revision
4102 -
Directory Listing
Modified
Wed Dec 12 06:17:03 2012 UTC
(8 years, 4 months ago)
by
gross
Original Path:
trunk/downunder
more improvements on rescaling of weights. We now try to balance the gradients rather than the values.
Revision
4100 -
Directory Listing
Modified
Tue Dec 11 06:55:20 2012 UTC
(8 years, 4 months ago)
by
gross
Original Path:
trunk/downunder
minimizer uses now a relative change to solution to terminate iteration. Gravity still has problems
Revision
4099 -
Directory Listing
Modified
Tue Dec 11 04:04:47 2012 UTC
(8 years, 4 months ago)
by
gross
Original Path:
trunk/downunder
Clarification of terminology and scaling.
Joint inversion is not working yet.
Revision
4093 -
Directory Listing
Modified
Fri Nov 30 04:52:01 2012 UTC
(8 years, 4 months ago)
by
gross
Original Path:
trunk/downunder
There is now a coherent implementation of gravity and magnetic forward model including an update of the user's guide.
Revision
4083 -
Directory Listing
Modified
Mon Nov 19 22:19:42 2012 UTC
(8 years, 5 months ago)
by
caltinay
Original Path:
trunk/downunder
removed manually set weights from scripts.
Revision
4081 -
Directory Listing
Modified
Mon Nov 19 02:35:18 2012 UTC
(8 years, 5 months ago)
by
caltinay
Original Path:
trunk/downunder
Updated unit test to test LinearMapping instead of old ScalingMapping
Revision
4079 -
Directory Listing
Modified
Fri Nov 16 07:59:01 2012 UTC
(8 years, 5 months ago)
by
gross
Original Path:
trunk/downunder
some modifications to scaling in downunder. still not perfect.
Revision
4078 -
Directory Listing
Modified
Fri Nov 16 07:50:49 2012 UTC
(8 years, 5 months ago)
by
jfenwick
Original Path:
trunk/downunder
Unit tests for binary install with no scons and no source tree.
Script for installing and testing a .deb within a chroot.
Revision
4076 -
Directory Listing
Modified
Thu Nov 15 03:45:24 2012 UTC
(8 years, 5 months ago)
by
gross
Original Path:
trunk/downunder
def getDirectionalDerivative(self, m, d, grad_m):
Revision
4074 -
Directory Listing
Modified
Thu Nov 15 03:30:59 2012 UTC
(8 years, 5 months ago)
by
gross
Original Path:
trunk/downunder
this will break the downundermodule: major revision of the classes.
Revision
4060 -
Directory Listing
Modified
Fri Nov 9 03:50:19 2012 UTC
(8 years, 5 months ago)
by
caltinay
Original Path:
trunk/downunder
-Overhaul of inversion data sources. Domain is now generated and managed by separate class.
-Removed UBCDataSource which was only used for testing.
-Updated example scripts.
Revision
4058 -
Directory Listing
Modified
Fri Nov 2 06:47:06 2012 UTC
(8 years, 5 months ago)
by
caltinay
Original Path:
trunk/downunder
-Ripley now checks for input fs when calling gradient
-interactive mode works again when filename is supplied (typo)
-forward model PDE sets symmetry on now
Revision
4053 -
Directory Listing
Modified
Wed Oct 31 07:27:35 2012 UTC
(8 years, 5 months ago)
by
caltinay
Original Path:
trunk/downunder
Do not fix potential on sides of domain by default.
Revision
4050 -
Directory Listing
Modified
Wed Oct 31 01:01:24 2012 UTC
(8 years, 5 months ago)
by
caltinay
Original Path:
trunk/downunder
Changed initial Hessian in magnetic test and removed some debug output.
Revision
4048 -
Directory Listing
Modified
Tue Oct 30 21:54:15 2012 UTC
(8 years, 5 months ago)
by
gross
Original Path:
trunk/downunder
fixed modification in the DataSource creator
Revision
4040 -
Directory Listing
Modified
Sun Oct 28 22:37:45 2012 UTC
(8 years, 5 months ago)
by
jfenwick
Original Path:
trunk/downunder
Some py3 changes that didn't get committed for some reason
Revision
4037 -
Directory Listing
Modified
Fri Oct 26 03:04:30 2012 UTC
(8 years, 5 months ago)
by
gross
Original Path:
trunk/downunder
some modifictaions to make implementation for magnetic inversion easier
Revision
4034 -
Directory Listing
Modified
Thu Oct 25 02:54:01 2012 UTC
(8 years, 5 months ago)
by
caltinay
Original Path:
trunk/downunder
Fixes to inversion. Using resetRightHandSideCoefficients() now.
Revision
4032 -
Directory Listing
Modified
Wed Oct 24 08:06:15 2012 UTC
(8 years, 5 months ago)
by
gross
Original Path:
trunk/downunder
Gravity inversion is disconnect from DataSource objects now in order to allow for more flexibility
when it comes to the definition of of Mapping and Regulariztion. GravityInversion does not hold a reference to the datasource object anymore.
use inv=GravityInversion()
inv.setUp(datasource)
rather than inv.setDataSource(datasource); inv.setUp()
Revision
4021 -
Directory Listing
Modified
Mon Oct 15 02:31:00 2012 UTC
(8 years, 6 months ago)
by
jfenwick
Original Path:
trunk/downunder
Doco fixes.
Unit test fix for sys.version_info type change
Revision
4020 -
Directory Listing
Modified
Thu Oct 11 22:27:33 2012 UTC
(8 years, 6 months ago)
by
caltinay
Original Path:
trunk/downunder
Removed print() that slipped in in last commit.
Revision
4016 -
Directory Listing
Modified
Tue Oct 9 03:50:27 2012 UTC
(8 years, 6 months ago)
by
caltinay
Original Path:
trunk/downunder
Skip data source tests under MPI for now as there is no straightforward way
of comparing the data (saveVTK appears to be the best option).
Revision
4014 -
Directory Listing
Modified
Thu Oct 4 03:28:35 2012 UTC
(8 years, 6 months ago)
by
caltinay
Original Path:
trunk/downunder
Changed data source to use ripley's netCDF reader,
added tests and changed ERMapper test to have different x and y sizes.
Revision
4012 -
Directory Listing
Modified
Wed Oct 3 02:25:10 2012 UTC
(8 years, 6 months ago)
by
caltinay
Original Path:
trunk/downunder
Initialize X_reduced in forward model to avoid issues later on.
Revision
4009 -
Directory Listing
Modified
Tue Oct 2 05:53:37 2012 UTC
(8 years, 6 months ago)
by
caltinay
Original Path:
trunk/downunder
don't try to flip y-coord in reader. some more fixes and doco.
Revision
4007 -
Directory Listing
Modified
Tue Oct 2 02:12:01 2012 UTC
(8 years, 6 months ago)
by
caltinay
Original Path:
trunk/downunder
Doco updates.
Data source paddings now take x,y not xy,z as Z padding can be done by setting
vertical extents.
Revision
4005 -
Directory Listing
Modified
Fri Sep 28 06:09:03 2012 UTC
(8 years, 6 months ago)
by
caltinay
Original Path:
trunk/downunder
test fixes, doco updates, annoyance removals.
Revision
3990 -
Directory Listing
Modified
Tue Sep 25 05:03:20 2012 UTC
(8 years, 6 months ago)
by
caltinay
Original Path:
trunk/downunder
First set of assorted epydoc fixes/additions.
Revision
3988 -
Directory Listing
Modified
Mon Sep 24 01:08:19 2012 UTC
(8 years, 6 months ago)
by
caltinay
Original Path:
trunk/downunder
Scale coordinates if pyproj is not available
Revision
3987 -
Directory Listing
Modified
Sun Sep 23 23:24:37 2012 UTC
(8 years, 6 months ago)
by
caltinay
Original Path:
trunk/downunder
Fix to test which fails when ripley adjusts number of elements (domain decomp.)
Revision
3980 -
Directory Listing
Modified
Fri Sep 21 01:55:39 2012 UTC
(8 years, 7 months ago)
by
caltinay
Original Path:
trunk/downunder
Now using NullCellValue to initialise data object for ERS reader.
Revision
3971 -
Directory Listing
Modified
Wed Sep 19 02:55:35 2012 UTC
(8 years, 7 months ago)
by
caltinay
Original Path:
trunk/downunder
Implemented binary grid reader in ripley which is now used in ER Mapper source.
Interface/details likely to change but need to get this running now.
Revision
3966 -
Directory Listing
Modified
Mon Sep 17 00:45:39 2012 UTC
(8 years, 7 months ago)
by
caltinay
Original Path:
trunk/downunder
Changed unit scale for ER Mapper files. Fixed an issue with UBC source.
Revision
3965 -
Directory Listing
Modified
Fri Sep 14 01:23:17 2012 UTC
(8 years, 7 months ago)
by
caltinay
Original Path:
trunk/downunder
Data sources have to end up in the Function fs or we get into trouble when
interpolating. Now using setValueOfDataPoint() which doesn't seem to slow
things down too much.
Revision
3964 -
Directory Listing
Modified
Thu Sep 13 03:49:55 2012 UTC
(8 years, 7 months ago)
by
caltinay
Original Path:
trunk/downunder
Hopefully this will fix the interpolation in data sources.
Revision
3960 -
Directory Listing
Modified
Mon Sep 10 01:39:40 2012 UTC
(8 years, 7 months ago)
by
caltinay
Original Path:
trunk/downunder
Added accessors to fwd model, regularization and cost function plus access
to gravity survey data.
Revision
3959 -
Directory Listing
Modified
Fri Sep 7 04:48:07 2012 UTC
(8 years, 7 months ago)
by
caltinay
Original Path:
trunk/downunder
support for geodetic coordinates in ER Mapper files. Correction to UTM
conversion (now assumes southern hemisphere).
Revision
3958 -
Directory Listing
Modified
Fri Sep 7 02:56:42 2012 UTC
(8 years, 7 months ago)
by
caltinay
Original Path:
trunk/downunder
Fixes to netcdf data source and new ERS (ER Mapper) datasource.
Revision
3957 -
Directory Listing
Modified
Wed Sep 5 23:49:23 2012 UTC
(8 years, 7 months ago)
by
caltinay
Original Path:
trunk/downunder
Do not require pyproj module-wide. Print a warning if it is not available but
needed instead of raising an exception.
Revision
3952 -
Directory Listing
Modified
Sun Sep 2 23:42:25 2012 UTC
(8 years, 7 months ago)
by
caltinay
Original Path:
trunk/downunder
Made a test slightly more relaxed since roundoff errors caused it to fail on
one system.
Revision
3950 -
Directory Listing
Modified
Fri Aug 24 06:10:02 2012 UTC
(8 years, 7 months ago)
by
caltinay
Original Path:
trunk/downunder
More tests and corrections in the alternative minimizers.
Revision
3948 -
Directory Listing
Modified
Fri Aug 24 01:01:34 2012 UTC
(8 years, 7 months ago)
by
caltinay
Original Path:
trunk/downunder
Some interface changes to make the inversion more flexible.
Revision
3947 -
Directory Listing
Modified
Wed Aug 22 23:19:10 2012 UTC
(8 years, 8 months ago)
by
caltinay
Original Path:
trunk/downunder
Compiling and installing downunder module now. Adjusted import statements
accordingly. Added a gravity test run.
Revision
3946 -
Directory Listing
Added
Wed Aug 22 02:08:12 2012 UTC
(8 years, 8 months ago)
by
caltinay
Original Path:
trunk/downunder
Initial import of inversion code from devteam area, rev. 51.
Nothing is scons built/installed/tested yet.