IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 12, 2010, 10:23:55 AM (16 years ago)
Author:
bills
Message:

When updating an image use the original path base for consistency with the database

File:
1 edited

Legend:

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

    r27856 r27926  
    1111    rawExp.telescope,
    1212    rawExp.filelevel,
    13     IFNULL(Label.priority, 10000) AS priority
     13    IFNULL(Label.priority, 10000) AS priority,
     14    chipProcessedImfile.path_base
    1415FROM chipRun
    1516JOIN rawExp
Note: See TracChangeset for help on using the changeset viewer.