Commit a9e5e5b9 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

fixed n_file bug in plan_basis

parent 99f949fd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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: