IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 4, 2006, 11:51:33 AM (19 years ago)
Author:
eugene
Message:

updated to new pmConfigRead, added PSPHOT_RECIPE and PSASTRO_RECIPE, new option lookup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppTest.c

    r9539 r10439  
    1717// ppImageConfig.c
    1818//////////////////////////////////////////////////////////////////////////////////////////////////////////////
    19     pmConfig *config = pmConfigRead(&argc, argv);
     19    pmConfig *config = pmConfigRead(&argc, argv, "PPIMAGE");
    2020    if (! config) {
    2121        psErrorStackPrint(stderr, "Can't find site configuration!\n");
     
    7373    }
    7474    // Determine the correct recipe to use
    75     if (! config->recipes && !pmConfigReadRecipes(config)) {
     75    if (! config->recipes && !pmConfigReadRecipes(config, PM_RECIPE_SOURCE_CAMERA | PM_RECIPE_SOURCE_CL)) {
    7676        // There's no point in continuing if we can't work out what recipes to use
    7777        psErrorStackPrint(stderr, "Can't find recipe configuration!\n");
Note: See TracChangeset for help on using the changeset viewer.