IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35897 for trunk/ippTools/share


Ignore:
Timestamp:
Aug 6, 2013, 2:40:50 PM (13 years ago)
Author:
bills
Message:

add relExp.mcal

Location:
trunk/ippTools/share
Files:
2 edited

Legend:

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

    r35896 r35897  
    21932193    zpt_obs     FLOAT,          -- calibrated zero point for this release of
    21942194    zpt_stdev   FLOAT,          -- this exposure
     2195    mcal        FLOAT,          -- this exposure
    21952196    ubercal_dist INT,           -- ubercal distance (from dvo calibration)
    21962197    path_base   VARCHAR(255),   -- path_base of any supporting files for this
  • trunk/ippTools/share/releasetool_listrelexp.sql

    r35397 r35897  
    77    ippRelease.rel_id,
    88    ippRelease.priority,
     9    ippRelease.dvodb,
     10    ippRelease.ubercal_file,
    911    survey.surveyName,
    1012    rawExp.exp_name,
     
    1214    relExp.zpt_obs,
    1315    relExp.zpt_stdev,
     16    relExp.mcal,
    1417    relExp.path_base,
    1518    relExp.registered,
Note: See TracChangeset for help on using the changeset viewer.