IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16245


Ignore:
Timestamp:
Jan 25, 2008, 4:10:54 PM (18 years ago)
Author:
eugene
Message:

adding dtime entries to chip,cam,warp,diff,stack; making chip/cam metadata consistent

Location:
trunk/dbconfig
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/cam.md

    r16169 r16245  
    2121    bg_stdev       F32      0.0
    2222    bg_mean_stdev  F32      0.0
     23    bias           F32      0.0
     24    bias_stdev     F32      0.0
     25    fringe_0       F32      0.0
     26    fringe_1       F32      0.0
     27    fringe_2       F32      0.0
    2328    sigma_ra       F32      0.0
    2429    sigma_dec      F32      0.0
     30    ap_resid       F32      0.0
     31    ap_resid_stdev F32      0.0
    2532    zp_mean        F32      0.0
    2633    zp_stdev       F32      0.0
    27     fwhm           F32      0.0
    28     fwhm_range     F32      0.0
     34    fwhm_major     F32      0.0
     35    fwhm_minor     F32      0.0
     36    dtime_detrend  F32      0.0
     37    dtime_photom   F32      0.0
     38    dtime_astrom   F32      0.0
    2939    n_stars        S32      0
    3040    n_extended     S32      0
  • trunk/dbconfig/chip.md

    r16169 r16245  
    3030    ap_resid        F32     0.0
    3131    ap_resid_stdev  F32     0.0
    32     fwhm            F32     0.0  ## replace this with fwhm_major
    33     fwhm_range      F32     0.0  ## replace this with fwhm_minor
     32    zp_mean         F32     0.0
     33    zp_stdev        F32     0.0
     34    fwhm_major      F32     0.0
     35    fwhm_minor      F32     0.0
     36    dtime_detrend   F32     0.0
     37    dtime_photom    F32     0.0
     38    dtime_astrom    F32     0.0
    3439    n_stars         S32     0
    3540    n_extended      S32     0
  • trunk/dbconfig/diff.md

    r15376 r16245  
    1 # $Id: diff.md,v 1.6 2007-10-25 20:33:44 price Exp $
     1# $Id: diff.md,v 1.7 2008-01-26 02:10:54 eugene Exp $
    22
    33diffRun METADATA
     
    3333    bg          F64         0.0
    3434    bg_stdev    F64         0.0
    35     good_frac   F64         0.0     # Key
     35    dtime_diff  F32         0.0
     36    good_frac   F32         0.0     # Key
    3637    fault       S16         0       # Key
    3738END
  • trunk/dbconfig/stack.md

    r15376 r16245  
    1 # $Id: stack.md,v 1.5 2007-10-25 20:33:45 price Exp $
     1# $Id: stack.md,v 1.6 2008-01-26 02:10:54 eugene Exp $
    22
    33stackRun METADATA
     
    2222    bg          F64         0.0
    2323    bg_stdev    F64         0.0
    24     good_frac   F64         0.0     # Key
     24    dtime_stack F32         0.0     # Key
     25    good_frac   F32         0.0     # Key
    2526    fault       S16         0       # Key
    2627END
  • trunk/dbconfig/tasks.md

    r16169 r16245  
    1 # $Id: tasks.md,v 1.144 2008-01-21 01:47:22 eugene Exp $
     1# $Id: tasks.md,v 1.145 2008-01-26 02:10:54 eugene Exp $
    22
    33# this table records all exposure ID ever seen from the summit
     
    8989    exp_id      S64         0       # Primary Key AUTO_INCREMENT
    9090    tmp_exp_name STR        64      # Key
    91     tmp_camera    STR         64      # Key
    92     tmp_telescope STR         64      # Key
     91    tmp_camera    STR       64      # Key
     92    tmp_telescope STR       64      # Key
    9393    state       STR         64      # Key
    9494    workdir     STR         255     # destination for output files
  • trunk/dbconfig/warp.md

    r16169 r16245  
    1 # $Id: warp.md,v 1.10 2008-01-21 01:47:22 eugene Exp $
     1# $Id: warp.md,v 1.11 2008-01-26 02:10:54 eugene Exp $
    22
    33#
     
    5353    bg          F64         0.0
    5454    bg_stdev    F64         0.0
    55     good_frac   F64         0.0     # Key
     55    dtime_warp  F32         0.0
     56    good_frac   F32         0.0     # Key
    5657    ignored     BOOL        f       # Key
    5758    fault       S16         0       # Key
Note: See TracChangeset for help on using the changeset viewer.