IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 7, 2014, 6:08:39 PM (12 years ago)
Author:
watersc1
Message:

ppBackgroundStack compiles. I know it's not useful yet, because I haven't implemented the 'apply' and 'save the outputs' parts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppBackground/src/ppBackgroundStackLoop.c

    r36579 r36580  
    1313    )
    1414{
    15     pmConfig *config = data->config;                                        // Configuration data
    16 
     15  //    pmConfig *config = data->config;                                        // Configuration data
     16    int i;
    1717    //
    1818    // Solve the data into a consistent model.
    1919    { // This block does the initialization
    2020      // If we didn't load the OTA solution from an external source, we need to build one.
    21       if (data->fitOTAs) {
     21      if (data->fit_OTAS) {
    2222        if (!ppBackgroundStackModelFitOTASolution(data)) {
    2323          // Currently can't fail.
     
    6767      // Calculate model for each pixel of output
    6868      // Close output image
    69      
     69    }     
    7070
    7171    return(true);
Note: See TracChangeset for help on using the changeset viewer.