Changeset 6817 for trunk/ppImage/src/ppImageDetrendNonLinear.c
- Timestamp:
- Apr 7, 2006, 5:57:23 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageDetrendNonLinear.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageDetrendNonLinear.c
r6747 r6817 1 #include <stdio.h> 2 #include "pslib.h" 3 #include "psmodules.h" 4 #include "ppImageDetrend.h" 1 #include "ppImage.h" 5 2 6 3 bool ppImageDetrendNonLinearPolynomial(pmReadout *input, psMetadataItem *dataItem) { … … 43 40 } 44 41 45 bool ppImageDetrendNonLinear(pm Cell *cell, pmReadout *input, ppImageOptions *options) {42 bool ppImageDetrendNonLinear(pmReadout *input, ppImageOptions *options) { 46 43 47 44 psMetadataItem *concept; 45 pmCell *cell = input->parent; 48 46 49 47 switch (options->nonLinearType) {
Note:
See TracChangeset
for help on using the changeset viewer.
