Caching for ATRAN requests added

This commit is contained in:
Lukas Klass 2020-10-13 19:05:34 +02:00
parent aa8492cb5e
commit 0b059aa33c
1 changed files with 3 additions and 0 deletions

View File

@ -247,6 +247,9 @@ class Atmosphere(AOpticalComponent):
bb = BlackBody(temperature=temp, scale=em * u.W / (u.m ** 2 * u.nm * u.sr))
return lambda wl: bb(wl)
def __repr__(self):
return "Atmosphere Object"
@staticmethod
def check_config(conf: Entry) -> Union[None, str]:
"""