IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 9, 2007, 3:17:14 PM (19 years ago)
Author:
jhoblitt
Message:
  • fix inhere. workdir rawExp to chipRun
  • add option to supply workdir to addprocessedexp
  • add 'reduction' to newExp and rawExp
  • add inherit reduction from newexp -> rawExp and rawExp -> chipRun
File:
1 edited

Legend:

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

    r14057 r14091  
    1 SELECT DISTINCT * FROM
     1-- output should match the format of newExp
     2SELECT DISTINCT
     3    exp_id,
     4    tmp_exp_name,
     5    tmp_camera,
     6    tmp_telescope,
     7    state,
     8    workdir,
     9    workdir_state,
     10    reduction
     11FROM
    212    (SELECT
    313       newExp.*,
Note: See TracChangeset for help on using the changeset viewer.