IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 30, 2012, 2:49:37 PM (14 years ago)
Author:
eugene
Message:

merge changes from trunk

Location:
branches/eam_branches/ipp-20111122/ppImage/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/ppImage/src

  • branches/eam_branches/ipp-20111122/ppImage/src/ppImageLoop.c

    r30655 r33638  
    126126                }
    127127
     128                if (!ppImageCheckNoise (config, options, view)) {
     129                    ESCAPE("Unable to generate noisemap");
     130                }
     131               
    128132                // optionally degrade a MD image to 3pi exposure times
    129133                if (!ppImageAddNoise(config, options, view, input->fpa)){
     
    170174
    171175        // Apply the pattern correction
    172         if (options->doPatternRow || options->doPatternCell) {
     176        if (options->doPatternRow || options->doPatternCell || options->doPatternContinuity) {
    173177          if (!ppImageDetrendPatternApply(config,chip,view,options)) {
    174178            ESCAPE("Unable to apply pattern corrections");
Note: See TracChangeset for help on using the changeset viewer.