IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 18, 2012, 5:56:48 AM (14 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

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

    r27904 r34838  
    4646        goto DIE;
    4747    }
     48    if (psMetadataLookupBool(NULL,config->arguments,"BACKGROUND.MODEL")) {
     49      if (!pswarpDefineBackground(config)) {
     50        goto DIE;
     51      }
     52    }
    4853
    4954    // Open the statistics file
     
    6671    if (!pswarpLoop(config, stats)) {
    6772        goto DIE;
     73    }
     74    if (psMetadataLookupBool(NULL,config->arguments,"BACKGROUND.MODEL")) {
     75      if (!pswarpLoopBackground(config, stats)) {
     76        fprintf(stderr,"Dying!\n");
     77        goto DIE;
     78      }
    6879    }
    6980
Note: See TracChangeset for help on using the changeset viewer.