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

Mistaken arguments in cgimgscl.pro: 340 - 344 #34

Open
GitatHub opened this issue May 19, 2023 · 0 comments
Open

Mistaken arguments in cgimgscl.pro: 340 - 344 #34

GitatHub opened this issue May 19, 2023 · 0 comments

Comments

@GitatHub
Copy link

In cgimgscl.pro, lines 340 - 344:

          4: BEGIN ; Log scale stretch.
             tempImage =  cgLogScl(tempImage, Max=maxvalue, Min=minvalue, $
                       Mean=mean, Exponent=exponent, Negative=negative, $
                       OMIN=bottom, OMAX=top)
             END

should be

          4: BEGIN ; Log scale stretch.
             tempImage =  cgLogScl(tempImage, CONSTANT=constant, NEGATIVE=negative, $
                        MAX=maxValue, MIN=minValue, OMAX=top, OMIN=bottom)
             END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant