IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 20, 2006, 4:07:03 PM (20 years ago)
Author:
jhoblitt
Message:

set camera_name and force filter to NULL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/chiptoolConfig.c

    r6071 r6093  
    1313        exit(EXIT_FAILURE);
    1414    }
     15
     16    bool status;
     17    config->camera_name = psMetadataLookupStr(&status, config->camera, "name");
     18    if (!config->camera_name) {
     19        // die
     20    }
     21
     22    // filter setting - disable for now
     23    config->filter = NULL;
    1524
    1625    // Parse other command-line arguments
Note: See TracChangeset for help on using the changeset viewer.