lsst.synpipe  20.0.0+2e13b26641
Functions | Variables
lsst.synpipe.showFootprints Namespace Reference

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
 

Detailed Description

function to show a list of src footprints in a mosaic

Function Documentation

◆ getMosaic()

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.

◆ main()

def lsst.synpipe.showFootprints.main (   root,
  visit,
  ccd,
  fakes = None,
  blends = False,
  listobj = 16,
  filt = None 
)

Definition at line 52 of file showFootprints.py.

Variable Documentation

◆ action

lsst.synpipe.showFootprints.action

Definition at line 94 of file showFootprints.py.

◆ args

lsst.synpipe.showFootprints.args = parser.parse_args()

Definition at line 97 of file showFootprints.py.

◆ blends

lsst.synpipe.showFootprints.blends

Definition at line 101 of file showFootprints.py.

◆ default

lsst.synpipe.showFootprints.default

Definition at line 87 of file showFootprints.py.

◆ dest

lsst.synpipe.showFootprints.dest

Definition at line 91 of file showFootprints.py.

◆ fake

lsst.synpipe.showFootprints.fake

Definition at line 100 of file showFootprints.py.

◆ fakes

lsst.synpipe.showFootprints.fakes

Definition at line 100 of file showFootprints.py.

◆ False

lsst.synpipe.showFootprints.False

Definition at line 95 of file showFootprints.py.

◆ filt

lsst.synpipe.showFootprints.filt

Definition at line 101 of file showFootprints.py.

◆ help

lsst.synpipe.showFootprints.help

Definition at line 84 of file showFootprints.py.

◆ int

lsst.synpipe.showFootprints.int

Definition at line 85 of file showFootprints.py.

◆ listobj

lsst.synpipe.showFootprints.listobj

Definition at line 100 of file showFootprints.py.

◆ parser

lsst.synpipe.showFootprints.parser = argparse.ArgumentParser()

Definition at line 83 of file showFootprints.py.

◆ str

lsst.synpipe.showFootprints.str

Definition at line 86 of file showFootprints.py.

◆ type

lsst.synpipe.showFootprints.type

Definition at line 85 of file showFootprints.py.