IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 8, 2023, 11:57:40 AM (3 years ago)
Author:
eugene
Message:

merge from eam_branches/ipp-20220316. add code for PatternDeadCells, fix organization of DetrendPattern, handle psphotModelBackground failure

Location:
trunk/ppImage
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage

  • trunk/ppImage/src/ppImageLoop.c

    r39501 r42382  
    172172
    173173        // Apply the fringe correction
    174         if (options->doFringe) {
    175             if (!ppImageDetrendFringeApply(config, chip, view, options)) {
    176                 ESCAPE("Unable to defringe");
    177             }
     174        if (!ppImageDetrendFringeApply(config, chip, view, options)) {
     175            ESCAPE("Unable to defringe");
    178176        }
    179177
     
    183181        }
    184182
    185         // Apply the pattern correction
    186         if (options->doPatternRow || options->doPatternCell || options->doPatternContinuity) {
    187           if (!ppImageDetrendPatternApply(config,chip,view,options)) {
    188             ESCAPE("Unable to apply pattern corrections");
    189           }
     183        // Apply the pattern correction (only done if requested)
     184        if (!ppImageDetrendPatternApply(config,chip,view,options)) {
     185            ESCAPE("Problem applying pattern corrections");
    190186        }
    191187
Note: See TracChangeset for help on using the changeset viewer.