IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 5, 2008, 11:52:02 AM (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/ppSub/src/ppSubLoop.c

    r18591 r18920  
    5252        psError(PS_ERR_UNEXPECTED_NULL, false, "Can't find output data!\n");
    5353        return false;
    54     }
    55 
    56     bool doPhotom = false;
    57     if (psMetadataLookup(config->arguments, "PSPHOT.PSF")) {
    58         doPhotom = true;
    5954    }
    6055
Note: See TracChangeset for help on using the changeset viewer.