IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28096 for trunk/ippTools/share


Ignore:
Timestamp:
May 25, 2010, 3:05:00 PM (16 years ago)
Author:
eugene
Message:

more work on the staticsky interactions

Location:
trunk/ippTools/share
Files:
2 edited

Legend:

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

    r28091 r28096  
    16501650      dtime_script FLOAT,              -- elapsed time for script
    16511651      sources INT,                     -- number of sources
     1652      num_inputs INT,                  -- number of input images
    16521653      hostname VARCHAR(64) NOT NULL,   -- host that executed script
    16531654      good_frac FLOAT,                 -- good fraction of skycell
  • trunk/ippTools/share/staticskytool_inputs.sql

    r28091 r28096  
    11SELECT
    22  staticskyRun.*,
     3  staticskyInput.stack_id,
    34  stackSumSkyfile.path_base
    45FROM staticskyRun
Note: See TracChangeset for help on using the changeset viewer.