@@ -23,53 +23,3 @@ tasks:
2323 atools.stellarAstrometricRepeatability3.process.calculateActions.rms.threshAD : 30
2424 python : |
2525 from lsst.analysis.tools.atools import *
26- analyzeMatchedVisitExtended :
27- class : lsst.analysis.tools.tasks.AssociatedSourcesTractAnalysisTask
28- config :
29- connections.outputName : matchedVisitExtended
30- atools.modelPhotRepStarSn5to10 : StellarPhotometricRepeatability
31- atools.modelPhotRepStarSn5to10.fluxType : gaussianFlux
32- atools.modelPhotRepStarSn5to10.process.filterActions.perGroupStdevFiltered.selectors.sn.minimum : 5
33- atools.modelPhotRepStarSn5to10.process.filterActions.perGroupStdevFiltered.selectors.sn.maximum : 10
34- atools.modelPhotRepStarSn5to10.produce.plot : NoPlot
35-
36- atools.modelPhotRepStarSn10to20 : StellarPhotometricRepeatability
37- atools.modelPhotRepStarSn10to20.fluxType : gaussianFlux
38- atools.modelPhotRepStarSn10to20.process.filterActions.perGroupStdevFiltered.selectors.sn.minimum : 10
39- atools.modelPhotRepStarSn10to20.process.filterActions.perGroupStdevFiltered.selectors.sn.maximum : 20
40- atools.modelPhotRepStarSn10to20.produce.plot : NoPlot
41-
42- atools.modelPhotRepStarSn20to40 : StellarPhotometricRepeatability
43- atools.modelPhotRepStarSn20to40.fluxType : gaussianFlux
44- atools.modelPhotRepStarSn20to40.process.filterActions.perGroupStdevFiltered.selectors.sn.minimum : 20
45- atools.modelPhotRepStarSn20to40.process.filterActions.perGroupStdevFiltered.selectors.sn.maximum : 40
46- atools.modelPhotRepStarSn20to40.produce.plot : NoPlot
47-
48- atools.modelPhotRepStarSn40to80 : StellarPhotometricRepeatability
49- atools.modelPhotRepStarSn40to80.fluxType : gaussianFlux
50- atools.modelPhotRepStarSn40to80.process.filterActions.perGroupStdevFiltered.selectors.sn.minimum : 40
51- atools.modelPhotRepStarSn40to80.process.filterActions.perGroupStdevFiltered.selectors.sn.maximum : 80
52- atools.modelPhotRepStarSn40to80.produce.plot : NoPlot
53-
54- atools.psfPhotRepStarSn5to10 : StellarPhotometricRepeatability
55- atools.psfPhotRepStarSn5to10.process.filterActions.perGroupStdevFiltered.selectors.sn.minimum : 5
56- atools.psfPhotRepStarSn5to10.process.filterActions.perGroupStdevFiltered.selectors.sn.maximum : 10
57- atools.psfPhotRepStarSn5to10.produce.plot : NoPlot
58-
59- atools.psfPhotRepStarSn10to20 : StellarPhotometricRepeatability
60- atools.psfPhotRepStarSn10to20.process.filterActions.perGroupStdevFiltered.selectors.sn.minimum : 10
61- atools.psfPhotRepStarSn10to20.process.filterActions.perGroupStdevFiltered.selectors.sn.maximum : 20
62- atools.psfPhotRepStarSn10to20.produce.plot : NoPlot
63-
64- atools.psfPhotRepStarSn20to40 : StellarPhotometricRepeatability
65- atools.psfPhotRepStarSn20to40.process.filterActions.perGroupStdevFiltered.selectors.sn.minimum : 20
66- atools.psfPhotRepStarSn20to40.process.filterActions.perGroupStdevFiltered.selectors.sn.maximum : 40
67- atools.psfPhotRepStarSn20to40.produce.plot : NoPlot
68-
69- atools.psfPhotRepStarSn40to80 : StellarPhotometricRepeatability
70- atools.psfPhotRepStarSn40to80.process.filterActions.perGroupStdevFiltered.selectors.sn.minimum : 40
71- atools.psfPhotRepStarSn40to80.process.filterActions.perGroupStdevFiltered.selectors.sn.maximum : 80
72- atools.psfPhotRepStarSn40to80.produce.plot : NoPlot
73- python : |
74- from lsst.analysis.tools.atools import *
75- from lsst.analysis.tools.interfaces import *
0 commit comments