IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 24, 2013, 4:54:58 PM (14 years ago)
Author:
bills
Message:

define relStack table
add ippRelease.priority
Change ippRelease.state to ippRelease.release_state

File:
1 edited

Legend:

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

    r35041 r35048  
    11SELECT
    22    relexp_id,
    3     releaseName,
    43    relExp.state,
    5     rel_id,
     4    ippRelease.releaseName,
     5    ippRelease.release_state,
     6    ippRelease.rel_id,
     7    ippRelease.priority,
    68    survey.surveyName,
    7     exp_name,
     9    rawExp.exp_name,
    810    relExp.flags,
    911    relExp.zpt_obs,
     
    1214    relExp.registered,
    1315    relExp.time_stamp,
    14     exp_id,
    15     chip_id,
     16    relExp.exp_id,
     17    relExp.chip_id,
    1618    chipRun.state as chip_state,
    17     cam_id,
     19    relExp.cam_id,
    1820    camRun.state as cam_state,
    1921    camProcessedExp.path_base as cam_path_base,
    2022    camProcessedExp.fwhm_major,
    21     warp_id,
     23    warpRun.warp_id,
    2224    warpRun.state as warp_state,
    2325    rawExp.filter,
     
    2527    TRUNCATE(DEGREES(rawExp.ra), 4) AS radeg,
    2628    TRUNCATE(DEGREES(rawExp.decl), 4) AS decdeg,
    27     rawExp.object,
    2829    rawExp.comment
    2930FROM relExp
Note: See TracChangeset for help on using the changeset viewer.