IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20608 for trunk/dbconfig


Ignore:
Timestamp:
Nov 9, 2008, 1:51:39 PM (18 years ago)
Author:
Paul Price
Message:

Change to run a subset of a camera seems to work, based on a simtest and a manual run through with one of two rawImfiles with ignored = 1. Merging pap_branch_20081109; no conflicts.

Location:
trunk/dbconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/changes.txt

    r20397 r20608  
    683683ALTER TABLE flatcorrChipLink ADD COLUMN include tinyint after chip_id;
    684684ALTER TABLE flatcorrCamLink ADD COLUMN include tinyint after cam_id;
     685
     686ALTER TABLE rawImfile ADD COLUMN ignored TINYINT AFTER moon_phase;
     687
  • trunk/dbconfig/tasks.md

    r20310 r20608  
    1 # $Id: tasks.md,v 1.157 2008-10-22 02:39:15 bills Exp $
     1# $Id: tasks.md,v 1.158 2008-11-09 23:51:01 price Exp $
    22
    33# this table records all exposure ID ever seen from the summit
     
    235235    moon_alt    F32         0.0
    236236    moon_phase  F32         0.0
     237    ignored     BOOL        FALSE
    237238    hostname    STR         64
    238239    fault       S16         0       # Key NOT NULL
Note: See TracChangeset for help on using the changeset viewer.