Unable to open Cassiopee files

Hi everyone;

I have a folder with multiple scans from casioppee analyzer and I expect to open it easily using the load function since it supports : folder with txt-files from Cassiopee/Soleil(FR);

I use the script :

  • folder_abs_path = r"C:\Users\data"
  • filename = "FS_12K_47eV_1_ROI1_.txt"
  • entry = navfile.load(folder_abs_path+'\'+filename)

Reading the source navfile.py file, we have : # checking if it is a folder with ROI1-txt-files from Cassiopee if '_ROI1_' in file_path: return load_cassiopee(file_path)

I am sure that the load function support txt files from Cassioppee but there is something I don't understand. I want first to visualize the scans and my real target is to open all of them at once to perform interpolation using the isok function as I am able to do with nexus-type files.

I have also tried via the GUI but it is not opening.

Any idea will be appreciated.

Kind regards;

aymen