# pylint: disable=missing-function-docstring
# -*- coding: utf-8 -*-
#
# This file is part of LDTObserverTools.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# Created on 06-Nov-2024
#
# @author: tbowers
"""LMI Exposure Time Calculator TEST Module
"""
import numpy as np
from obstools import lmi_etc
[docs]
def test_exptime_given_snr_mag():
pass
[docs]
def test_exptime_given_peak_mag():
pass
[docs]
def test_snr_given_exptime_mag():
pass
[docs]
def test_mag_given_snr_exptime():
pass
[docs]
def test_peak_counts():
pass
[docs]
def test_counts_from_star_per_sec():
pass
[docs]
def test_get_band_specific_values():
pass
[docs]
def test_number_pixels():
pass
[docs]
def test_read_noise_contribution():
pass
[docs]
def test_sky_count_per_sec_per_ap():
pass