IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 8, 2013, 5:07:02 PM (13 years ago)
Author:
eugene
Message:

make the warp mode (science / background) an argument to TransformReadout, not a test of a metadata in argument

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130419/pswarp/src/pswarpLoopBackground.c

    r35536 r35537  
    142142               
    143143                    // transform the actual BKGMODEL pixels from readout to output
    144                     // XXX replace the use of this temporary metadata item with an argument?
    145                     // XXX move the source transform out of pswarpTransformReadout?
    146                     psMetadataAddBool(config->arguments,PS_LIST_TAIL, "BACKGROUND_WARPING", PS_META_REPLACE, "", true);
    147                     pswarpTransformToTarget (output->fpa, readout, config);
    148                     psMetadataAddBool(config->arguments,PS_LIST_TAIL, "BACKGROUND_WARPING", PS_META_REPLACE, "", false);
     144                    pswarpTransformToTarget (output->fpa, readout, config, true);
    149145
    150146                    if (!pmFPAfileIOChecks (config, view, PM_FPA_AFTER)) { // Readout
Note: See TracChangeset for help on using the changeset viewer.