Saturday, April 24, 2010

Likelihood Test Results (1)

The first test I did was to just put in the BOSS + Known QSOs into the QSO Catalog and see if that helped things. It didn't seem to make much of a difference:

Old Likelihood:
IDL> print, n_elements(ql) ; number quasars
467
IDL> print, n_elements(ql)*1.0/(n_elements(sl)+n_elements(ql)) ;percent accuracy
0.259300
IDL> print, n_elements(ql) + n_elements(sl) ; total targeted
1801

New Likelihood:
IDL> print, n_elements(nql) ; number quasars
447
IDL> print, n_elements(nql)*1.0/(n_elements(nsl)+n_elements(nql)) ;percent accuracy
0.248195
IDL> print, n_elements(nql) + n_elements(nsl) ; total targeted
1801


The white points were targeted/missed by both the new and old likelihoods
The magenta points were only targeted/missed by the new likelihood
The cyan points were only targeted/missed by the old likelihood



The logfile is ../logs/100424log.pro
I've saved the files for this run in the following directory:
../likelihood/likesmall2.0-4.0JiangCombo
The QSO catalog I used for this run is the following:
../likelihood/qsocatalog/QSOCatalog-Sun-Apr-25-18:09:33-2010.fits

No comments:

Post a Comment