IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18995


Ignore:
Timestamp:
Aug 8, 2008, 5:16:35 PM (18 years ago)
Author:
eugene
Message:

adding data_state to detrend stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080806/dbconfig/det.md

    r15315 r18995  
    5656    user_5      F64         0.0
    5757    path_base   STR         255
     58    data_state  STR         64      # full, cleaned, purged (only track end states; request states are in detRunSummary by iteration)
    5859    fault       S16         0       # Key NOT NULL
    5960END
     
    7576    user_5      F64         0.0
    7677    path_base   STR         255
     78    data_state  STR         64      # full, cleaned, purged (only track end states; request states are in detRunSummary by iteration)
    7779    fault       S16         0       # Key NOT NULL
    7880END
     
    9698    user_4      F64         0.0
    9799    user_5      F64         0.0
     100#   XXX does it make sense to 'clean' the stacked imfiled?
     101    data_state  STR         64      # full, cleaned, purged (only track end states; request states are in detRunSummary by iteration)
    98102    fault       S16         0       # Key NOT NULL
    99103END
     
    121125    user_5      F64         0.0
    122126    path_base   STR         255
     127    data_state  STR         64      # full, cleaned, purged (only track end states; request states are in detRunSummary by iteration)
    123128    fault       S16         0       # Key NOT NULL
    124129END
     
    137142    user_5      F64         0.0
    138143    path_base   STR         255
     144    data_state  STR         64      # full, cleaned, purged (only track end states; request states are in detRunSummary by iteration)
    139145    fault       S16         0       # Key NOT NULL
    140146END
     
    179185    user_5      F64         0.0
    180186    path_base   STR         255
     187    data_state  STR         64      # full, cleaned, purged (only track end states; request states are in detRunSummary by iteration)
    181188    fault       S16         0       # Key NOT NULL
    182189END
     
    205212    user_5      F64         0.0
    206213    path_base   STR         255
     214    data_state  STR         64      # full, cleaned, purged (only track end states; request states are in detRunSummary by iteration)
    207215    accept      BOOL        f
    208216    fault       S16         0       # Key NOT NULL
    209217END
    210218
     219# XXX this probably should have been defined at the start of a new iteration, not at the end.
    211220detRunSummary METADATA
    212221    det_id      S64         0       # Primary Key fkey(det_id, iteration) ref detInputExp(det_id, iteration)
    213222    iteration   S32         0       # Primary Key fkey(det_id, iteration) ref detResidExp(det_id, iteration)
     223    data_state  STR         64      # full, goto_cleaned, cleaned, goto_full, goto_purged, purged
    214224    bg          F64         0.0
    215225    bg_stdev    F64         0.0
Note: See TracChangeset for help on using the changeset viewer.