IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 27, 2013, 5:58:25 AM (13 years ago)
Author:
eugene
Message:

enable test mode from command-line (-test, after jython module); add parallel dvo option; make database selection more consistent and variable on test/not-test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20121219/ippToPsps/jython/detectionbatch.py

    r35060 r35063  
    927927    def importIppTables(self, filter=""):
    928928
    929        if self.config.test: regex = "XY33.psf"
    930        else : regex = ".*.psf"
     929       ## if self.config.test: regex = "XY33.psf"
     930       ## else : regex = ".*.psf"
     931       regex = ".*.psf"
    931932 
    932        # XXX EAM NOTE : this is fragile : requires PS1_V_
     933       # XXX EAM NOTE : this is fragile : requires PS1_V4
    933934       columns = "IPP_IDET X_PSF Y_PSF X_PSF_SIG Y_PSF_SIG PSF_INST_MAG PSF_INST_MAG_SIG PEAK_FLUX_AS_MAG PSF_MAJOR PSF_MINOR PSF_THETA EXT_NSIGMA PSF_QF MOMENTS_XX MOMENTS_XY MOMENTS_YY AP_MAG KRON_FLUX KRON_FLUX_ERR FLAGS FLAGS2 SKY SKY_SIGMA EXT_NSIGMA PSF_QF_PERFECT PSF_CHISQ"
    934935
Note: See TracChangeset for help on using the changeset viewer.