IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27454 for trunk/ippTools/share


Ignore:
Timestamp:
Mar 26, 2010, 11:10:52 AM (16 years ago)
Author:
bills
Message:

trim the .fits off of rawImfile.uri to treat it as a path_base

File:
1 edited

Legend:

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

    r27301 r27454  
    1010    stage_id,
    1111    class_id as component,
    12     rawImfile.uri as uri,
    13     CAST(NULL AS CHAR(255)) as path_base,
     12    rawImfile.uri AS uri,
     13    -- XXX: replace this with rawImfile.path_base once it exists
     14    TRIM(TRAILING '.fits' FROM rawImfile.uri) AS path_base,
    1415    magicRun.inverse,
    1516    camProcessedExp.path_base as cam_path_base,
Note: See TracChangeset for help on using the changeset viewer.