IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 6, 2012, 1:24:39 PM (14 years ago)
Author:
watersc1
Message:

Broken background warping. Most of the code is in place, still trying to figure out why the results don't look good.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20120906/pswarp/src/pswarp.c

    r27904 r34411  
    4646        goto DIE;
    4747    }
     48    if (psMetadataLookupBool(NULL,config->arguments,"BACKGROUND.MODEL")) {
     49      fprintf(stderr,"Here!\n");
     50      if (!pswarpDefineBackground(config)) {
     51        goto DIE;
     52      }
     53    }
    4854
    4955    // Open the statistics file
     
    6672    if (!pswarpLoop(config, stats)) {
    6773        goto DIE;
     74    }
     75    if (psMetadataLookupBool(NULL,config->arguments,"BACKGROUND.MODEL")) {
     76      fprintf(stderr,"There!\n");
     77      if (!pswarpLoopBackground(config, stats)) {
     78        fprintf(stderr,"Dying!\n");
     79        goto DIE;
     80      }
    6881    }
    6982
Note: See TracChangeset for help on using the changeset viewer.