Coverage for python/lsst/meas/extensions/psfex/version.py: 100%
Shortcuts on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
Shortcuts on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1# -------- This file is automatically generated by LSST's sconsUtils -------- #
2__version__ = "22.0.1-4-g3a563be+32dcf1063f"
3__repo_version__ = "22.0.1-4-g3a563be"
4__fingerprint__ = "0x0"
5__dependency_versions__ = {
6 "boost": "unknown",
7 "python": "unknown",
8 "base": "22.0.1-2-ga9b0f51+7fa3b7d9b6",
9 "pex_exceptions": "22.0.0+80564b0ff1",
10 "numpy": "None",
11 "cpputils": "master-g6e05de7fdc+babf819c66",
12 "daf_base": "22.0.1-5-g15c806e+85460ae5f3",
13 "log4cxx": "unknown",
14 "log": "22.0.1-8-ge5750ce+85460ae5f3",
15 "daf_persistence": "22.0.1-4-g243d05b+871c1b8305",
16 "boost_math": "unknown",
17 "eigen": "3.3.7.lsst2-1-g398bedf",
18 "fftw": "unknown",
19 "ndarray": "unknown",
20 "sphgeom": "22.0.1-6-g1c63a23+7fa3b7d9b6",
21 "geom": "22.0.1-6-g8d3140d+720564cf76",
22 "pex_config": "22.0.1-2-gd1925c9+bf4f0e694f",
23 "minuit2": "unknown",
24 "gsl": "unknown",
25 "cfitsio": "unknown",
26 "starlink_ast": "unknown",
27 "astshim": "22.0.1-1-geca5380+7fa3b7d9b6",
28 "afw": "22.0.1-42-gca6935d93+ba5e5ca3eb",
29 "boost_test": "unknown",
30 "meas_base": "22.0.1-25-gb120d7b+8b5510f75f",
31 "meas_algorithms": "22.0.1-32-gf62ce7b1+aa4237961e",
32 "pybind11": "unknown",
33 "utils": "22.0.1-13-gaee0394+f1b8ffe1f0",
34 "psfex": "22.0.1-1-g57437a1+7fa3b7d9b6",
35}
36__all__ = (
37 "__version__",
38 "__repo_version__",
39 "__fingerprint__",
40 "__dependency_versions__",
41)