IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 30, 2013, 4:52:14 PM (13 years ago)
Author:
eugene
Message:

updates from trunk

Location:
branches/eam_branches/ipp-20130711/ippTasks
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130711/ippTasks

  • branches/eam_branches/ipp-20130711/ippTasks/diff.pro

    r30438 r36072  
    4747    active true
    4848  end
    49   task diff.summary.load
    50     active true
    51   end
    52   task diff.summary.run
    53     active true
    54   end
    5549end
    5650
    … …  
    6761  end
    6862  task diff.revert
    69     active false
    70   end
    71   task diff.summary.load
    72     active false
    73   end
    74   task diff.summary.run
    7563    active false
    7664  end
    … …  
    499487task           diff.summary.load
    500488  host         local
     489  active       false
    501490
    502491  periods      -poll $LOADPOLL
    … …  
    559548  periods      -exec $RUNEXEC
    560549  periods      -timeout 60
     550  active       false
    561551
    562552  task.exec
  • branches/eam_branches/ipp-20130711/ippTasks/dist.pro

    r31854 r36072  
    3131list DIST_STAGE -add "warp_bg"
    3232list DIST_STAGE -add "sky"
     33list DIST_STAGE -add "skycal"
    3334
    3435$currentStage = 0
  • branches/eam_branches/ipp-20130711/ippTasks/minidvodb.pro

    r35335 r36072  
    449449    stderr $LOGDIR/minidvodb.premerge.run.log
    450450
    451     $run = minidvodb_premerge.pl --camera $CAMERA --minidvodb $MINIDVODB_PATH --minidvodb_group $MINIDVODB_GROUP --minidvodb_id $MINIDVODB_ID
     451    #still buggy
     452
     453    $run = minidvodb_premerge.pl --camera GPC1 --minidvodb $MINIDVODB_PATH --minidvodb_group $MINIDVODB_GROUP --minidvodb_id $MINIDVODB_ID
    452454   
    453455  if ($DB:n == 0)
  • branches/eam_branches/ipp-20130711/ippTasks/nightly_science.pro

    r34882 r36072  
    370370  periods         -poll $LOADPOLL
    371371  periods         -exec $LOADEXEC
    372   periods         -timeout 480
     372  periods         -timeout 1000
    373373  npending        1
    374374
  • branches/eam_branches/ipp-20130711/ippTasks/register.pro

    r32076 r36072  
    659659    stderr $LOGDIR/register.burntool.run.log
    660660
    661     $run = ipp_apply_burntool_single.pl --exp_id $EXP_ID --class_id $CLASS_ID --this_uri $THIS_URI --continue 10
     661    $run = ipp_apply_burntool_single.pl --camera $CAMERA --exp_id $EXP_ID --class_id $CLASS_ID --this_uri $THIS_URI --continue 10
    662662    if ("$PREVIOUS_URI" != "NULL")
    663663      $run = $run --previous_uri $PREVIOUS_URI
  • branches/eam_branches/ipp-20130711/ippTasks/survey.pro

    r35676 r36072  
    583583
    584584macro survey.add.relstack
    585   if ($0 != 3)
    586     echo "USAGE: survey.add.relstack (label) (releasename)"
     585  if ($0 != 4)
     586    echo "USAGE: survey.add.relstack (label) (releasename) (stacktype)"
    587587    break
    588588  end
    … …  
    590590  book setword SURVEY_RELSTACK $1 LABEL $1
    591591  book setword SURVEY_RELSTACK $1 RELEASE_NAME $2
     592  book setword SURVEY_RELSTACK $1 STACK_TYPE $3
    592593  book setword SURVEY_RELSTACK $1 STATE PENDING
    593594end
    … …  
    18461847    book setword SURVEY_RELSTACK $label STATE DONE
    18471848    book getword SURVEY_RELSTACK $label RELEASE_NAME -var RELEASE_NAME
     1849    book getword SURVEY_RELSTACK $label STACK_TYPE -var STACK_TYPE
    18481850
    18491851    # XXX: Can we use the survey task for stack types other than nightly?
    1850     $run = releasetool -definerelstack -label $label -release_name $RELEASE_NAME -set_state processed -set_stack_type nightly
     1852    $run = releasetool -definerelstack -label $label -release_name $RELEASE_NAME -set_state processed -set_stack_type $STACK_TYPE
    18511853
    18521854    if ($DB:n == 0)
  • branches/eam_branches/ipp-20130711/ippTasks/warp.pro

    r28375 r36072  
    5858    active true
    5959  end
    60   task warp.summary.load
    61     active true
    62   end
    63   task warp.summary.run
    64     active true
    65   end
    6660end
    6761
    … …  
    8781  end
    8882  task warp.revert.warped
    89     active false
    90   end
    91   task warp.summary.load
    92     active false
    93   end
    94   task warp.summary.run
    9583    active false
    9684  end
    … …  
    545533task           warp.summary.load
    546534  host         local
    547 
     535  active       false
    548536  periods      -poll $LOADPOLL
    549537  periods      -exec $LOADEXEC
    … …  
    605593  periods      -exec $RUNEXEC
    606594  periods      -timeout 60
     595  active       false
    607596
    608597  task.exec
Note: See TracChangeset for help on using the changeset viewer.