Changeset 10303 for trunk/ppImage/src/ppImageDetrendBias.c
- Timestamp:
- Nov 29, 2006, 3:08:39 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageDetrendBias.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageDetrendBias.c
r10211 r10303 9 9 psTrace("ppImage", 1, "Commencing bias processing....\n"); 10 10 11 if (!pm SubtractBias(inputReadout, options->overscan, bias, dark)) {11 if (!pmBiasSubtract(inputReadout, options->overscan, bias, dark)) { 12 12 psError(PS_ERR_UNKNOWN, false, "Unable to subtract bias.\n"); 13 13 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
