IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16546


Ignore:
Timestamp:
Feb 19, 2008, 10:55:41 AM (18 years ago)
Author:
Paul Price
Message:

ipp_filename.pl ALWAYS needs the class_id set, even when you don't expect to use it.

File:
1 edited

Legend:

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

    r16518 r16546  
    155155
    156156    ## generate output log
    157     $logfile = `ipp_filename.pl --filerule LOG.EXP --camera $CAMERA --basename $outroot`
     157    $logfile = `ipp_filename.pl --filerule LOG.EXP --camera $CAMERA --basename $outroot --class_id fpa`
    158158
    159159    stdout $logfile
     
    388388
    389389    ## generate output log (NOT based on filerule?)
    390     $logfile = `ipp_filename.pl --filerule LOG.EXP --camera $CAMERA --basename $outroot`
     390    $logfile = `ipp_filename.pl --filerule LOG.EXP --camera $CAMERA --basename $outroot --class_id fpa`
    391391
    392392    stdout $logfile
Note: See TracChangeset for help on using the changeset viewer.