IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 7, 2011, 11:07:47 AM (15 years ago)
Author:
Serge CHASTEL
Message:

Documentation + constants

File:
1 edited

Legend:

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

    r32874 r32880  
    33framework are defined for the Camera stage.
    44
    5 It defines the following data members:
    6 TODO: list defined constants
     5It defines the following constants:
     6- REQUIREMENTS: The Condor requirements to run Cam jobs
     7- EMAIL_BODY_MULTIPLE_CAM_ENTRIES: The e-mail body when there is more
     8  than one cam entry for one chip (Note: it seems it was useful when
     9  chiptool has a bug but it seems to be fixed now (see svn log for
     10  revision 32520))
     11- EMAIL_BODY_REVERT_FAILURE: The e-mail body which is sent when revert
     12  has failed
    713"""
    814from ipp.exceptions.UninstantiableIppException import UninstantiableIppException
     
    1925    REQUIREMENTS = GlobalConstants.REQUIREMENTS
    2026
    21     email_body_multiple_cam_entries = """Hi,
     27    # Body of the e-mail which is sent when there is more than one cam
     28    # entry for one chip (Note: it seems it was useful when chiptool
     29    # has a bug but it seems to be fixed now (see svn log for revision
     30    # 32520)).
     31    # It is expected to valuate this expression with 3 parameters:
     32    # - #1: label (str)
     33    # - #2: exposure name (str)
     34    # - #3: cam_id (int)
     35    EMAIL_BODY_MULTIPLE_CAM_ENTRIES = """Hi,
    2236
    2337this is an e-mail generated by the ippdor subsystem.
     
    3145Thanks,
    3246"""
    33     email_body_revert_failure = """Hi,
     47    # Body of the e-mail which is sent when revert has failed. It is
     48    # expected to valuate this expression with 3 parameters:
     49    # - #1: exposure name (str)
     50    # - #2: label (str)
     51    # - #3: exposure name (str)
     52    EMAIL_BODY_REVERT_FAILURE = """Hi,
    3453
    3554this is an e-mail generated by the ippdor subsystem.
Note: See TracChangeset for help on using the changeset viewer.