Skip to content

Commit b6a08ab

Browse files
committed
Add method to retrieve lenses from DeepskyLog.
1 parent 74591ba commit b6a08ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pydeepskylog/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
from .version import __version__
22
from .contrast_reserve import contrast_reserve, optimal_detection_magnification, surface_brightness
33
from .magnitude import nelm_to_sqm, nelm_to_bortle, sqm_to_nelm, sqm_to_bortle, bortle_to_nelm, bortle_to_sqm
4-
from .deepskylog_interface import (dsl_instruments, dsl_eyepieces, calculate_magnifications,
4+
from .deepskylog_interface import (dsl_instruments, dsl_eyepieces, dsl_lenses, calculate_magnifications,
55
convert_instrument_type_to_string, convert_instrument_type_to_int)
66

77
__all__ = ["__version__", "contrast_reserve", "optimal_detection_magnification", "surface_brightness", "nelm_to_sqm",
88
"nelm_to_bortle", "sqm_to_nelm", "sqm_to_bortle", "bortle_to_nelm", "bortle_to_sqm", "dsl_instruments",
9-
"dsl_eyepieces", "calculate_magnifications", "convert_instrument_type_to_string",
9+
"dsl_eyepieces", "dsl_lenses", "calculate_magnifications", "convert_instrument_type_to_string",
1010
"convert_instrument_type_to_int"]

0 commit comments

Comments
 (0)