IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 28, 2011, 7:53:36 PM (15 years ago)
Author:
bills
Message:

Fix pztool -updatepzexp
Cannot use -camera as a selector because it is used for different purposes.
Use -inst

File:
1 edited

Legend:

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

    r30353 r30437  
    917917  PS_ASSERT_PTR_NON_NULL(config, false);
    918918  PXOPT_LOOKUP_STR(exp_name, config->args, "-exp_name", true, false);
    919   PXOPT_LOOKUP_STR(camera,   config->args, "-camera",   true, false);
     919  PXOPT_LOOKUP_STR(camera,   config->args, "-inst",   true, false);
    920920  PXOPT_LOOKUP_STR(telescope,config->args, "-telescope",true, false);
    921921  PXOPT_LOOKUP_STR(state,    config->args, "-set_state",true, false);
Note: See TracChangeset for help on using the changeset viewer.