IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 20, 2010, 5:27:29 PM (16 years ago)
Author:
watersc1
Message:

Updates to fix the fact that the set of warpSkyfiles for a given warpRun contain more than a psS32 worth of pixels.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/changes.txt

    r28043 r28056  
    16801680ALTER TABLE diffSkyfile ADD COLUMN maskfrac_advisory FLOAT after maskfrac_magic;
    16811681
     1682ALTER TABLE chipRun CHANGE maskfrac_npix  maskfrac_npix FLOAT;
     1683ALTER TABLE camRun CHANGE maskfrac_npix  maskfrac_npix FLOAT;
     1684ALTER TABLE warpRun CHANGE maskfrac_npix maskfrac_npix FLOAT;
     1685ALTER TABLE diffRun CHANGE maskfrac_npix maskfrac_npix FLOAT;
Note: See TracChangeset for help on using the changeset viewer.