IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27450 for trunk/dbconfig


Ignore:
Timestamp:
Mar 26, 2010, 11:07:48 AM (16 years ago)
Author:
bills
Message:

add alternate to distRun get inputs from alternate location
add magicDSFile.nondiffed_frac the fraction of pixels masked due to no overlap with diffSkycell

Location:
trunk/dbconfig
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/changes.txt

    r27149 r27450  
    15381538-- Version 1.1.66
    15391539
     1540ALTER TABLE magicDSFile ADD COLUMN nondiff_frac FLOAT AFTER streak_frac;
     1541ALTER TABLE distRun ADD COLUMN alternate TINYINT DEFAULT 0 AFTER no_magic;
  • trunk/dbconfig/dist.md

    r26519 r27450  
    2020    clean       BOOL        f
    2121    no_magic    BOOL        f
     22    alternate   BOOL        f
    2223    state       STR         64      # Key
    2324    time_stamp  UTC         0001-01-01T00:00:00Z
  • trunk/dbconfig/magic.md

    r26446 r27450  
    7070    recovery_path_base STR        255
    7171    streak_frac F32         0
     72    nondiff_frac F32         0
    7273    run_time    F32         0
    7374    fault       S16         0
Note: See TracChangeset for help on using the changeset viewer.