scc_access/scc_access.py

changeset 60
2fe60db870df
parent 57
8d487e4e20ae
child 61
c4e03940780a
equal deleted inserted replaced
59:3d77fe9d1501 60:2fe60db870df
979 979
980 980
981 def setup_download_measurements(parser): 981 def setup_download_measurements(parser):
982 def download_measurements_from_args(parsed): 982 def download_measurements_from_args(parsed):
983 # TODO: Fix this 983 # TODO: Fix this
984 logger.warning("This method needs to be updated. Cross-chceck any results.") 984 logger.warning("This method needs to be updated. Cross-check any results.")
985 985
986 preproc = parsed.download_elpp 986 preproc = parsed.download_preprocessed
987 optical = parsed.download_elda 987 optical = parsed.download_optical
988 graphs = parsed.download_profile_graphs 988 graphs = parsed.download_profile_graphs
989 if not preproc and not graphs: 989 if not preproc and not graphs:
990 optical = True 990 optical = True
991 download_measurements(parsed.IDs, preproc, optical, graphs, parsed.config) 991 download_measurements(parsed.IDs, preproc, optical, graphs, parsed.config)
992 992

mercurial