JiscMail Logo
Email discussion lists for the UK Education and Research communities

Help for CCP4BB Archives


CCP4BB Archives

CCP4BB Archives


CCP4BB@JISCMAIL.AC.UK


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

CCP4BB Home

CCP4BB Home

CCP4BB  November 2010

CCP4BB November 2010

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: Bug in c_truncate? - phase mods

From:

Eleanor Dodson <[log in to unmask]>

Reply-To:

[log in to unmask]

Date:

Tue, 2 Nov 2010 07:03:44 +0000

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (274 lines)

CAD and Kevins phasematch correctly change phases etc when you change 
symmetry operator.

  I cant think that this is the job for pointless.. it is responsible 
for intensities, and surely only needs to use a merged file to decide on 
the appropriate choice of axes  - eg getting your new PG3 data set on 
the same indexing convention? Why would you need to modify the reference 
data?
Eleanor

On 11/01/2010 03:41 PM, Ian Tickle wrote:
> Dealing with the phases (and therefore also the Hendrickson-Lattman
> coefficients) on re-indexing is trivial: the phases are not changed by
> re-indexing because the inverse transformation must simultaneously be
> applied to the co-ordinates.  This is because in general the
> re-indexing transformation is not necessarily a symmetry operator
> (think of P1), so you can't rely on being able to compensate for the
> effect on the co-ordinates by using a symmetry operator.  So the
> effect on the phases cancels out ...  unless of course your
> re-indexing operator inverts the hand, in which case you almost
> certainly don't want also to invert the hand of your co-ordinates, so
> in that case you must compensate by transforming the structure factors
> to their complex conjugates (i.e. multiply phases by -1).  I guess
> you're thinking of the subsequent necessary transformation of the
> indices to the asymmetric unit, where the phases&  H-L coeffs do in
> general change (because then you are only changing the indices, not
> the co-ordinates); however CAD will do that transformation for you.
>
> Incidentally this is a neat illustration of the difference between a
> vector and a complex number.  The re-indexing transformation is a
> transformation of the reference frame, which as long as it doesn't
> invert the hand, leaves the complex structure factors invariant, so
> they must be complex scalars (except in centric zones where they can
> sometimes be represented by real scalars).  The indices (whether
> reflection or Miller!) obviously form a 3-D vector with integer
> elements (unless of course you're interested in diffuse scattering
> when they have to be reals).  Either way, this is a vector because in
> the general case (there will be exceptions for reflections on symmetry
> axes) its elements change on re-indexing (that's what re-indexing
> means!).  If the structure were in 1-D or 2-D exactly the same would
> apply: the 1- or 2-D elements would still in general change on
> transforming the reference frame so would be represented by 1- or 2-D
> vectors; the structure factors would still be invariant, thus
> illustrating the important difference between a real scalar and a 1-D
> vector, and between a complex scalar and a 2-D vector.
>
> Cheers
>
> --Ian
>
> On Mon, Nov 1, 2010 at 1:28 PM, Phil Evans<[log in to unmask]>  wrote:
>> I can see we need to make sure that data can come in at any point, as Is of Fs
>>
>> Pointless can do automatic reindexing to a reference, and will preserve all columns from a merged file, but can't cope with phases, as I've not got round to working out appropriate phase shifts on reindexing
>>
>> Phil
>>
>>
>> On 1 Nov 2010, at 13:17, Ian Tickle wrote:
>>
>>> Phil
>>>
>>> Yes our processing pipeline absolutely has to be able to take in data
>>> from any internal (in-house X-ray or synchrotron) or external (PDB or
>>> collaborator's) source, including those where I, sigI and freeR flag
>>> are present.  One of the first things I did was to modify truncate so
>>> it would pass through the freeR flag column.  If the I/sigI are
>>> present I always strip out the F/sigF columns.  So it seemed logical
>>> to run truncate as the very last step, e.g.:
>>>
>>> 1. sortmtz
>>> 2. scala       Steps 1&  2 only for internally collected or unmerged data.
>>> 3. refindex    External merged data enters pipeline here:
>>> auto-re-index to reference.
>>> 4. cad          Sort; put into standard a.u.; add freeR column from
>>> reference if not already present.
>>> 5. rescut      My own prog for auto-determination of resolution cutoff
>>> based on shell<I/sigI>  &  completeness.
>>> 6. truncate   Apply resolution cutoff; if Is available convert to Fs.
>>>
>>> I always run steps 3-6 in that order.  I always check that the
>>> resolution cutoff is sensible&  if Is are available I always run
>>> truncate to ensure it's done properly (i.e. correct cell contents are
>>> specified).  I'm still using truncate because AFAICS ctruncate
>>> couldn't handle freeR flags (maybe that's fixed now, maybe not).  Also
>>> truncate produces a more informative N(Z) plot which shows the
>>> expected distribution for a twinned crystal (I believe this feature
>>> has now been added to ctruncate).
>>>
>>> Cheers
>>>
>>> -- Ian
>>>
>>> On Fri, Oct 29, 2010 at 1:05 PM, Phil Evans<[log in to unmask]>  wrote:
>>>> The normal use of [c]truncate is to take intensities from Scala, so it wouldn't expect FreeR flags in the file.
>>>>
>>>> I suppose this should be added for other uses of the program
>>>>
>>>> Is this something that is often used? Do people import intensities into CCP4 to convert them to Fs?
>>>>
>>>> Phil
>>>>
>>>>
>>>> On 29 Oct 2010, at 13:01, [log in to unmask] wrote:
>>>>
>>>>> Dear Peter,
>>>>>
>>>>> Since I did not hear that your problem is solved here my two cents. I
>>>>> did some tests using the ccp4i option "Convert Intensities to SFs" and
>>>>> found that here ctruncate completely ignored the FreeRflags. So my
>>>>> conclusion is that ctruncate does not need FreeRflags and you can use
>>>>> the following procedure:
>>>>>
>>>>> 1) convert your hkl file (including FreeRflags) into an mtz with f2mtz
>>>>> without any special SHELX options. -->  mtz 1
>>>>> Careful: a FreeRflag of 1 means an unfree reflection and the free
>>>>> reflections have a FreeRflag of zero.
>>>>> 2) run ctruncate with the "Convert Intensities to SFs". You will loose
>>>>> your FreeRflags in this stage.     -->  mtz 2
>>>>> 3) add the FreeRflags from mtz 1 to mtz 2 using cad.
>>>>>
>>>>> If you wish, I can give you a command file which will do this. It is a
>>>>> somewhat roundabout procedure and I hope that this bug (or feature) will
>>>>> be fixed by the next release of ccp4.
>>>>>
>>>>> Best,
>>>>> Herman
>>>>>
>>>>> -----Original Message-----
>>>>> From: CCP4 bulletin board [mailto:[log in to unmask]] On Behalf Of
>>>>> George M. Sheldrick
>>>>> Sent: Friday, October 29, 2010 12:30 PM
>>>>> To: [log in to unmask]
>>>>> Subject: Re: [ccp4bb] Bug in c_truncate?
>>>>>
>>>>> Tim,
>>>>>
>>>>> Although I always like to advocate XPREP, that would not work because
>>>>> the .sca format - most unfortunately - does not know about free R flags.
>>>>>
>>>>> George
>>>>>
>>>>> Prof. George M. Sheldrick FRS
>>>>> Dept. Structural Chemistry,
>>>>> University of Goettingen,
>>>>> Tammannstr. 4,
>>>>> D37077 Goettingen, Germany
>>>>> Tel. +49-551-39-3021 or -3068
>>>>> Fax. +49-551-39-22582
>>>>>
>>>>>
>>>>> On Fri, 29 Oct 2010, Tim Gruene wrote:
>>>>>
>>>>>> Hello Peter,
>>>>>>
>>>>>> the easiest way to overcome the problem might be to use xprep to
>>>>>> export to sca-format and use scalepack2mtz for the conversion. That
>>>>>> seems to be the least hasslesome way, although I am not totally sure
>>>>>> that this procedure preserves the R-free flags set by xprep.
>>>>>>
>>>>>> Tim
>>>>>>
>>>>>> On Thu, Oct 28, 2010 at 12:48:14PM -0400, Peter Chan wrote:
>>>>>>>
>>>>>>> Hello Tim,
>>>>>>>
>>>>>>> Thank you for the suggestion. I have now tagged the working set as
>>>>> "1" and test set as "0". Unfortunately, it still gives the same error
>>>>> about all Rfree being the same, and only in c-truncate but not
>>>>> old-truncate. Perhaps I should install 6.1.3 and see if the problem
>>>>> still persist.
>>>>>>>
>>>>>>> Best,
>>>>>>> Peter
>>>>>>>
>>>>>>>> Date: Thu, 28 Oct 2010 16:29:31 +0200
>>>>>>>> From: [log in to unmask]
>>>>>>>> Subject: Re: [ccp4bb] Bug in c_truncate?
>>>>>>>> To: [log in to unmask]
>>>>>>>>
>>>>>>>> Hello Peter,
>>>>>>>>
>>>>>>>> I faintly rememeber a similar kind of problem, and think that if
>>>>>>>> you replace "-1" with "0", the problem should go away. It seemed
>>>>>>>> that "-1" is not an allowed flag for (some) ccp4 programs.
>>>>>>>>
>>>>>>>> Please let us know if this resolves the issue.
>>>>>>>>
>>>>>>>> Tim
>>>>>>>>
>>>>>>>> On Thu, Oct 28, 2010 at 10:21:20AM -0400, Peter Chan wrote:
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Dear Crystallographers,
>>>>>>>>>
>>>>>>>>> Thank you all for the emails. Below are some details of the
>>>>> procedures I performed leading up to the problem.
>>>>>>>>>
>>>>>>>>> The reflection file is my own data, processed in XDS and then
>>>>> flagging FreeR's in XPREP in thin resolution shells. I am using CCP4i
>>>>> version 6.1.2. I tried looking for known/resolved issues/updates in
>>>>> version 6.1.3 but could not find any so I assumed it is the same version
>>>>> of f2mtz/ctruncate/uniqueify.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> I used the GUI version of F2MTZ, with the settings below:
>>>>>>>>>
>>>>>>>>> - import file in SHELX format
>>>>>>>>>
>>>>>>>>> - "keep existing FreeR flags"
>>>>>>>>>
>>>>>>>>> - fortran format (3F4.0,2F8.3,F4.0)
>>>>>>>>>
>>>>>>>>> - added data label "I other integer" // FreeRflag
>>>>>>>>>
>>>>>>>>> The hkl file, in SHELX format, output by XPREP look something
>>>>> like this:
>>>>>>>>>
>>>>>>>>> -26  -3   1  777.48   39.19
>>>>>>>>>   26  -3  -1  800.83   36.31
>>>>>>>>> -26   3  -1  782.67   37.97
>>>>>>>>>   27  -3   1  45.722  25.711  -1
>>>>>>>>> -27   3   1  -14.20   31.69  -1
>>>>>>>>>
>>>>>>>>> Notice the test set is flagged "-1" and the working set is not
>>>>> flagged at all. This actually lead to another error message in f2mtz
>>>>> about missing FreeR flags. From my understanding, the SHELX flagging
>>>>> convention is "1" for working and "-1" for test. So I manually tagged
>>>>> the working set with "1" using vi:
>>>>>>>>>
>>>>>>>>> -26  -3   1  777.48   39.19   1
>>>>>>>>>   26  -3  -1  800.83   36.31   1
>>>>>>>>> -26   3  -1  782.67   37.97   1
>>>>>>>>>   27  -3   1  45.722  25.711  -1
>>>>>>>>> -27   3   1  -14.20   31.69  -1
>>>>>>>>>
>>>>>>>>> This is the file which gives me the error message: "Problem with
>>>>> FREE column in input file. All flags apparently identical. Check input
>>>>> file.". Apparently, import to mtz works ok when I use old-truncate
>>>>> instead of c-truncate.
>>>>>>>>>
>>>>>>>>> Best,
>>>>>>>>> Peter
>>>>>>>>>
>>>>>>>> --
>>>>>>>> --
>>>>>>>> Tim Gruene
>>>>>>>> Institut fuer anorganische Chemie
>>>>>>>> Tammannstr. 4
>>>>>>>> D-37077 Goettingen
>>>>>>>>
>>>>>>>> phone: +49 (0)551 39 22149
>>>>>>>>
>>>>>>>> GPG Key ID = A46BEE1A
>>>>>>>>
>>>>>>>
>>>>>> --
>>>>>> --
>>>>>> Tim Gruene
>>>>>> Institut fuer anorganische Chemie
>>>>>> Tammannstr. 4
>>>>>> D-37077 Goettingen
>>>>>>
>>>>>> phone: +49 (0)551 39 22149
>>>>>>
>>>>>> GPG Key ID = A46BEE1A
>>>>>>
>>>>>>
>>>>
>>
>>

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

April 2024
March 2024
February 2024
January 2024
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007


JiscMail is a Jisc service.

View our service policies at https://www.jiscmail.ac.uk/policyandsecurity/ and Jisc's privacy policy at https://www.jisc.ac.uk/website/privacy-notice

For help and support help@jisc.ac.uk

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager