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/dbconfig/ff.md

    r36391 r36409  
    22fullForceRun METADATA
    33    ff_id           S64         0
    4     warp_id         S64         0
    54    skycal_id       S64         0
    65    sources_path_base STR       255
     
    1514END
    1615
     16fullForceInput METADATA
     17    ff_id           S64         0
     18    warp_id         S64         0
     19END
     20
    1721fullForceResult METADATA
     22    ff_id           S64         0
     23    warp_id         S64         0
     24    path_base       STR         255
     25    dtime_script    F32         0.0
     26    quality         S16         0
     27    hostname        STR         64
     28    software_ver    STR         16
     29    fault           S16         0
     30END
     31
     32fullForceSummary METADATA
    1833    ff_id           S64         0
    1934    path_base       STR         255
Note: See TracChangeset for help on using the changeset viewer.