Passed
Push — master ( b7c95e...4eab86 )
by Stefan
03:52
created

eppaurora.models   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 18
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 2
dl 0
loc 18
rs 10
c 0
b 0
f 0
wmc 0
1
# coding: utf-8
2
# Copyright (c) 2023 Stefan Bender
3
#
4
# This file is part of pyeppaurora.
5
# pyeppaurora is free software: you can redistribute it or modify
6
# it under the terms of the GNU General Public License as published
7
# by the Free Software Foundation, version 2.
8
# See accompanying LICENSE file or http://www.gnu.org/licenses/gpl-2.0.html.
9
"""Empirical models for electron energy and flux and ionization rates
10
11
Implements the empirical proxy-driven models for auroral electrons,
12
providing the proxy driven ionizatin rate model described in [1]_.
13
14
.. [1] Bender et al., in prep., 2023
15
"""
16
17
from .ssusiq2023 import *
18