-
Notifications
You must be signed in to change notification settings - Fork 29
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
HLA-1133/1241/1288 Implementation of ACS Serial CTE correction #609
Conversation
This was done manually to view all the differences between the structure of the previous and "The Reunion" versions of HSTCAL.
Renamed dopcte-gen2.c to dpcte-gen3.c.
f0b705d
to
0f612f8
Compare
more appropriate location in the code.
is NOT backwards compatible. WFC RAW files will need to have the PCTETAB keyword in the primary header updated with the name of the update calibration file which supports both parallel and serial CTE corrections.
Test run done with new RAW and updated Truth files: |
The software for this PR has been approved by the ACS Team (Jenna Ryon) (Git Issue #577). In order to merge a code review needs to be done. |
return status; | ||
} | ||
sprintf(MsgText,"CTEDATE0: %g",pars->cte_date0); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indentation incorrect? 390/1, 401/2, 412/3, 423/4, 434/6
This code represents the Generation 3 version of the CTE correction for ACS WFC. This code applies not only the parallel CTE correction for full-frame images, but it also applies a serial CTE correction for post-SM4 data.
Note: In order to use this new version of CALACS (v10.4.0), the PCTETAB keyword in the primary header MUST be populated with the name of the Generation 3 PCTETAB calibration reference file.