IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

Localization

File:
1 edited

Legend:

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

    r32894 r32897  
    4444    def __init__(self,
    4545                 label,
    46                  recipient,
    47                  host='ippdb01.ifa.hawaii.edu',
    48                  user='ipp',
    49                  passwd='ipp'):
     46                 recipient):
    5047        """
    5148        The constructor:
     
    5451        - creates a local directory
    5552        """
    56         Gpc1Manager.__init__(self, recipient=recipient, host=host, user=user, passwd=passwd)
     53        Gpc1Manager.__init__(self, recipient=recipient)
    5754        self.label = label
    5855        if self.is_label_used():
     
    231228        print 'Aborting'
    232229        sys.exit(4)
    233     if os.getenv('USER') == 'ippdor':
    234         BUILDER = ChipWarpBuilder(LABEL, RECIPIENT)
    235     else:
    236         BUILDER = ChipWarpBuilder(LABEL, RECIPIENT, host='ipp0012.ifa.hawaii.edu')
     230    BUILDER = ChipWarpBuilder(LABEL, RECIPIENT)
    237231    # Check exposures       
    238232    EXPOSURES_IDS = dict()
Note: See TracChangeset for help on using the changeset viewer.