IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23940 for trunk/dbconfig


Ignore:
Timestamp:
Apr 20, 2009, 4:09:29 PM (17 years ago)
Author:
Paul Price
Message:

Adding new column to diffSkyfile: deconv_max, which is the maximum 'deconvolution fraction' for a PSF-matching kernel. Values significantly in excess of 1 likely indicate a bad kernel.

Location:
trunk/dbconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/changes.txt

    r23912 r23940  
    10831083ALTER TABLE rcRun ADD COLUMN fault SMALLINT DEFAULT 0;
    10841084ALTER TABLE rcRun ADD COLUMN status_fs VARCHAR(64) AFTER state;
     1085
     1086ALTER TABLE diffSkyfile ADD COLUMN deconv_max FLOAT AFTER kernel_yy;
  • trunk/dbconfig/diff.md

    r23878 r23940  
    4747    kernel_xy    F32        0.0
    4848    kernel_yy    F32        0.0
     49    deconv_max   F32        0.0
    4950    sources      S32        0
    5051    dtime_diff   F32        0.0
Note: See TracChangeset for help on using the changeset viewer.