-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with isContinuous 'PhiWidth' #23
Comments
could you describe what type of images you're using? I've used ADSC and Eiger HDF5 files without any problems. the directory XIO/plugins has some interpreters (*_interpreter.py) that should give you an idea of what header values need to be populated for PhiWidth to get a value. |
I'm using images from a Pilatus detector. I ran xio_info on one of the images and got this:
So it is an ADSC type, apparently, but still not working. Can I supply PhiWidth from the command-line somehow to make sure it's getting the right value? |
I don't think it should be getting ADSC as the type - XIO.py should be recognizing the header as either a "minicbf" or "MSC Pilatus" which look like the two Pilatus types that can be recognized. Can you show the miniCBF header, if it is a CBF file? or is it a tiff? tiff may be a problem because the two types above seem to assume a miniCBF file coming out of the Pilatus. |
From the pixel size, Height and Width, this can't be a Pilatus image. Could you send us an image so that we can check ? |
this looks like it's from ALS beamline 4.2.2 in Berkeley, CA, USA (just googled the image dimensions). this is not a large production common detector so there will not be any code that can read the images in xdsme yet. it's a fast CMOS detector capable of shutterless operation |
Woops, you're right - I was thinking of our home source but these images are from ALS 4.2.2 with a CMOS-based Taurus-1 detector. So I guess that explains it |
I guess the question I have left then is why XDS processing works on these images directly, but not in xdsme. Is the problem just with gathering the necessary metadata on the file-type? |
Yes. XDS is almost not reading the header's metadata. That's where xdsme helps using the XIO module. Since, data from this particular detector are not frequent, I have never had a request to make xdsme compatible with it. I may be not so difficult. |
Thanks for looking into it! |
Hello
When I attempt to run xdsme providing the set of diffraction images I get the following error:
Is this related to Issue #1 ?
Any ideas on a workaround or fix?
The text was updated successfully, but these errors were encountered: