Changeset 6125 for trunk/ppImage/src/ppImageDetrendBias.c
- Timestamp:
- Jan 21, 2006, 12:29:48 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageDetrendBias.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageDetrendBias.c
r6064 r6125 1 1 #include "ppImage.h" 2 2 3 bool ppDetrendBias(pmReadout *inputReadout, pmReadout *bias, pmReadout *dark, ppOptions *options) {4 5 6 // psMetadataPrint(input Cell->concepts, 7);3 bool ppDetrendBias(pmReadout *inputReadout, pmReadout *bias, pmReadout *dark, ppOptions *options) 4 { 5 psTrace(__func__, 1, "Commencing bias processing....\n"); 6 // psMetadataPrint(inputReadout->parent->concepts, 7); 7 7 8 8 pmSubtractBias(inputReadout, options->overscan, bias, dark);
Note:
See TracChangeset
for help on using the changeset viewer.
