IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8227


Ignore:
Timestamp:
Aug 7, 2006, 5:06:28 PM (20 years ago)
Author:
jhoblitt
Message:

add multiple stats to rawImfile

Location:
trunk/dbconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/Makefile

    r7458 r8227  
    88
    99ippdb: ippdb.md
    10         $(GLUEFORGE) -i ippdb.md
     10        $(GLUEFORGE) -i ippdb.md --output ../ippdb
    1111
    1212build : ippdb ippdb.md
  • trunk/dbconfig/tasks.md

    r8147 r8227  
    1 # $Id: tasks.md,v 1.53 2006-08-04 23:03:41 jhoblitt Exp $
     1# $Id: tasks.md,v 1.54 2006-08-08 03:06:28 jhoblitt Exp $
    22
    33# this table records all exposure ID ever seen from the summit
     
    8787    class_id    STR         64      # Primary Key
    8888    uri         STR         255
     89    filter      STR         255
     90    airmass     F32         0.0
     91    ra          F64         0.0
     92    decl        F64         0.0
     93    exp_time    F32         0.0
     94    bg          F64         0.0
     95    bg_stdev    F64         0.0
     96    bg_mean_stdev   F64         0.0
     97    alt         F64         0.0
     98    az          F64         0.0
     99    ccd_temp    F32         0.0
     100    posang      F64         0.0
    89101END
    90102
Note: See TracChangeset for help on using the changeset viewer.