IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 28, 2015, 8:29:33 PM (11 years ago)
Author:
eugene
Message:

add -stilts option; fix stilts and regex for detectionbatch; add tableprefix option for stacks; alter photcode.type to type_as_int

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/config.py

    r38990 r38995  
    2121    def __init__(self):
    2222
    23         self.useOhanaMYSQLtoFITS = False
     23        self.useOhanaMYSQLtoFITS = True
    2424        self.test = False
    2525        self.resetDvo = False
     
    4141        # by default, we use gpc1test in a test, and do not if not a test
    4242        self.gpc1test = self.test
     43
     44        if sys.argv.count("-stilts"):
     45            self.useOhanaMYSQLtoFITS = False
     46            sys.argv.remove("-stilts")
    4347
    4448        if sys.argv.count("-realgpc"):
Note: See TracChangeset for help on using the changeset viewer.