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 new tilt_angle transformation function #486

Merged
merged 26 commits into from
Aug 12, 2024

Commits on Mar 29, 2024

  1. Add tilt transformation

    * added `tilt` function to `_transformations.py`
    * added it to the `index.rst`
    * created an example in `tilt.py`
    * added it to `__init__.py`
    * added the class `TestTilt` in `test_transformations.py`; however, the test is failling.
    leomiquelutti committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    fa20baf View commit details
    Browse the repository at this point in the history
  2. corrected format

    leomiquelutti committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    cca42cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11bcd70 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. changed g_z signal in the test of tilt

    For some reason that I don't know the test of tilt passes when you change the sinal of g_z in `TestTilt:test_against_synthetic` in `test_transformations.py`
    leomiquelutti committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    f531eb5 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Update harmonica/_transformations.py

    Co-authored-by: Leonardo Uieda <[email protected]>
    leomiquelutti and leouieda authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    1bc80af View commit details
    Browse the repository at this point in the history
  2. make doc still seems failing

    * changed from `tilt` to `tilt_angle`
    * added Miller and Sing 1994 reference
    leomiquelutti committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    b4c687d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92278eb View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Update harmonica/_transformations.py

    Co-authored-by: Santiago Soler <[email protected]>
    leomiquelutti and santisoler authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    1406c29 View commit details
    Browse the repository at this point in the history
  2. Update harmonica/_transformations.py

    Co-authored-by: Santiago Soler <[email protected]>
    leomiquelutti and santisoler authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    dc06c3f View commit details
    Browse the repository at this point in the history
  3. Update harmonica/tests/test_transformations.py

    Co-authored-by: Santiago Soler <[email protected]>
    leomiquelutti and santisoler authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    5fa4572 View commit details
    Browse the repository at this point in the history
  4. Update harmonica/tests/test_transformations.py

    Co-authored-by: Santiago Soler <[email protected]>
    leomiquelutti and santisoler authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    3ec18fd View commit details
    Browse the repository at this point in the history
  5. Update harmonica/_transformations.py

    Co-authored-by: Santiago Soler <[email protected]>
    leomiquelutti and santisoler authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    6ace014 View commit details
    Browse the repository at this point in the history
  6. fixed formatting

    leomiquelutti committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    045eda0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9767828 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7a76c13 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Update test_transformations.py

    fixed TestTilt::test_against_synthetic
    leomiquelutti committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    ee1d61f View commit details
    Browse the repository at this point in the history
  2. fix format/style

    leomiquelutti committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    febfb19 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    c58a473 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    santisoler authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    7fe9493 View commit details
    Browse the repository at this point in the history
  3. Uncomment line in example

    santisoler authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    9cb90fc View commit details
    Browse the repository at this point in the history
  4. Uncomment line in example

    santisoler authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    379bcc6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d7abc9b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a9dee2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d738296 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    77f9de7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eb9696e View commit details
    Browse the repository at this point in the history