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/pswarpParseCamera.c

    r18558 r18924  
    11# include "pswarp.h"
    22
    3 bool pswarpParseCamera (pmConfig *config) {
    4 
     3bool pswarpParseCamera(pmConfig *config)
     4{
    55    bool status;
    66    bool mdok;                          // Status of MD lookup
     
    3838        psLogMsg ("pswarp", 3, "no mask supplied\n");
    3939    }
    40    
     40
    4141    // loading the mask here should have invoked pmConfigMaskReadHeader()
    4242    if (!pswarpSetMaskBits (config)) {
Note: See TracChangeset for help on using the changeset viewer.