IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 6, 2017, 11:30:10 AM (9 years ago)
Author:
eugene
Message:

merging changes from czw dev branch (compare with r39924)

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/psModules/src/detrend/pmFringeStats.c

    r34085 r39926  
    336336        dfPt[i] = 1.0 / medianSd->sampleStdev;
    337337
    338         psTrace("psModules.detrend", 7, "[%d:%d,%d:%d]: %f %f : %s\n", (int)region.x0, (int)region.x1,
    339                 (int)region.y0, (int)region.y1, fPt[i], dfPt[i], readout->parent->hdu->extname);
     338        if (readout->parent->hdu) {
     339          psTrace("psModules.detrend", 7, "[%d:%d,%d:%d]: %f %f : %s\n", (int)region.x0, (int)region.x1,
     340                  (int)region.y0, (int)region.y1, fPt[i], dfPt[i], readout->parent->hdu->extname);
     341        }
     342        else {
     343          psTrace("psModules.detrend", 7, "[%d:%d,%d:%d]: %f %f : THIS_IS_A_SPOOKY_GHOST_CELL\n", (int)region.x0, (int)region.x1,
     344                  (int)region.y0, (int)region.y1, fPt[i], dfPt[i]);
     345        }
    340346    }
    341347    psFree(sky);
Note: See TracChangeset for help on using the changeset viewer.