IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 7, 2011, 10:20:55 AM (15 years ago)
Author:
Serge CHASTEL
Message:

Code documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippdor/src/ipp/constants/Chip.py

    r32874 r32876  
    1010class Chip:
    1111    """
    12     This class is not intended to be used as a class instance.
     12    This class is not intended to be instantiated.
    1313    All its members are static.
    1414    """
     
    1818    REQUIREMENTS = 'LoadAvg < 0.3'
    1919    email_subject = ''
     20
     21    # This is the e-mail body which is sent when revert as
     22    # failed. Some values need to be replaced, namely:
     23    # - @COUNT_FAILED_CHIPS@: the number of chips which have failed;
     24    # - @LABEL@: the label;
     25    # - @EXPOSURE_NAME@: the exposure name;
     26    # - @LIST_PROCESSING_LOGS@: the list of log files that should be
     27    #   checked by the operator;
     28    # - @CHIPTOOL_UPDATEPROCESSEDIMFILE@: the list of commands that
     29    #   could be run to ignore some flaky OTAs
     30    # - @CHIPTOOL_REVERTPROCESSEDIMFILE@: the command that shoudl be
     31    #   run to revert the exposure.
     32    # It is also expected to valuate this expression with one argument:
     33    # - #1: The path to Globals.LOCAL_TMP_DIR
    2034    email_body_failed_revert = """Hi,
    2135
     
    3852
    3953Once you have FIXED ALL PROBLEMS FOR ALL EXPOSURES, on the host where the Condor task was submitted, submit the DAG (the host name is shown in the following line) again:
    40 condor_submit_dag -maxidle 1000 -maxjobs 500 %s/%s/ch2st.dag
     54condor_submit_dag -maxidle 1000 -maxjobs 500 %s/@LABEL@/ch2st.dag
    4155
    4256Thanks,
Note: See TracChangeset for help on using the changeset viewer.