IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 20, 2010, 11:53:36 AM (16 years ago)
Author:
bills
Message:

Add path_base to magicMask. Convert destreaking to get streaks file from there.
Also deleted magicInputSkyfile.diff_id from pxadmin_create_tables.sql. The column has been
gone for ages in gpc1 and the rest of the code but new databases were getting it set

File:
1 edited

Legend:

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

    r29493 r29495  
    11821182
    11831183    // optional
    1184     PXOPT_LOOKUP_STR(uri, config->args, "-uri", false, false);
     1184//    PXOPT_LOOKUP_STR(uri, config->args, "-uri", false, false);
     1185    PXOPT_LOOKUP_STR(path_base, config->args, "-path_base", true, false);
    11851186    PXOPT_LOOKUP_S32(streaks, config->args, "-streaks", false, false);
    11861187
     
    11951196    if (!magicMaskInsert(config->dbh,
    11961197                         magic_id,
    1197                          uri,
     1198                         NULL,
     1199                         path_base,
    11981200                         streaks,
    11991201                         fault
Note: See TracChangeset for help on using the changeset viewer.