IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20127


Ignore:
Timestamp:
Oct 13, 2008, 3:28:51 PM (18 years ago)
Author:
eugene
Message:

supply info needed to set labels, etc, automatically

File:
1 edited

Legend:

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

    r17872 r20127  
    1313    end_stage,
    1414    label,
     15    camera,
     16    filter,
     17    obs_mode,
     18    obs_group,
    1519    epoch
    1620FROM
     
    1822       newExp.*,
    1923       newImfile.tmp_class_id,
    20        rawImfile.tmp_class_id as raw_tmp_class_id
     24       rawImfile.tmp_class_id as raw_tmp_class_id,
     25       rawImfile.camera,
     26       rawImfile.filter,
     27       rawImfile.dateobs,
     28       rawImfile.obs_mode,
     29       rawImfile.obs_group
    2130    FROM newExp
    2231    JOIN newImfile
Note: See TracChangeset for help on using the changeset viewer.