IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 19, 2013, 10:13:42 AM (13 years ago)
Author:
bills
Message:

call pmFPAExcludeChips on background model as well. If applicable
they will be set to be processed in pswarpGenerateOutputCell()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarpDefineLayout.c

    r35563 r35684  
    4040    // chips are not processed unless we have determined they overlap the inputs
    4141    pmFPAExcludeChips (output->fpa);
     42    if (bkgModel) {
     43        pmFPAExcludeChips (bkgModel->fpa);
     44    }
    4245
    4346    int nInputs = psMetadataLookupS32(&status, config->arguments, "NUM_INPUTS");
Note: See TracChangeset for help on using the changeset viewer.