コード例 #1
0
 def get_list_of_files_dark_expected(self):
     lst_of_srcs = cp.blsp.list_of_sources_for_selected_detectors()
     return fnm.get_list_of_files_peds() \
          + gu.get_list_of_files_for_list_of_insets(fnm.path_peds_ave(),    lst_of_srcs) \
          + gu.get_list_of_files_for_list_of_insets(fnm.path_peds_rms(),    lst_of_srcs) \
          + gu.get_list_of_files_for_list_of_insets(fnm.path_hotpix_mask(), lst_of_srcs)
コード例 #2
0
 def get_list_of_files_peds(self):
     return fnm.get_list_of_files_peds() \
          + self.get_list_of_files_peds_for_plot()
コード例 #3
0
 def get_list_of_files_dark_expected(self) :
     lst_of_srcs = cp.blsp.list_of_sources_for_selected_detectors()
     return fnm.get_list_of_files_peds() \
          + gu.get_list_of_files_for_list_of_insets(fnm.path_peds_ave(),    lst_of_srcs) \
          + gu.get_list_of_files_for_list_of_insets(fnm.path_peds_rms(),    lst_of_srcs) \
          + gu.get_list_of_files_for_list_of_insets(fnm.path_hotpix_mask(), lst_of_srcs)
コード例 #4
0
 def get_list_of_files_peds(self):
     self.exportLocalPars()  # export run_number to cp.str_run_number
     return fnm.get_list_of_files_peds()
コード例 #5
0
 def get_list_of_files_peds(self) :
     return fnm.get_list_of_files_peds() \
          + self.get_list_of_files_peds_for_plot()
コード例 #6
0
 def get_list_of_files_peds(self) :
     self.exportLocalPars() # export run_number to cp.str_run_number        
     return fnm.get_list_of_files_peds()
コード例 #7
0
 def get_list_of_files_peds(self):
     list_of_fnames = fnm.get_list_of_files_peds() \
          + cp.blsp.get_list_of_files_for_all_sources(fnm.path_peds_ave()) \
          + cp.blsp.get_list_of_files_for_all_sources(fnm.path_peds_rms())
     list_of_fnames.append(fnm.path_hotpix_mask())
     return list_of_fnames
コード例 #8
0
 def get_list_of_files_peds(self) :
     list_of_fnames = fnm.get_list_of_files_peds() \
          + cp.blsp.get_list_of_files_for_all_sources(fnm.path_peds_ave()) \
          + cp.blsp.get_list_of_files_for_all_sources(fnm.path_peds_rms())
     list_of_fnames.append(fnm.path_hotpix_mask())
     return list_of_fnames