IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 15, 2008, 2:45:18 PM (18 years ago)
Author:
Paul Price
Message:

Adding old code to track memory usage in ppImage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImage.h

    r15933 r16084  
    3535    bool doAstromChip;                  // per-chip Astrometry
    3636    bool doAstromMosaic;                // full-mosaic Astrometry
    37     bool doStats;                       // call ppStats on the image
    38     bool replaceMasked;                 // fill in masked values with background model
     37    bool doStats;                       // call ppStats on the image
     38    bool replaceMasked;                 // fill in masked values with background model
    3939
    4040    // output files requested
     
    7070
    7171    // binning parameters
    72     int xBin1;                          // x-binning, scale 1
    73     int yBin1;                          // y-binning, scale 1
    74     int xBin2;                          // x-binning, scale 2
    75     int yBin2;                          // y-binning, scale 2
     72    int xBin1;                          // x-binning, scale 1
     73    int yBin1;                          // y-binning, scale 1
     74    int xBin2;                          // x-binning, scale 2
     75    int yBin2;                          // y-binning, scale 2
    7676
    7777    // parameters used by the fringe analysis
     
    150150bool ppImageStats (pmConfig *config, pmChip *chip, const pmFPAview *inputView, const ppImageOptions *options);
    151151
    152 // write stats to output file 
     152// write stats to output file
    153153bool ppImageStatsOutput (pmConfig *config, const ppImageOptions *options);
    154154
     
    157157bool ppImageDetrendFringeMeasure(pmReadout *readout, // Readout to measure
    158158                                 pmCell *fringe, // Fringe cell (each readout is a different component)
    159                                 const bool isResidual,
     159                                const bool isResidual,
    160160                                 const ppImageOptions *options // Options
    161161    );
     
    164164bool ppImageDetrendFringeSolve(pmChip *scienceChip, // Chip with science
    165165                               const pmChip *refChip, // Chip with reference fringes
    166                                const bool isResidual,
     166                               const bool isResidual,
    167167                               const ppImageOptions *options // Options
    168168    );
     
    171171bool ppImageDetrendFringeGenerate(pmCell *science, // Science cell
    172172                                  pmCell *fringes, // Fringe cell, one readout per fringe component
    173                                   const ppImageOptions *options // Options
     173                                  const ppImageOptions *options // Options
    174174    );
    175175
    176176
    177177bool ppImageDetrendFringeApply (pmConfig *config, // config
    178                                 pmChip *chip, // science chip
    179                                 const pmFPAview *inputView, // current view
    180                                 const ppImageOptions *options // options
     178                                pmChip *chip, // science chip
     179                                const pmFPAview *inputView, // current view
     180                                const ppImageOptions *options // options
    181181    );
    182182
     
    200200void ppImageFileCheck (pmConfig *config);
    201201
     202/// Dump memory summary to text file
     203void ppImageMemoryDump(const char *description);
     204
    202205#endif
Note: See TracChangeset for help on using the changeset viewer.