IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 7, 2008, 4:32:42 PM (18 years ago)
Author:
eugene
Message:

adding dtime_astrom, dtime_addstar

File:
1 edited

Legend:

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

    r19941 r19973  
    434434
    435435    PXOPT_LOOKUP_F32(dtime_script, config->args,   "-dtime_script", false, false);
     436    PXOPT_LOOKUP_F32(dtime_astrom, config->args,   "-dtime_astrom", false, false);
     437    PXOPT_LOOKUP_F32(dtime_addstar, config->args,  "-dtime_addstar", false, false);
     438
    436439    PXOPT_LOOKUP_STR(hostname, config->args,       "-hostname", false, false);
    437440    PXOPT_LOOKUP_S32(n_stars, config->args,        "-n_stars", false, false);
     
    528531        iq_m4_uq,
    529532        dtime_script,
     533        dtime_astrom,
     534        dtime_addstar,
    530535        hostname,
    531536        n_stars,
Note: See TracChangeset for help on using the changeset viewer.