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/ippTools/share/pxadmin_create_tables.sql

    r28043 r28056  
    277277    magicked BIGINT,
    278278    software_ver VARCHAR(16),
    279     maskfrac_npix INT,
     279    maskfrac_npix FLOAT,
    280280    maskfrac_static FLOAT,
    281281    maskfrac_dynamic FLOAT,
     
    400400    magicked BIGINT,
    401401    software_ver VARCHAR(16),
    402     maskfrac_npix INT,
     402    maskfrac_npix FLOAT,
    403403    maskfrac_static FLOAT,
    404404    maskfrac_dynamic FLOAT,
     
    892892    magicked BIGINT,
    893893    software_ver VARCHAR(16),
    894     maskfrac_npix INT,
     894    maskfrac_npix FLOAT,
    895895    maskfrac_static FLOAT,
    896896    maskfrac_dynamic FLOAT,
     
    10561056        magicked BIGINT,
    10571057        software_ver VARCHAR(16),
    1058         maskfrac_npix INT,
     1058        maskfrac_npix FLOAT,
    10591059        maskfrac_static FLOAT,
    10601060        maskfrac_dynamic FLOAT,
Note: See TracChangeset for help on using the changeset viewer.