IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 12, 2009, 4:07:48 PM (17 years ago)
Author:
Paul Price
Message:

Reworking magic (and some diff) to be ready for performing magic on warp-warp diffs. Several database changes to diff and magic tables because we can no longer assume that a diff is associated with a single exposure. Ready for testing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_magic/ippTools/src/difftool.c

    r24135 r24149  
    489489    PXOPT_LOOKUP_S16(fault, config->args, "-fault", false, false);
    490490    PXOPT_LOOKUP_S16(quality, config->args, "-quality", false, false);
    491     PXOPT_LOOKUP_STR(uri, config->args, "-uri", (fault == 0), false);
    492491    PXOPT_LOOKUP_STR(path_base, config->args, "-path_base", (fault == 0), false);
    493492
     
    523522                           diff_id,
    524523                           skycell_id,
    525                            uri,
    526524                           path_base,
    527525                           "full",
Note: See TracChangeset for help on using the changeset viewer.