IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/pxadmin_create_tables.sql

    r20397 r20608  
    234234    moon_alt FLOAT,
    235235    moon_phase FLOAT,
     236    ignored TINYINT DEFAULT 0,
    236237    hostname VARCHAR(64),
    237238    fault SMALLINT NOT NULL,
     
    10811082        det_type VARCHAR(64),
    10821083        dvodb VARCHAR(64),
    1083         camera VARCHAR(64),
    1084         telescope VARCHAR(64),
    1085         epoch TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
     1084        camera VARCHAR(64),
     1085        telescope VARCHAR(64),
     1086        epoch TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
    10861087        filter VARCHAR(64),
    10871088        state VARCHAR(64),
     
    11001101        corr_id BIGINT,
    11011102        chip_id BIGINT,
    1102         include TINYINT,
     1103        include TINYINT,
    11031104        PRIMARY KEY(corr_id, chip_id),
    11041105        FOREIGN KEY (corr_id)  REFERENCES  flatcorrRun(corr_id),
     
    11101111        chip_id BIGINT,
    11111112        cam_id BIGINT,
    1112         include TINYINT,
     1113        include TINYINT,
    11131114        PRIMARY KEY(corr_id, cam_id),
    11141115        FOREIGN KEY (corr_id)  REFERENCES  flatcorrRun(corr_id),
Note: See TracChangeset for help on using the changeset viewer.