Besides being one of the signature Chinese dishes, kungpao
can also help you deal with photometry of galaxies from recent imaging surveys (e.g. HSC, DECaLS).
Also, kungpao
does not stand for anything because forced acronym is for psychopath.
- Multi-stage objects detection and deblending
- Measure and subtract 2-D sky background mode
- Generate object masks for photometry
- Model 2-D light distribution of objects on the image
python setup.py install
orpython setup.py develop
will do the job.- Right now,
kungpao
only supportsPython>=3
. If you are still usingPython 2
, you should make the switch. kungpao
only depends onnumpy
,scipy
,astropy
,sep
,astroquery
, andmatplotlib
. All can be installed usingpip
orconda
.
I promisehope that documents will be available soon...but right now, please take a look at the Jupyter Notebook demos for each functionality.
If you notice a bug in kungpao
(and you will~), please file an detailed issue at:
https://github.com/dr-guangtou/kungpao/issues
If you would like to request a new feature, do the same thing.
Copyright 2019 Song Huang and contributors.
kungpao
is free software made available under the MIT License. For details see
the LICENSE file.