IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 25, 2008, 6:24:33 PM (18 years ago)
Author:
eugene
Message:

adding hostname to db fields

File:
1 edited

Legend:

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

    r16248 r16253  
    401401    PXOPT_LOOKUP_F32(dtime_photom, config->args, "-dime_photom", false, false);
    402402    PXOPT_LOOKUP_F32(dtime_astrom, config->args, "-dime_astrom", false, false);
     403    PXOPT_LOOKUP_STR(hostname, config->args,       "-hostname", false, false);
    403404    PXOPT_LOOKUP_F32(n_stars, config->args, "-n_stars", false, false);
    404405    PXOPT_LOOKUP_F32(n_extended, config->args, "-n_extended", false, false);
     
    499500        dtime_photom,
    500501        dtime_astrom,
     502        hostname,
    501503        n_stars,
    502504        n_extended,
Note: See TracChangeset for help on using the changeset viewer.