IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 43084


Ignore:
Timestamp:
Sep 7, 2026, 4:54:27 PM (2 weeks ago)
Author:
eugene
Message:

limit names to start with sim (due to pstamp request limitations on expname)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-pstamp-20260421/ippTasks/simtest.quickmos.auto

    r43058 r43084  
    11
    22automate MULTI
     3
     4# stages cycle between states of 'INIT.xxx' and 'RUN.xxx'
     5
     6# a stage starts in state INIT.BLOCK.
     7
     8# the "automate.block" task runs the 'block' command regularly on
     9# stages in state INIT.BLOCK.  if it returns a valid result, the block
     10# is set and the stage remains in state INIT.BLOCK.  if there is no
     11# result (ie, no matching BIAS, etc), the stage is put to state
     12# INIT.CHECK.
     13
     14# the "automate.check" tasks runs the 'check' command regularly on
     15# stages in state INIT.CHECK.  if it returns 'ncheck' valid entries
     16# (default ncheck = 1), the stage is set to state INIT.LAUNCH.
     17
     18# the "automate.launch" tasks runs the 'launch' command once on stages
     19# in state INIT.LAUNCH.  after the command is run, the state goes to
     20# RUN.LAUNCH.  After the command has been successfully completed, the
     21# state goes to DONE.LAUNCH
     22
     23# XXX these steps all refer to "@DBNAME@"; they need to be more generic, even for the basic simtest analysis
    324
    425# we run in the sequence BLOCK -> CHECK -> LAUNCH -> BLOCK -> CHECK
    526# success on CHECK -> LAUNCH
    627# failure on BLOCK -> CHECK
    7 
    8 # a stage starts in state INIT.BLOCK.
    9 
    10 # the "automate.block" task runs the 'block' command regularly.  if it
    11 # returns a valid result, the block is set and the state remains in
    12 # block.  if there is no result (ie, no matching BIAS, etc), the stage
    13 # is put to state INIT.CHECK.
    14 
    15 # the "automate.check" tasks runs the 'check' command regularly.  if
    16 # it returns ncheck valid entries (default ncheck = 1), the state goes
    17 # to INIT.LAUNCH.
    18 
    19 # the "automate.launch" tasks runs the 'launch' command once.  if it returns
    20 # ncheck valid entries (default ncheck = 1), the state goes to
    21 # INIT.LAUNCH.
    22 
    23 # XXX these steps all refer to "@DBNAME@"; they need to be more generic, even for the basic simtest analysis
    2428
    2529automate METADATA
Note: See TracChangeset for help on using the changeset viewer.