lsst-utils 29.2025.2600__py3-none-any.whl → 29.2025.2800__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- lsst/utils/logging.py +2 -2
- lsst/utils/plotting/figures.py +3 -4
- lsst/utils/version.py +1 -1
- {lsst_utils-29.2025.2600.dist-info → lsst_utils-29.2025.2800.dist-info}/METADATA +1 -1
- {lsst_utils-29.2025.2600.dist-info → lsst_utils-29.2025.2800.dist-info}/RECORD +10 -10
- {lsst_utils-29.2025.2600.dist-info → lsst_utils-29.2025.2800.dist-info}/WHEEL +0 -0
- {lsst_utils-29.2025.2600.dist-info → lsst_utils-29.2025.2800.dist-info}/licenses/COPYRIGHT +0 -0
- {lsst_utils-29.2025.2600.dist-info → lsst_utils-29.2025.2800.dist-info}/licenses/LICENSE +0 -0
- {lsst_utils-29.2025.2600.dist-info → lsst_utils-29.2025.2800.dist-info}/top_level.txt +0 -0
- {lsst_utils-29.2025.2600.dist-info → lsst_utils-29.2025.2800.dist-info}/zip-safe +0 -0
lsst/utils/logging.py
CHANGED
|
@@ -394,13 +394,13 @@ class PeriodicLogger:
|
|
|
394
394
|
`LOGGING_INTERVAL` will be used.
|
|
395
395
|
level : `int`, optional
|
|
396
396
|
Log level to use when issuing messages, default is
|
|
397
|
-
`~
|
|
397
|
+
`~logging.INFO`.
|
|
398
398
|
"""
|
|
399
399
|
|
|
400
400
|
LOGGING_INTERVAL = 600.0
|
|
401
401
|
"""Default interval between log messages in seconds."""
|
|
402
402
|
|
|
403
|
-
def __init__(self, logger: LsstLoggers, interval: float | None = None, level: int =
|
|
403
|
+
def __init__(self, logger: LsstLoggers, interval: float | None = None, level: int = logging.INFO):
|
|
404
404
|
self.logger = logger
|
|
405
405
|
# None -> LOGGING_INTERVAL conversion done so that unit tests (e.g., in
|
|
406
406
|
# pipe_base) can tweak log interval without access to the constructor.
|
lsst/utils/plotting/figures.py
CHANGED
|
@@ -81,14 +81,13 @@ def get_multiband_plot_colors(dark_background: bool = False) -> dict:
|
|
|
81
81
|
Mapping of the LSST bands to colors.
|
|
82
82
|
"""
|
|
83
83
|
plot_filter_colors_white_background = {
|
|
84
|
-
"u": "#
|
|
84
|
+
"u": "#1600EA",
|
|
85
85
|
"g": "#31DE1F",
|
|
86
86
|
"r": "#B52626",
|
|
87
|
-
"i": "#
|
|
87
|
+
"i": "#370201",
|
|
88
88
|
"z": "#BA52FF",
|
|
89
|
-
"y": "#
|
|
89
|
+
"y": "#61A2B3",
|
|
90
90
|
}
|
|
91
|
-
|
|
92
91
|
plot_filter_colors_black_background = {
|
|
93
92
|
"u": "#3eb7ff",
|
|
94
93
|
"g": "#30c39f",
|
lsst/utils/version.py
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
__all__ = ["__version__"]
|
|
2
|
-
__version__ = "29.2025.
|
|
2
|
+
__version__ = "29.2025.2800"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lsst-utils
|
|
3
|
-
Version: 29.2025.
|
|
3
|
+
Version: 29.2025.2800
|
|
4
4
|
Summary: Utility functions from Rubin Observatory Data Management for the Legacy Survey of Space and Time (LSST).
|
|
5
5
|
Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
|
|
6
6
|
License: BSD 3-Clause License
|
|
@@ -9,24 +9,24 @@ lsst/utils/doImport.py,sha256=JbD_AR1GQ1PVdK--OJy5tVz1U2Kabe1ETyQoyaq6rpQ,4241
|
|
|
9
9
|
lsst/utils/inheritDoc.py,sha256=doMsQKcDssZvsTAYJSmHxOWXM4D1wPrDSCTHiaRGUvw,2719
|
|
10
10
|
lsst/utils/introspection.py,sha256=OE-qHurIGw0oeDg5EoeZHyyCoGylZHCXrjCtFfrnQ0Q,14442
|
|
11
11
|
lsst/utils/iteration.py,sha256=FHDGWcAbWzJdN1RVP-LdtatBfmCW9x_2MdQ5iwmT1sE,9278
|
|
12
|
-
lsst/utils/logging.py,sha256=
|
|
12
|
+
lsst/utils/logging.py,sha256=pNXLqeUkm5yBwzPCVFskoy11kEz-N9YXOOYItEPK8ds,15344
|
|
13
13
|
lsst/utils/packages.py,sha256=D2eD2Qy3P_Os7RbUKsG2mPyLoSLjqejUX6lNhaC16wg,27455
|
|
14
14
|
lsst/utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
15
15
|
lsst/utils/tests.py,sha256=1cjyXtEL2LNhnPKjtiTt9cdPmlaEWgaWBx9BfM-xSmA,39152
|
|
16
16
|
lsst/utils/threads.py,sha256=WNl3uvbE7bx5UyxTX0fwN5AkU3Yty_m8y_pMKcMCdv8,2551
|
|
17
17
|
lsst/utils/timer.py,sha256=ONg_6n3r8hbWg4wcLSxcIHg6LjO4n0_pzwyzLeX0-_E,20258
|
|
18
18
|
lsst/utils/usage.py,sha256=qunydx-KlcbNp-vFcBtvBayWwZAa0tHtSWvz5BycvLA,4598
|
|
19
|
-
lsst/utils/version.py,sha256=
|
|
19
|
+
lsst/utils/version.py,sha256=zkbtcIsz6tbu7rmamcut51DoG62vyYwam95urGw5Lis,55
|
|
20
20
|
lsst/utils/wrappers.py,sha256=KCvsrGXziLQ5pC8ytiFEXeDH9mBSo8eCZ8g08f7s404,19209
|
|
21
21
|
lsst/utils/plotting/__init__.py,sha256=OEAZv2W12UAcUfDxH5H_k8v7cK4fVTOssuqNksZTuIs,507
|
|
22
|
-
lsst/utils/plotting/figures.py,sha256=
|
|
22
|
+
lsst/utils/plotting/figures.py,sha256=pLkD7MpYk1Zs2hozA2-6r_uUd1129Uoi9EAEkMvtCjk,4356
|
|
23
23
|
lsst/utils/plotting/limits.py,sha256=6ilPmb4wg4aVtjlBgm75FPBrjDVSkW_ywZrj_QIQD2U,5839
|
|
24
24
|
lsst/utils/plotting/publication_plots.py,sha256=-uOL2ptI3N52KxfhtJNsUt7SqeGdT78GF-_QjHKKmV8,5016
|
|
25
25
|
lsst/utils/plotting/rubin.mplstyle,sha256=mjLPYzolUjeCXq8z4ltXLvEf8IuyT4TS0Nx8JJ05v6I,1063
|
|
26
|
-
lsst_utils-29.2025.
|
|
27
|
-
lsst_utils-29.2025.
|
|
28
|
-
lsst_utils-29.2025.
|
|
29
|
-
lsst_utils-29.2025.
|
|
30
|
-
lsst_utils-29.2025.
|
|
31
|
-
lsst_utils-29.2025.
|
|
32
|
-
lsst_utils-29.2025.
|
|
26
|
+
lsst_utils-29.2025.2800.dist-info/licenses/COPYRIGHT,sha256=I6Bxnp_LkIqDjafZNIXM8jfjYWC4XIlpNpZ7jkdeZK0,361
|
|
27
|
+
lsst_utils-29.2025.2800.dist-info/licenses/LICENSE,sha256=7wrtgl8meQ0_RIuv2TjIKpAnNrl-ODH-QLwyHe9citI,1516
|
|
28
|
+
lsst_utils-29.2025.2800.dist-info/METADATA,sha256=e1UJQjAiPRw7hahyu4r1k-wuESN8AxtCthUAYis0mF0,1691
|
|
29
|
+
lsst_utils-29.2025.2800.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
30
|
+
lsst_utils-29.2025.2800.dist-info/top_level.txt,sha256=eUWiOuVVm9wwTrnAgiJT6tp6HQHXxIhj2QSZ7NYZH80,5
|
|
31
|
+
lsst_utils-29.2025.2800.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
32
|
+
lsst_utils-29.2025.2800.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|