|
LSSTApplications
18.1.0
LSSTDataManagementBasePackage
|
Functions | |
| def | getMosaic (sources, exposure, idname) |
| def | main (root, visit, ccd, fakes=None, blends=False, listobj=16, filt=None) |
Variables | |
| parser = argparse.ArgumentParser() | |
| help | |
| type | |
| int | |
| str | |
| default | |
| dest | |
| action | |
| False | |
| args = parser.parse_args() | |
| fakes | |
| fake | |
| listobj | |
| blends | |
| filt | |
function to show a list of src footprints in a mosaic
| def lsst.synpipe.showFootprints.getMosaic | ( | sources, | |
| exposure, | |||
| idname | |||
| ) |
make a mosaic for the given source list from the given exposure stolen from psfMosaic.py on the sphinx documentation
Definition at line 17 of file showFootprints.py.
| def lsst.synpipe.showFootprints.main | ( | root, | |
| visit, | |||
| ccd, | |||
fakes = None, |
|||
blends = False, |
|||
listobj = 16, |
|||
filt = None |
|||
| ) |
Definition at line 52 of file showFootprints.py.
| lsst.synpipe.showFootprints.action |
Definition at line 94 of file showFootprints.py.
| lsst.synpipe.showFootprints.args = parser.parse_args() |
Definition at line 97 of file showFootprints.py.
| lsst.synpipe.showFootprints.blends |
Definition at line 101 of file showFootprints.py.
| lsst.synpipe.showFootprints.default |
Definition at line 87 of file showFootprints.py.
| lsst.synpipe.showFootprints.dest |
Definition at line 91 of file showFootprints.py.
| lsst.synpipe.showFootprints.fake |
Definition at line 100 of file showFootprints.py.
| lsst.synpipe.showFootprints.fakes |
Definition at line 100 of file showFootprints.py.
| lsst.synpipe.showFootprints.False |
Definition at line 95 of file showFootprints.py.
| lsst.synpipe.showFootprints.filt |
Definition at line 101 of file showFootprints.py.
| lsst.synpipe.showFootprints.help |
Definition at line 84 of file showFootprints.py.
| lsst.synpipe.showFootprints.int |
Definition at line 85 of file showFootprints.py.
| lsst.synpipe.showFootprints.listobj |
Definition at line 100 of file showFootprints.py.
| lsst.synpipe.showFootprints.parser = argparse.ArgumentParser() |
Definition at line 83 of file showFootprints.py.
| lsst.synpipe.showFootprints.str |
Definition at line 86 of file showFootprints.py.
| lsst.synpipe.showFootprints.type |
Definition at line 85 of file showFootprints.py.
1.8.13