IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11012


Ignore:
Timestamp:
Jan 10, 2007, 12:17:55 PM (19 years ago)
Author:
eugene
Message:

cleanup queues

Location:
branches/eam_branch_00/ippTasks
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_00/ippTasks/detrend.mkruns.pro

    r9506 r11012  
     1## XXX this script needs to be updated to use books, not queues
     2## XXX this script needs to be reconsidered...
    13
    24## This script defines tasks which regularly initiate the detrend
  • branches/eam_branch_00/ippTasks/detrend.norm.pro

    r11011 r11012  
    3030
    3131# select images ready for copy
    32 # new entries are added to queue DetrendNormStat
     32# new entries are added to DetrendNormStat
    3333# compare the new list with the ones already selected
    3434task           dettool.normstat.load
     
    232232
    233233# select images ready for copy
    234 # new entries are added to queue DetrendNormExp
     234# new entries are added to DetrendNormExp
    235235# compare the new list with the ones already selected
    236236task           dettool.normexp.load
  • branches/eam_branch_00/ippTasks/detrend.process.pro

    r11011 r11012  
    2929
    3030# select images ready for copy
    31 # new entries are added to queue DetrendProcessImfiles
     31# new entries are added to DetrendProcessImfiles
    3232# compare the new list with the ones already selected
    3333task           dettool.process.load
     
    7979    if ($network == 0) break
    8080   
    81     # look for new images in DetrendProcessImfiles queue
     81    # look for new images in DetrendProcessImfiles
    8282    book getpage DetrendProcessImfiles 0 -var pageName -key state NULL
    8383    if ($pageName == NULL) break
     
    132132
    133133# select images ready for copy
    134 # new entries are added to queue DetrendProcessExposures
     134# new entries are added to DetrendProcessExposures
    135135# compare the new list with the ones already selected
    136136task           dettool.processexp.load
  • branches/eam_branch_00/ippTasks/detrend.reject.pro

    r11011 r11012  
    2626
    2727# select images ready for copy
    28 # new entries are added to queue DetrendRejectExp
     28# new entries are added to DetrendRejectExp
    2929# compare the new list with the ones already selected
    3030task           dettool.reject.load
  • branches/eam_branch_00/ippTasks/detrend.resid.pro

    r11011 r11012  
    2828
    2929# select images ready for copy
    30 # new entries are added to queue DetrendResidImfiles
     30# new entries are added to DetrendResidImfiles
    3131# compare the new list with the ones already selected
    3232task           dettool.resid.load
  • branches/eam_branch_00/ippTasks/detrend.stack.pro

    r11011 r11012  
    2222
    2323macro detstack.status
    24   queueprint DetrendStackClass
    25   echo "DetrendStackClassFail: $DetrendStackClassFail"
     24  book listbook DetrendStackClass
    2625end
    2726
  • branches/eam_branch_00/ippTasks/phase0.pro

    r11011 r11012  
    2929
    3030# select images ready for phase0 analysis
    31 # new entries are added to queue Phase0Imfiles
     31# new entries are added to Phase0Imfiles
    3232# compare the new list with the ones already selected
    3333task           phase0.imfile.load
     
    116116  # success
    117117  task.exit 0
    118     # phase0_imfile.pl updates DB tables, here we just update the queue
     118    # phase0_imfile.pl updates DB tables, here we just update the page
    119119    book setword Phase0Imfiles $options:0 state DONE
    120120  end
     
    216216  # success
    217217  task.exit 0
    218     # phase0exp.pl updates DB tables, here we just update the queue
     218    # phase0exp.pl updates DB tables, here we just update the page
    219219    book setword Phase0Exposures $options:0 state DONE
    220220  end
  • branches/eam_branch_00/ippTasks/phase2.pro

    r11011 r11012  
    117117  # success
    118118  task.exit 0
    119     # phase2.pl updates DB tables, here we just update the queue
     119    # phase2.pl updates DB tables, here we just update the page
    120120    book setword p2PendingImfile $options:0 state DONE
    121121  end
  • branches/eam_branch_00/ippTasks/phase3.pro

    r11011 r11012  
    112112  # success
    113113  task.exit 0
    114     # phase3exp.pl updates DB tables, here we just update the queue
     114    # phase3exp.pl updates DB tables, here we just update the page
    115115    book setword Phase3Exposures $options:0 state DONE
    116116  end
Note: See TracChangeset for help on using the changeset viewer.