Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add equivalent layer for harmonic functions #78

Merged
merged 60 commits into from
Sep 20, 2019

Commits on Jun 28, 2019

  1. Configuration menu
    Copy the full SHA
    c714a85 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2019

  1. Replace 2D for 3D

    santisoler committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    a08efbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a0751a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a1b3e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2019

  1. Configuration menu
    Copy the full SHA
    01938f0 View commit details
    Browse the repository at this point in the history
  2. Improve some styling

    santisoler committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    d2920ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7a1255 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a0fe92 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3db62d4 View commit details
    Browse the repository at this point in the history
  6. Define points at depth 3 times min distance

    Following Cooper (2000)
    santisoler committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    cd005be View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    17df1e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Add depth_factor parameter

    santisoler committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    e56c8d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2019

  1. Configuration menu
    Copy the full SHA
    512056f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f798df View commit details
    Browse the repository at this point in the history
  3. Rename gridder to EQLHarmonic

    It will make easy to find future multiple EQL gridders by tab
    autocompletion.
    santisoler committed Jul 21, 2019
    Configuration menu
    Copy the full SHA
    3d0e8a7 View commit details
    Browse the repository at this point in the history
  4. Incorporate verde.median_distance

    Replace the distance_to_nearest function with verde.meadian_distance and
    add k_nearest as optional argument for the gridder.
    santisoler committed Jul 21, 2019
    Configuration menu
    Copy the full SHA
    2138f4e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4293aa1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f69ede View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7aa8881 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a4af096 View commit details
    Browse the repository at this point in the history
  9. Add cross-validation

    santisoler committed Jul 21, 2019
    Configuration menu
    Copy the full SHA
    c46f62f View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. Configuration menu
    Copy the full SHA
    3516889 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec7834a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d1f2f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5a009f View commit details
    Browse the repository at this point in the history
  5. Add test function for EQLHarmonic with few sources

    This new test function is intended to be run with Numba jit disabled.
    A great number of masses will heavily increase the computation time if
    Numba jit is disabled.
    santisoler committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    8519d78 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    81bac5e View commit details
    Browse the repository at this point in the history
  7. Change sign when setting default point sources

    Because the vertical coordinate points downwards, the vertical component
    for the point sources must be increased if we want them to be bellow the
    observation points.
    santisoler committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    8cf45e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. Configuration menu
    Copy the full SHA
    91e55eb View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

  1. Configuration menu
    Copy the full SHA
    1ecbd7c View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. Configuration menu
    Copy the full SHA
    ec89987 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

  1. Configuration menu
    Copy the full SHA
    819bff3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    308f659 View commit details
    Browse the repository at this point in the history
  3. Make use of forward.utils.distance_cartesian func

    Replace the preexisting function to compute distances in Cartesian
    coordinates for the distance_cartesian function in forward/utils.py.
    santisoler committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    bc3076c View commit details
    Browse the repository at this point in the history
  4. Run black

    santisoler committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    16ec998 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ffcab6f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df00fb2 View commit details
    Browse the repository at this point in the history
  7. Update eql_harmonic example

    Remove BlockReduce: it's not wise to use it on harmonic data where
    observation points are at different heights.
    Reduce data by discarding random points.
    santisoler committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    63860a1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f92fda1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    22d08ca View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

  1. Fix typo

    santisoler authored Aug 14, 2019
    Configuration menu
    Copy the full SHA
    e3479fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    444bed7 View commit details
    Browse the repository at this point in the history
  3. Improve docstring

    Make clearer that the default position of point masses are bellow each
    observation point at a relative depth proportional to the distance of
    the nearest neighbours.
    santisoler committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    62946ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    951dfad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e7ee68 View commit details
    Browse the repository at this point in the history
  6. Improve gallery example for EQLHarmonic

    Reduce region instead of downsampling the dataset. Add comment
    explaining what score is. Increase k_nearest because airborne magnetic
    survey. Use EQLHarmonic constructor to set parameters instead of
    set_params. Make the two axes plot the same region.
    santisoler committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    a3da7f1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ea08f08 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2019

  1. Configuration menu
    Copy the full SHA
    4ddf0f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

  1. Configuration menu
    Copy the full SHA
    348c25b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6df8c5e View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Retitle API section where EQLHarmonic lives

    Co-Authored-By: Leonardo Uieda <[email protected]>
    santisoler and leouieda authored Aug 28, 2019
    Configuration menu
    Copy the full SHA
    855c469 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. Use a single depth for now and reword example

    Removed the code for variable depth based on neighbor distances.
    Use a different anomaly for the example and plot balancing the colormap.
    Use deeper sources for smoother grid and appropriate grid spacing.
    Simple train-test split instead of CV for quicker and easier to
    understand example.
    leouieda committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    93b6c92 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2019

  1. Configuration menu
    Copy the full SHA
    1680a37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63b54f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f9b9d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89ed643 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    12f38aa View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. Configuration menu
    Copy the full SHA
    5bad26e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1c9344 View commit details
    Browse the repository at this point in the history
  3. Rename depth variable to relative_depth

    Improve docstrings to make clearer that the relative_depth argument
    represent the relative depth at which the point sources will be located
    referenced to the elevation of the data points.
    santisoler committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    5129904 View commit details
    Browse the repository at this point in the history