IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28096 for trunk/dbconfig


Ignore:
Timestamp:
May 25, 2010, 3:05:00 PM (16 years ago)
Author:
eugene
Message:

more work on the staticsky interactions

Location:
trunk/dbconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/changes.txt

    r28090 r28096  
    17001700      dtime_script FLOAT,              -- elapsed time for script
    17011701      sources INT,                     -- number of sources
     1702      num_inputs INT,                  -- number inputs used
    17021703      hostname VARCHAR(64) NOT NULL,   -- host that executed script
    17031704      good_frac FLOAT,                 -- good fraction of skycell
  • trunk/dbconfig/staticsky.md

    r28090 r28096  
    2121staticskyResult METADATA
    2222    sky_id             S64    0       # Primary Key fkey(sky_id) ref staticskyRun(sky_id)
    23     stack_id           S64    0       # Primary Key fkey(stack_id) ref stackSumSkyfile(stack_id)
    2423    path_base          STR    255
    2524    dtime_phot         F32    0.0
    2625    dtime_script       F32    0.0
    2726    sources            S32    0
     27    num_inputs         S32    0
    2828    hostname           STR    64
    2929    good_frac          F32    0.0     # Key
Note: See TracChangeset for help on using the changeset viewer.