IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 19, 2024, 8:12:15 AM (2 years ago)
Author:
eugene
Message:

working on xcfftool

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20230313/ippTools/share/xcfftool_result.sql

    r42587 r42596  
    11SELECT
    2     fullForceResult.*,
    3     fullForceRun.state,
    4     fullForceRun.label,
    5     fullForceRun.data_group,
    6     fullForceRun.xccal_id,
    7     fullForceRun.workdir,
    8     fullForceRun.sources_path_base,
     2    xcForceResult.*,
     3    xcForceRun.state,
     4    xcForceRun.label,
     5    xcForceRun.data_group,
     6    xcForceRun.xccal_id,
     7    xcForceRun.workdir,
     8    xcForceRun.sources_path_base,
    99    CONCAT_WS('.', warp_id, skycell_id) AS dist_component,
    10     stackRun.tess_id,
    11     stackRun.skycell_id,
    12     stackRun.filter,
     10    xcForceRun.tess_id,
     11    xcForceRun.skycell_id,
    1312    warpImfile.warp_skyfile_id,
    1413    rawExp.exp_id,
    1514    rawExp.exp_name,
    1615    rawExp.camera
    17 FROM fullForceRun
    18     JOIN fullForceResult USING(ff_id)
    19     JOIN xccalRun using(xccal_id)
    20     JOIN stackRun using(stack_id)
     16FROM xcForceRun
     17    JOIN xcForceResult USING(xcff_id)
    2118    JOIN warpRun using(warp_id, tess_id)
    2219    JOIN warpSkyfile USING(warp_id, tess_id, skycell_id)
Note: See TracChangeset for help on using the changeset viewer.