IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 20, 2024, 10:44:12 AM (2 years ago)
Author:
eugene
Message:

all of the xcfftool modes seem to work at the basic table-interaction level

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20230313/ippTools/src/xcfftool.c

    r42596 r42597  
    539539    psMetadata *where = psMetadataAlloc();
    540540    PXOPT_COPY_S64(config->args, where, "-xcff_id",    "xcForceRun.xcff_id", "==");
     541    PXOPT_COPY_S64(config->args, where, "-xccal_id",  "xcForceRun.xccal_id", "==");
    541542    PXOPT_COPY_S64(config->args, where, "-warp_id",    "xcForceResult.warp_id", "==");
    542543    PXOPT_COPY_S64(config->args, where, "-exp_id",     "rawExp.exp_id", "==");
    543544    PXOPT_COPY_STR(config->args, where, "-exp_name",   "rawExp.exp_name", "==");
    544     PXOPT_COPY_S64(config->args, where, "-xccal_id",  "xcForceRun.xccal_id", "==");
    545     PXOPT_COPY_S64(config->args, where, "-stack_id",   "stackRun.stack_id", "==");
     545    PXOPT_COPY_STR(config->args, where, "-tess_id",    "stackRun.tess_id", "LIKE");
     546    PXOPT_COPY_STR(config->args, where, "-skycell_id", "stackRun.skycell_id", "LIKE");
    546547    PXOPT_COPY_STR(config->args, where, "-label",      "xcForceRun.label", "==");
    547548    PXOPT_COPY_STR(config->args, where, "-data_group", "xcForceRun.data_group", "LIKE");
    548     PXOPT_COPY_STR(config->args, where, "-tess_id",    "stackRun.tess_id", "LIKE");
    549     PXOPT_COPY_STR(config->args, where, "-skycell_id", "stackRun.skycell_id", "LIKE");
    550     PXOPT_COPY_STR(config->args, where, "-filter",      "stackRun.filter", "LIKE");
     549    PXOPT_COPY_STR(config->args, where, "-filter",     "rawExp.filter", "LIKE");
    551550    PXOPT_COPY_S16(config->args, where, "-fault",      "xcForceResult.fault", "==");
    552551    PXOPT_COPY_S16(config->args, where, "-quality",    "xcForceResult.quality", "==");
     
    625624
    626625    psMetadata *where = psMetadataAlloc();
    627     PXOPT_COPY_S64(config->args, where, "-xcff_id", "xcForceRun.ff_id", "==");
     626    PXOPT_COPY_S64(config->args, where, "-xcff_id", "xcForceRun.xcff_id", "==");
    628627    PXOPT_COPY_S64(config->args, where, "-warp_id", "xcForceResult.warp_id", "==");
    629628    pxAddLabelSearchArgs(config, where, "-label", "xcForceRun.label", "==");
     
    991990    }
    992991    psMetadata *where = psMetadataAlloc();
    993     PXOPT_COPY_S64(config->args, where, "-ff_id", "ff_id", "==");
     992    PXOPT_COPY_S64(config->args, where, "-xcff_id", "xcff_id", "==");
    994993
    995994    ExportTable tables [] = {
Note: See TracChangeset for help on using the changeset viewer.