Loading csst_common/data_manager.py +1 −1 Original line number Original line Diff line number Diff line Loading @@ -300,7 +300,7 @@ class CsstMbiDataManager: print(os.path.exists(dm.l0_log(detector=detector))) print(os.path.exists(dm.l0_log(detector=detector))) print("----- L1 images -----") print("----- L1 images -----") print(dm.l1_detector(detector, post="img.fits")) print(dm.l1_detector(detector, post="img.fits")) return return dm if __name__ == "__main__": if __name__ == "__main__": Loading Loading
csst_common/data_manager.py +1 −1 Original line number Original line Diff line number Diff line Loading @@ -300,7 +300,7 @@ class CsstMbiDataManager: print(os.path.exists(dm.l0_log(detector=detector))) print(os.path.exists(dm.l0_log(detector=detector))) print("----- L1 images -----") print("----- L1 images -----") print(dm.l1_detector(detector, post="img.fits")) print(dm.l1_detector(detector, post="img.fits")) return return dm if __name__ == "__main__": if __name__ == "__main__": Loading