issues
search
jennykim1016
/
SLRealizer
Catalog-level simulation of LSST DM stack measurements of gravitationally-lensed quasars.
BSD 3-Clause "New" or "Revised" License
1
stars
0
forks
source link
Notes for the future
#31
Open
jennykim1016
opened
7 years ago
jennykim1016
commented
7 years ago
Segments for working null deblender is in
deblend.py
. I commented out, but it works well. Use it when needed!
For calculating chi squared and KL distance, I wrote the code in
testing.py
. No need to write the code again!
We could try fitting the major/minor axis for the huge gaussian
https://stackoverflow.com/questions/9005659/compute-eigenvectors-of-image-in-python/9007249#9007249
classification of cost function(negative log likelihood) and implementation for CMU deep lens:
https://arxiv.org/pdf/1703.02642.pdf
deblend.py
. I commented out, but it works well. Use it when needed!testing.py
. No need to write the code again!