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

Update how CPT hinges are handled #2416

Merged
merged 50 commits into from
Jan 21, 2020
Merged

Update how CPT hinges are handled #2416

merged 50 commits into from
Jan 21, 2020

Commits on Jan 7, 2020

  1. Update how CPT hinges are done

    Separate between soft and hard hinges.  Hard hinges are data driven like those for bathymetry or magnetics, while soft hinges are ignored unless +h[hinge] is given.
    PaulWessel committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    89de734 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cbef76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a759e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. Configuration menu
    Copy the full SHA
    70ffabd View commit details
    Browse the repository at this point in the history
  2. Update GMT_tut_17.ps

    PaulWessel committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    15536f0 View commit details
    Browse the repository at this point in the history
  3. Update docs

    Explain soft and hard hinges
    PaulWessel committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    f5ff933 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00fee51 View commit details
    Browse the repository at this point in the history
  5. Polish cpt docs

    PaulWessel committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    e2965f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    394ea99 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e58278d View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. Configuration menu
    Copy the full SHA
    7e89302 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    537013c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3ac812 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. Update world.cpt

    PaulWessel committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    e4be913 View commit details
    Browse the repository at this point in the history
  2. Update haxby.cpt

    PaulWessel committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    f5f2ed6 View commit details
    Browse the repository at this point in the history
  3. Turn wysiwig, haxby, no_green, and world into continuous CPTs

    Update a few PS files that changed.
    PaulWessel committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    bcc21cb View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2020

  1. Restrict CPT resampling to continuous CPTs

    We ban the resampling of discrete CPTs to another set of nodes.  Only stretching of the range is allowed.
    PaulWessel committed Jan 11, 2020
    Configuration menu
    Copy the full SHA
    2f1ffb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8af9ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ad0125 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6599d03 View commit details
    Browse the repository at this point in the history
  5. Update std_opts_classic.rst

    typo
    PaulWessel committed Jan 11, 2020
    Configuration menu
    Copy the full SHA
    17ecac2 View commit details
    Browse the repository at this point in the history
  6. Add new CPT section on color-lists

    Adds a new script figure as well
    PaulWessel committed Jan 11, 2020
    Configuration menu
    Copy the full SHA
    7eb1ec0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    028414c View commit details
    Browse the repository at this point in the history
  8. Update features.rst

    PaulWessel committed Jan 11, 2020
    Configuration menu
    Copy the full SHA
    4b4eea3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6f7a08b View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2020

  1. Configuration menu
    Copy the full SHA
    bea1b1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f3e928 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c95b334 View commit details
    Browse the repository at this point in the history
  4. Deal with distcalc ref

    PaulWessel committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    dd9ec79 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9aacb72 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3fc0baa View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. Allow slow or zhigh to equal hinge

    Not fully working yet.  If hinge == zlow or hinge == zhigh we need to eliminate one entry in the resulting CPT (not done yet).
    PaulWessel committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    f543774 View commit details
    Browse the repository at this point in the history
  2. Update doc/rst/source/cookbook/features.rst

    Co-Authored-By: Dongdong Tian <[email protected]>
    PaulWessel and seisman authored Jan 14, 2020
    Configuration menu
    Copy the full SHA
    254b23a View commit details
    Browse the repository at this point in the history
  3. Update src/gmt_support.c

    Co-Authored-By: Dongdong Tian <[email protected]>
    PaulWessel and seisman authored Jan 14, 2020
    Configuration menu
    Copy the full SHA
    736deff View commit details
    Browse the repository at this point in the history
  4. Update gmt_api.c

    PaulWessel committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    3ba7c58 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92a7b35 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eccf392 View commit details
    Browse the repository at this point in the history
  7. Update gmt_api.c

    PaulWessel committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    76c2e69 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. Fix CPT stretching with hinges

    Needed to update tut 19 and its PS.
    PaulWessel committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    5447585 View commit details
    Browse the repository at this point in the history
  2. Fix discrete resampling of CPTs with hinges

    Trim the CPT if needed before resampling.
    PaulWessel committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    48648f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. Configuration menu
    Copy the full SHA
    a808d81 View commit details
    Browse the repository at this point in the history
  2. Address soft hinge and fix -T parsing check

    I had labeled a CPT with soft hinge as a hard hinge if +h was given, but it should stay a soft hinge internally.  Also, add validation of possible modifiers for parse_array.
    PaulWessel committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    3975c92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db5ffe3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e089ab View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

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

Commits on Jan 18, 2020

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

Commits on Jan 21, 2020

  1. Configuration menu
    Copy the full SHA
    e4fb649 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    267ce55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ee3e59 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8d676f View commit details
    Browse the repository at this point in the history