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

Tickets/dm 5462 #14

Merged
merged 10 commits into from Jun 7, 2016
Merged

Tickets/dm 5462 #14

merged 10 commits into from Jun 7, 2016

Conversation

r-owen
Copy link
Contributor

@r-owen r-owen commented May 26, 2016

No description provided.

@r-owen r-owen force-pushed the tickets/DM-5462 branch 2 times, most recently from 593ee52 to 3ba8393 Compare May 31, 2016 17:30
}}} // namespace lsst::ip::isr

#endif // !defined(LSST_IP_ISR_ISR_H)
#endif
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs a newline at the end.

The main implementation header for ip_isr
was in include/ip instead if include/ip/isr,
so move it down a level and add a new include/ip/isr.h file
that imports it (and, eventually, other header files).
Trac ticket 1121 is a report that it was sometimes necessary
to have this in your .i includes, for no obvious reason:
I tried taking it out and it works, so the problem
appears to have been fixed.
applyLookupTable adds values from a lookup table to an image;
it is designed for use as non-linearity correction.
Removed LookupTableMultiplicative and LookupTableReplace,
neither of which was used, and neither of which did what
was needed for non-linearity correction.
Add the following classes to correct non-linearity:
- LinearizeBase  abstract base class
- LinearizeLookupTable linearize using a lookup table
- LinearizeSquared  linearize using corr = im + sqCoeff*im^2
Fixed flake8 warnings in the python code:
- remove trailing whitespace
- break long lines
- remove unused imports
- stop setting unused variables
- break multi-line commands into a single line
testFringes had an undefined variable that was only exposed
if "debug" was defined.
Add a new config field doLinearize (defaults to False because
so few cameras support linerization).
Unpersist and call the linearizer if doLinearize true
@r-owen r-owen merged commit 2cd74c3 into master Jun 7, 2016
@ktlim ktlim deleted the tickets/DM-5462 branch August 25, 2018 06:44
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

Successfully merging this pull request may close these issues.

None yet

2 participants