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/diff.md

    r19679 r19930  
    1 # $Id: diff.md,v 1.12 2008-09-23 19:58:27 bills Exp $
     1# $Id: diff.md,v 1.13 2008-10-07 00:01:28 price Exp $
    22
    33diffRun METADATA
     
    3030
    3131diffSkyfile METADATA
    32     diff_id     S64         0       # Primary Key fkey(diff_id) ref diffRun(diff_id)
    33     uri         STR         255
    34     path_base   STR         255
    35     bg          F64         0.0
    36     bg_stdev    F64         0.0
    37     stamps_num  S32         0
    38     stamps_mean F32         0.0
    39     stamps_rms  F32         0.0
    40     sources     S32         0
    41     dtime_diff  F32         0.0
    42     dtime_match F32         0.0
    43     dtime_phot  F32         0.0
    44     hostname    STR         64
    45     good_frac   F32         0.0     # Key
    46     fault       S16         0       # Key
     32    diff_id      S64        0       # Primary Key fkey(diff_id) ref diffRun(diff_id)
     33    uri          STR        255
     34    path_base    STR        255
     35    bg           F64        0.0
     36    bg_stdev     F64        0.0
     37    stamps_num   S32        0
     38    stamps_mean  F32        0.0
     39    stamps_rms   F32        0.0
     40    sources      S32        0
     41    dtime_diff   F32        0.0
     42    dtime_match  F32        0.0
     43    dtime_phot   F32        0.0
     44    dtime_script F32        0.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.