Changeset 35583 for trunk/psModules/src/detrend/pmDark.c
- Timestamp:
- May 14, 2013, 1:31:41 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmDark.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmDark.c
r34800 r35583 433 433 } 434 434 pmReadout *readout = inputs->data[r]; // Input readout 435 if ((!readout)||(!readout->image)) { 436 mask->data.PS_TYPE_VECTOR_MASK_DATA[r] = 0xff; 437 continue; 438 } 435 439 int yIn = i - readout->row0; // y position on input readout 436 440 int xIn = j - readout->col0; // x position on input readout
Note:
See TracChangeset
for help on using the changeset viewer.
