Skip to content

Add ability to specify the two tails separately in grdinfo -T+a - #5924

Merged
Esteban82 merged 2 commits into
masterfrom
grdinfo-twotails
Oct 28, 2021
Merged

Add ability to specify the two tails separately in grdinfo -T+a#5924
Esteban82 merged 2 commits into
masterfrom
grdinfo-twotails

Conversation

@PaulWessel

@PaulWesselPaulWessel commented Oct 28, 2021

Copy link
Copy Markdown
Member

See #5923 for background. This PR implements the change so that the alpha given may be the total tail area to be split equally between the two tails or alphaL/alphaR to instead specify unequal tails. Hence -T+a2 is the same as -T+a1/1.

Docs updated and existing tests pass. Closes#5923.

By giving one alpha it is split evenly between the left and right tail [2%]. IF we instead give alphaL/alphaR we can set the two tails separately (including setting on to 0).
@PaulWesselPaulWessel added the enhancement Improving an existing feature label Oct 28, 2021
@PaulWesselPaulWessel added this to the 6.3.0 milestone Oct 28, 2021
@PaulWesselPaulWessel self-assigned this Oct 28, 2021
@Esteban82
Esteban82 merged commit 2af2c1d into masterOct 28, 2021
@Esteban82
Esteban82 deleted the grdinfo-twotails branch October 28, 2021 02:48
@maxrjonesmaxrjones added the add-changelog Add PR to the changelog label Nov 12, 2021
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

add-changelogAdd PR to the changelogenhancementImproving an existing feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Let grdinfo -T+a exclude one tail

3 participants

@PaulWessel@Esteban82@maxrjones