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

Apply color adjustments or LUTs to data channels #13

Open
amy-langley opened this issue Jan 22, 2019 · 2 comments
Open

Apply color adjustments or LUTs to data channels #13

amy-langley opened this issue Jan 22, 2019 · 2 comments

Comments

@amy-langley
Copy link
Contributor

No description provided.

@amy-langley amy-langley changed the title Apply filters or LUTs to data channels Apply color adjustments or LUTs to data channels Jan 22, 2019
@amy-langley
Copy link
Contributor Author

@amy-langley
Copy link
Contributor Author

amy-langley commented Aug 22, 2019

Refer to how this was implemented using numpy in #54 and do the same--allow users to specify in the config object an interval to adjust (low, high), an amount to scale by (m), and an amount to offset (b) and then scale every point in the interval [low, high] by x' = mx+b otherwise x'=x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant