Skip to content
Snippets Groups Projects
Commit 8b040f34 authored by lkugler's avatar lkugler
Browse files

obskind folder different

parent 443b321f
No related branches found
No related tags found
1 merge request!5Forward to most current stage
...@@ -543,7 +543,7 @@ class ObsSeq(object): ...@@ -543,7 +543,7 @@ class ObsSeq(object):
list_of_obsseq (list of ObsSeq()) list_of_obsseq (list of ObsSeq())
""" """
from dartwrf.obs.obskind import obs_kind_nrs # dictionary string => DART internal indices from dartwrf.config.obskind import obs_kind_nrs # dictionary string => DART internal indices
inverted_obs_kind_nrs = {v: k for k, v in obs_kind_nrs.items()} inverted_obs_kind_nrs = {v: k for k, v in obs_kind_nrs.items()}
for a in list_of_obsseq: for a in list_of_obsseq:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment