IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 14, 2006, 7:13:32 PM (20 years ago)
Author:
Paul Price
Message:

Allowing use of an FPAview to restrict the analysis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStats/src/ppStats.c

    r8337 r8346  
    77psMetadata *ppStats(psMetadata *out,    // Output metadata
    88                    pmFPA *fpa,         // FPA for which to get statistics
     9                    pmFPAview *view,    // View for analysis
    910                    pmConfig *config    // Configuration
    1011    )
     
    1819    data->fpa = psMemIncrRefCounter(fpa);
    1920
     21    if (data->view) {
     22        psFree(data->view);
     23    }
     24    data->view = psMemIncrRefCounter(view);
     25
    2026    // Go through the FPA and do the hard work
    2127    out = ppStatsLoop(out, data, config);
Note: See TracChangeset for help on using the changeset viewer.