- Timestamp:
- May 8, 2013, 5:07:02 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130419/pswarp/src/pswarpLoop.c
r35536 r35537 121 121 } 122 122 123 // psMetadataAddF32 (readout->analysis, PS_LIST_TAIL, "SET.VALUE", PS_META_REPLACE, "test", (i + 1)*1.0); 124 pswarpTransformToTarget(output->fpa, readout, config); 123 pswarpTransformToTarget(output->fpa, readout, config, false); 125 124 126 125 if (!pmFPAfileIOChecks(config, view, PM_FPA_AFTER)) { … … 169 168 // once the output fpa elements have been built, loop over the fpa and generate stats 170 169 // for each readout 171 bool pswarpTransformToTarget (pmFPA *output, pmReadout *input, pmConfig *config ) {170 bool pswarpTransformToTarget (pmFPA *output, pmReadout *input, pmConfig *config, bool backgroundWarp) { 172 171 173 172 pmFPAview *view = pmFPAviewAlloc(0); … … 186 185 pmReadout *readout; 187 186 while ((readout = pmFPAviewNextReadout(view, output, 1)) != NULL) { 188 pswarpTransformReadout (readout, input, config );187 pswarpTransformReadout (readout, input, config, backgroundWarp); 189 188 } 190 189 }
Note:
See TracChangeset
for help on using the changeset viewer.
