Loading csst_dag/dag/_dispatcher.py +1 −0 Original line number Diff line number Diff line Loading @@ -177,6 +177,7 @@ class Dispatcher: else: this_n_file = len(_["params"]["exposure_start"]) else: # count effective detectors of this instrument this_n_file = len(csst[this_instrument].effective_detector_names) _["n_file"] = this_n_file except KeyError: Loading Loading
csst_dag/dag/_dispatcher.py +1 −0 Original line number Diff line number Diff line Loading @@ -177,6 +177,7 @@ class Dispatcher: else: this_n_file = len(_["params"]["exposure_start"]) else: # count effective detectors of this instrument this_n_file = len(csst[this_instrument].effective_detector_names) _["n_file"] = this_n_file except KeyError: Loading