ExposurePairer#

class lsst.ts.wep.task.ExposurePairer(**kwargs)#

Bases: Task

Parameters:

kwargs (Any)

Methods Summary

makeTables(visitInfos)

Make tables of intra/extra/focal/and pairs of exposures.

run(visitInfos)

Pair up the intra- and extra-focal exposures.

Methods Documentation

makeTables(visitInfos)#

Make tables of intra/extra/focal/and pairs of exposures.

Parameters:

visitInfos (dict) – A dictionary of VisitInfo objects keyed by exposure.

Returns:

A dictionary of astropy tables keyed by type.

Return type:

dict

run(visitInfos)#

Pair up the intra- and extra-focal exposures.

Parameters:

visitInfos (Dict[int, VisitInfo])

Return type:

List[IntraExtraIdxPair]