Changeset 7585 for trunk/ppImage/src/ppImageDetrendBias.c
- Timestamp:
- Jun 15, 2006, 5:20:44 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageDetrendBias.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageDetrendBias.c
r6817 r7585 6 6 // psMetadataPrint(inputReadout->parent->concepts, 7); 7 7 8 pmSubtractBias(inputReadout, options->overscan, bias, dark); 8 if (!pmSubtractBias(inputReadout, options->overscan, bias, dark)) { 9 return false; 10 } 9 11 10 12 // Output overscan fit results, if required … … 52 54 psAbort(__func__, "Should never get here!!!\n"); 53 55 } 54 55 56 return true; 56 57 }
Note:
See TracChangeset
for help on using the changeset viewer.
