Changeset 36580 for trunk/ppBackground/src/ppBackgroundStackLoop.c
- Timestamp:
- Mar 7, 2014, 6:08:39 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/ppBackground/src/ppBackgroundStackLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppBackground/src/ppBackgroundStackLoop.c
r36579 r36580 13 13 ) 14 14 { 15 pmConfig *config = data->config; // Configuration data16 15 // pmConfig *config = data->config; // Configuration data 16 int i; 17 17 // 18 18 // Solve the data into a consistent model. 19 19 { // This block does the initialization 20 20 // If we didn't load the OTA solution from an external source, we need to build one. 21 if (data->fit OTAs) {21 if (data->fit_OTAS) { 22 22 if (!ppBackgroundStackModelFitOTASolution(data)) { 23 23 // Currently can't fail. … … 67 67 // Calculate model for each pixel of output 68 68 // Close output image 69 69 } 70 70 71 71 return(true);
Note:
See TracChangeset
for help on using the changeset viewer.
