|
lsst.ip.isr g77367d4607+311602a9c2
|
Classes | |
| class | IsrTaskConnections |
| class | IsrTaskConfig |
| class | IsrTask |
| class | FakeAmp |
Functions | |
| crosstalkSourceLookup (datasetType, registry, quantumDataId, collections) | |
| crosstalkSourceLookup | ( | datasetType, | |
| registry, | |||
| quantumDataId, | |||
| collections ) |
Lookup function to identify crosstalkSource entries.
This should return an empty list under most circumstances. Only
when inter-chip crosstalk has been identified should this be
populated.
Parameters
----------
datasetType : `str`
Dataset to lookup.
registry : `lsst.daf.butler.Registry`
Butler registry to query.
quantumDataId : `lsst.daf.butler.DataCoordinate`
Expanded data id to transform to identify crosstalkSources. The
``detector`` entry will be stripped.
collections : `lsst.daf.butler.CollectionSearch`
Collections to search through.
Returns
-------
results : `list` [`lsst.daf.butler.DatasetRef`]
List of datasets that match the query that will be used as
crosstalkSources.
Definition at line 67 of file isrTask.py.