IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 29, 2024, 4:02:56 PM (19 months ago)
Author:
eugene
Message:

set freeLevel for inputs to CELL so data can be freed after readout loop; change API to set the dataLevel and freeLevel to specific values (no user option); plug a mem leak (free zerors); free input readout data after each cell is done

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-ppmerge-20241229/ppMerge/src/ppMerge.h

    r33666 r42776  
    117117    );
    118118
     119bool ppMergeFileFreeInput(pmConfig *config, const pmFPAview *view, int num);
     120
    119121/**
    120122 * Set the data level for files specified by name; return an array of the files
    121123 */
    122124psArray *ppMergeFileDataLevel(const pmConfig *config, ///< Configuration
    123                               const char *name, ///< Name of files
    124                               pmFPALevel level ///< Level for file data level
     125                              const char *name ///< Name of files
    125126    );
    126127
Note: See TracChangeset for help on using the changeset viewer.