Modify instruments/readers/g5505_text_reader.py to include new instrument CEDOAS, which produces multi-format files. The updated file dependencies.
This commit is contained in:
@@ -36,6 +36,8 @@ file_readers = {
|
||||
'ACSM_TOFWARE_flags_json' : lambda x: read_jsonflag_as_dict(x),
|
||||
'ACSM_TOFWARE_nas' : lambda x: read_nasa_ames_as_dict(x)}
|
||||
|
||||
file_readers.update({'CEDOAS_txt' : lambda x: read_txt_files_as_dict(x, instruments_dir=default_instruments_dir, work_with_copy=False)})
|
||||
|
||||
REGISTRY_FILE = "registry.yaml" #os.path.join(os.path.dirname(__file__), "registry.yaml")
|
||||
|
||||
def load_registry():
|
||||
|
||||
Reference in New Issue
Block a user