IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 6, 2008, 2:01:28 PM (18 years ago)
Author:
Paul Price
Message:

Reusing astrometry time field since ppImage doesn't do that any more. Deleting fields requiring astrometric matching from chipProcessedImfile. No need to propagate processing times from chip to camera. Add dtime_script to processing results. Increment version number to 1.1.40.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/stack.md

    r19679 r19930  
    1 # $Id: stack.md,v 1.13 2008-09-23 19:58:27 bills Exp $
     1# $Id: stack.md,v 1.14 2008-10-07 00:01:28 price Exp $
    22
    33stackRun METADATA
     
    2020
    2121stackSumSkyfile METADATA
    22     stack_id    S64         0       # Primary Key fkey(stack_id) ref stackRun(stack_id)
    23     uri         STR         255
    24     path_base   STR         255
    25     bg          F64         0.0
    26     bg_stdev    F64         0.0
    27     dtime_stack F32         0.0 # Key
    28     dtime_match_mean F32    0.0 # Key
    29     dtime_match_stdev F32   0.0 # Key
    30     dtime_initial F32       0.0 # Key
    31     dtime_reject F32        0.0 # Key
    32     dtime_final F32         0.0 # Key
    33     dtime_phot  F32         0.0 # Key
    34     match_mean  F32         0.0
    35     match_stdev F32         0.0
    36     match_rms   F32         0.0
    37     stamps_mean F32         0.0
    38     stamps_stdev F32        0.0
    39     stamps_min  S32         0
    40     reject_images S32       0
    41     reject_pix_mean F32     0.0
    42     reject_pix_stdev F32    0.0
    43     sources     S32         0
    44     hostname    STR         64
    45     good_frac   F32         0.0     # Key
    46     fault       S16         0       # Key
     22    stack_id           S64    0       # Primary Key fkey(stack_id) ref stackRun(stack_id)
     23    uri                STR    255
     24    path_base          STR    255
     25    bg                 F64    0.0
     26    bg_stdev           F64    0.0
     27    dtime_stack        F32    0.0 # Key
     28    dtime_match_mean   F32    0.0 # Key
     29    dtime_match_stdev  F32    0.0 # Key
     30    dtime_initial      F32    0.0 # Key
     31    dtime_reject       F32    0.0 # Key
     32    dtime_final        F32    0.0 # Key
     33    dtime_phot         F32    0.0 # Key
     34    dtime_script       F32    0.0
     35    match_mean         F32    0.0
     36    match_stdev        F32    0.0
     37    match_rms          F32    0.0
     38    stamps_mean        F32    0.0
     39    stamps_stdev       F32    0.0
     40    stamps_min         S32    0
     41    reject_images      S32    0
     42    reject_pix_mean    F32    0.0
     43    reject_pix_stdev   F32    0.0
     44    sources            S32    0
     45    hostname           STR    64
     46    good_frac          F32    0.0     # Key
     47    fault              S16    0       # Key
    4748END
Note: See TracChangeset for help on using the changeset viewer.