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_updaterun.sql

    r42591 r42596  
    11UPDATE xcForceRun
    2 JOIN %s.xccalRun            USING(xccal_id)
    3 JOIN %s.xccalResult         USING (xccal_id)
    4 JOIN %s.xcstackInputSkyfile USING (xcstack_id) -- exposes the stack_id
    5 JOIN %s.xcstackCamera       USING (camera_id) -- select the camera matching this db
    6 JOIN stackRun               USING (stack_id)
    7 JOIN skycell USING(tess_id, skycell_id)");
     2JOIN skycell USING(tess_id, skycell_id);
Note: See TracChangeset for help on using the changeset viewer.