Caching for ATRAN requests added
This commit is contained in:
parent
aa8492cb5e
commit
0b059aa33c
@ -247,6 +247,9 @@ class Atmosphere(AOpticalComponent):
|
|||||||
bb = BlackBody(temperature=temp, scale=em * u.W / (u.m ** 2 * u.nm * u.sr))
|
bb = BlackBody(temperature=temp, scale=em * u.W / (u.m ** 2 * u.nm * u.sr))
|
||||||
return lambda wl: bb(wl)
|
return lambda wl: bb(wl)
|
||||||
|
|
||||||
|
def __repr__(self):
|
||||||
|
return "Atmosphere Object"
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def check_config(conf: Entry) -> Union[None, str]:
|
def check_config(conf: Entry) -> Union[None, str]:
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user