IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 15, 2008, 12:45:11 PM (18 years ago)
Author:
Paul Price
Message:

Altered detrend_stack.pro to use the file rules, so no longer need the CLASS_ID added to outroot.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/detrend.stack.pro

    r16516 r16522  
    122122    set.workdir.by.camera $CAMERA FPA $WORKDIR_TEMPLATE $default_host WORKDIR
    123123
    124     ## generate outroot specific to this exposure (& chip)
    125     sprintf outroot "%s/%s.%s.%s/%s.%s.%s.%s.%s" $WORKDIR $CAMERA $DET_TYPE $DET_ID $CAMERA $DET_TYPE $DET_ID $ITERATION $CLASS_ID
     124    ## generate outroot specific to this exposure
     125    sprintf outroot "%s/%s.%s.%s/%s.%s.%s.%s" $WORKDIR $CAMERA $DET_TYPE $DET_ID $CAMERA $DET_TYPE $DET_ID $ITERATION
    126126
    127127    ## generate output log based on filerule (convert the URI to a PATH)
Note: See TracChangeset for help on using the changeset viewer.