You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
500 B

  1. from DataContainer.ReadData import read_hdf5_file
  2. # filepath = "//DyLabNAS/Data/Evaporative_Cooling/2023/04/18/0003/*.h5"
  3. # filepath = "//DyLabNAS/Data/Evaporative_Cooling/2023/04/18/0003/2023-04-18_0003_Evaporative_Cooling_000.h5"
  4. filepath = "//DyLabNAS/Data/Repetition_scan/2023/04/21/0000/*.h5"
  5. groupList = [
  6. "images/MOT_3D_Camera/in_situ_absorption",
  7. "images/ODT_1_Axis_Camera/in_situ_absorption"
  8. ]
  9. prefix = [
  10. "camera_0",
  11. "camera_1"
  12. ]
  13. ds = read_hdf5_file(filepath, groupList)