Coverage for python/lsst/ip/isr/version.py : 100%

Hot-keys 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__ = '20.0.0-10-g142674a+5ac5138cd9'
3__repo_version__ = '20.0.0-10-g142674a'
4__fingerprint__ = '0x0'
5__dependency_versions__ = {
6 'boost': 'unknown',
7 'numpy': 'None',
8 'fftw': 'unknown',
9 'eigen': '3.3.7.lsst2',
10 'ndarray': 'unknown',
11 'starlink_ast': 'unknown',
12 'astshim': '20.0.0+f45b7d88f4',
13 'python': 'unknown',
14 'base': '20.0.0-4-g4a2362f+f45b7d88f4',
15 'pex_exceptions': '20.0.0+8558dd3f48',
16 'utils': '20.0.0-2-gb095acb+ff88705a28',
17 'boost_math': 'unknown',
18 'sphgeom': '20.0.0-4-gfea843c+f45b7d88f4',
19 'geom': '20.0.0-2-gec03fae+01e3669f2c',
20 'boost_regex': 'unknown',
21 'daf_base': '20.0.0-2-g7818986+bd8eb6ed31',
22 'log4cxx': 'unknown',
23 'log': '20.0.0-1-gd1c87d7+bd8eb6ed31',
24 'boost_system': 'unknown',
25 'boost_filesystem': 'unknown',
26 'pex_policy': '20.0.0+38e2ebd2ba',
27 'daf_persistence': '20.0.0+093e6caacb',
28 'pex_config': '20.0.0-1-g2b7511a+38e2ebd2ba',
29 'minuit2': 'unknown',
30 'gsl': 'unknown',
31 'cfitsio': 'unknown',
32 'boost_serialization': 'unknown',
33 'afw': '20.0.0-7-geef20c811+1caa149b74',
34 'meas_base': '20.0.0-2-gdaeb0e8+532b3751e1',
35 'pipe_base': '20.0.0-9-gabd0d4c+e44bd70341',
36 'meas_algorithms': '20.0.0-6-g01203fff+9f9b49a85c',
37 'pybind11': 'unknown',
38 'sdqa': None,
39}
40__all__ = (
41 '__version__',
42 '__repo_version__',
43 '__fingerprint__',
44 '__dependency_versions__',
45)