IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

Localization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippdor/src/executables/generate_cam_jobs.py

    r32874 r32902  
    44Generates the complete Camera stage DAG for one exposure
    55"""
     6import sys
    67from ipp.CamManager import CamManager as CamManager
    7 
    8 import sys
    9 import os
    108
    119#################################################################
     
    2321    else:
    2422        RECIPIENT = 'schastel@ifa.hawaii.edu'
    25     if os.getenv('USER') == 'ippdor':
    26         CAMQUERIER = CamManager(LABEL, EXPOSURE_NAME, recipient=RECIPIENT)
    27     else:
    28         CAMQUERIER = CamManager(LABEL, EXPOSURE_NAME, recipient=RECIPIENT,
    29                                 host='ipp0012.ifa.hawaii.edu')
     23    CAMQUERIER = CamManager(LABEL, EXPOSURE_NAME, recipient=RECIPIENT)
    3024    if STAGE == 'B010':
    3125        CAMQUERIER.build_new_camera_jobs()
Note: See TracChangeset for help on using the changeset viewer.