Hi Doo Nam, it seems that your frames do not have an extension (like .cbf or .img or.xyz). Maybe this is related to the fact that the program does not properly add the extension .adx ? It is puzzling for me since I made an attempt to take this possibility into account: if (index(frmnam,'.',back)>index(frmnam,'?',back)) then frmnam=frmnam(:index(frmnam,'.',back))//'adx' ! exchange extension else frmnam=frmnam(:len_trim(frmnam))//'.adx' ! add extension endif This tests if there is a "." in the frmnam, and replaces everything after the "." with "adx". If not ".", it add ".adx". I don't currently see how this could fail. Would you mind posting the output of the program, and show a few file names? It is not clear to me what your NAME_TEMPLATE_OF_DATA_FRAMES is, in XDS.INP.
Best wishes, Kay On Wed, 21 Jul 2021 18:20:34 +0100, Doo Nam Kim <doonam....@pnnl.gov> wrote: >Yes, lack of extension is the only remaining problem. > >Although I automatically added extension by python, your link seems useful as >well. > >I'm not sure about opening adx files in linux, >but when I ran generate_adx in linux, and opened adx files by adxv in macOS, >the adxv said > >Loading /Users/kimd999/093757merged_005 >Unknown File type: /Users/kimd999/093757merged_005 > > >Once I added .adx extension, it could read again. > >Thanks. > >######################################################################## > >To unsubscribe from the CCP4BB list, click the following link: >https://www.jiscmail.ac.uk/cgi-bin/WA-JISC.exe?SUBED1=CCP4BB&A=1 > >This message was issued to members of www.jiscmail.ac.uk/CCP4BB, a mailing >list hosted by www.jiscmail.ac.uk, terms & conditions are available at >https://www.jiscmail.ac.uk/policyandsecurity/ ######################################################################## To unsubscribe from the CCP4BB list, click the following link: https://www.jiscmail.ac.uk/cgi-bin/WA-JISC.exe?SUBED1=CCP4BB&A=1 This message was issued to members of www.jiscmail.ac.uk/CCP4BB, a mailing list hosted by www.jiscmail.ac.uk, terms & conditions are available at https://www.jiscmail.ac.uk/policyandsecurity/