|
lsst.synpipe
18.0.0+57
|
Functions | |
| def | disturbRaDec (num, mu=0.6, sigma=0.6) |
| def | makeBlendedCat (fakeCat, realCat, raCol='ra', decCol='dec', sigma=0.6, mu=0.6) |
Variables | |
| parser = argparse.ArgumentParser() | |
| help | |
| dest | |
| default | |
| type | |
| args = parser.parse_args() | |
| raCol | |
| decCol | |
| sigma | |
| mu | |
Make a catalog of fakes that are highly blended.
| def lsst.synpipe.makeBlendedCat.disturbRaDec | ( | num, | |
mu = 0.6, |
|||
sigma = 0.6 |
|||
| ) |
Disturb the coordinate a little bit.
Definition at line 11 of file makeBlendedCat.py.
| def lsst.synpipe.makeBlendedCat.makeBlendedCat | ( | fakeCat, | |
| realCat, | |||
raCol = 'ra', |
|||
decCol = 'dec', |
|||
sigma = 0.6, |
|||
mu = 0.6 |
|||
| ) |
Make a highly blended version of fake catalog.
Definition at line 17 of file makeBlendedCat.py.
| lsst.synpipe.makeBlendedCat.args = parser.parse_args() |
Definition at line 75 of file makeBlendedCat.py.
| lsst.synpipe.makeBlendedCat.decCol |
Definition at line 78 of file makeBlendedCat.py.
| lsst.synpipe.makeBlendedCat.default |
Definition at line 64 of file makeBlendedCat.py.
| lsst.synpipe.makeBlendedCat.dest |
Definition at line 62 of file makeBlendedCat.py.
| lsst.synpipe.makeBlendedCat.help |
Definition at line 60 of file makeBlendedCat.py.
| lsst.synpipe.makeBlendedCat.mu |
Definition at line 79 of file makeBlendedCat.py.
| lsst.synpipe.makeBlendedCat.parser = argparse.ArgumentParser() |
Definition at line 59 of file makeBlendedCat.py.
| lsst.synpipe.makeBlendedCat.raCol |
Definition at line 78 of file makeBlendedCat.py.
| lsst.synpipe.makeBlendedCat.sigma |
Definition at line 79 of file makeBlendedCat.py.
| lsst.synpipe.makeBlendedCat.type |
Definition at line 70 of file makeBlendedCat.py.
1.8.13