IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42702


Ignore:
Timestamp:
Jun 27, 2024, 10:22:33 AM (2 years ago)
Author:
eugene
Message:

definebyquery requires xcForceRun.tess_id and skycell_id (not stackRun)

File:
1 edited

Legend:

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

    r42699 r42702  
    541541    psMetadata *where = psMetadataAlloc();
    542542    PXOPT_COPY_S64(config->args, where, "-xcff_id",    "xcForceRun.xcff_id", "==");
    543     PXOPT_COPY_S64(config->args, where, "-xccal_id",  "xcForceRun.xccal_id", "==");
     543    PXOPT_COPY_S64(config->args, where, "-xccal_id",   "xcForceRun.xccal_id", "==");
    544544    PXOPT_COPY_S64(config->args, where, "-warp_id",    "xcForceResult.warp_id", "==");
    545545    PXOPT_COPY_S64(config->args, where, "-exp_id",     "rawExp.exp_id", "==");
    546546    PXOPT_COPY_STR(config->args, where, "-exp_name",   "rawExp.exp_name", "==");
    547     PXOPT_COPY_STR(config->args, where, "-tess_id",    "stackRun.tess_id", "LIKE");
    548     PXOPT_COPY_STR(config->args, where, "-skycell_id", "stackRun.skycell_id", "LIKE");
     547    PXOPT_COPY_STR(config->args, where, "-tess_id",    "xcForceRun.tess_id", "LIKE");
     548    PXOPT_COPY_STR(config->args, where, "-skycell_id", "xcForceRun.skycell_id", "LIKE");
    549549    PXOPT_COPY_STR(config->args, where, "-label",      "xcForceRun.label", "==");
    550550    PXOPT_COPY_STR(config->args, where, "-data_group", "xcForceRun.data_group", "LIKE");
Note: See TracChangeset for help on using the changeset viewer.