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_warp_jobs.py

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