Skip to content

Commit

Permalink
Moved a message regarding no serial CTE correction for subarrays to a
Browse files Browse the repository at this point in the history
more appropriate location in the code.
  • Loading branch information
mdlpstsci committed Aug 16, 2024
1 parent 0f612f8 commit bf3e573
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/acs/lib/acscte/docte.c
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,9 @@ int DoCTE (ACSInfo *acs_info, const bool forwardModelOnly) {
trlmessage(MsgText);
sprintf(MsgText, "(pctecorr) CTE_FRAC: %f", cteParallelPars.scale_frac);
trlmessage(MsgText);

sprintf(MsgText,"\n(pctecorr) NOTE: No serial CTE correction is done for any subarray data.\n");
trlmessage(MsgText);
/* End read of the parallel CTE parameters */

/*
Expand Down Expand Up @@ -375,8 +378,6 @@ int DoCTE (ACSInfo *acs_info, const bool forwardModelOnly) {
/*
Only perform the serial CTE correction for full-frame, post-SM4 data
*/
sprintf(MsgText,"(pctecorr) NOTE: No serial CTE correction is done for any subarray data.\n");
trlmessage(MsgText);
if ((acs_info->expstart >= SM4MJD) && (!acs[i].subarray)) {

startOfSetInCalib = SET_TO_PROCESS[ampIDInCalib];
Expand Down

0 comments on commit bf3e573

Please sign in to comment.