IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 23, 2013, 2:32:53 PM (13 years ago)
Author:
bills
Message:

refinements to fullForce tables. Full force run is now for a
a collection of warps with the same skycell and filter.
warp_id is removed from fullForceRun and is now contained in table
fullForceInput. The final results of the run will be stored in the
new table fullForceSummary which is also added. Run will transition
from new to full when all inputs have been processed and the summary
object is inserted.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/bills_branches/bills_201312/ippTools/share/fftool_todo.sql

    r36390 r36409  
    77    warpSkyfile.path_base AS warp_path_base
    88FROM fullForceRun
    9     JOIN skycalRun using(skycal_id)
    10     JOIN stackRun using(stack_id)
    11     JOIN warpRun using(warp_id, tess_id)
     9    JOIN fullForceInput USING(ff_id)
     10    JOIN skycalRun USING(skycal_id)
     11    JOIN stackRun USING(stack_id)
     12    JOIN warpRun USING(warp_id, tess_id)
    1213    JOIN warpSkyfile USING(warp_id, tess_id, skycell_id)
    13     JOIN fakeRun using(fake_id)
    14     JOIN camRun using(cam_id)
    15     JOIN chipRun using(chip_id)
    16     JOIN rawExp using(exp_id)
     14    JOIN fakeRun USING(fake_id)
     15    JOIN camRun USING(cam_id)
     16    JOIN chipRun USING(chip_id)
     17    JOIN rawExp USING(exp_id)
    1718    LEFT JOIN fullForceResult USING(ff_id)
    1819WHERE fullForceRun.state = 'new'
Note: See TracChangeset for help on using the changeset viewer.