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

Add crosstalk to ISR #40

Merged
merged 3 commits into from
Sep 6, 2017
Merged

Add crosstalk to ISR #40

merged 3 commits into from
Sep 6, 2017

Commits on Sep 6, 2017

  1. add tasks to measure and apply intra-CCD crosstalk

    Adapted from an implementation long used in obs_subaru for
    Suprime-Cam and Hyper Suprime-Cam; this was generalised to
    allow for an arbitrary number of amplifiers in arbitrary
    orientation, code cleaned up and docs updated.
    
    We provide both function and Task interfaces to both measure
    and remove the crosstalk.
    PaulPrice committed Sep 6, 2017
    Configuration menu
    Copy the full SHA
    5b58c0c View commit details
    Browse the repository at this point in the history
  2. IsrTask: add crosstalk correction

    Using the new CrosstalkTask.
    
    Crosstalk correction is disabled by default since this is new
    functionality that requires measured coefficients.
    PaulPrice committed Sep 6, 2017
    Configuration menu
    Copy the full SHA
    e027d6e View commit details
    Browse the repository at this point in the history
  3. add test of crosstalk

    Tests both crosstalk measurement and removal, using both the function
    and Task interfaces.
    PaulPrice committed Sep 6, 2017
    Configuration menu
    Copy the full SHA
    220888b View commit details
    Browse the repository at this point in the history