-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f1aa438
commit 48dcc57
Showing
16 changed files
with
102 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
"""Docstring""" | ||
|
||
__author__ = 'John Evans' | ||
__copyright__ = 'Copyright 2021 John Evans' | ||
__author__ = 'John Evans and Jason Fan' | ||
__copyright__ = 'Copyright 2024' | ||
__credits__ = ['John Evans', 'Jason Fan', 'Michael Larson'] | ||
__license__ = 'Apache License 2.0' | ||
__version__ = '0.0.1' | ||
__maintainer__ = 'John Evans' | ||
__email__ = '[email protected].edu' | ||
__version__ = '1.4.1' | ||
__maintainer__ = 'Jason Fan' | ||
__email__ = '[email protected].edu' | ||
__status__ = 'Development' | ||
from typing import List, Tuple, Type | ||
from dataclasses import dataclass, field | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
"""Docstring""" | ||
|
||
__author__ = 'John Evans' | ||
__copyright__ = 'Copyright 2021 John Evans' | ||
__author__ = 'John Evans and Jason Fan' | ||
__copyright__ = 'Copyright 2024' | ||
__credits__ = ['John Evans', 'Jason Fan', 'Michael Larson'] | ||
__license__ = 'Apache License 2.0' | ||
__version__ = '0.0.1' | ||
__maintainer__ = 'John Evans' | ||
__email__ = '[email protected].edu' | ||
__version__ = '1.4.1' | ||
__maintainer__ = 'Jason Fan' | ||
__email__ = '[email protected].edu' | ||
__status__ = 'Development' | ||
|
||
import dataclasses | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
"""Docstring""" | ||
|
||
__author__ = 'John Evans' | ||
__copyright__ = 'Copyright 2021 John Evans' | ||
__author__ = 'John Evans and Jason Fan' | ||
__copyright__ = 'Copyright 2024' | ||
__credits__ = ['John Evans', 'Jason Fan', 'Michael Larson'] | ||
__license__ = 'Apache License 2.0' | ||
__version__ = '0.0.1' | ||
__maintainer__ = 'John Evans' | ||
__email__ = '[email protected].edu' | ||
__version__ = '1.4.1' | ||
__maintainer__ = 'Jason Fan' | ||
__email__ = '[email protected].edu' | ||
__status__ = 'Development' | ||
|
||
from typing import Tuple | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,13 +3,13 @@ | |
in any class. | ||
""" | ||
|
||
__author__ = 'John Evans' | ||
__copyright__ = 'Copyright 2021 John Evans' | ||
__author__ = 'John Evans and Jason Fan' | ||
__copyright__ = 'Copyright 2024' | ||
__credits__ = ['John Evans', 'Jason Fan', 'Michael Larson'] | ||
__license__ = 'Apache License 2.0' | ||
__version__ = '0.0.1' | ||
__maintainer__ = 'John Evans' | ||
__email__ = '[email protected].edu' | ||
__version__ = '1.4.1' | ||
__maintainer__ = 'Jason Fan' | ||
__email__ = '[email protected].edu' | ||
__status__ = 'Development' | ||
|
||
from typing import List, Optional, Tuple | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
"""Docstring""" | ||
|
||
__author__ = 'John Evans' | ||
__copyright__ = 'Copyright 2021 John Evans' | ||
__author__ = 'John Evans and Jason Fan' | ||
__copyright__ = 'Copyright 2024' | ||
__credits__ = ['John Evans', 'Jason Fan', 'Michael Larson'] | ||
__license__ = 'Apache License 2.0' | ||
__version__ = '0.0.1' | ||
__maintainer__ = 'John Evans' | ||
__email__ = '[email protected].edu' | ||
__version__ = '1.4.1' | ||
__maintainer__ = 'Jason Fan' | ||
__email__ = '[email protected].edu' | ||
__status__ = 'Development' | ||
|
||
from typing import List, Optional | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
"""Docstring""" | ||
|
||
__author__ = 'John Evans' | ||
__copyright__ = 'Copyright 2021 John Evans' | ||
__author__ = 'John Evans and Jason Fan' | ||
__copyright__ = 'Copyright 2024' | ||
__credits__ = ['John Evans', 'Jason Fan', 'Michael Larson'] | ||
__license__ = 'Apache License 2.0' | ||
__version__ = '0.0.1' | ||
__maintainer__ = 'John Evans' | ||
__email__ = '[email protected].edu' | ||
__version__ = '1.4.1' | ||
__maintainer__ = 'Jason Fan' | ||
__email__ = '[email protected].edu' | ||
__status__ = 'Development' | ||
|
||
from typing import List | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
Docstring | ||
""" | ||
|
||
__author__ = 'John Evans' | ||
__copyright__ = 'Copyright 2020 John Evans' | ||
__author__ = 'John Evans and Jason Fan' | ||
__copyright__ = 'Copyright 2024' | ||
__credits__ = ['John Evans', 'Jason Fan', 'Michael Larson'] | ||
__license__ = 'Apache License 2.0' | ||
__version__ = '0.0.1' | ||
__maintainer__ = 'John Evans' | ||
__email__ = '[email protected].edu' | ||
__version__ = '1.4.1' | ||
__maintainer__ = 'Jason Fan' | ||
__email__ = '[email protected].edu' | ||
__status__ = 'Development' | ||
|
||
import dataclasses | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
"""Docstring""" | ||
|
||
__author__ = 'John Evans' | ||
__copyright__ = 'Copyright 2021 John Evans' | ||
__author__ = 'John Evans and Jason Fan' | ||
__copyright__ = 'Copyright 2024' | ||
__credits__ = ['John Evans', 'Jason Fan', 'Michael Larson'] | ||
__license__ = 'Apache License 2.0' | ||
__version__ = '0.0.1' | ||
__maintainer__ = 'John Evans' | ||
__email__ = '[email protected].edu' | ||
__version__ = '1.4.1' | ||
__maintainer__ = 'Jason Fan' | ||
__email__ = '[email protected].edu' | ||
__status__ = 'Development' | ||
|
||
from typing import Dict, List, Optional | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,14 @@ | ||
"""Docstring""" | ||
|
||
__author__ = 'John Evans and Jason Fan' | ||
__copyright__ = 'Copyright 2024' | ||
__credits__ = ['John Evans', 'Jason Fan', 'Michael Larson'] | ||
__license__ = 'Apache License 2.0' | ||
__version__ = '1.4.1' | ||
__maintainer__ = 'Jason Fan' | ||
__email__ = '[email protected]' | ||
__status__ = 'Development' | ||
|
||
from __future__ import print_function | ||
from __future__ import division | ||
from past.utils import old_div | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
"""Docstring""" | ||
|
||
__author__ = "John Evans" | ||
__copyright__ = "Copyright 2021 John Evans" | ||
__credits__ = ["John Evans", "Jason Fan", "Michael Larson"] | ||
__license__ = "Apache License 2.0" | ||
__version__ = "0.0.1" | ||
__maintainer__ = "John Evans" | ||
__email__ = "[email protected].edu" | ||
__status__ = "Development" | ||
__author__ = 'John Evans and Jason Fan' | ||
__copyright__ = 'Copyright 2024' | ||
__credits__ = ['John Evans', 'Jason Fan', 'Michael Larson'] | ||
__license__ = 'Apache License 2.0' | ||
__version__ = '1.4.1' | ||
__maintainer__ = 'Jason Fan' | ||
__email__ = '[email protected].edu' | ||
__status__ = 'Development' | ||
|
||
import dataclasses | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,14 @@ | ||
"""Docstring""" | ||
|
||
__author__ = 'John Evans and Jason Fan' | ||
__copyright__ = 'Copyright 2024' | ||
__credits__ = ['John Evans', 'Jason Fan', 'Michael Larson'] | ||
__license__ = 'Apache License 2.0' | ||
__version__ = '1.4.1' | ||
__maintainer__ = 'Jason Fan' | ||
__email__ = '[email protected]' | ||
__status__ = 'Development' | ||
|
||
from threeML.plugin_prototype import PluginPrototype | ||
from scipy.interpolate import RegularGridInterpolator | ||
import pandas as pd | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
"""Docstring""" | ||
|
||
__author__ = "John Evans" | ||
__copyright__ = "Copyright 2021 John Evans" | ||
__credits__ = ["John Evans", "Jason Fan", "Michael Larson"] | ||
__license__ = "Apache License 2.0" | ||
__version__ = "0.0.1" | ||
__maintainer__ = "John Evans" | ||
__email__ = "[email protected].edu" | ||
__status__ = "Development" | ||
__author__ = 'John Evans and Jason Fan' | ||
__copyright__ = 'Copyright 2024' | ||
__credits__ = ['John Evans', 'Jason Fan', 'Michael Larson'] | ||
__license__ = 'Apache License 2.0' | ||
__version__ = '1.4.1' | ||
__maintainer__ = 'Jason Fan' | ||
__email__ = '[email protected].edu' | ||
__status__ = 'Development' | ||
|
||
import dataclasses | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,13 +5,13 @@ | |
""" | ||
|
||
|
||
__author__ = 'John Evans' | ||
__copyright__ = 'Copyright 2020 John Evans' | ||
__author__ = 'John Evans and Jason Fan' | ||
__copyright__ = 'Copyright 2024' | ||
__credits__ = ['John Evans', 'Jason Fan', 'Michael Larson'] | ||
__license__ = 'Apache License 2.0' | ||
__version__ = '0.0.1' | ||
__maintainer__ = 'John Evans' | ||
__email__ = '[email protected].edu' | ||
__version__ = '1.4.1' | ||
__maintainer__ = 'Jason Fan' | ||
__email__ = '[email protected].edu' | ||
__status__ = 'Development' | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,13 +4,13 @@ | |
inherit from to create other time profiles. | ||
""" | ||
|
||
__author__ = 'John Evans' | ||
__copyright__ = 'Copyright 2020 John Evans' | ||
__author__ = 'John Evans and Jason Fan' | ||
__copyright__ = 'Copyright 2024' | ||
__credits__ = ['John Evans', 'Jason Fan', 'Michael Larson'] | ||
__license__ = 'Apache License 2.0' | ||
__version__ = '0.0.1' | ||
__maintainer__ = 'John Evans' | ||
__email__ = '[email protected].edu' | ||
__version__ = '1.4.1' | ||
__maintainer__ = 'Jason Fan' | ||
__email__ = '[email protected].edu' | ||
__status__ = 'Development' | ||
|
||
from typing import Callable, ClassVar, Dict, List, Optional, Tuple | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
"""Docstring""" | ||
|
||
__author__ = "John Evans" | ||
__copyright__ = "Copyright 2021 John Evans" | ||
__credits__ = ["John Evans", "Jason Fan", "Michael Larson"] | ||
__license__ = "Apache License 2.0" | ||
__version__ = "0.0.1" | ||
__maintainer__ = "John Evans" | ||
__email__ = "[email protected].edu" | ||
__status__ = "Development" | ||
__author__ = 'John Evans and Jason Fan' | ||
__copyright__ = 'Copyright 2024' | ||
__credits__ = ['John Evans', 'Jason Fan', 'Michael Larson'] | ||
__license__ = 'Apache License 2.0' | ||
__version__ = '1.4.1' | ||
__maintainer__ = 'Jason Fan' | ||
__email__ = '[email protected].edu' | ||
__status__ = 'Development' | ||
|
||
import dataclasses | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,14 @@ | |
Math functions needed for this package | ||
""" | ||
|
||
__author__ = "John Evans" | ||
__copyright__ = "Copyright 2021 John Evans" | ||
__credits__ = ["John Evans", "Jason Fan", "Michael Larson"] | ||
__license__ = "Apache License 2.0" | ||
__version__ = "0.0.1" | ||
__maintainer__ = "John Evans" | ||
__email__ = "[email protected].edu" | ||
__status__ = "Development" | ||
__author__ = 'John Evans and Jason Fan' | ||
__copyright__ = 'Copyright 2024' | ||
__credits__ = ['John Evans', 'Jason Fan', 'Michael Larson'] | ||
__license__ = 'Apache License 2.0' | ||
__version__ = '1.4.1' | ||
__maintainer__ = 'Jason Fan' | ||
__email__ = '[email protected].edu' | ||
__status__ = 'Development' | ||
|
||
import numpy as np | ||
|
||
|