Changeset 14174


Ignore:
Timestamp:
02/09/2010 05:09:56 AM (7 months ago)
Author:
bovy
Message:

sdsspm: crowded field verifying

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/projects/sdsspm/pmm-check/verify-wcses.py

    r14173 r14174  
    8484        an_lib_setup() 
    8585 
    86         hps = [4] 
     86        hps = [4,28] 
    8787        indexfns = [os.path.join(os.environ.get("ASTROM_INDICES"),'index-604','index-604-%02i.fits') % hp for hp in hps] 
    8888        starkds = [load_startree(fn) for fn in indexfns] 
     
    9090        print 'got starkdtrees:', starkds 
    9191 
    92         xylistfns = ['testCat.fits'] 
    93         wcsfns = ['PE00050.063'] 
     92        #xylistfns = ['testCat.fits'] 
     93        #wcsfns = ['PE00050.063'] 
     94        xylistfns = ['crowdCat.fit'] 
     95        wcsfns = ['AB00637.012'] 
    9496        solvedlogodds = log(1e9) 
    9597 
Note: See TracChangeset for help on using the changeset viewer.