- Timestamp:
- Apr 13, 2022, 10:53:25 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20220316/ppImage/src/ppImageDetrendFringe.c
r37406 r42167 327 327 pmCell *cell = NULL; 328 328 329 // psTimerStart("apply.fringe"); 330 331 assert (options->doFringe); // do not call if not needed 329 if (!options->doFringe) return true; 330 332 331 assert (inputView->chip != -1); 333 332 assert (inputView->cell == -1);
Note:
See TracChangeset
for help on using the changeset viewer.
