IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 24, 2019, 10:51:45 AM (7 years ago)
Author:
cclin33
Message:

add astrometry codes related

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ccl_branches/ipp-20190806/ippTools/src/addtool.c

    r40803 r40964  
    16681668  PXOPT_LOOKUP_STR(minidvodb_path, config->args, "-set_minidvodb_path", false, false);
    16691669  PXOPT_LOOKUP_STR(state, config->args, "-set_state", false, false);
     1670  PXOPT_LOOKUP_STR(hostname, config->args,"-hostname", false, false);
     1671 
    16701672
    16711673  if (!psDBTransaction(config->dbh)) {
     
    16901692                          minidvodbpath,
    16911693                          "new",
    1692                           0
     1694                          0,
     1695                          hostname
    16931696                          )) {
    16941697    psError(PS_ERR_UNKNOWN, false, "database error");
Note: See TracChangeset for help on using the changeset viewer.