IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 29, 2010, 3:08:03 PM (16 years ago)
Author:
watersc1
Message:
  • Update configuration to queue from OBS_MODE/OBJECT instead of Comment (except for microtest)
  • Expand microtest to queue on OBJECT to select which tesselation id to use (this is a hack, but microtest still uses comments, too)
  • Add REDUCTION config entry so that specific targets can be processed with a specific reduction class (or, a given target can be processed in multiple ways)
  • Correctly set state to DROP when there are no exposures to process
  • Migrate burntool logfiles to /data/$host.0/burntool_logs/.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/nightly_stacks.pro

    r27471 r27513  
    605605    host $host
    606606#    set.host.for.camera GPC1 $class_id
    607     $logfile = "burntool_logs/$class_id.$start_date.log"
     607    $logfile = "/data/${host}.0/burntool_logs/$class_id.$start_date.log"
    608608
    609609    $run = ipp_apply_burntool.pl --class_id $class_id --dateobs_begin $start_date --dateobs_end $end_date --dbname gpc1 --logfile $logfile
Note: See TracChangeset for help on using the changeset viewer.