IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 22, 2008, 1:03:13 PM (18 years ago)
Author:
Paul Price
Message:

Adding additional statistics for stacking.

File:
1 edited

Legend:

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

    r19639 r19646  
    832832        bg_stdev DOUBLE,
    833833        dtime_stack FLOAT,
     834        dtime_match_mean FLOAT,
     835        dtime_match_stdev FLOAT,
     836        dtime_initial FLOAT,
     837        dtime_reject FLOAT,
     838        dtime_final FLOAT,
     839        dtime_phot FLOAT,
     840        match_mean FLOAT,
     841        match_stdev FLOAT,
     842        match_rms FLOAT,
     843        reject_images INT,
     844        reject_pix_mean FLOAT,
     845        reject_pix_stdev FLOAT,
     846        sources INT,
    834847        hostname VARCHAR(64),
    835848        good_frac FLOAT,
Note: See TracChangeset for help on using the changeset viewer.