IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 5, 2008, 2:39:59 PM (18 years ago)
Author:
Paul Price
Message:

Adding configuration dumping. Required reorganisation of how recipe values get into the program. Formerly, the command-line and recipe values were parsed and the result was put on config->arguments. Now, we want whatever was altered by the command-line to be reflected in the recipe (which is dumped), so using the recipe as the storage. Not yet tested, but will do so soon.

File:
1 edited

Legend:

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

    r18839 r18924  
    6464bool pswarpLoop(pmConfig *config)
    6565{
    66     bool status; 
     66    bool status;
    6767
    6868    // load the recipe
     
    7474
    7575    // output mask bits
    76     psMaskType maskValue = psMetadataLookupU8(&status, recipe, "MASK.OUTPUT"); 
     76    psMaskType maskValue = psMetadataLookupU8(&status, recipe, "MASK.OUTPUT");
    7777    psAssert (status, "MASK.OUTPUT was not defined");
    7878
Note: See TracChangeset for help on using the changeset viewer.