Changeset 39774
- Timestamp:
- Oct 18, 2016, 2:56:04 PM (10 years ago)
- Location:
- branches/czw_branch/20160809
- Files:
-
- 2 edited
-
ppMerge/src/ppMergeLoop.c (modified) (1 diff)
-
psModules/src/detrend/pmFringeStats.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20160809/ppMerge/src/ppMergeLoop.c
r35687 r39774 398 398 399 399 psFree(fileGroups); 400 psFree(zeros);400 // psFree(zeros); 401 401 402 402 // XXX eventually need to keep both the shutter and the pattern, as we do with dark -
branches/czw_branch/20160809/psModules/src/detrend/pmFringeStats.c
r34085 r39774 336 336 dfPt[i] = 1.0 / medianSd->sampleStdev; 337 337 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 } 340 346 } 341 347 psFree(sky);
Note:
See TracChangeset
for help on using the changeset viewer.
